1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-11 00:40:56 +02:00

Remove IDENTITY SET for forums

git-svn-id: file:///svn/phpbb/trunk@2256 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-03-03 16:51:27 +00:00
parent 2662d51e90
commit ddbc8dbf1f

@ -82,13 +82,8 @@ SET IDENTITY_INSERT phpbb_categories OFF;
/*
-- Forums
*/
SET IDENTITY_INSERT phpbb_forums ON;
INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (1, 1, 'Test Forum 1', 'This is just a test forum, nothing special here.', '', 1, 1, 1, 1, '', 1, '', '', '', '', 1, 1, 3, 1, 1, 1, 3);
SET IDENTITY_INSERT phpbb_forums OFF;
/*
-- Users
Default Admin --> username: admin