]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/pgfulltext/startup.py
Several improvements in the sx importer.
[osqa.git] / forum_modules / pgfulltext / startup.py
index 22f61a8b409dc10abe9c76fbdff054cd68aa5a22..fc7840b991c38a00fb0434896c548daccf273054 100644 (file)
@@ -3,7 +3,7 @@ from forum.models import KeyValue
 from django.db import connection, transaction\r
 import settings\r
 \r
-VERSION = 8\r
+VERSION = 9\r
 \r
 if int(settings.PG_FTSTRIGGERS_VERSION) < VERSION:\r
     f = open(os.path.join(os.path.dirname(__file__), 'pg_fts_install.sql'), 'r')\r