Skip to content

Commit

Permalink
Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9732 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Jan 12, 2009
1 parent 3990d00 commit ffeb1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/comments/upgrade.txt
Expand Up @@ -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
Expand Down

0 comments on commit ffeb1d0

Please sign in to comment.