Skip to content

Commit

Permalink
Merge pull request #66 from lpoaura/fix_issue65
Browse files Browse the repository at this point in the history
fix #65
  • Loading branch information
lpofredc authored Apr 11, 2024
2 parents 10860be + 2516872 commit beda348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gn2pg/store_postgresql.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def delete_data(
and_(
self._table_defs["data"]["metadata"].c.id_data == item[id_key_name],
self._table_defs["data"]["metadata"].c.controler == controler,
self._table_defs["data"]["metadata"].c.source == self._config.name,
self._table_defs["data"]["metadata"].c.source == self._config.std_name,
)
)
)
Expand Down

0 comments on commit beda348

Please sign in to comment.