]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/__init__.py
improved FTS. make fts indexes update faster and take the load out of the node table.
[osqa.git] / forum / settings / __init__.py
index e7f3e39b5759eb6f2df95ec31f1c8d5f56ecafba..2446496edf195c94707f70c01b9896bd9dc0bc43 100644 (file)
@@ -5,7 +5,7 @@ from forms import ImageFormWidget
 from django.forms.widgets import Textarea
 from django.utils.translation import ugettext_lazy as _
 
-INTERNAL_VERSION = Setting('INTERNAL_VERSION', "201003270")
+INTERNAL_VERSION = Setting('INTERNAL_VERSION', "56")
 SETTINGS_PACK = Setting('SETTINGS_PACK', "default")
 
 from basic import *