migration-fixes

This commit is contained in:
Tom Moor
2017-09-01 08:46:39 -07:00
parent 77f94f95be
commit 28956b98fa

View File

@@ -1,6 +1,5 @@
module.exports = {
up: async function(queryInterface, Sequelize) {
await queryInterface.removeIndex('documents', 'atlasId_foreign_idx');
await queryInterface.changeColumn('documents', 'atlasId', {
type: Sequelize.UUID,
allowNull: true,