Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys and caching this way.

This commit is contained in:
Brion Vibber
2011-03-21 15:04:32 -07:00
parent 541dfa04fe
commit a54eb0941e
7 changed files with 73 additions and 61 deletions

View File

@@ -1027,4 +1027,4 @@ $schema['schema_version'] = array(
'primary key' => array('table_name'),
);
$schema['request_queue'] = Request_queue::schemaDef();
$schema['group_join_queue'] = Group_join_queue::schemaDef();