various changes

This commit is contained in:
2024-06-23 02:53:15 +02:00
parent 4da9a4f7be
commit cdfbadb805
7 changed files with 38 additions and 16 deletions
+1 -1
View File
@@ -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();
});