]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pakfire/patches/0001-database-Add-inst_size-column-when-creating-new-data.patch
b4173928c4cf21b605ef18d54d4bb60db60d8767
[people/ms/ipfire-3.x.git] / pakfire / patches / 0001-database-Add-inst_size-column-when-creating-new-data.patch
1 From 0d6d6fd2b89c609a6f8daff225c6c98b54a041cc Mon Sep 17 00:00:00 2001
2 From: Michael Tremer <michael.tremer@ipfire.org>
3 Date: Mon, 4 Mar 2013 17:18:52 +0100
4 Subject: [PATCH 01/19] database: Add inst_size column when creating new
5 databases.
6
7 ---
8 python/pakfire/repository/database.py | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/python/pakfire/repository/database.py b/python/pakfire/repository/database.py
12 index fc8a1a9..d8751e9 100644
13 --- a/python/pakfire/repository/database.py
14 +++ b/python/pakfire/repository/database.py
15 @@ -190,6 +190,7 @@ class DatabaseLocal(Database):
16 groups TEXT,
17 filename TEXT,
18 size INTEGER,
19 + inst_size INTEGER,
20 hash1 TEXT,
21 provides TEXT,
22 requires TEXT,
23 --
24 1.8.1.4
25