mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 08:21:27 +03:00
fix: disable altering tables when syncing tables
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports = async client => {
|
||||
require(`./models/${model}`)(client, sequelize);
|
||||
}
|
||||
|
||||
await sequelize.sync({ alter: true });
|
||||
await sequelize.sync({ alter: false });
|
||||
|
||||
return sequelize;
|
||||
};
|
Reference in New Issue
Block a user