Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 5, 2024
1 parent bdcbc96 commit d5aa485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pirogue/single_inheritance.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def __insert_trigger(self) -> str:
remove_pkey=False,
coalesce_pkey_default=True,
coalesce_pkey_default_value=default_value(
self.child_schema, self.child_table, self.child_pkey
self.cursor, self.child_schema, self.child_table, self.child_pkey
),
remap_columns={self.parent_pkey: self.ref_parent_key},
inner_defaults=self.inner_defaults,
Expand Down

0 comments on commit d5aa485

Please sign in to comment.