diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2014-01-25 16:09:42 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2014-01-25 16:09:42 +0100 |
commit | 4fd29cf6d1b0c68891693d5ba24b683fe05f2049 (patch) | |
tree | 08a97918d2719188a46e480dbedaa9b28990f3e3 /dbgenerator | |
parent | Handle more arches. (diff) | |
download | packages-3-4fd29cf6d1b0c68891693d5ba24b683fe05f2049.tar.gz packages-3-4fd29cf6d1b0c68891693d5ba24b683fe05f2049.tar.bz2 packages-3-4fd29cf6d1b0c68891693d5ba24b683fe05f2049.zip |
Bump schema to add the arm64 arch
Diffstat (limited to 'dbgenerator')
-rw-r--r-- | dbgenerator/database.py | 2 |
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. |