[Sugar-devel] [PATCH v1 3/5] Increment CURRENT_LAYOUT_VERSION to trigger an index rebuild.

Andrés Ambrois andresambrois at gmail.com
Sun May 23 08:04:09 EDT 2010


Signed-off-by: Andrés Ambrois <andresambrois at 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.6.3.3



More information about the Sugar-devel mailing list