various changes

This commit is contained in:
2024-06-23 02:52:50 +02:00
committed by andreas
parent c3a8469371
commit adc02f2e5b
19 changed files with 268 additions and 155 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const sequelize = new Sequelize({
});
const dbSync = (async ()=> await sequelize.sync())().then(()=>{
const dbSync = (async ()=> await sequelize.sync({alter:true}))().then(()=>{
addUserScopes();
addUserPermsScopes();
});