PGError: FEHLER: Spalte issues.lft existiert nicht
Added by Giovanna Ratini about 14 years ago
Hello,
I updated redmine with Debian Packet.
I think the code is ok, but maybe the database doesn't recive all the new field?
ActiveRecord::StatementInvalid (PGError: FEHLER: Spalte issues.lft existiert nicht
LINE 1: ... * FROM "issues" WHERE (((issues.id != NULL) AND (issues."lf...
When I try to create a new Issues I recive this error:
^
: SELECT * FROM "issues" WHERE (((issues.id != NULL) AND (issues."lft" <= NULL AND issues."rgt" >= NULL)) AND ("issues"."roo
t_id" IS NULL)) ORDER BY "lft"):
Where I can find the list with new DB ? or how can I save my installation (projects) without to recreate the DB?
Thanks in advance
Gio
Replies (1)
RE: PGError: FEHLER: Spalte issues.lft existiert nicht - Added by Giovanna Ratini about 14 years ago
Hello,
I have the solution:
I use the sid packges:
sid (unstable) (web): flexible project management web application
1.0.1-1: all
sid (unstable) (web): metapackage providing PostgreSQL dependencies for Redmine
1.0.1-1: all
and now I have all fields.
Gio