various changes
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ const sequelize = new Sequelize({
|
||||
});
|
||||
|
||||
|
||||
const dbSync = (async ()=> await sequelize.sync({alter:true}))().then(()=>{
|
||||
const dbSync = (async ()=> await sequelize.sync())().then(()=>{
|
||||
addUserScopes();
|
||||
addUserPermsScopes();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user