Fossil SCM

Another schema tweak to go with the previous check-in. This one will require a rebuild in order to use the new "parent" tag. But that functionality has not been installed, so there is no need to rebuild yet.

drh 2011-02-25 01:27 trunk
Commit e6740e9badd01bbcf1446881d081c9d657d6c188
1 file changed +1
--- src/schema.c
+++ src/schema.c
@@ -305,10 +305,11 @@
305305
@ INSERT INTO tag VALUES(5, 'hidden'); -- TAG_HIDDEN
306306
@ INSERT INTO tag VALUES(6, 'private'); -- TAG_PRIVATE
307307
@ INSERT INTO tag VALUES(7, 'cluster'); -- TAG_CLUSTER
308308
@ INSERT INTO tag VALUES(8, 'branch'); -- TAG_BRANCH
309309
@ INSERT INTO tag VALUES(9, 'closed'); -- TAG_CLOSED
310
+@ INSERT INTO tag VALUES(10,'parent'); -- TAG_PARENT
310311
@
311312
@ -- Assignments of tags to baselines. Note that we allow tags to
312313
@ -- have values assigned to them. So we are not really dealing with
313314
@ -- tags here. These are really properties. But we are going to
314315
@ -- keep calling them tags because in many cases the value is ignored.
315316
--- src/schema.c
+++ src/schema.c
@@ -305,10 +305,11 @@
305 @ INSERT INTO tag VALUES(5, 'hidden'); -- TAG_HIDDEN
306 @ INSERT INTO tag VALUES(6, 'private'); -- TAG_PRIVATE
307 @ INSERT INTO tag VALUES(7, 'cluster'); -- TAG_CLUSTER
308 @ INSERT INTO tag VALUES(8, 'branch'); -- TAG_BRANCH
309 @ INSERT INTO tag VALUES(9, 'closed'); -- TAG_CLOSED
 
310 @
311 @ -- Assignments of tags to baselines. Note that we allow tags to
312 @ -- have values assigned to them. So we are not really dealing with
313 @ -- tags here. These are really properties. But we are going to
314 @ -- keep calling them tags because in many cases the value is ignored.
315
--- src/schema.c
+++ src/schema.c
@@ -305,10 +305,11 @@
305 @ INSERT INTO tag VALUES(5, 'hidden'); -- TAG_HIDDEN
306 @ INSERT INTO tag VALUES(6, 'private'); -- TAG_PRIVATE
307 @ INSERT INTO tag VALUES(7, 'cluster'); -- TAG_CLUSTER
308 @ INSERT INTO tag VALUES(8, 'branch'); -- TAG_BRANCH
309 @ INSERT INTO tag VALUES(9, 'closed'); -- TAG_CLOSED
310 @ INSERT INTO tag VALUES(10,'parent'); -- TAG_PARENT
311 @
312 @ -- Assignments of tags to baselines. Note that we allow tags to
313 @ -- have values assigned to them. So we are not really dealing with
314 @ -- tags here. These are really properties. But we are going to
315 @ -- keep calling them tags because in many cases the value is ignored.
316

Keyboard Shortcuts

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