From: Joel U. <uck...@us...> - 2001-06-26 17:51:34
|
Update of /cvsroot/phpwiki/phpwiki/schemas In directory usw-pr-cvs1:/tmp/cvs-serv4803 Modified Files: schema.mysql Log Message: Changed primary key to (pagename, version) in table archive to allow muliple pages with the same name. Index: schema.mysql =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/schemas/schema.mysql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** schema.mysql 2000/09/23 14:31:38 1.3 --- schema.mysql 2001/06/26 17:51:30 1.4 *************** *** 30,34 **** content MEDIUMTEXT NOT NULL, refs TEXT, ! PRIMARY KEY (pagename) ); --- 30,34 ---- content MEDIUMTEXT NOT NULL, refs TEXT, ! PRIMARY KEY (pagename, version) ); |