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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-22 22:52:06 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-22 22:52:06 +0400
commit98d6492582d232ed86525aa31ccbf280f4cbdaef (patch)
tree1689b3cad580a18fd9b429ee0b33dac21c9f5a48
parent611c5a87ab0c083a43785323b09cc47f554c3ba4 (diff)
removed broken migrationv2.1.0
-rw-r--r--db/migrate/20120119203233_fix_notable_key.rb5
-rw-r--r--db/migrate/20120121122616_fix_noteable_id.rb1
2 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20120119203233_fix_notable_key.rb b/db/migrate/20120119203233_fix_notable_key.rb
deleted file mode 100644
index 9b902d06a2a..00000000000
--- a/db/migrate/20120119203233_fix_notable_key.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class FixNotableKey < ActiveRecord::Migration
- def change
- change_column :notes, :noteable_id, :integer, :limit => 11
- end
-end
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