forked from UNLOZE/sm-plugins
removed obsolete repository and updated some plugins DB priority level
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user