Bug #268
Changeset 70 Failed to update postgresql schema to use is_primary column name
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | backend | |||
| Target version : | - | |||
| Resolution : | fixed |
Description
Changeset 70 updated the sqllite and mysql schemas (schemae?), but didn't change the postgresql schema to match.
schema.psql.sql needs to change:
39c39 < primary_item int default NULL --- > is_primary int NOT NULL DEFAULT 0
The xmlrpc interface can get wacky otherwise, returning a method not found error.
Associated revisions
Atmos's routes fixup. (closes #268)
