mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
User/Misc
* don't run querys if not strictly required (e.g. query for chars from ajax context) * prepare user globals and favorites so errors can be handled and don't destroy the template this also allows for profiling of the affected queries * add keys to items table to speed up querying for recipes in general and user completions in particular
This commit is contained in:
@@ -71,7 +71,7 @@ UNLOCK TABLES;
|
||||
|
||||
LOCK TABLES `aowow_dbversion` WRITE;
|
||||
/*!40000 ALTER TABLE `aowow_dbversion` DISABLE KEYS */;
|
||||
INSERT INTO `aowow_dbversion` VALUES (1758578400,17,NULL,NULL);
|
||||
INSERT INTO `aowow_dbversion` VALUES (1762352734,0,NULL,NULL);
|
||||
/*!40000 ALTER TABLE `aowow_dbversion` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user