From 544878c5ce0faa8cb18dbc4e8988861daf478b08 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Wed, 10 Aug 2022 13:03:18 +0200 Subject: [PATCH] =?UTF-8?q?Preisliste=20vervollst=C3=A4ndigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hsarback/database/database_update.sql | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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);