Commit 98d6492582d232ed86525aa31ccbf280f4cbdaef

Authored by Dmitriy Zaporozhets
1 parent 611c5a87

removed broken migration

db/migrate/20120119203233_fix_notable_key.rb
@@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
1 -class FixNotableKey < ActiveRecord::Migration  
2 - def change  
3 - change_column :notes, :noteable_id, :integer, :limit => 11  
4 - end  
5 -end  
db/migrate/20120121122616_fix_noteable_id.rb
@@ -4,6 +4,5 @@ class FixNoteableId &lt; ActiveRecord::Migration @@ -4,6 +4,5 @@ class FixNoteableId &lt; ActiveRecord::Migration
4 end 4 end
5 5
6 def down 6 def down
7 - change_column :notes, :noteable_id, :integer, :limit => 11  
8 end 7 end
9 end 8 end