From: Michael Tremer Date: Mon, 4 Mar 2013 16:18:52 +0000 (+0100) Subject: database: Add inst_size column when creating new databases. X-Git-Tag: 0.9.26~18 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fpakfire.git;a=commitdiff_plain;h=0d6d6fd2b89c609a6f8daff225c6c98b54a041cc database: Add inst_size column when creating new databases. --- diff --git a/python/pakfire/repository/database.py b/python/pakfire/repository/database.py index fc8a1a94..d8751e9b 100644 --- a/python/pakfire/repository/database.py +++ b/python/pakfire/repository/database.py @@ -190,6 +190,7 @@ class DatabaseLocal(Database): groups TEXT, filename TEXT, size INTEGER, + inst_size INTEGER, hash1 TEXT, provides TEXT, requires TEXT,