Diff
Not logged in

Differences From:

File src/schema.c part of check-in [09c4adeb6f] - Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. by drh on 2007-09-22 23:41:29. [view]

To:

File src/schema.c part of check-in [2ab2db0bd3] - The control file parser now reads ticket changes and wiki pages. by drh on 2007-10-05 13:03:22. [view]

@@ -225,9 +225,9 @@
 @   mtime TIMESTAMP,                -- Time of addition or removal
 @   rid INTEGER REFERENCE blob,     -- Baseline that tag added/removed from
 @   UNIQUE(rid, tagid)
 @ );
-@ CREATE INDEX tagxref_i1 ON tagxref(tagid);
+@ CREATE INDEX tagxref_i1 ON tagxref(tagid, mtime);
 ;
 
 /*
 ** Predefined tagid values