https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38136
--- Comment #29 from Julian Maurice <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
