|
From: Alessandro P. <al...@ti...> - 2003-09-14 22:09:48
|
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 -- Alessandro Pisani (TXM) - alextxm at tin dot it ICQ: 2209087 - AIM: TXM J578 "It's a great thing when you realize you still have the ability to surprise yourself. It makes you wonder what else you can do, that you have forgotten about." - Lester Burnam [from "American Beauty"] |