[fix #3427] Administration can soft delete a dossier

This commit is contained in:
simon lehericey 2019-02-13 16:13:37 +01:00 committed by Mathieu Magnin
parent 210088132e
commit a7e068003a
10 changed files with 79 additions and 6 deletions

View file

@ -0,0 +1,5 @@
class AddAdministrationColumnToLogDossierOperation < ActiveRecord::Migration[5.2]
def change
add_reference :dossier_operation_logs, :administration, foreign_key: true
end
end