Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/transcodeTable.sql |
— | — | @@ -10,6 +10,6 @@ |
11 | 11 | transcode_time_startwork VARBINARY( 14 ) NULL, |
12 | 12 | transcode_time_success VARBINARY( 14 ) NULL, |
13 | 13 | transcode_time_error VARBINARY( 14 ) NULL, |
14 | | -) /*$wgDBTableOptions*/; |
| 14 | +); |
15 | 15 | CREATE INDEX ( transcode_image_name , transcode_state , transcode_key ), |
16 | 16 | CREATE INDEX ( transcode_time_addjob ,transcode_time_startwork , transcode_time_success, transcode_time_error ), |