[Sugar-devel] [RFC PATCH] Increment CURRENT_LAYOUT_VERSION to trigger an index rebuild.
Andrés Ambrois
andresambrois at gmail.com
Sat May 1 15:05:23 EDT 2010
This one was suppoused to be in the previous series. I will resend the whole
patchset once review is complete.
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