Differences From:
File
src/schema.c
part of check-in
[70d5cc86b7]
- Add the shun table. Do not process artifacts named in the shun table.
by
drh on
2007-10-05 13:47:00.
[view]
To:
File
src/schema.c
part of check-in
[61ce5e3685]
- Get rid of the "locking" capability on wiki pages. Assume that anybody
who can write or append to a wiki page can do so to any wiki page.
Add the /wikiappend page for appending comments to the end of wiki.
by
drh on
2007-10-10 23:10:48.
[view]
@@ -218,8 +218,11 @@
@ );
@ INSERT INTO tag VALUES(1, 'bgcolor'); -- TAG_BGCOLOR
@ INSERT INTO tag VALUES(2, 'comment'); -- TAG_COMMENT
@ INSERT INTO tag VALUES(3, 'user'); -- TAG_USER
+@ INSERT INTO tag VALUES(4, 'hidden'); -- TAG_HIDDEN
+@ INSERT INTO tag VALUES(5, 'readonly'); -- TAG_READONLY
+@ INSERT INTO tag VALUES(6, 'appendonly'); -- TAG_APPENDONLY
@
@ -- Assignments of tags to baselines. Note that we allow tags to
@ -- have values assigned to them. So we are not really dealing with
@ -- tags here. These are really properties. But we are going to
@@ -243,8 +246,11 @@
#if INTERFACE
# define TAG_BGCOLOR 1
# define TAG_COMMENT 2
# define TAG_USER 3
+# define TAG_HIDDEN 4
+# define TAG_READONLY 5
+# define TAG_APPENDONLY 6
#endif
/*
** The schema for the locate FOSSIL database file found at the root