Merge pull request #761 from michaeltrimm/patch-1
Fixed a bug in the bundle exec rake db:migrate RAILS_ENV=production that...
This commit is contained in:
commit
65382133d5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue