Skip to content

Commit

Permalink
Merge pull request #2496 from brchristian/patch-2
Browse files Browse the repository at this point in the history
Fix migration to be reversible
  • Loading branch information
gmacdougall authored Jan 11, 2018
2 parents 0a1af78 + 6817908 commit 3e56e07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class RemoveDefaultTaxFromSpreeZones < ActiveRecord::Migration[5.1]
def change
remove_column :spree_zones, :default_tax, default: false
remove_column :spree_zones, :default_tax, :boolean, default: false
end
end

0 comments on commit 3e56e07

Please sign in to comment.