diff options
author | Brian <none@none> | 2010-09-02 08:30:24 -0600 |
---|---|---|
committer | Brian <none@none> | 2010-09-02 08:30:24 -0600 |
commit | a32528f8d13e931a409b5a04f3782db856c88da3 (patch) | |
tree | 61cf8308868da3baf3f74915a28a8e36084769d9 | |
parent | 0c4c139b948ff1087ad583f98afc8328bc37e9d3 (diff) |
Database/Table: drop unused auctionhousebot table.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/9716_characters_auctionhousebot.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/9716_characters_auctionhousebot.sql b/sql/updates/9716_characters_auctionhousebot.sql new file mode 100644 index 00000000000..fd78728859e --- /dev/null +++ b/sql/updates/9716_characters_auctionhousebot.sql @@ -0,0 +1,2 @@ +DROP TABLE `auctionhousebot`; + |