From 066e5b3fc08b6b85311e29aad6e78f12aba1a30e Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 4 Nov 2011 02:28:21 -0400 Subject: Delete all tables before flushing not just ones we know about --- modules/extra/sql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/extra/sql.h') diff --git a/modules/extra/sql.h b/modules/extra/sql.h index 85b3c291a..21b311014 100644 --- a/modules/extra/sql.h +++ b/modules/extra/sql.h @@ -118,5 +118,7 @@ class SQLProvider : public Service virtual SQLResult RunQuery(const SQLQuery &query) = 0; virtual SQLQuery CreateTable(const Anope::string &table, const SerializableBase::serialized_data &data) = 0; + + virtual SQLQuery GetTables() = 0; }; -- cgit