Skip to content

Commit 1acbab9

Browse files
authored
Update index.js
1 parent 7aa30a5 commit 1acbab9

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

0 commit comments

Comments
 (0)