added directory entry to database

This commit is contained in:
Andreas Steffen
2011-09-08 12:08:15 +02:00
parent 2266e0899d
commit 5736aa7a02
@@ -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 (