fix(basic.gblib): Databases. #392 @othonlima.
This commit is contained in:
parent
1e9809f678
commit
0897210df8
1 changed files with 2 additions and 0 deletions
|
@ -313,6 +313,8 @@ export class GBVMService extends GBService {
|
|||
const acquire = parseInt(GBConfigService.get('STORAGE_ACQUIRE_TIMEOUT'));
|
||||
const sequelizeOptions = {
|
||||
define: {
|
||||
charset: 'utf8',
|
||||
collate: 'utf8_general_ci',
|
||||
freezeTableName: true,
|
||||
timestamps: false
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue