]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2869] Removed duplicated comment
authorFrancis Dupont <fdupont@isc.org>
Fri, 7 Jul 2023 11:05:14 +0000 (13:05 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 7 Jul 2023 11:05:14 +0000 (13:05 +0200)
src/share/database/scripts/pgsql/upgrade_018_to_019.sh.in

index 9f15aac1d394119f112030b6190de5d6e21eda52..8f0a0fd587dcad9ccaa541b4924c69d796be74ca 100644 (file)
@@ -56,8 +56,6 @@ UPDATE dhcp6_global_parameter
 SET name = 'ddns-conflict-resolution-mode', value = 'no-check-with-dhcid', parameter_type = 4
 WHERE name = 'ddns-use-conflict-resolution' and value = 'false';
 
--- This line starts the schema upgrade to version 19.0.
-
 -- Clear lease6_relay_id table.
 DELETE FROM lease6_relay_id;