Corrected typo on product_file table
This commit is contained in:
committed by
Andreas Steffen
parent
23f1509c4f
commit
403409cbda
@@ -125,7 +125,7 @@ INSERT INTO product_file (
|
|||||||
INSERT INTO product_file (
|
INSERT INTO product_file (
|
||||||
product, file
|
product, file
|
||||||
) VALUES (
|
) VALUES (
|
||||||
4, 5
|
4, 6
|
||||||
);
|
);
|
||||||
|
|
||||||
/* File Hashes */
|
/* File Hashes */
|
||||||
|
|||||||
Reference in New Issue
Block a user