Update of /cvsroot/webnotes/webnotes/sql
In directory usw-pr-cvs1:/tmp/cvs-serv28627/sql
Modified Files:
db_generate.sql
Log Message:
changed admin to access level 90
Index: db_generate.sql
===================================================================
RCS file: /cvsroot/webnotes/webnotes/sql/db_generate.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- db_generate.sql 14 Sep 2002 06:22:03 -0000 1.2
+++ db_generate.sql 30 Sep 2002 01:40:19 -0000 1.3
@@ -51,4 +51,4 @@
# Dumping data for table 'phpWN_user_table'
#
-INSERT INTO phpWN_user_table VALUES ( '0000000001', 'administrator', 'Wy1r49AOWOdCI', '', '9', '1', '9eCxeTLdGjDpI149f9aca9f0ba076ce2');
\ No newline at end of file
+INSERT INTO phpWN_user_table VALUES ( '0000000001', 'administrator', 'Wy1r49AOWOdCI', '', '90', '1', '9eCxeTLdGjDpI149f9aca9f0ba076ce2');
\ No newline at end of file
|