diff options
| author | maximius <none@none> | 2009-08-08 21:51:55 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-08-08 21:51:55 -0700 |
| commit | 84ab289a40c0fcf40a6d9f5177e0328604fea8be (patch) | |
| tree | bc124190cb6a8b37cf9b87828b2656cdc973d618 /sql/updates | |
| parent | 2f83f6a79c21cef2dadeaa6ba19d36e163f49f57 (diff) | |
*Cleaned up SQL, updated FULLs
--HG--
branch : trunk
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, |
