Skip to content

Commit 6547f46

Browse files
author
Florian Schaal
committed
remove db-name from inc-sql
1 parent 0e72ef1 commit 6547f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/incremental/upd_0081.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
UPDATE `dns_template` SET `fields` = 'DOMAIN,IP,NS1,NS2,EMAIL,DKIM' WHERE `dns_template`.`template_id` =1;
2-
UPDATE `dbispconfig`.`dns_template` SET `template` = '[ZONE]
2+
UPDATE `dns_template` SET `template` = '[ZONE]
33
origin={DOMAIN}.
44
ns={NS1}.
55
mbox={EMAIL}.

0 commit comments

Comments
 (0)