mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[#2786] addressed comments
This commit is contained in:
@@ -58,11 +58,13 @@ EOF
|
||||
fi
|
||||
|
||||
mysql "${@}" <<EOF
|
||||
-- This line starts the schema upgrade to version 9.6.
|
||||
|
||||
# Add an auto-increment ID as primary key to support Percona.
|
||||
ALTER TABLE logs
|
||||
ADD id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY;
|
||||
|
||||
# Update the schema version number
|
||||
# Update the schema version number.
|
||||
UPDATE schema_version
|
||||
SET version = '9', minor = '6';
|
||||
|
||||
|
Reference in New Issue
Block a user