You've already forked pigallery2
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user