Skip to content
Snippets Groups Projects
Commit 121deb72 authored by jvfpw18's avatar jvfpw18
Browse files

Fix missing definitions error with multiple fk's

parent 36d29c51
Branches
No related tags found
1 merge request!13v1.1.0
......@@ -447,6 +447,7 @@ class DatabaseTable(Table):
try:
protocol.load_csv(protocol_path)
ref_table.load_protocol(protocol)
ref_table.gen_definitions()
ref_table.map_from_protocol(create=create, bind=bind)
if create:
ref_table.create(bind=bind)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment