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.
Commit
e6740e9badd01bbcf1446881d081c9d657d6c188
Parent
f8b3d24759e0c08…
1 file changed
+1
+1
| --- src/schema.c | ||
| +++ src/schema.c | ||
| @@ -305,10 +305,11 @@ | ||
| 305 | 305 | @ INSERT INTO tag VALUES(5, 'hidden'); -- TAG_HIDDEN |
| 306 | 306 | @ INSERT INTO tag VALUES(6, 'private'); -- TAG_PRIVATE |
| 307 | 307 | @ INSERT INTO tag VALUES(7, 'cluster'); -- TAG_CLUSTER |
| 308 | 308 | @ INSERT INTO tag VALUES(8, 'branch'); -- TAG_BRANCH |
| 309 | 309 | @ INSERT INTO tag VALUES(9, 'closed'); -- TAG_CLOSED |
| 310 | +@ INSERT INTO tag VALUES(10,'parent'); -- TAG_PARENT | |
| 310 | 311 | @ |
| 311 | 312 | @ -- Assignments of tags to baselines. Note that we allow tags to |
| 312 | 313 | @ -- have values assigned to them. So we are not really dealing with |
| 313 | 314 | @ -- tags here. These are really properties. But we are going to |
| 314 | 315 | @ -- keep calling them tags because in many cases the value is ignored. |
| 315 | 316 |
| --- 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 |