Update of /cvsroot/webnotes/webnotes/sql
In directory usw-pr-cvs1:/tmp/cvs-serv5285/sql
Modified Files:
db_upgrade.sql
Log Message:
Some clean up of the change password page + using the Mantis style +
requiring the current password in the change password form.
Index: db_upgrade.sql
===================================================================
RCS file: /cvsroot/webnotes/webnotes/sql/db_upgrade.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- db_upgrade.sql 14 Sep 2002 06:22:03 -0000 1.1
+++ db_upgrade.sql 15 Sep 2002 04:03:52 -0000 1.2
@@ -1 +1,2 @@
-ALTER TABLE `phpwn_user_table` CHANGE `password` `password` VARCHAR( 32 ) 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;
\ No newline at end of file
|