|
From: Benjamin C. <bc...@us...> - 2002-03-05 21:52:11
|
Update of /cvsroot/phpbt/phpbt/schemas In directory usw-pr-cvs1:/tmp/cvs-serv9839/schemas Modified Files: pgsql.in Log Message: Typo Index: pgsql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/pgsql.in,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- pgsql.in 26 Jan 2002 16:59:20 -0000 1.16 +++ pgsql.in 5 Mar 2002 21:52:06 -0000 1.17 @@ -113,7 +113,7 @@ created_date INT8 NOT NULL DEFAULT '0' ); -CREATE TABLE TBL_BUG_GROUP ( +CREATE TABLE TBL_BUG_VOTE ( user_id INT4 NOT NULL DEFAULT '0', bug_id INT4 NOT NULL DEFAULT '0', created_date INT8 NOT NULL DEFAULT '0', |