Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2039


Ignore:
Timestamp:
Sep 10, 2005, 1:16:34 AM (19 years ago)
Author:
Christopher Lenz
Comment:

The due column should have been added by the database upgrade scripts (see TracUpgrade). I'm not sure how you've circumvented the database version check ;-)

In any case, try running trac-admin /path/to/projenv upgrade and report the results.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2039

    • Property Milestone 0.5.10.9
  • Ticket #2039 – Description

    initial v1  
    33Here is the error:
    44
     5{{{
    56Traceback (most recent call last):
    67  File "C:\Python23\Lib\site-packages\trac\web\modpython_frontend.py", line 205, in handler
     
    2122    self.rs = self.con.db.execute(SQL)
    2223DatabaseError: no such column: due
     24}}}