mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
removed broken migration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user