mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[#2752] Added comments explaining new columns only usage
This commit is contained in:
@@ -5092,6 +5092,9 @@ UPDATE schema_version
|
||||
-- This line starts the schema upgrade to version 16.
|
||||
|
||||
-- Add relay and remote id colums to DHCPv4 leases.
|
||||
--
|
||||
-- Note: these columns are only used for indexes, in particular they are
|
||||
-- not exported by lease4 dump as values are also in the user context
|
||||
ALTER TABLE lease4
|
||||
ADD COLUMN relay_id VARBINARY(128) DEFAULT NULL,
|
||||
ADD COLUMN remote_id VARBINARY(128) DEFAULT NULL;
|
||||
|
@@ -55,6 +55,9 @@ mysql "$@" <<EOF
|
||||
-- This line starts the schema upgrade to version 16.
|
||||
|
||||
-- Add relay and remote id colums to DHCPv4 leases.
|
||||
--
|
||||
-- Note: these columns are only used for indexes, in particular they are
|
||||
-- not exported by lease4 dump as values are also in the user context
|
||||
ALTER TABLE lease4
|
||||
ADD COLUMN relay_id VARBINARY(128) DEFAULT NULL,
|
||||
ADD COLUMN remote_id VARBINARY(128) DEFAULT NULL;
|
||||
|
Reference in New Issue
Block a user