[Koha-bugs] [Bug 23805] Add a dedicated credit_types table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 25 07:41:30 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23805

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #30 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Upgrade to 19.06.00.043 done (Bug 23049 - Add account debit_types)
DBD::mysql::db do failed: Duplicate CHECK constraint name
'accountlines_check_type' [for Statement "
          ALTER TABLE
            accountlines
          ADD CONSTRAINT
            `accountlines_check_type`
          CHECK (credit_type_code IS NOT NULL OR debit_type_code IS NOT NULL)
        "] at installer/data/mysql/updatedatabase.pl line 20015.
DBD::mysql::db do failed: Duplicate CHECK constraint name
'accountlines_check_type' [for Statement "
        ALTER TABLE accountlines ADD CONSTRAINT `accountlines_check_type` CHECK
(accounttype IS NOT NULL OR credit_type_code IS NOT NULL)
        "] at installer/data/mysql/updatedatabase.pl line 20081.
Upgrade to 19.06.00.044 done (Bug 23049 - Add account credit_types)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list