1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-09 23:32:14 +02:00

improving performance: adding index to DB, fixing indexing bug

This commit is contained in:
Patrik J. Braun
2019-01-06 23:15:52 +01:00
parent 56cdc834ed
commit 04b032ff2a
21 changed files with 194 additions and 83 deletions

View File

@@ -40,7 +40,7 @@ export class SQLConnection {
VersionEntity
];
options.synchronize = false;
// options.logging = 'all';
// options.logging = 'all';
this.connection = await createConnection(options);
await SQLConnection.schemeSync(this.connection);
}