diff --git a/pandora_console/extras/mr/70.sql b/pandora_console/extras/mr/70.sql index 4a9d0eb75e..53249ee2bf 100644 --- a/pandora_console/extras/mr/70.sql +++ b/pandora_console/extras/mr/70.sql @@ -2,7 +2,8 @@ START TRANSACTION; -- Watch out! The following field migration must be done before altering the corresponding table. UPDATE `tevent_filter` -SET `search` = `regex` +SET `search` = `regex`, + `regex` = '1' WHERE `regex` IS NOT NULL AND `regex` != ''; -- Watch out! The following alter command must be done after the previous update of this table.