diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-06-21 12:36:00 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-06-21 12:36:00 +0000 |
| commit | 251a5b8f94c956f722660207f6ceb67057b6de81 (patch) | |
| tree | cc0829a82cc896366ff42c19bc0b029b686ca9d7 /phpBB/install/schemas/schema_data.sql | |
| parent | 3d36530308e85b4ec7da1e9ffb26e1bbc93cb5f2 (diff) | |
| download | forums-251a5b8f94c956f722660207f6ceb67057b6de81.tar forums-251a5b8f94c956f722660207f6ceb67057b6de81.tar.gz forums-251a5b8f94c956f722660207f6ceb67057b6de81.tar.bz2 forums-251a5b8f94c956f722660207f6ceb67057b6de81.tar.xz forums-251a5b8f94c956f722660207f6ceb67057b6de81.zip | |
only small addition for further use...
git-svn-id: file:///svn/phpbb/trunk@4162 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 5d42cc2e09..30e0a8f85d 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -362,7 +362,7 @@ INSERT INTO phpbb_moderator_cache (user_id, forum_id, username) VALUES (2, 2, 'A # MSSQL IDENTITY phpbb_topics ON # # -- Demo Topic -INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_replies_real, forum_id, topic_status, topic_type, topic_first_post_id, topic_first_poster_name, topic_last_post_id, topic_last_poster_id, topic_last_poster_name, topic_last_post_time) VALUES (1, 'Welcome to phpBB 2', 2, 972086460, 0, 0, 0, 2, 0, 0, 1, 'Admin', 1, 2, 'Admin', 972086460); +INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_replies_real, forum_id, topic_status, topic_type, topic_first_post_id, topic_first_poster_name, topic_last_post_id, topic_last_poster_id, topic_last_poster_name, topic_last_post_time, topic_last_view_time) VALUES (1, 'Welcome to phpBB 2', 2, 972086460, 0, 0, 0, 2, 0, 0, 1, 'Admin', 1, 2, 'Admin', 972086460, 972086460); # MSSQL IDENTITY phpbb_topics OFF # |
