osem-fcy/db/migrate/20150929142405_change_postalcode_format_in_venues.rb

6 lines
134 B
Ruby
Raw Normal View History

2015-09-29 16:40:51 +02:00
class ChangePostalcodeFormatInVenues < ActiveRecord::Migration
2015-10-12 11:58:16 +02:00
def change
2015-09-29 16:40:51 +02:00
change_column :venues, :postalcode, :string
end
end