@nest-omni/core 1.0.46 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nest-omni/core",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -104,7 +104,6 @@ let ApiConfigService = ApiConfigService_1 = class ApiConfigService {
104
104
  return {
105
105
  autoLoadEntities: true,
106
106
  keepConnectionAlive: !this.isDev,
107
- dropSchema: this.isTest ? this.getBoolean('DB_DROP_SCHEMA') : false,
108
107
  type: 'mysql',
109
108
  host: this.getString('DB_HOST'),
110
109
  port: this.getNumber('DB_PORT'),