From e6c9ae9889f249a9531b9936ed4c04680f26c9b3 Mon Sep 17 00:00:00 2001
From: Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>
Date: Sun, 26 Mar 2006 14:06:06 +0000
Subject: [PATCH] #55936, blog revisions not migrated, patch by myself

---
 database/updates.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/database/updates.inc b/database/updates.inc
index ed3a59ae5808..1a5556839acf 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -1142,7 +1142,7 @@ function system_update_158() {
 function system_update_159() {
   $ret = array();
 
-  $result = db_query_range("SELECT * FROM {old_revisions} WHERE done = 0 AND type IN ('page', 'story', 'poll', 'book', 'forum')", 0, 20);
+  $result = db_query_range("SELECT * FROM {old_revisions} WHERE done = 0 AND type IN ('page', 'story', 'poll', 'book', 'forum', 'blog')", 0, 20);
 
   $vid = db_next_id('{node_revisions}_vid');
   while ($node = db_fetch_object($result)) {
-- 
GitLab