Skip to content

Commit d1e1c7c

Browse files
committed
fix(database): set migrationStorageTableName value in the configuration
1 parent 93d1ee8 commit d1e1c7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/config/database.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ module.exports = {
6969
username,
7070
password,
7171
database,
72+
migrationStorageTableName: 'sequelize_meta',
7273
};

0 commit comments

Comments
 (0)