Fossil

Diff
Login

Diff

Differences From Artifact [55ec98db6d]:

To Artifact [573176f67b]:


482
483
484
485
486
487
488





@ CREATE TABLE vmerge(
@   id INTEGER REFERENCES vfile,      -- VFILE entry that has been merged
@   merge INTEGER,                    -- Merged with this record
@   UNIQUE(id, merge)
@ );
@   
;












>
>
>
>
>
482
483
484
485
486
487
488
489
490
491
492
493
@ CREATE TABLE vmerge(
@   id INTEGER REFERENCES vfile,      -- VFILE entry that has been merged
@   merge INTEGER,                    -- Merged with this record
@   UNIQUE(id, merge)
@ );
@   
;

/* 
 * vim:ts=2:sts=2:et:sw=2:ft=c 
 */