|
From: Ulf E. <ulf...@us...> - 2005-08-31 20:12:49
|
Update of /cvsroot/phpbt/phpbt/schemas In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16781/phpbt/schemas Modified Files: oci8.in Log Message: Fix for copy&paste error in oci8.in Index: oci8.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/oci8.in,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- oci8.in 23 Aug 2005 21:12:38 -0000 1.30 +++ oci8.in 31 Aug 2005 20:12:38 -0000 1.31 @@ -551,7 +551,7 @@ INSERT INTO TBL_PRIORITY VALUES (4,'Medium High','Fix as soon as possible',4,'#dab0b0'); INSERT INTO TBL_PRIORITY VALUES (5,'High','Fix immediately',5,'#daaaaa'); -CREATE SEQUENCE TBL_SEVERITY_seq START WITH 6 NOCACHE; +CREATE SEQUENCE TBL_PRIORITY_seq START WITH 6 NOCACHE; # |