Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Ambrois <andresambrois@gmail.com>2010-05-23 12:04:09 (GMT)
committer Michael Stone <michael@laptop.org>2010-06-24 21:03:24 (GMT)
commit589d3fcd0766449c166ad00e5d4d1f1778f19352 (patch)
tree01f1a07e4ef1d18be30f6972ec95d7552b0e31d3
parentf52abf6bcb1ed67c35011e97affd5b972d69164a (diff)
Increment CURRENT_LAYOUT_VERSION to trigger an index rebuild.
Signed-off-by: Andrés Ambrois <andresambrois@gmail.com> Signed-off-by: Michael Stone <michael@laptop.org>
-rw-r--r--datastore/src/carquinyol/layoutmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/datastore/src/carquinyol/layoutmanager.py b/datastore/src/carquinyol/layoutmanager.py
index f84b537..cac5004 100644
--- a/datastore/src/carquinyol/layoutmanager.py
+++ b/datastore/src/carquinyol/layoutmanager.py
@@ -17,7 +17,7 @@
import os
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