diff --git a/docs/ref/contrib/comments/upgrade.txt b/docs/ref/contrib/comments/upgrade.txt index ff70547cd44..b3656f31dd8 100644 --- a/docs/ref/contrib/comments/upgrade.txt +++ b/docs/ref/contrib/comments/upgrade.txt @@ -48,7 +48,7 @@ run the following SQL: comment, submit_date, ip_address, is_public, is_removed) SELECT content_type_id, object_id, site_id, person_name, '', '', comment, - submit_date, ip_address, is_public, approved + submit_date, ip_address, is_public, not approved FROM comments_freecomment; INSERT INTO django_comments