Skip to content

Commit

Permalink
fix non rollbackable tenant migration (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngouy authored Jun 17, 2021
1 parent cfd6e06 commit 4a7948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/7_add_tenant_to_taggings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def self.up
end

def self.down
remove_column :taggings, :tenant
remove_index :taggings, :tenant
remove_column :taggings, :tenant
end
end

0 comments on commit 4a7948e

Please sign in to comment.