|
From: Jirka P. <fi...@us...> - 2002-05-17 15:31:16
|
Update of /cvsroot/phpbt/phpbt/schemas In directory usw-pr-cvs1:/tmp/cvs-serv13369/phpbt/schemas Modified Files: mysql.in Log Message: Fixed my mistake from previous version. Index: mysql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/mysql.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- mysql.in 17 May 2002 15:23:47 -0000 1.26 +++ mysql.in 17 May 2002 15:31:11 -0000 1.27 @@ -386,7 +386,6 @@ INSERT INTO TBL_DATABASE VALUES (1,'Oracle','8.1.7',1); INSERT INTO TBL_DATABASE VALUES (2,'MySQL','3.23.49',2); -INSERT INTO TBL_DATABASE VALUES (2,'PostgreSQL','7.1.3',3); +INSERT INTO TBL_DATABASE VALUES (3,'PostgreSQL','7.1.3',3); create table TBL_DATABASE_seq (id int unsigned auto_increment not null primary key); -insert into TBL_DATABASE_seq values (2); - +insert into TBL_DATABASE_seq values (3); |