mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
fix: disable altering tables when syncing tables
This commit is contained in:
parent
1da289185b
commit
17f3b601bd
@ -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;
|
||||
};
|
Loading…
Reference in New Issue
Block a user