diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-03 16:51:27 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-03 16:51:27 +0000 |
commit | ddbc8dbf1fff601d966e9ab1022fc31875528b87 (patch) | |
tree | 60030835f80bda84d74d1d2f4ace16af49a7f971 /phpBB | |
parent | 2662d51e90b23db872a16c4ef2b383509854ee96 (diff) | |
download | forums-ddbc8dbf1fff601d966e9ab1022fc31875528b87.tar forums-ddbc8dbf1fff601d966e9ab1022fc31875528b87.tar.gz forums-ddbc8dbf1fff601d966e9ab1022fc31875528b87.tar.bz2 forums-ddbc8dbf1fff601d966e9ab1022fc31875528b87.tar.xz forums-ddbc8dbf1fff601d966e9ab1022fc31875528b87.zip |
Remove IDENTITY SET for forums
git-svn-id: file:///svn/phpbb/trunk@2256 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/db/schemas/mssql_basic.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/db/schemas/mssql_basic.sql b/phpBB/db/schemas/mssql_basic.sql index 6bd93c0c61..c8a540f217 100644 --- a/phpBB/db/schemas/mssql_basic.sql +++ b/phpBB/db/schemas/mssql_basic.sql @@ -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 |