You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two tables that are parent and child.
They are connected manually by defining foreign_key instead of having FK in SQL.
pgsync schema looks like this:
We have noticed that whenever child is inserted parent document is not updated.
In our prod environment we cant add FK because tables are in different schemas and we dont want to create dependencies between them.
I have managed to write failing test, but I lack knowledge how to fix that issue. If you could point me in correct direction, I might be able to fix that. I am going to raise merge request connected to that issue that contains failing test.
Thanks for your help
The text was updated successfully, but these errors were encountered:
PGSync version:
3.2.0
Postgres version:
14.12
Elasticsearch/OpenSearch version:
8.15.0
Redis version:
6.2
Python version:
3.10
Problem Description:
Hi,
I have two tables that are parent and child.
They are connected manually by defining foreign_key instead of having FK in SQL.
pgsync schema looks like this:
We have noticed that whenever child is inserted parent document is not updated.
In our prod environment we cant add FK because tables are in different schemas and we dont want to create dependencies between them.
I have managed to write failing test, but I lack knowledge how to fix that issue. If you could point me in correct direction, I might be able to fix that. I am going to raise merge request connected to that issue that contains failing test.
Thanks for your help
The text was updated successfully, but these errors were encountered: