https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37511
--- Comment #23 from Katrin Fischer <[email protected]> --- Hi Janusz, to explain a bit more: In your DBIC schema changes file, that I dropped when pushing (as we usually do), you have is_nullable = 0 (second patch) But when I regenerated the DBIC file running dbic after the database update, it came out with is_nullable = 1 So: which one is correct? If we want is_nullable = 0, we will probably need another database update and kohastructure.sql change. -- 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/
