Fossil SCM

Add missing comma in CREATE TABLE vfile ...

eric 2008-11-10 19:54 trunk
Commit c66ffba6da9ed22a0ca20ff57b677a8b84365b59
1 file changed +1 -1
+1 -1
--- src/schema.c
+++ src/schema.c
@@ -361,11 +361,11 @@
361361
@ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add
362362
@ deleted BOOLEAN DEFAULT 0, -- True if deleted
363363
@ rid INTEGER, -- Originally from this repository record
364364
@ mrid INTEGER, -- Based on this record due to a merge
365365
@ pathname TEXT, -- Full pathname relative to root
366
-@ origname TEXT -- Original pathname. NULL if unchanged
366
+@ origname TEXT, -- Original pathname. NULL if unchanged
367367
@ UNIQUE(pathname,vid)
368368
@ );
369369
@
370370
@ -- This table holds a record of uncommitted merges in the local
371371
@ -- file tree. If a VFILE entry with id has merged with another
372372
--- src/schema.c
+++ src/schema.c
@@ -361,11 +361,11 @@
361 @ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add
362 @ deleted BOOLEAN DEFAULT 0, -- True if deleted
363 @ rid INTEGER, -- Originally from this repository record
364 @ mrid INTEGER, -- Based on this record due to a merge
365 @ pathname TEXT, -- Full pathname relative to root
366 @ origname TEXT -- Original pathname. NULL if unchanged
367 @ UNIQUE(pathname,vid)
368 @ );
369 @
370 @ -- This table holds a record of uncommitted merges in the local
371 @ -- file tree. If a VFILE entry with id has merged with another
372
--- src/schema.c
+++ src/schema.c
@@ -361,11 +361,11 @@
361 @ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add
362 @ deleted BOOLEAN DEFAULT 0, -- True if deleted
363 @ rid INTEGER, -- Originally from this repository record
364 @ mrid INTEGER, -- Based on this record due to a merge
365 @ pathname TEXT, -- Full pathname relative to root
366 @ origname TEXT, -- Original pathname. NULL if unchanged
367 @ UNIQUE(pathname,vid)
368 @ );
369 @
370 @ -- This table holds a record of uncommitted merges in the local
371 @ -- file tree. If a VFILE entry with id has merged with another
372

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button