]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/pgfulltext/startup.py
Small tweaks.
[osqa.git] / forum_modules / pgfulltext / startup.py
index cbb4138eadde1adc5d48d317e5d34a8efd177abe..d45019fc83e5ac984e9bb306ee704ba9cfdaf8bd 100644 (file)
@@ -3,7 +3,7 @@ from forum.models import KeyValue
 from django.db import connection, transaction\r
 import settings\r
 \r
-VERSION = 10\r
+VERSION = 11\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