|
From: Ken T. <ke...@to...> - 2003-09-14 22:17:06
|
Thanks! Fixed in CVS. Alessandro Pisani wrote: >pgsql.in schema is currently missing the bug_open field, which causes an error >trying to run phpbt: > >DB Error: no such field >SELECT status_id FROM phpbt_status WHERE bug_open = 0 [nativecode=ERROR: >Attribute "bug_open" not found ] > >fixable adding: >bug_open smallint NOT NULL default '1', > >to schemas/pgsql.in > >bye, >Alessandro > > > |