Sha256: 018e32c09f141054687d47c3b6c88ad27880932f1f6d894a150ac62b21dd0820
Contents?: true
Size: 176 Bytes
Versions: 1
Compression:
Stored size: 176 Bytes
Contents
class RemoveZipCodeFromStreets < ActiveRecord::Migration def up remove_column :streets, :zip_code end def down add_column :streets, :zip_code, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unico-training-7.8.0 | db/migrate/20110811204502_remove_zip_code_from_streets.rb |