added some pts database entries
This commit is contained in:
@@ -24,6 +24,12 @@ INSERT INTO products (
|
|||||||
'Ubuntu 10.10 x86_64'
|
'Ubuntu 10.10 x86_64'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
INSERT INTO products (
|
||||||
|
name
|
||||||
|
) VALUES (
|
||||||
|
'Ubuntu 10.10 i686'
|
||||||
|
);
|
||||||
|
|
||||||
/* Files */
|
/* Files */
|
||||||
|
|
||||||
INSERT INTO files (
|
INSERT INTO files (
|
||||||
@@ -112,6 +118,12 @@ INSERT INTO product_file (
|
|||||||
2, 5
|
2, 5
|
||||||
);
|
);
|
||||||
|
|
||||||
|
INSERT INTO product_file (
|
||||||
|
product, file
|
||||||
|
) VALUES (
|
||||||
|
2, 7
|
||||||
|
);
|
||||||
|
|
||||||
INSERT INTO product_file (
|
INSERT INTO product_file (
|
||||||
product, file
|
product, file
|
||||||
) VALUES (
|
) VALUES (
|
||||||
@@ -142,6 +154,36 @@ INSERT INTO product_file (
|
|||||||
4, 6
|
4, 6
|
||||||
);
|
);
|
||||||
|
|
||||||
|
INSERT INTO product_file (
|
||||||
|
product, file
|
||||||
|
) VALUES (
|
||||||
|
4, 7
|
||||||
|
);
|
||||||
|
|
||||||
|
INSERT INTO product_file (
|
||||||
|
product, file
|
||||||
|
) VALUES (
|
||||||
|
5, 3
|
||||||
|
);
|
||||||
|
|
||||||
|
INSERT INTO product_file (
|
||||||
|
product, file
|
||||||
|
) VALUES (
|
||||||
|
5, 4
|
||||||
|
);
|
||||||
|
|
||||||
|
INSERT INTO product_file (
|
||||||
|
product, file
|
||||||
|
) VALUES (
|
||||||
|
5, 6
|
||||||
|
);
|
||||||
|
|
||||||
|
INSERT INTO product_file (
|
||||||
|
product, file
|
||||||
|
) VALUES (
|
||||||
|
5, 7
|
||||||
|
);
|
||||||
|
|
||||||
/* File Hashes */
|
/* File Hashes */
|
||||||
|
|
||||||
INSERT INTO file_hashes (
|
INSERT INTO file_hashes (
|
||||||
|
|||||||
Reference in New Issue
Block a user