From b8c69c6f3476be7a467983eb768d9d4264b19736 Mon Sep 17 00:00:00 2001 From: michaeltrimm Date: Mon, 30 Apr 2012 11:33:00 -0300 Subject: Fixed a bug in the bundle exec rake db:migrate RAILS_ENV=production that causes the rake to fail and the system not properly install the default user and password. --- db/migrate/20111027142641_change_note_note_to_text.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') 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 -- cgit v1.2.1