This commit is contained in:
les
2019-10-23 14:27:29 +02:00
parent 53eb009612
commit eeddc2aa9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "gancio", "name": "gancio",
"version": "0.14.18", "version": "0.15.0",
"description": "A shared agenda for local communities", "description": "A shared agenda for local communities",
"author": "lesion", "author": "lesion",
"scripts": { "scripts": {

View File

@@ -17,7 +17,7 @@ module.exports = {
// modify values of `type` field // modify values of `type` field
try { try {
await queryInterface.removeColumn('notifications', 'type') await queryInterface.removeColumn('notifications', 'type').catch()
} catch {} } catch {}
try { try {