removed broken migration

3-1-stable v2.1.0
Dmitriy Zaporozhets 2012-01-22 20:52:06 +02:00
parent 611c5a87ab
commit 98d6492582
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
class FixNotableKey < ActiveRecord::Migration
def change
change_column :notes, :noteable_id, :integer, :limit => 11
end
end

View File

@ -4,6 +4,5 @@ class FixNoteableId < ActiveRecord::Migration
end
def down
change_column :notes, :noteable_id, :integer, :limit => 11
end
end