Fossil SCM
Fix a obsolete comment related to updating the CHECK constraint on the BLOB table when moving up to version 2.0 or later.
Commit
66807d30296ebb52d34c38f48c6a00a935e808db529a66e263273b425a296f6a
Parent
43c3d95a31c486a…
1 file changed
+2
-2
M
src/db.c
+2
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1491,12 +1491,12 @@ | ||
| 1491 | 1491 | if( g.eHashPolicy<0 ){ |
| 1492 | 1492 | g.eHashPolicy = hname_default_policy(); |
| 1493 | 1493 | db_set_int("hash-policy", g.eHashPolicy, 0); |
| 1494 | 1494 | } |
| 1495 | 1495 | |
| 1496 | - /* If the ALIAS table is not present, then some on-the-fly schema | |
| 1497 | - ** updates might be required. | |
| 1496 | + /* Make a change to the CHECK constraint on the BLOB table for | |
| 1497 | + ** version 2.0 and later. | |
| 1498 | 1498 | */ |
| 1499 | 1499 | rebuild_schema_update_2_0(); /* Do the Fossil-2.0 schema updates */ |
| 1500 | 1500 | } |
| 1501 | 1501 | |
| 1502 | 1502 | /* |
| 1503 | 1503 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1491,12 +1491,12 @@ | |
| 1491 | if( g.eHashPolicy<0 ){ |
| 1492 | g.eHashPolicy = hname_default_policy(); |
| 1493 | db_set_int("hash-policy", g.eHashPolicy, 0); |
| 1494 | } |
| 1495 | |
| 1496 | /* If the ALIAS table is not present, then some on-the-fly schema |
| 1497 | ** updates might be required. |
| 1498 | */ |
| 1499 | rebuild_schema_update_2_0(); /* Do the Fossil-2.0 schema updates */ |
| 1500 | } |
| 1501 | |
| 1502 | /* |
| 1503 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1491,12 +1491,12 @@ | |
| 1491 | if( g.eHashPolicy<0 ){ |
| 1492 | g.eHashPolicy = hname_default_policy(); |
| 1493 | db_set_int("hash-policy", g.eHashPolicy, 0); |
| 1494 | } |
| 1495 | |
| 1496 | /* Make a change to the CHECK constraint on the BLOB table for |
| 1497 | ** version 2.0 and later. |
| 1498 | */ |
| 1499 | rebuild_schema_update_2_0(); /* Do the Fossil-2.0 schema updates */ |
| 1500 | } |
| 1501 | |
| 1502 | /* |
| 1503 |