https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35145 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #19 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Failing QA here: 1) Atomicupdate is not idempotent (look at unless( column_exists) from other db_revs entries). If you run updatedatabase twice in a row you get the following error: Duplicate column name 'display_order 2) Tests need to be added/updated, e.g. prove t/db_dependent/Koha/Patron/Attribute.t is failing with the message Unknown type int for display_order in BorrowerAttributeType. Look at bug 32610 for a starting point on where to add/check stuff. Reach out on mattermost if you need additional help. -- You are receiving this mail because: You are watching all bug changes.