Skip to content

Commit f886ea8

Browse files
committed
finally all good
Signed-off-by: Apoorvaa Gupta <[email protected]>
1 parent bb52d88 commit f886ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/schema.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const User = db.define('users', {
2121
repositoryName: Sequelize.DataTypes.STRING
2222
});
2323

24-
db.sync({force: true}).then(() => {
24+
db.sync({force: false}).then(() => {
2525
console.log('Database configured')
2626
});
2727

0 commit comments

Comments
 (0)