mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Initial checkin
git-svn-id: file:///svn/phpbb/trunk@165 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7f566438d4
commit
d833a55c36
1 changed files with 11 additions and 0 deletions
11
phpBB/db/mysql_basic.sql
Normal file
11
phpBB/db/mysql_basic.sql
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $id$
|
||||
# Some basic inserts to get you started.
|
||||
|
||||
INSERT INTO phpbb_config VALUES (1,'Test forum',1,1,1,1,1,25,10,50,0,0,'With regards, the Admin','admin@yoursite.com','d M Y h:i:s a','english',0);
|
||||
|
||||
INSERT INTO phpbb_categories VALUES (1,'Test category 1','1');
|
||||
|
||||
INSERT INTO phpbb_forums VALUES (1,'Test Forum 1','This is just a test forum, nothing special here.',1,1,1,1,0,0,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,'Anonymous','May 12, 1978','','','','','','','','',0,0,'','','',0,0,0,0,0,0,'',0,'','','',0);
|
Loading…
Add table
Reference in a new issue