mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Updates/Fixup
* DROP COLUMN IF EXIST is MariaDB specific and should not be used.
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
ALTER TABLE `aowow_errors`
|
||||
DROP COLUMN IF EXISTS `post`,
|
||||
ADD COLUMN `post` text NOT NULL AFTER `query`;
|
||||
|
||||
Reference in New Issue
Block a user