Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20120121122616_fix_noteable_id.rb')
-rw-r--r--db/migrate/20120121122616_fix_noteable_id.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20120121122616_fix_noteable_id.rb b/db/migrate/20120121122616_fix_noteable_id.rb
index dbc0fa3e12c..d110e8cd63b 100644
--- a/db/migrate/20120121122616_fix_noteable_id.rb
+++ b/db/migrate/20120121122616_fix_noteable_id.rb
@@ -4,6 +4,5 @@ class FixNoteableId < ActiveRecord::Migration
end
def down
- change_column :notes, :noteable_id, :integer, :limit => 11
end
end