Add test_procedure to procedure_path
This commit is contained in:
parent
5b094d8b13
commit
4ad3932c05
3 changed files with 9 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddTestProcedureToProcedurePaths < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_reference :procedure_paths, :test_procedure
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue