minor
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
module.exports = {
|
||||
up: (queryInterface, Sequelize) => {
|
||||
queryInterface.addColumn('event', 'likes', {
|
||||
return queryInterface.addColumn('event', 'likes', {
|
||||
type: Sequelize.JSON,
|
||||
defaultValue: []
|
||||
})
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
module.exports = {
|
||||
up: (queryInterface, Sequelize) => {
|
||||
queryInterface.addColumn('event', 'boost', {
|
||||
return queryInterface.addColumn('event', 'boost', {
|
||||
type: Sequelize.JSON,
|
||||
defaultValue: []
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user