[Bug 10762] Make it possible to adjust the barcode height and width on labels
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762 --- Comment #53 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #52)
(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.
No wait. I cannot find a correcting dbrev on master. So structure and DBIX schema are in sync. And a new install will have DECIMAL. But if you come from an upgrade, you will still have FLOAT because of the dbrev. Am I overlooking something? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org