parent
583bdd7a54
commit
01ea6238a4
@ -0,0 +1,9 @@
|
|||||||
|
class UpdateContestnotificationsDescription < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
change_column :contestnotifications, :description, :text
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
change_column :contestnotifications, :description, :string
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue