[Trac-tickets] Re: [The Trac Project] #1225: table milestone has no
column named time
The Trac Project
noreply at edgewall.com
Tue Mar 1 17:46:03 EST 2005
#1225: table milestone has no column named time
------------------------+---------------------------------------------------
Id: 1225 | Status: new
Component: trac-admin | Modified: Tue Mar 1 17:46:03 2005
Severity: normal | Milestone:
Priority: normal | Version: 0.8
Owner: daniel | Reporter: brown at echoworx.com
------------------------+---------------------------------------------------
Comment (by anonymous):
Thanks, (Daniel?), Here's the schema query output:
C:\svn\arch.db\db>\progra~1\sqlite\sqlite3.exe trac.db ".schema milestone"
CREATE TABLE milestone (
name text PRIMARY KEY,
due integer,
completed integer,
description text
);
I suppose it is possible that I mixed versions during installation, trying
both both the binary installer and the source installer but I had tried to
be careful about using the latest stable release (then 0.8).
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1225>
The Trac Project <>
More information about the Trac-Tickets
mailing list