Index: trunk/phase3/maintenance/archives/patch-log_search.sql |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | CREATE TABLE /*_*/log_search ( |
3 | | - -- The type of ID (rev ID, log ID, timestamp, other) |
| 3 | + -- The type of ID (rev ID, log ID, rev timestamp, username) |
4 | 4 | ls_field varbinary(32) NOT NULL, |
5 | 5 | -- The value of the ID |
6 | 6 | ls_value varchar(255) NOT NULL, |