diff options
| -rw-r--r-- | sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql b/sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql index bf18cfb421c..5ddecac7a6c 100644 --- a/sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql +++ b/sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql @@ -1,4 +1,4 @@ -DELETE FROM `broadcast_text` WHERE `ID` = 33133;
+DELETE FROM `broadcast_text` WHERE `ID` = 33133;
DELETE FROM `broadcast_text` WHERE `ID` = 33134;
DELETE FROM `broadcast_text_locale` WHERE `ID` IN (33133, 33134);
|
