WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
4 stars 1 forks source link

Redundant foreign key in schedule table? #146

Open hannakoppelaar opened 3 months ago

hannakoppelaar commented 3 months ago

The schedule table references the table abstract_target via two foreign keys: s_target_id and s_abstract_target_id. In the JPA annotations s_target_id is no longer referenced and it's not clear what purpose it served originally.

Since it's no longer being used, I would suggest we remove this field to avoid confusion.