1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Use versioned prefixes for the SQL database tables.

This commit is contained in:
Sadie Powell
2026-04-26 12:49:54 +01:00
parent f4d5b1f01d
commit b33b5a6630
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ public:
void OnReload(Configuration::Conf &conf) override
{
const auto &block = conf.GetModule(this);
prefix = block.Get<const Anope::string>("prefix", "anope_");
prefix = block.Get<const Anope::string>("prefix", "chanstats21_");
SmileysHappy = block.Get<const Anope::string>("SmileysHappy");
SmileysSad = block.Get<const Anope::string>("SmileysSad");
SmileysOther = block.Get<const Anope::string>("SmileysOther");