#1225 closed defect (invalid)
table milestone has no column named time
| Reported by: | Owned by: | daniel | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.8 |
| Severity: | normal | Keywords: | milestone time |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I cannot seem to assign dates to milestones. The trac-admin milestone add and milestone time commands fail with subject error condition.
Attachments (0)
Change History (5)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Oh, and paste the result of that command as a comment on this ticket :-)
comment:3 by , 21 years ago
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).
comment:5 by , 21 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Looks like the trac-admin script you're using hasn't been updated. Probably a left-over from an installation of 0.8 that hasn't been overwritten when you upgraded to trunk.
Marking as invalid cause I believe this is an installation error.



Sounds like you have some kind of version mismatch on your system. For example, is it possible you're using a Trac environment intialized or upgraded to the trunk version of Trac, but the trac-admin script is still from an older/released version of Trac.
If that's not the problem, could you try to execute the following on your system:
(Replace
sqlitewithsqlite3if you're using SQLite 3.0.x. Replace/path/to/projenvwith the path to the Trac environment in question. Thanks.