Skip to content
Snippets Groups Projects
Commit 65382133 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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
No related branches found
No related tags found
No related merge requests found
class ChangeNoteNoteToText < ActiveRecord::Migration
def up
change_column :notes, :note, :text, :limit => false
change_column :notes, :note, :text
end
 
def down
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment