Index: trunk/extensions/Storyboard/storyboard.sql |
— | — | @@ -19,5 +19,5 @@ |
20 | 20 | ) /*$wgDBTableOptions*/; |
21 | 21 | |
22 | 22 | CREATE UNIQUE INDEX story_title ON /*$wgDBprefix*/storyboard (story_title); |
23 | | -CREATE INDEX story_published_modified ON /*$wgDBprefix*/storyboard (story_is_published, story_modified); |
| 23 | +CREATE INDEX story_state_modified ON /*$wgDBprefix*/storyboard (story_state, story_modified); |
24 | 24 | CREATE INDEX story_modified_id ON /*$wgDBprefix*/storyboard (story_modified, story_id); |
\ No newline at end of file |