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

removed broken migration

parent 611c5a87
Branches
Tags v2.1.0
No related merge requests found
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment