mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
More context for database todo
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
0aff06637c
commit
c34176ef85
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue