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-07-02 06:41:36 (GMT)
committer Andrés Ambrois <andresambrois@gmail.com>2010-08-24 09:13:34 (GMT)
commitf225ee29ffcb36c142d2cc90a53207e5d18778d1 (patch)
tree1fc804ad6e0ebf7d86a90bb8eedd5e82dc2090f1
parentc31e42ece09b173882552ef81ac9bf15c85671b5 (diff)
Increment CURRENT_LAYOUT_VERSION to trigger an index rebuildHEADmaster
-rw-r--r--src/carquinyol/layoutmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/carquinyol/layoutmanager.py b/src/carquinyol/layoutmanager.py
index 5c67203..0b13c69 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