mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-07 01:15:21 +00:00
[4562] Updated MySQL upgrade scripts to schema version 5.0.
This commit is contained in:
@@ -477,8 +477,8 @@ ALTER TABLE hosts ADD COLUMN dhcp4_boot_file_name VARCHAR(128) NULL;
|
||||
|
||||
# Update the schema version number
|
||||
UPDATE schema_version
|
||||
SET version = '4', minor = '2';
|
||||
# This line concludes database upgrade to version 4.2.
|
||||
SET version = '5', minor = '0';
|
||||
# This line concludes database upgrade to version 5.0.
|
||||
|
||||
# Notes:
|
||||
#
|
||||
|
Reference in New Issue
Block a user