https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35635 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |victor@tuxayo.net --- Comment #13 from Victor Grousset/tuxayo <victor@tuxayo.net> --- db rev isn't updating the COMMENT for the "mandatory" column when in the kohastructure, it is changed. That comment ends up in Koha/Schema/Result so depending if the RM and RMaint runs dbic after a doing a databaseupdate or starting KTD they will end up with different POD in the schema files and a different checksum. Which will raise a warning latter for them or someone else. So even COMMENTs need to be in sync between a clean install and an upgraded install. About clean install vs upgraded install the column opac_mandatory has a divergence on it's COMMENT too: "on the OPAC" vs "in the OPAC" And "NOT NULL" is only present on of the two scenarios. -- You are receiving this mail because: You are watching all bug changes.