|
From: Greg M. <bli...@us...> - 2008-02-06 04:40:51
|
Update of /cvsroot/phpwebsite-comm/modules/openid/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27869/boost Modified Files: install.sql Log Message: Made progress on MyPage support. Index: install.sql =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/openid/boost/install.sql,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** install.sql 4 Feb 2008 04:54:31 -0000 1.1.1.1 --- install.sql 6 Feb 2008 04:40:21 -0000 1.2 *************** *** 20,24 **** CREATE TABLE openid_mapping ( openid_identifier VARCHAR(255) NOT NULL, ! user_id INT DEFAULT '0' NOT NULL ); --- 20,26 ---- CREATE TABLE openid_mapping ( + id INT NOT NULL, openid_identifier VARCHAR(255) NOT NULL, ! user_id INT DEFAULT '0' NOT NULL, ! PRIMARY KEY (id) ); |