diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-01-12 17:31:40 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-01-12 17:31:40 +0000 |
| commit | ffeb1d0465acea0f4c5f3702f2cebd5cfdde796d (patch) | |
| tree | 4ac114089d7266a92da19f840fba2b65b3e4a2eb /docs | |
| parent | 3990d00f20a8557d6b7f5ee2a2146e7f1de9b55c (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/comments/upgrade.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
