clean unused places/tags #107 and unused fields
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
module.exports = {
|
||||
up: (queryInterface, Sequelize) => {
|
||||
return queryInterface.removeColumn('tags', 'confirmed')
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
module.exports = {
|
||||
up: (queryInterface, Sequelize) => {
|
||||
return queryInterface.removeColumn('places', 'confirmed')
|
||||
}
|
||||
}
|
||||
6
server/migrations/20210409212842-remove_tag_weigth.js
Normal file
6
server/migrations/20210409212842-remove_tag_weigth.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
module.exports = {
|
||||
up: (queryInterface, Sequelize) => {
|
||||
return queryInterface.removeColumn('tags', 'weigth')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user