From ffeb1d0465acea0f4c5f3702f2cebd5cfdde796d Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 12 Jan 2009 17:31:40 +0000 Subject: [PATCH] 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 --- docs/ref/contrib/comments/upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/comments/upgrade.txt b/docs/ref/contrib/comments/upgrade.txt index ff70547cd4..b3656f31dd 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