gancio-upstream/server/migrations/20210409212803-remove_place_confirmation.js

6 lines
127 B
JavaScript

module.exports = {
up: (queryInterface, Sequelize) => {
return queryInterface.removeColumn('places', 'confirmed')
}
}