Modify ↓
Opened 19 years ago
Closed 19 years ago
#1973 closed defect (fixed)
node_change schema in db_default has wrong primary key
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Current version of source:trunk/trac/db_default.py#86 (db version == 13, in r2127) contains the wrong primary key for the table node_change
: it still use key = ('rev', 'path')
while accordingly to source:trunk/trac/upgrades/db10.py it should be key=('rev', 'path', 'kind')
.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [2186].