https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224
--- Comment #32 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 193683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193683&action=edit Bug 39224: DBIC Schema customisations Adds customisations below the auto-generated hash line in the DBIx::Class Result classes: - Boolean column overrides (is_boolean => 1) for flag columns - koha_object_class / koha_objects_class declarations linking schema to Koha object classes - Custom relationships (e.g. hostnames on IdentityProvider) Sponsored-by: ByWater Solutions -- 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/
