Closed TQPS closed 2 months ago
This should have been added here: https://github.com/Sarjuuk/aowow/commit/7d545167df49bf5918dc1196fde8b37b7a651c75
/e: it's specific to MariaDB
Maybe DROP COLUMN IF EXISTS
is mysql specific or something.
Anyone else using MySQL and received these errors? Any advice on moving forward?
Any advice on moving forward?
Delete the IF EXISTS
or wait for a week or so until I can fix it myself.
Acknowledged. Will wait so I don't cause additional issues.
Others will benefit as well.
Thank you for the update.
fixed in e3fc4ebd62c599d859933319edf57dc2bec3b4cb
you may need to apply the query manually if the updater says you have no pending updates and the table aowow_errors
is missing the post
column
ALTER TABLE `aowow_errors` ADD COLUMN `post` text NOT NULL AFTER `query`;
Describe the bug and how to reproduce it Just pulled for updates and noticed 4 SQL files.
Ran
php aowow --update
and received the following:Thinking I can get around it by adding the 4 updates manually proved incorrect, HeidiSQL also complained.
The site still appears to work but concerned it might affect future updates.
Update: Was reviewing "Blood of heroes" and got the following within the browser:
The failed update appears to have had additional affect on some aspects of the site.
Screenshots N/A
System: