mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Updated mysql_basic file with new user fields
git-svn-id: file:///svn/phpbb/trunk@174 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bc7a2fbc9a
commit
756427797d
1 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@ INSERT INTO phpbb_forums VALUES (1,'Test Forum 1','This is just a test forum, no
|
||||||
|
|
||||||
INSERT INTO phpbb_forum_mods VALUES (1,1,0);
|
INSERT INTO phpbb_forum_mods VALUES (1,1,0);
|
||||||
|
|
||||||
INSERT INTO phpbb_users VALUES (1,'admin','Jan 09, 2001','21232f297a57a5a743894a0e4a801fc3','admin@yourdomain.com','','','','','','This is just a stupid sig',1,1,'','','',0,1,0,0,0,0,'',4,'','','',0);
|
INSERT INTO phpbb_users VALUES (1,'admin','Jan 09, 2001','21232f297a57a5a743894a0e4a801fc3','admin@yourdomain.com','','','','','','This is just a stupid sig',1,1,'','','',0,1,0,0,0,0,'',4,'','','',0,'-8',1);
|
||||||
INSERT INTO phpbb_users VALUES (-1,'Anonymous','May 12, 1978','','','','','','','','',0,0,'','','',0,0,0,0,0,0,'',0,'','','',0);
|
INSERT INTO phpbb_users VALUES (-1,'Anonymous','May 12, 1978','','','','','','','','',0,0,'','','',0,0,0,0,0,0,'',0,'','','',0,'-8',1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue