diff --git a/database/database_table.py b/database/database_table.py index 8f0e6d6b9e7f0afc21c5c4f1b62adb3f3e924ac5..f603016b905de947d2b2209a32590c09eeb3de2f 100644 --- a/database/database_table.py +++ b/database/database_table.py @@ -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)