forked from GNUsocial/gnu-social
Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys and caching this way.
This commit is contained in:
@@ -93,6 +93,7 @@ abstract class Managed_DataObject extends Memcached_DataObject
|
||||
function keyTypes()
|
||||
{
|
||||
$table = call_user_func(array(get_class($this), 'schemaDef'));
|
||||
$keys = array();
|
||||
|
||||
if (!empty($table['unique keys'])) {
|
||||
foreach ($table['unique keys'] as $idx => $fields) {
|
||||
|
Reference in New Issue
Block a user