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

View File

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