[Koha-bugs] [Bug 30276] Web-based installer failing on db upgrade for 30060

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 21 11:59:15 CET 2022


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

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
MariaDB [koha_kohadev]> ALTER TABLE user_permissions DROP INDEX IF EXISTS
`PRIMARY`;
Query OK, 0 rows affected, 1 warning (0.000 sec)
Records: 0  Duplicates: 0  Warnings: 1

MariaDB [koha_kohadev]> show warnings;
+-------+------+----------------------------------------------------+
| Level | Code | Message                                            |
+-------+------+----------------------------------------------------+
| Note  | 1091 | Can't DROP 'PRIMARY'; check that column/key exists |
+-------+------+----------------------------------------------------+
1 row in set (0.000 sec)

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


More information about the Koha-bugs mailing list