abartov / bybeconv

Project Ben-Yehuda's content management system.
https://benyehuda.org/
Other
10 stars 5 forks source link

Involved authorities #345

Closed damisul closed 1 month ago

damisul commented 1 month ago

This PR introduces new InvolvedAuthorities table to replace Creations and Realizers table.

It does not intoduces Authorities table yet, so InvolvedAuthority record can only refer to person. Also I did not used polymorphic relation for item and added expression_id and work_id as separate columns instead. I believe it is better from performance point of view and more SQL-friendly approach.

Also this PR contains following changes not directly related to InvolvedAuthorities: