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

fixing photo metadata data type error with mysql

This commit is contained in:
Patrik J. Braun
2019-02-02 18:18:35 -05:00
parent 7c46f61a2d
commit 459cc8c867
5 changed files with 49 additions and 18 deletions

View File

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