mirror of
https://github.com/outline/outline.git
synced 2026-01-06 11:09:55 -06:00
Update 20220702132722-add-webhooks-deleted-at.js
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
allowNull: true
|
||||
});
|
||||
},
|
||||
down: async () => {
|
||||
down: async (queryInterface) => {
|
||||
await queryInterface.removeColumn("webhook_subscriptions", "deletedAt");
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user