Backend korrigiert, icons korrigiert, menü-aufklappen verbessert
This commit is contained in:
@@ -25,9 +25,8 @@ const initializeDatabase = async () => {
|
||||
};
|
||||
|
||||
const syncModels = async (models) => {
|
||||
// Nur einmaliges sync ohne alter/force
|
||||
for (const model of Object.values(models)) {
|
||||
await model.sync();
|
||||
await model.sync({ alter: true });
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user