Skip to content

Commit e60ab0a

Browse files
authored
Update index.js
1 parent d972658 commit e60ab0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ const NotificationSetting = require('./NotificationSetting')(sequelize, DataType
1818
module.exports = {
1919
Notification,
2020
NotificationSetting,
21-
init: () => sequelize.sync({ }),
21+
init: () => sequelize.sync({ force:true }),
2222
};

0 commit comments

Comments
 (0)