From: <vb...@us...> - 2002-09-16 04:47:25
|
Update of /cvsroot/webnotes/webnotes/sql In directory usw-pr-cvs1:/tmp/cvs-serv29176/sql Modified Files: db_upgrade.sql Log Message: Fixed the case of the table names Index: db_upgrade.sql =================================================================== RCS file: /cvsroot/webnotes/webnotes/sql/db_upgrade.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- db_upgrade.sql 15 Sep 2002 04:03:52 -0000 1.2 +++ db_upgrade.sql 16 Sep 2002 04:47:22 -0000 1.3 @@ -1,2 +1,2 @@ -ALTER TABLE `phpwn_user_table` CHANGE `password` `password` VARCHAR( 32 ) NOT NULL; -ALTER TABLE `phpwn_user_table` CHANGE `access_level` `access_level` INT( 2 ) DEFAULT '40' NOT NULL; \ No newline at end of file +ALTER TABLE `phpWN_user_table` CHANGE `password` `password` VARCHAR( 32 ) NOT NULL; +ALTER TABLE `phpWN_user_table` CHANGE `access_level` `access_level` INT( 2 ) DEFAULT '40' NOT NULL; |