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