|
From: Ken T. <ke...@us...> - 2003-09-14 22:16:29
|
Update of /cvsroot/phpbt/phpbt/schemas In directory sc8-pr-cvs1:/tmp/cvs-serv9211/schemas Modified Files: pgsql.in Log Message: added missing bug_open column (alextxm at tin.it) Index: pgsql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/pgsql.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- pgsql.in 4 Jun 2003 18:47:21 -0000 1.43 +++ pgsql.in 14 Sep 2003 22:16:24 -0000 1.44 @@ -220,6 +220,7 @@ status_name varchar(30) NOT NULL DEFAULT '', status_desc TEXT DEFAULT '' NOT NULL, sort_order INT2 NOT NULL DEFAULT '0', + bug_open INT2 NOT NULL default '1', PRIMARY KEY (status_id) ); |