summaryrefslogtreecommitdiff
path: root/db/migrate/20120119203233_fix_notable_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20120119203233_fix_notable_key.rb')
-rw-r--r--db/migrate/20120119203233_fix_notable_key.rb5
1 files changed, 0 insertions, 5 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