Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9732 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2009-01-12 17:31:40 +00:00
parent 3990d00f20
commit ffeb1d0465
1 changed files with 1 additions and 1 deletions

View File

@ -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