Updates/Fixup
* DROP COLUMN IF EXIST is MariaDB specific and should not be used.
This commit is contained in:
parent
79aa8fda7e
commit
e3fc4ebd62
1 changed files with 0 additions and 1 deletions
|
|
@ -1,3 +1,2 @@
|
|||
ALTER TABLE `aowow_errors`
|
||||
DROP COLUMN IF EXISTS `post`,
|
||||
ADD COLUMN `post` text NOT NULL AFTER `query`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue