halkszavu / Project-Rossini

A repository for a recipe database.
0 stars 0 forks source link

Delete not propagating correctly #17

Closed halkszavu closed 9 months ago

halkszavu commented 9 months ago

Originally posted by @halkszavu in https://github.com/halkszavu/Project-Rossini/issues/16#issuecomment-1832189322

halkszavu commented 9 months ago

JdbcSQLIntegrityConstraintViolationException: Referential integrity constraint violation: "FK_RECIPES_ON_DISH: PUBLIC.recipes FOREIGN KEY(dish_id) REFERENCES PUBLIC.dishes(id) (1)"

halkszavu commented 9 months ago

2fe73df fixes the issue