From b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce Mon Sep 17 00:00:00 2001 From: rein mitra Date: Sun, 9 Oct 2016 01:29:21 +0000 Subject: Update forum-merge.py --- forum-merge/forum-merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forum-merge') diff --git a/forum-merge/forum-merge.py b/forum-merge/forum-merge.py index d9a9627..bbc702b 100644 --- a/forum-merge/forum-merge.py +++ b/forum-merge/forum-merge.py @@ -211,7 +211,7 @@ cursor.execute("update phpbb_attachments_2 set attach_id = attach_id + %s;" % ma #------------------merge-------------------------------------------------------------------------------------- print "time for the real deal!" -print "merging forums!" . +print "merging forums!" cursor.execute("INSERT INTO phpbb_forums (forum_id, parent_id, left_id, right_id, forum_parents, forum_name, forum_desc, forum_desc_bitfield, forum_desc_options, forum_desc_uid, forum_link, forum_password, forum_style, forum_image, forum_rules, forum_rules_link, forum_rules_bitfield, forum_rules_options,forum_rules_uid, forum_topics_per_page, forum_type, forum_status, forum_posts, forum_topics, forum_topics_real, forum_last_post_id, forum_last_poster_id, forum_last_post_subject, forum_last_post_time, forum_last_poster_name, forum_last_poster_colour, forum_flags, forum_options, display_subforum_list, display_on_index, enable_indexing, enable_icons, enable_prune, prune_next, prune_days, prune_viewed, prune_freq) SELECT forum_id, parent_id, left_id, right_id, forum_parents, forum_name, forum_desc, forum_desc_bitfield, forum_desc_options, forum_desc_uid, forum_link, forum_password, forum_style, forum_image, forum_rules, forum_rules_link, forum_rules_bitfield, forum_rules_options, forum_rules_uid, forum_topics_per_page, forum_type, forum_status, forum_posts, forum_topics, forum_topics_real, forum_last_post_id, forum_last_poster_id, forum_last_post_subject, forum_last_post_time, forum_last_poster_name, forum_last_poster_colour, forum_flags, forum_options, display_subforum_list, display_on_index, enable_indexing, enable_icons, enable_prune, prune_next, prune_days, prune_viewed, prune_freq from phpbb_forums_2;") #bruder torgen said there wa ssome unspecified issue with a colum here he coudlnt rememebr -- cgit v1.2.3-70-g09d2