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

--- Comment #5 from Saiful Amin <[email protected]> ---
Using `DB_IMAGE=mysql:8.4 ktd up`, the Koha installation only proceeds after
enforcing uniqueness on `authorised_values.authorised_value` in
`kohastructure.sql`:

-   KEY `auth_value_idx` (`authorised_value`),
+   UNIQUE KEY `auth_value_idx` (`authorised_value`),

Once the unique index is added, the installer stops because the mandatory seed
data contains duplicates. I counted 27 duplicate authorised_value entries,
mostly coming from ERM, in:

installer/data/mysql/en/mandatory/auth_values.yml

Those ERM authorised values need to be reviewed and deduplicated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to