Commit 65382133 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #761 from michaeltrimm/patch-1

Fixed a bug in the bundle exec rake db:migrate RAILS_ENV=production that...
parents b5d5ecd1 b8c69c6f
class ChangeNoteNoteToText < ActiveRecord::Migration
def up
change_column :notes, :note, :text, :limit => false
change_column :notes, :note, :text
end
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