[Koha-bugs] [Bug 17216] Add a new table to store authorized value categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 23 15:44:09 CET 2016


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

Mirko Tietgen <mirko at abunchofthings.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mirko at abunchofthings.net

--- Comment #93 from Mirko Tietgen <mirko at abunchofthings.net> ---
With a Debian package for 16.11, on upgrade from 16.05 the following happens:

Upgrade to 16.06.00.032 done (Bug 17357 - WTHDRAWN is still used in installer
files)
DBD::mysql::db do failed: Can't create table 'koha_upgrade.#sql-329_a5' (errno:
150) [for Statement "
            ALTER TABLE marc_subfield_structure
            MODIFY COLUMN authorised_value VARCHAR(32) DEFAULT NULL,
            ADD CONSTRAINT marc_subfield_structure_ibfk_1 FOREIGN KEY
(authorised_value) REFERENCES authorised_value_categories (category_name) ON
UPDATE CASCADE ON DELETE SET NULL;
            "] at
/usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line
13175.
Upgrade to 16.06.00.033 done (Bug 17216 - Add a new table to store authorized
value categories)

I assume it is related to this bug? Is it safe to ignore? It does sound more
scary than the duplicate warnings we get from time to time.

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


More information about the Koha-bugs mailing list