Index: branches/lqt-updates/extensions/LiquidThreads/new-schema.sql |
— | — | @@ -144,9 +144,7 @@ |
145 | 145 | lpv_signature TINYBLOB NOT NULL, |
146 | 146 | |
147 | 147 | -- Attributed date/time |
148 | | - lpv_post_time varbinary(14) not null, |
149 | | - |
150 | | - lpv_signature TINYBLOB NOT NULL |
| 148 | + lpv_post_time varbinary(14) not null |
151 | 149 | ) /*$wgDBTableOptions*/; |
152 | 150 | |
153 | 151 | CREATE INDEX /*i*/lpv_post_timestamp ON /*_*/lqt_post_version (lpv_post, lpv_timestamp); |