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
bolinocroustibat
changed the title
[hydra] add foreign key constraint to the table_name as the parsing_table column
[hydra] add foreign key constraint for the parsing_table column
Dec 5, 2024
A foreign key must references a key in the local database, but the parsing tables are in a second database (the CSV database, on a different port 5434), so it seems impossible to do so.
This follows PR discussions on #229:
Add a foreign key constraints for
parsing_table
column ofchecks
table as was done in #195, but to a table name.The text was updated successfully, but these errors were encountered: