Differences From:
File
src/schema.c
part of check-in
[3b5514ed82]
- The "tag" command allows tag artifacts to be inserted for creating and
cancelling tags and properties. Timeline responds to bgcolor, br-bgcolor,
comment, and user properties.
by
drh on
2007-09-22 15:50:14.
[view]
To:
File
src/schema.c
part of check-in
[72b3b1ad47]
- Incremental web interface enhancments.
by
drh on
2007-09-22 18:13:31.
[view]
@@ -127,8 +127,11 @@
@ );
@
@ -- Linkages between manifests, files created by that manifest, and
@ -- the names of those files.
+@ --
+@ -- pid==0 if the file is added by check-in mid.
+@ -- fid==0 if the file is removed by check-in mid.
@ --
@ CREATE TABLE mlink(
@ mid INTEGER REFERENCES blob, -- Manifest ID where change occurs
@ pid INTEGER REFERENCES blob, -- File ID in parent manifest