Edgewall Software
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: lele@… 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 Christopher Lenz, 19 years ago

Milestone: 0.9
Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

comment:2 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [2186].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.