Add migration file to git repo

This commit is contained in:
Steve Pettitt
2015-12-03 21:08:27 +00:00
committed by Rob Harrington
parent e423e890e0
commit 1d38866f86

View File

@@ -0,0 +1,3 @@
class RenameEnableResetToResettable < ActiveRecord::Migration
rename_column :variant_overrides, :enable_reset, :resettable
end