More context for database todo

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2023-10-07 13:31:25 +02:00 committed by David Mehren
parent 0aff06637c
commit c34176ef85

View file

@ -68,7 +68,8 @@ const routes: Routes = [
password: databaseConfig.password,
database: databaseConfig.database,
autoLoadEntities: true,
synchronize: true, // ToDo: Remove this before release
synchronize: true, // ToDo: Remove this before release. It should be replaced by database migrations
// https://stackoverflow.com/questions/65222981/typeorm-synchronize-in-production
logging: true,
logger: logger,
};