Commit b8c69c6f3476be7a467983eb768d9d4264b19736

Authored by michaeltrimm
1 parent 2176e2c9

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
1 class ChangeNoteNoteToText < ActiveRecord::Migration 1 class ChangeNoteNoteToText < ActiveRecord::Migration
2 def up 2 def up
3 - change_column :notes, :note, :text, :limit => false 3 + change_column :notes, :note, :text
4 end 4 end
5 5
6 def down 6 def down