You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-07 23:23:49 +02:00
fixing searching
This commit is contained in:
@@ -44,7 +44,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