mirror of
https://github.com/anope/anope.git
synced 2026-07-02 17:33:13 +02:00
Pull table schemas from SQL on startup so we can alter the schemas if we need to, fixed sqlite to work again
This commit is contained in:
@@ -129,6 +129,8 @@ class SQLProvider : public Service
|
||||
|
||||
virtual std::vector<SQLQuery> CreateTable(const Anope::string &table, const Serialize::Data &data) = 0;
|
||||
|
||||
virtual SQLQuery BuildInsert(const Anope::string &table, unsigned int id, const Serialize::Data &data) = 0;
|
||||
|
||||
virtual SQLQuery GetTables(const Anope::string &prefix) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user