Ticket #9346: upgrade_freecomments.txt

File upgrade_freecomments.txt, 580 bytes (added by Michael Thornhill, 15 years ago)

patch to fix freecomments upgrade

Line 
1Index: docs/ref/contrib/comments/upgrade.txt
2===================================================================
3--- docs/ref/contrib/comments/upgrade.txt (revision 9362)
4+++ docs/ref/contrib/comments/upgrade.txt (working copy)
5@@ -48,7 +48,7 @@
6 comment, submit_date, ip_address, is_public, is_removed)
7 SELECT
8 content_type_id, object_id, site_id, person_name, '', '', comment,
9- submit_date, ip_address, is_public, approved
10+ submit_date, ip_address, is_public, not approved
11 FROM comments_freecomment;
12
13 INSERT INTO django_comments
Back to Top