Skip to content

Commit 777d088

Browse files
author
redray
committed
Added some Data to the new Tables
1 parent 9760d6b commit 777d088

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

install/sql/ispconfig3.sql

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,23 @@ CREATE TABLE `country` (
13201320
-- --------------------------------------------------------
13211321
-- --------------------------------------------------------
13221322

1323+
--
1324+
-- Dumping data for table `billing_service_class`
1325+
--
1326+
1327+
INSERT INTO `billing_service_class` VALUES (1,'other',9999);
1328+
INSERT INTO `billing_service_class` VALUES (2,'hosting',10);
1329+
INSERT INTO `billing_service_class` VALUES (3,'domains',20);
1330+
INSERT INTO `billing_service_class` VALUES (4,'traffic',30);
1331+
INSERT INTO `billing_service_class` VALUES (5,'diskspace',40);
1332+
1333+
--
1334+
-- Dumping data for table `billing_tax_class`
1335+
--
1336+
1337+
INSERT INTO `billing_tax_class` VALUES (1,'USt. (DE)',19,1,'2007-01-01',NULL);
1338+
INSERT INTO `billing_tax_class` VALUES (2,'USt. ermäßigt (DE)',7,0,'2007-01-01',NULL);
1339+
13231340
--
13241341
-- Dumping data for table `dns_template`
13251342
--

0 commit comments

Comments
 (0)