aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbgenerator/database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbgenerator/database.py b/dbgenerator/database.py
index f6f1a09..346dd41 100644
--- a/dbgenerator/database.py
+++ b/dbgenerator/database.py
@@ -29,7 +29,7 @@ class SQLPackageDatabase(object):
arches = frozenset(ConstData.arches['all'])
# If you change the database structure below, you should
# increment this number
- schema_version = 72
+ schema_version = 73
# These are used to cache the various relations and
# avoid more SELECT queries just to find the relations.