summaryrefslogtreecommitdiffstats
path: root/server/migrations
diff options
context:
space:
mode:
authorChristian Hofmaier2019-04-03 04:26:46 +0200
committerChristian Hofmaier2019-04-03 04:26:46 +0200
commitccf4f1b52eea4dc522001015256d29b67ebc6538 (patch)
tree0821f192fae0de96bccfaac24635cf415b59422b /server/migrations
parent[configloader] eslint is great (diff)
downloadbas-ccf4f1b52eea4dc522001015256d29b67ebc6538.tar.gz
bas-ccf4f1b52eea4dc522001015256d29b67ebc6538.tar.xz
bas-ccf4f1b52eea4dc522001015256d29b67ebc6538.zip
[eventmanager] fix removeColumn
i should go to sleep
Diffstat (limited to 'server/migrations')
-rw-r--r--server/migrations/20190402032400-add-configid-event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/migrations/20190402032400-add-configid-event.js b/server/migrations/20190402032400-add-configid-event.js
index c3642f7..34e6ac9 100644
--- a/server/migrations/20190402032400-add-configid-event.js
+++ b/server/migrations/20190402032400-add-configid-event.js
@@ -11,6 +11,6 @@ module.exports = {
})
},
down: (queryInterface, Sequelize) => {
- return queryInterface.removeColumn('events', 'configId')
+ return queryInterface.removeColumn('events', 'config')
}
}