removed broken migration
This commit is contained in:
parent
611c5a87ab
commit
98d6492582
2 changed files with 0 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
class FixNotableKey < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :notes, :noteable_id, :integer, :limit => 11
|
||||
end
|
||||
end
|
|
@ -4,6 +4,5 @@ class FixNoteableId < ActiveRecord::Migration
|
|||
end
|
||||
|
||||
def down
|
||||
change_column :notes, :noteable_id, :integer, :limit => 11
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue