This commit is contained in:
qq
2026-04-21 22:46:32 +08:00
parent c28429b589
commit 573615a21f
7 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ exports.ormConfig = {
username: app_env_1.AppEnv.MYSQL_USERNAME,
password: app_env_1.AppEnv.MYSQL_PASSWORD,
database: app_env_1.AppEnv.MYSQL_DATABASE,
synchronize: true,
synchronize: app_env_1.AppEnv.TYPEORM_SYNCHRONIZE,
logging: false,
entities: [entities],
migrations: [migrations],