3 Dec
2024
3 Dec
'24
1:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38136 --- Comment #29 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 175077 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175077&action=edit Bug 38136: Use a single table for all translations We lose data integrity but we gain simplicity. Automatic deletion of translations is handled by the DBIC `cascade_delete` feature, so integrity should be fine as long as no raw SQL update/delete operation is involved. -- You are receiving this mail because: You are watching all bug changes.