Ajout de la ref_piece_jointe dans DossierPDF
This commit is contained in:
parent
c02f5c320a
commit
f7dfcfa5a5
2 changed files with 9 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddRefPiecesJointesRefToDossierPdf < ActiveRecord::Migration
|
||||
def change
|
||||
add_reference :dossier_pdfs, :ref_pieces_jointes, index: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue