Skip to content

Commit c2d2cfd

Browse files
committed
Fixed error with billing_class_table in sql dump.
1 parent a568ba9 commit c2d2cfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/sql/ispconfig3.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ CREATE TABLE `billing_service_class` (
142142
-- --------------------------------------------------------
143143

144144
--
145-
-- Table structure for table `billing_tax_class`
145+
-- Table structure for table `billing_tax`
146146
--
147147

148148
CREATE TABLE `billing_tax` (
@@ -1335,8 +1335,8 @@ INSERT INTO `billing_service_class` VALUES (5,'diskspace',40);
13351335
-- Dumping data for table `billing_tax_class`
13361336
--
13371337

1338-
INSERT INTO `billing_tax_class` VALUES (1,'USt. (DE)',19,1,'2007-01-01',NULL);
1339-
INSERT INTO `billing_tax_class` VALUES (2,'USt. ermäßigt (DE)',7,0,'2007-01-01',NULL);
1338+
INSERT INTO `billing_tax` VALUES (1,'USt. (DE)',19,1,'2007-01-01',NULL);
1339+
INSERT INTO `billing_tax` VALUES (2,'USt. ermäßigt (DE)',7,0,'2007-01-01',NULL);
13401340

13411341
--
13421342
-- Dumping data for table `dns_template`

0 commit comments

Comments
 (0)