aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4836_world_announce.sql (renamed from sql/updates/XXX_world_announce.sql)1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/XXX_world_announce.sql b/sql/updates/4836_world_announce.sql
index 59accbfc9bb..1e8920baa7c 100644
--- a/sql/updates/XXX_world_announce.sql
+++ b/sql/updates/4836_world_announce.sql
@@ -1,3 +1,4 @@
+DROP TABLE IF EXISTS `autobroadcast`;
CREATE TABLE `autobroadcast` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`text` longtext NOT NULL,