Skip to content

Commit

Permalink
fix #65
Browse files Browse the repository at this point in the history
  • Loading branch information
lpofredc committed Apr 11, 2024
1 parent 10860be commit 2516872
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 2516872

Please sign in to comment.