Skip to content

Commit a31d809

Browse files
committed
Allow updated to rendered_zone from slave server, #5983
1 parent a3e2115 commit a31d809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ public function grant_master_database_rights($verbose = false) {
774774
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
775775
}
776776

777-
$query = "GRANT SELECT, UPDATE(`dnssec_initialized`, `dnssec_info`, `dnssec_last_signed`) ON ?? TO ?@?";
777+
$query = "GRANT SELECT, UPDATE(`dnssec_initialized`, `dnssec_info`, `dnssec_last_signed`, `rendered_zone`) ON ?? TO ?@?";
778778
if ($verbose){
779779
echo $query ."\n";
780780
}

0 commit comments

Comments
 (0)