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
This commit is contained in:
lxnay
2008-12-22 21:23:03 +00:00
parent 7df9cb7379
commit 20632c7e27
+5
View File
@@ -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