Updates/Fixup

* DROP COLUMN IF EXIST is MariaDB specific and should not be used.
This commit is contained in:
Sarjuuk 2024-09-08 21:46:59 +02:00 committed by GitHub
parent 79aa8fda7e
commit e3fc4ebd62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,2 @@
ALTER TABLE `aowow_errors`
DROP COLUMN IF EXISTS `post`,
ADD COLUMN `post` text NOT NULL AFTER `query`;