commit
2067579fb5
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
class AddDefaultToEnConstructionConservationExtension < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
change_column :dossiers, :en_construction_conservation_extension, :interval, default: 0.days
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue