From 777d0881ae063ea54e07d98161f7ff8d43ed28a2 Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Mon, 16 Feb 2009 18:12:36 -0500
Subject: [PATCH] Added some Data to the new Tables

---
 install/sql/ispconfig3.sql |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql
index b294605..f3e45a5 100644
--- a/install/sql/ispconfig3.sql
+++ b/install/sql/ispconfig3.sql
@@ -1321,6 +1321,23 @@
 -- --------------------------------------------------------
 
 -- 
+-- 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`
 -- 
 

--
Gitblit v1.9.1