mirror of https://github.com/django/django.git
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)
|
comment, submit_date, ip_address, is_public, is_removed)
|
||||||
SELECT
|
SELECT
|
||||||
content_type_id, object_id, site_id, person_name, '', '', comment,
|
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;
|
FROM comments_freecomment;
|
||||||
|
|
||||||
INSERT INTO django_comments
|
INSERT INTO django_comments
|
||||||
|
|
Loading…
Reference in New Issue