store specific api-entreprise token for a procedure
This commit is contained in:
parent
920cf6bb3f
commit
14ff18ca80
7 changed files with 68 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddAPIEntrepriseTokenToProcedures < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :procedures, :api_entreprise_token, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue