mirror of
https://github.com/avecms/AVE.cms.git
synced 2026-08-01 08:45:44 +00:00
4 lines
129 B
SQL
4 lines
129 B
SQL
UPDATE `{{prefix}}_request`
|
|
SET `request_where_cond` = ''
|
|
WHERE `request_where_cond` IS NOT NULL AND `request_where_cond` != '';
|