diff --git a/hsarback/database/database_update.sql b/hsarback/database/database_update.sql index e4d0d0a..f08813e 100644 --- a/hsarback/database/database_update.sql +++ b/hsarback/database/database_update.sql @@ -68,4 +68,18 @@ INSERT INTO component (basepacket_id, basecomponent_id, min_quantity, max_quanti INSERT INTO component (basepacket_id, basecomponent_id, min_quantity, max_quantity, default_quantity, increment_quantity, include_quantity, admin_only, article_number) SELECT basepacket_id, basecomponent_id, 0, 1000, 0, 1, 0, false, 2017 FROM basepacket, basecomponent WHERE basepacket_code='SRV/MGD' AND basecomponent_code='BANDWIDTH'; -UPDATE component SET min_quantity=0 WHERE component_id=38; -- min. Traffic für Managed Server auf 0 \ No newline at end of file +UPDATE component SET min_quantity=0 WHERE component_id=38; -- min. Traffic für Managed Server auf 0 + +INSERT INTO price (article_number, price, vat, price_list) VALUES (3011, 15, 19.0, 1); +INSERT INTO price (article_number, price, vat, price_list) VALUES (3012, 5, 19.0, 1); +INSERT INTO price (article_number, price, vat, price_list) VALUES (3013, 5, 19.0, 1); +INSERT INTO price (article_number, price, vat, price_list) VALUES (3014, 5, 19.0, 1); +INSERT INTO price (article_number, price, vat, price_list) VALUES (3015, 5, 19.0, 1); +INSERT INTO price (article_number, price, vat, price_list) VALUES (3017, 2, 19.0, 1); + +INSERT INTO price (article_number, price, vat, price_list) VALUES (3136, 10, 19.0, 1); +INSERT INTO price (article_number, price, vat, price_list) VALUES (3122, 40, 19.0, 1); +INSERT INTO price (article_number, price, vat, price_list) VALUES (3125, 80, 19.0, 1); +INSERT INTO price (article_number, price, vat, price_list) VALUES (3151, 160, 19.0, 1); + +INSERT INTO price (article_number, price, vat, price_list) VALUES (2017, 2, 19.0, 1);