projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60e0e2b
)
Index for (action, arg1, arg2) on Realtime_channel
author
Evan Prodromou
<evan@status.net>
Mon, 11 Jul 2011 15:31:59 +0000
(11:31 -0400)
committer
Evan Prodromou
<evan@status.net>
Mon, 11 Jul 2011 15:31:59 +0000
(11:31 -0400)
plugins/Realtime/Realtime_channel.php
patch
|
blob
|
history
diff --git
a/plugins/Realtime/Realtime_channel.php
b/plugins/Realtime/Realtime_channel.php
index 63e4bfa13eee9e74363948860bcb4c642b75a4ce..2e25cac20fa766b889c785954ddef510c7983210 100644
(file)
--- a/
plugins/Realtime/Realtime_channel.php
+++ b/
plugins/Realtime/Realtime_channel.php
@@
-131,6
+131,7
@@
class Realtime_channel extends Managed_DataObject
),
'indexes' => array(
'realtime_channel_modified_idx' => array('modified'),
+ 'realtime_channel_page_idx' => array('action', 'arg1', 'arg2')
),
);
}