aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-07 01:00:09 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-07 01:00:09 +0000
commitcf0ac8d63175dc60264bf39ce3b152ee1ef64fbe (patch)
tree32a36531feef483d3acc6509174c09c7492bdd32 /phpBB
parent8b5482d32014b55e3d52912d0d641205907713dc (diff)
downloadforums-cf0ac8d63175dc60264bf39ce3b152ee1ef64fbe.tar
forums-cf0ac8d63175dc60264bf39ce3b152ee1ef64fbe.tar.gz
forums-cf0ac8d63175dc60264bf39ce3b152ee1ef64fbe.tar.bz2
forums-cf0ac8d63175dc60264bf39ce3b152ee1ef64fbe.tar.xz
forums-cf0ac8d63175dc60264bf39ce3b152ee1ef64fbe.zip
Fixed demo topic not showing up after install.
git-svn-id: file:///svn/phpbb/trunk@2938 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/schemas/mysql_basic.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql
index bb459f1d7c..1f1ea0df28 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -190,7 +190,7 @@ INSERT INTO phpbb_auth_prefetch (user_id, forum_id, auth_option_id, auth_allow_d
# -- Demo Topic
-INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_first_post_id, topic_last_post_id) VALUES (1, 'Welcome to phpBB 2', 2, '972086460', 0, 0, 1, 0, 0, 1, 1);
+INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_first_post_id, topic_last_post_id, topic_last_poster_id, topic_last_post_time) VALUES (1, 'Welcome to phpBB 2', 2, '972086460', 0, 0, 1, 0, 0, 1, 1, 2, 972086460);
# -- Demo Post