diff --git a/features/platform-admin/backend-api/src/app.module.ts b/features/platform-admin/backend-api/src/app.module.ts index 78e6973ce..f78aacfc8 100755 --- a/features/platform-admin/backend-api/src/app.module.ts +++ b/features/platform-admin/backend-api/src/app.module.ts @@ -48,7 +48,7 @@ const registry = buildDeploymentRegistry({ password: config.get('DATABASE_POSTGRES_PASSWORD', 'postgres'), database: config.get('DATABASE_POSTGRES_NAME', 'platform_admin') as string, autoLoadEntities: true, - synchronize: config.get('DB_SYNCHRONIZE', 'false') === 'true', + synchronize: false, logging: config.get('DB_LOGGING', 'false') === 'true', migrations: ['dist/database/migrations/*'], migrationsRun: config.get('DB_MIGRATIONS_RUN', 'false') === 'true',