@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
async up (queryInterface, Sequelize) {
|
||||
await queryInterface.dropTable("notification_settings");
|
||||
},
|
||||
|
||||
async down (queryInterface, Sequelize) {
|
||||
throw new Error("Cannot undo this migration.")
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user