mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
made migration irreversible
This commit is contained in:
parent
fd709ed4c0
commit
e3fa414a5c
2 changed files with 19 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue