mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
|
|
module.exports = {
|
|
up: (queryInterface, Sequelize) => {
|
|
return queryInterface.removeColumn('places', 'confirmed')
|
|
}
|
|
}
|