Fossil SCM

Reference to obsolete field vfile.parent removed. Fixed table reference in definition of table vfile.

aku 2007-08-26 06:12 trunk
Commit 32c639d08692e5f16b69e80c6ba454fff5b4a413
1 file changed +1 -3
+1 -3
--- src/schema.c
+++ src/schema.c
@@ -214,12 +214,10 @@
214214
@ );
215215
@
216216
@ -- Each entry in the vfile table represents a single file or folder
217217
@ -- that is part of a version.
218218
@ --
219
-@ -- The vfile.parent field is 0 for the root folder.
220
-@ --
221219
@ -- The file.rid field is 0 for files or folders that have been
222220
@ -- added but not yet committed.
223221
@ --
224222
@ -- Vfile.chnged is 0 for unmodified files, 1 for files that have
225223
@ -- been edited or which have been subjected to a 3-way merge.
@@ -230,11 +228,11 @@
230228
@ -- is already in the repository.
231229
@ --
232230
@ --
233231
@ CREATE TABLE vfile(
234232
@ id INTEGER PRIMARY KEY, -- ID of the checked out file
235
-@ vid INTEGER REFERENCES record, -- The version this file is part of.
233
+@ vid INTEGER REFERENCES blob, -- The version this file is part of.
236234
@ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add
237235
@ deleted BOOLEAN DEFAULT 0, -- True if deleted
238236
@ rid INTEGER, -- Originally from this repository record
239237
@ mrid INTEGER, -- Based on this record due to a merge
240238
@ pathname TEXT, -- Full pathname
241239
--- src/schema.c
+++ src/schema.c
@@ -214,12 +214,10 @@
214 @ );
215 @
216 @ -- Each entry in the vfile table represents a single file or folder
217 @ -- that is part of a version.
218 @ --
219 @ -- The vfile.parent field is 0 for the root folder.
220 @ --
221 @ -- The file.rid field is 0 for files or folders that have been
222 @ -- added but not yet committed.
223 @ --
224 @ -- Vfile.chnged is 0 for unmodified files, 1 for files that have
225 @ -- been edited or which have been subjected to a 3-way merge.
@@ -230,11 +228,11 @@
230 @ -- is already in the repository.
231 @ --
232 @ --
233 @ CREATE TABLE vfile(
234 @ id INTEGER PRIMARY KEY, -- ID of the checked out file
235 @ vid INTEGER REFERENCES record, -- The version this file is part of.
236 @ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add
237 @ deleted BOOLEAN DEFAULT 0, -- True if deleted
238 @ rid INTEGER, -- Originally from this repository record
239 @ mrid INTEGER, -- Based on this record due to a merge
240 @ pathname TEXT, -- Full pathname
241
--- src/schema.c
+++ src/schema.c
@@ -214,12 +214,10 @@
214 @ );
215 @
216 @ -- Each entry in the vfile table represents a single file or folder
217 @ -- that is part of a version.
218 @ --
 
 
219 @ -- The file.rid field is 0 for files or folders that have been
220 @ -- added but not yet committed.
221 @ --
222 @ -- Vfile.chnged is 0 for unmodified files, 1 for files that have
223 @ -- been edited or which have been subjected to a 3-way merge.
@@ -230,11 +228,11 @@
228 @ -- is already in the repository.
229 @ --
230 @ --
231 @ CREATE TABLE vfile(
232 @ id INTEGER PRIMARY KEY, -- ID of the checked out file
233 @ vid INTEGER REFERENCES blob, -- The version this file is part of.
234 @ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add
235 @ deleted BOOLEAN DEFAULT 0, -- True if deleted
236 @ rid INTEGER, -- Originally from this repository record
237 @ mrid INTEGER, -- Based on this record due to a merge
238 @ pathname TEXT, -- Full pathname
239

Keyboard Shortcuts

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