Added Android 4.4.4 to IMV database

This commit is contained in:
Andreas Steffen 2014-06-27 08:27:23 +02:00
parent be41910e19
commit 644fc4e1ff
1 changed files with 12 additions and 0 deletions

View File

@ -300,6 +300,12 @@ INSERT INTO products ( /* 50 */
'Android 4.4.3'
);
INSERT INTO products ( /* 51 */
name
) VALUES (
'Android 4.4.4'
);
/* Directories */
INSERT INTO directories ( /* 1 */
@ -978,6 +984,12 @@ INSERT INTO groups_product_defaults (
3, 50
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
3, 51
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (