removed obsolete repository and updated some plugins DB priority level

This commit is contained in:
jenz
2023-02-19 16:00:26 +01:00
parent 7223eaee5f
commit 3c32ca861d
4 changed files with 5 additions and 177 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ public void SQL_OnDatabaseConnect(Database db, const char[] error, any data)
char sQuery[256];
Format(sQuery, sizeof(sQuery), "CREATE TABLE IF NOT EXISTS xmas_table (`steam_auth` varchar(64), `name` varchar(256), `collected` int(16), PRIMARY KEY (`steam_auth`), INDEX (`collected`))");
g_hDatabase.Query(SQL_OnTableCreated, sQuery, _, DBPrio_High);
g_hDatabase.Query(SQL_OnTableCreated, sQuery, _, DBPrio_Low);
}
//----------------------------------------------------------------------------------------------------