diff options
author | rein mitra <another_drone@yahoo.com> | 2016-10-09 01:29:21 +0000 |
---|---|---|
committer | rein mitra <another_drone@yahoo.com> | 2016-10-09 01:29:21 +0000 |
commit | b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce (patch) | |
tree | ff71d94e3cf28ae2193d04099ea9aa54a56e3dc9 /forum-merge | |
parent | 05e728e657b5315076d68f754b0f1cafd405165c (diff) | |
download | evol-tools-b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce.tar.gz evol-tools-b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce.tar.bz2 evol-tools-b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce.tar.xz evol-tools-b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce.zip |
Update forum-merge.py
Diffstat (limited to 'forum-merge')
-rw-r--r-- | forum-merge/forum-merge.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |