Merge pull request #970 from hedgedoc/typeOrm/synchronizeToDo

AppModule: Add reminder to remove synchronize
This commit is contained in:
David Mehren 2021-02-27 23:09:52 +01:00 committed by GitHub
commit 8de1e4b938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ const routes: Routes = [
type: 'sqlite',
database: './hedgedoc.sqlite',
autoLoadEntities: true,
synchronize: true,
synchronize: true, // ToDo: Remove this before release
}),
ConfigModule.forRoot({
load: [