diff options
| author | DDuarte <dnpd.dd@gmail.com> | 2016-08-29 04:30:26 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2016-08-29 04:30:26 +0100 |
| commit | ee2774c26d4b8c61dcd9e6020358b9b2e2fb91bf (patch) | |
| tree | e9d856ee2af9f4dd4de46df121d0211e8c9b9a5f | |
| parent | 78041c643876fe8d1c63ee81295b3e2376092689 (diff) | |
Remove BOM byte from 2016_08_28_02_hotfixes.sql
| -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);
|
