From adf903b541e0bc31a3aec6199930451476400e3d Mon Sep 17 00:00:00 2001
Message-Id: <adf903b541e0bc31a3aec6199930451476400e3d.1278225682.git.andresambrois@gmail.com>
In-Reply-To: <cover.1278225681.git.andresambrois@gmail.com>
References: <cover.1278225681.git.andresambrois@gmail.com>
From: =?UTF-8?q?Andr=C3=A9s=20Ambrois?= <andresambrois@gmail.com>
Date: Fri, 2 Jul 2010 03:41:36 -0300
Subject: [PATCH v2 7/7] Increment CURRENT_LAYOUT_VERSION to trigger an index rebuild
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
---
 src/carquinyol/layoutmanager.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/carquinyol/layoutmanager.py b/src/carquinyol/layoutmanager.py
index 8402b6d..aee5efb 100644
--- a/src/carquinyol/layoutmanager.py
+++ b/src/carquinyol/layoutmanager.py
@@ -18,7 +18,7 @@ import os
 import logging
 
 MAX_QUERY_LIMIT = 40960
-CURRENT_LAYOUT_VERSION = 4
+CURRENT_LAYOUT_VERSION = 5
 
 class LayoutManager(object):
     """Provide the logic about how entries are stored inside the datastore
-- 
1.7.0.4

