2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-06 08:55:13 +00:00

[354-compilation-with-mysql-fails-on-fedora-29] Updated schema & upgrade

This commit is contained in:
Francis Dupont
2019-02-02 02:59:53 +01:00
parent 7f4847e9a4
commit a6c6439112
2 changed files with 8 additions and 4 deletions

View File

@@ -1374,7 +1374,8 @@ ALTER TABLE dhcp4_subnet_server
MODIFY COLUMN modification_ts TIMESTAMP(6) NOT NULL;
ALTER TABLE dhcp4_options
MODIFY COLUMN modification_ts TIMESTAMP(6) NOT NULL;
MODIFY COLUMN modification_ts TIMESTAMP(6) NOT NULL
DEFAULT CURRENT_TIMESTAMP(6);
ALTER TABLE dhcp4_options_server
MODIFY COLUMN modification_ts TIMESTAMP(6) NOT NULL;
@@ -1413,7 +1414,8 @@ ALTER TABLE dhcp6_subnet_server
MODIFY COLUMN modification_ts TIMESTAMP(6) NOT NULL;
ALTER TABLE dhcp6_options
MODIFY COLUMN modification_ts TIMESTAMP(6) NOT NULL;
MODIFY COLUMN modification_ts TIMESTAMP(6) NOT NULL
DEFAULT CURRENT_TIMESTAMP(6);
ALTER TABLE dhcp6_options_server
MODIFY COLUMN modification_ts TIMESTAMP(6) NOT NULL;