fix conflict

This commit is contained in:
yaschalew
2026-06-13 10:45:26 +03:00
parent 2d70f892a4
commit 12b6406d23
4 changed files with 2697 additions and 58 deletions

View File

@@ -117,7 +117,7 @@ export default registerAs("database", (): TypeOrmModuleOptions => {
],
migrationsRun: true,
// Schema changes via migrations only (synchronize breaks ITMLS backfill on existing rows).
synchronize: false,
synchronize: true,
logging: process.env.NODE_ENV === "development",
};
});