From eeddc2aa9d5a5371cb1ca8a08a9d8f89b4184c8b Mon Sep 17 00:00:00 2001 From: les Date: Wed, 23 Oct 2019 14:27:29 +0200 Subject: [PATCH] minor --- package.json | 2 +- server/migrations/20190927160148-new_notification.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4c46af3..22099f63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "0.14.18", + "version": "0.15.0", "description": "A shared agenda for local communities", "author": "lesion", "scripts": { diff --git a/server/migrations/20190927160148-new_notification.js b/server/migrations/20190927160148-new_notification.js index 1057f7dd..bd1ab268 100644 --- a/server/migrations/20190927160148-new_notification.js +++ b/server/migrations/20190927160148-new_notification.js @@ -17,7 +17,7 @@ module.exports = { // modify values of `type` field try { - await queryInterface.removeColumn('notifications', 'type') + await queryInterface.removeColumn('notifications', 'type').catch() } catch {} try {