Skip to content
Snippets Groups Projects
Commit d926517d authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

fixed into_mappings.py

parent d9d1f2b2
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ def sql_rep_into_mappings(header: Header, sql_rep_schema: SQLRepresentationSchem ...@@ -17,7 +17,7 @@ def sql_rep_into_mappings(header: Header, sql_rep_schema: SQLRepresentationSchem
kind_col='kind' if 'kind' in type_t.columns else None, kind_col='kind' if 'kind' in type_t.columns else None,
type_col=concept_properties.typing_concept, type_col=concept_properties.typing_concept,
identity_columns=list(relations.identity.keys()), identity_columns=list(relations.identity.keys()),
inline_relations=list(relations.inline_relations.keys()), inline_relations=list(relations.inline.keys()),
foreign_relations={ foreign_relations={
fk_name: ForeignRelation( fk_name: ForeignRelation(
fk_columns=list(fk_info.fk_relations.keys()), fk_columns=list(fk_info.fk_relations.keys()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment