From 20632c7e27cdf4d382a584dd830bfd4bf111a276 Mon Sep 17 00:00:00 2001 From: lxnay Date: Mon, 22 Dec 2008 21:23:03 +0000 Subject: [PATCH] Entropy/entropyConstants: - add dependstable to the SQL db generation string git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2815 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropyConstants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/entropyConstants.py b/libraries/entropyConstants.py index 6a684071d..c3e1c76bb 100644 --- a/libraries/entropyConstants.py +++ b/libraries/entropyConstants.py @@ -168,6 +168,11 @@ CREATE TABLE dependenciesreference ( dependency VARCHAR ); +CREATE TABLE dependstable ( + iddependency INTEGER PRIMARY KEY, + idpackage INTEGER +); + CREATE TABLE conflicts ( idpackage INTEGER, conflict VARCHAR