From 777d0881ae063ea54e07d98161f7ff8d43ed28a2 Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Mon, 16 Feb 2009 23:12:36 +0000 Subject: [PATCH] Added some Data to the new Tables --- install/sql/ispconfig3.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql index b294605f50..f3e45a5b0a 100644 --- a/install/sql/ispconfig3.sql +++ b/install/sql/ispconfig3.sql @@ -1320,6 +1320,23 @@ CREATE TABLE `country` ( -- -------------------------------------------------------- -- -------------------------------------------------------- +-- +-- Dumping data for table `billing_service_class` +-- + +INSERT INTO `billing_service_class` VALUES (1,'other',9999); +INSERT INTO `billing_service_class` VALUES (2,'hosting',10); +INSERT INTO `billing_service_class` VALUES (3,'domains',20); +INSERT INTO `billing_service_class` VALUES (4,'traffic',30); +INSERT INTO `billing_service_class` VALUES (5,'diskspace',40); + +-- +-- Dumping data for table `billing_tax_class` +-- + +INSERT INTO `billing_tax_class` VALUES (1,'USt. (DE)',19,1,'2007-01-01',NULL); +INSERT INTO `billing_tax_class` VALUES (2,'USt. ermäßigt (DE)',7,0,'2007-01-01',NULL); + -- -- Dumping data for table `dns_template` -- -- GitLab