Merge pull request #4949 from betagouv/dev

2020-03-26-01-2
This commit is contained in:
Keirua 2020-03-26 13:43:52 +01:00 committed by GitHub
commit 2067579fb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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