Skip to content

Commit ad00d91

Browse files
authored
Update index.js
1 parent 6a50a71 commit ad00d91

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({ alter: true }),
21+
init: () => sequelize.sync(),
2222
};

0 commit comments

Comments
 (0)