store specific api-entreprise token for a procedure

This commit is contained in:
Christophe Robillard 2020-04-27 14:58:12 +02:00
parent 920cf6bb3f
commit 14ff18ca80
7 changed files with 68 additions and 3 deletions

View file

@ -0,0 +1,5 @@
class AddAPIEntrepriseTokenToProcedures < ActiveRecord::Migration[5.2]
def change
add_column :procedures, :api_entreprise_token, :string
end
end