mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-02 14:33:25 -05:00
Merge pull request #970 from hedgedoc/typeOrm/synchronizeToDo
AppModule: Add reminder to remove synchronize
This commit is contained in:
commit
8de1e4b938
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const routes: Routes = [
|
||||||
type: 'sqlite',
|
type: 'sqlite',
|
||||||
database: './hedgedoc.sqlite',
|
database: './hedgedoc.sqlite',
|
||||||
autoLoadEntities: true,
|
autoLoadEntities: true,
|
||||||
synchronize: true,
|
synchronize: true, // ToDo: Remove this before release
|
||||||
}),
|
}),
|
||||||
ConfigModule.forRoot({
|
ConfigModule.forRoot({
|
||||||
load: [
|
load: [
|
||||||
|
|
Loading…
Reference in a new issue