parent
2a8df37cfc
commit
7e8ab97713
@ -0,0 +1,5 @@
|
||||
class ChangeBidsDescriptionType < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :bids, :description, :text, default: nil
|
||||
end
|
||||
end
|
Loading…
Reference in new issue