]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/pakfire-database-Add-inst_size-column-when-creating-new-data.patch
media.cgi: Fix typo 'writen'.
[people/teissler/ipfire-2.x.git] / src / patches / pakfire-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] database: Add inst_size column when creating new databases.
5
6 ---
7 python/pakfire/repository/database.py | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/python/pakfire/repository/database.py b/python/pakfire/repository/database.py
11 index fc8a1a9..d8751e9 100644
12 --- a/python/pakfire/repository/database.py
13 +++ b/python/pakfire/repository/database.py
14 @@ -190,6 +190,7 @@ class DatabaseLocal(Database):
15 groups TEXT,
16 filename TEXT,
17 size INTEGER,
18 + inst_size INTEGER,
19 hash1 TEXT,
20 provides TEXT,
21 requires TEXT,
22 --
23 1.7.11.7
24