mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-21 13:19:21 +00:00
All models using classes and sequelize migrations
This commit is contained in:
@@ -34,6 +34,6 @@ module.exports = {
|
||||
},
|
||||
|
||||
down: queryInterface => {
|
||||
return queryInterface.dropTable("users");
|
||||
return queryInterface.dropTable("Users");
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user