added directory entry to database
This commit is contained in:
@@ -62,6 +62,14 @@ INSERT INTO files (
|
||||
0, '/lib/libxtables.so.2'
|
||||
);
|
||||
|
||||
INSERT INTO files (
|
||||
type, path
|
||||
) VALUES (
|
||||
1, '/lib/xtables/'
|
||||
);
|
||||
|
||||
/* Product-File */
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
@@ -80,6 +88,12 @@ INSERT INTO product_file (
|
||||
1, 5
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
1, 7
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
|
||||
Reference in New Issue
Block a user