Fossil SCM
Fix a comment describing the meaning of the BACKLINK.SRCID field of the repository schema. No changes to code.
Commit
088aabafd7e50ba5d0ad30593f500146ad89d3515ea6ae2bab1ddcd49d29b428
Parent
9258d7462e677cd…
1 file changed
+1
-1
+1
-1
| --- src/schema.c | ||
| +++ src/schema.c | ||
| @@ -402,11 +402,11 @@ | ||
| 402 | 402 | @ -- facilitate the display of "back links". |
| 403 | 403 | @ -- |
| 404 | 404 | @ CREATE TABLE backlink( |
| 405 | 405 | @ target TEXT, -- Where the hyperlink points to |
| 406 | 406 | @ srctype INT, -- 0: check-in 1: ticket 2: wiki |
| 407 | -@ srcid INT, -- rid for check-in or wiki. tkt_id for ticket. | |
| 407 | +@ srcid INT, -- EVENT.OBJID for the source document | |
| 408 | 408 | @ mtime TIMESTAMP, -- time that the hyperlink was added. Julian day. |
| 409 | 409 | @ UNIQUE(target, srctype, srcid) |
| 410 | 410 | @ ); |
| 411 | 411 | @ CREATE INDEX backlink_src ON backlink(srcid, srctype); |
| 412 | 412 | @ |
| 413 | 413 |
| --- src/schema.c | |
| +++ src/schema.c | |
| @@ -402,11 +402,11 @@ | |
| 402 | @ -- facilitate the display of "back links". |
| 403 | @ -- |
| 404 | @ CREATE TABLE backlink( |
| 405 | @ target TEXT, -- Where the hyperlink points to |
| 406 | @ srctype INT, -- 0: check-in 1: ticket 2: wiki |
| 407 | @ srcid INT, -- rid for check-in or wiki. tkt_id for ticket. |
| 408 | @ mtime TIMESTAMP, -- time that the hyperlink was added. Julian day. |
| 409 | @ UNIQUE(target, srctype, srcid) |
| 410 | @ ); |
| 411 | @ CREATE INDEX backlink_src ON backlink(srcid, srctype); |
| 412 | @ |
| 413 |
| --- src/schema.c | |
| +++ src/schema.c | |
| @@ -402,11 +402,11 @@ | |
| 402 | @ -- facilitate the display of "back links". |
| 403 | @ -- |
| 404 | @ CREATE TABLE backlink( |
| 405 | @ target TEXT, -- Where the hyperlink points to |
| 406 | @ srctype INT, -- 0: check-in 1: ticket 2: wiki |
| 407 | @ srcid INT, -- EVENT.OBJID for the source document |
| 408 | @ mtime TIMESTAMP, -- time that the hyperlink was added. Julian day. |
| 409 | @ UNIQUE(target, srctype, srcid) |
| 410 | @ ); |
| 411 | @ CREATE INDEX backlink_src ON backlink(srcid, srctype); |
| 412 | @ |
| 413 |