made migration irreversible

This commit is contained in:
raluka 2015-10-12 11:58:16 +02:00
parent fd709ed4c0
commit e3fa414a5c
2 changed files with 19 additions and 23 deletions

View file

@ -1,9 +1,5 @@
class ChangePostalcodeFormatInVenues < ActiveRecord::Migration
def up
def change
change_column :venues, :postalcode, :string
end
def down
change_column :venues, :postalcode, :integer
end
end