From 642c1adc469952a5e20e4351180a8b1c70557e39 Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 30 Jun 2022 23:59:16 +0200 Subject: [PATCH] not needed anymore and causing issues --- .../20210308194339-sending_notification_status.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 server/migrations/20210308194339-sending_notification_status.js diff --git a/server/migrations/20210308194339-sending_notification_status.js b/server/migrations/20210308194339-sending_notification_status.js deleted file mode 100644 index 285be310..00000000 --- a/server/migrations/20210308194339-sending_notification_status.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict' - -module.exports = { - up: (queryInterface, Sequelize) => { - // return queryInterface.sequelize.query('ALTER TYPE "enum_event_notifications_status" ADD VALUE \'sending\'').catch(e => {}) - }, - - down: (queryInterface, Sequelize) => { - } -}