https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32132 --- Comment #29 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- (In reply to Jonathan Druart from comment #27)
There is a report on Mattermost:
Upgrade to 23.12.00.023 [15:26:18]: Bug 32132 - Set aqbudgets.budget_period_id as NOT NULL ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Can't DROP FOREIGN KEY `aqbudgetperiods_ibfk_1`; check that it exists at /usr/share/koha/lib/C4/Installer.pm line 741
Please ALWAYS check for the existence of a FK/column/table before dropping it!
Dropping and adding that foreign key was added in bug 36993 to fix upgrade failure. However I missed the cases where it doesn't exist to begin with. I'll file a new bug report for this. -- You are receiving this mail because: You are watching all bug changes.