From b1814cda26476d9f75f18e26b20a633b9b8e20cb Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Sat, 9 Apr 2011 19:34:16 +0200 Subject: [PATCH] forgot to raise DB version --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index 72028d30..3e7e23d6 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -73,7 +73,7 @@ except ImportError: use_numpy = False -DB_VERSION = 155 +DB_VERSION = 156 # Variance created as sqlite has a bunch of undefined aggregate functions.