https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762
--- Comment #52 from Marcel de Rooy <[email protected]> --- (In reply to Katrin Fischer from comment #51) > (In reply to Marcel de Rooy from comment #50) > > This patch set added an inconsistency in the db schema: > > > > kohastructure > > + `scale_width` decimal(28,6) NOT NULL DEFAULT 0.08, > > + `scale_height` decimal(28,6) NOT NULL DEFAULT 0.01, > > > > dbrev > > ADD COLUMN scale_width FLOAT default 0.8 NOT NULL AFTER font_size > > ADD COLUMN scale_height FLOAT default 0.01 NOT NULL AFTER scale_width > > > > > > Could the authors of this patch set please give follow-up on that and > > correct? Thanks. > > > > PS Not completely sure but I feel that for a scale like this DECIMAL would > > be a better choice than FLOAT. > > Did we not fix this? It looks familiar at least and we did a lot of > comparisons between updated and new. Ah. You are right. I didnt catch the correction on master. I came from 23.11 here. Master is fine indeed. -- 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/
