Skip to content
Snippets Groups Projects
Commit 98d64925 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

removed broken migration

parent 611c5a87
No related branches found
No related tags found
No related merge requests found
class FixNotableKey < ActiveRecord::Migration
def change
change_column :notes, :noteable_id, :integer, :limit => 11
end
end
Loading
Loading
@@ -4,6 +4,5 @@ class FixNoteableId < ActiveRecord::Migration
end
 
def down
change_column :notes, :noteable_id, :integer, :limit => 11
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment