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:
parent
3990d00f20
commit
ffeb1d0465
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue