Differences From:
File
src/schema.c
part of check-in
[9fd8009007]
- Bug fix in the "mv" command. Add filename change tracking to the
check-in information screens. You must run rebuild on
existing respositories when upgrading to this version of fossil.
by
drh on
2008-11-09 22:43:04.
[view]
To:
File
src/schema.c
part of check-in
[c66ffba6da]
- Add missing comma in CREATE TABLE vfile ...
by
eric on
2008-11-10 19:54:53.
[view]
@@ -362,9 +362,9 @@
@ deleted BOOLEAN DEFAULT 0, -- True if deleted
@ rid INTEGER, -- Originally from this repository record
@ mrid INTEGER, -- Based on this record due to a merge
@ pathname TEXT, -- Full pathname relative to root
-@ origname TEXT -- Original pathname. NULL if unchanged
+@ origname TEXT, -- Original pathname. NULL if unchanged
@ UNIQUE(pathname,vid)
@ );
@
@ -- This table holds a record of uncommitted merges in the local