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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user