summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20111027142641_change_note_note_to_text.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20111027142641_change_note_note_to_text.rb b/db/migrate/20111027142641_change_note_note_to_text.rb
index 1bcf4b72bc2..d762d361aec 100644
--- a/db/migrate/20111027142641_change_note_note_to_text.rb
+++ b/db/migrate/20111027142641_change_note_note_to_text.rb
@@ -1,6 +1,6 @@
class ChangeNoteNoteToText < ActiveRecord::Migration
def up
- change_column :notes, :note, :text, :limit => false
+ change_column :notes, :note, :text
end
def down