Bug #268

Changeset 70 Failed to update postgresql schema to use is_primary column name

Added by bill-dueber-com - 1175 days ago. Updated 659 days ago.

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

Revision 492
Added by scott 1084 days ago

Atmos's routes fixup. (closes #268)

History

05/05/2005 07:32 AM - scoop -

  • Status changed from New to Closed
  • Resolution set to fixed
(In r268)
  • Updated psql schema (fixes #101)

Also available in: Atom PDF