Overview
SHA1 Hash: | c66ffba6da9ed22a0ca20ff57b677a8b84365b59 |
---|---|
Date: | 2008-11-10 19:54:53 |
User: | eric |
Comment: | Add missing comma in CREATE TABLE vfile ... |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/schema.c from [d2ac05bf98] to [243248b6c0].
@@ -361,11 +361,11 @@ @ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add @ 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 @ -- file tree. If a VFILE entry with id has merged with another