Fossil SCM
Add missing comma in CREATE TABLE vfile ...
Commit
c66ffba6da9ed22a0ca20ff57b677a8b84365b59
Parent
d8ceb4ad476342b…
1 file changed
+1
-1
+1
-1
| --- src/schema.c | ||
| +++ src/schema.c | ||
| @@ -361,11 +361,11 @@ | ||
| 361 | 361 | @ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add |
| 362 | 362 | @ deleted BOOLEAN DEFAULT 0, -- True if deleted |
| 363 | 363 | @ rid INTEGER, -- Originally from this repository record |
| 364 | 364 | @ mrid INTEGER, -- Based on this record due to a merge |
| 365 | 365 | @ pathname TEXT, -- Full pathname relative to root |
| 366 | -@ origname TEXT -- Original pathname. NULL if unchanged | |
| 366 | +@ origname TEXT, -- Original pathname. NULL if unchanged | |
| 367 | 367 | @ UNIQUE(pathname,vid) |
| 368 | 368 | @ ); |
| 369 | 369 | @ |
| 370 | 370 | @ -- This table holds a record of uncommitted merges in the local |
| 371 | 371 | @ -- file tree. If a VFILE entry with id has merged with another |
| 372 | 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 |
| --- 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 |