Commit b8c69c6f authored by michaeltrimm's avatar michaeltrimm

Fixed a bug in the bundle exec rake db:migrate RAILS_ENV=production that...

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.
parent 2176e2c9
class ChangeNoteNoteToText < ActiveRecord::Migration class ChangeNoteNoteToText < ActiveRecord::Migration
def up def up
change_column :notes, :note, :text, :limit => false change_column :notes, :note, :text
end end
def down def down
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment