minor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gancio",
|
||||
"version": "0.14.18",
|
||||
"version": "0.15.0",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user