mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
4 lines
112 B
SQL
4 lines
112 B
SQL
ALTER TABLE `aowow_errors`
|
|
DROP COLUMN IF EXISTS `post`,
|
|
ADD COLUMN `post` text NOT NULL AFTER `query`;
|