From 5e45a086bd45519dccb35fa63d7ce5b36094a104 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Fri, 2 Jul 2010 19:45:30 +0200 Subject: [PATCH] DB-version increase for headsup-removal --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index c74dafde..783ce12e 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -75,7 +75,7 @@ except ImportError: use_numpy = False -DB_VERSION = 121 +DB_VERSION = 122 # Variance created as sqlite has a bunch of undefined aggregate functions.