2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#2438] some outstanding minor corrections

This commit is contained in:
Andrei Pavel
2022-06-15 14:19:28 +03:00
parent a516e85cd4
commit 63482a6ace
5 changed files with 8 additions and 8 deletions

View File

@@ -3475,7 +3475,7 @@ DROP PROCEDURE IF EXISTS checkDHCPv4ClientClassKnownDependencyChange;
-- -----------------------------------------------------------------------
-- Stored procedure to be executed before committing a transaction
-- updating a DHCPv4 client class. It verifies if the class dependency on
-- KNOWN or UNKNOWN built-in classes has changed as a a result of the
-- KNOWN or UNKNOWN built-in classes has changed as a result of the
-- update. It signals an error if it has changed and there is at least
-- one class depending on this class.
-- -----------------------------------------------------------------------
@@ -3935,7 +3935,7 @@ DROP PROCEDURE IF EXISTS checkDHCPv6ClientClassKnownDependencyChange;
-- -----------------------------------------------------------------------
-- Stored procedure to be executed before committing a transaction
-- updating a DHCPv6 client class. It verifies if the class dependency on
-- KNOWN or UNKNOWN built-in classes has changed as a a result of the
-- KNOWN or UNKNOWN built-in classes has changed as a result of the
-- update. It signals an error if it has changed and there is at least
-- one class depending on this class.
-- -----------------------------------------------------------------------

View File

@@ -486,7 +486,7 @@ DROP PROCEDURE IF EXISTS checkDHCPv4ClientClassKnownDependencyChange;
-- -----------------------------------------------------------------------
-- Stored procedure to be executed before committing a transaction
-- updating a DHCPv4 client class. It verifies if the class dependency on
-- KNOWN or UNKNOWN built-in classes has changed as a a result of the
-- KNOWN or UNKNOWN built-in classes has changed as a result of the
-- update. It signals an error if it has changed and there is at least
-- one class depending on this class.
-- -----------------------------------------------------------------------
@@ -946,7 +946,7 @@ DROP PROCEDURE IF EXISTS checkDHCPv6ClientClassKnownDependencyChange;
-- -----------------------------------------------------------------------
-- Stored procedure to be executed before committing a transaction
-- updating a DHCPv6 client class. It verifies if the class dependency on
-- KNOWN or UNKNOWN built-in classes has changed as a a result of the
-- KNOWN or UNKNOWN built-in classes has changed as a result of the
-- update. It signals an error if it has changed and there is at least
-- one class depending on this class.
-- -----------------------------------------------------------------------