2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 07:25:18 +00:00

[#444,!229] Added new line in the dhcpdb_create.mysql

This commit is contained in:
Marcin Siodelski
2019-02-08 13:18:53 +01:00
parent d91617106d
commit 71200e98f5

View File

@@ -1338,6 +1338,7 @@ SET version = '7', minor = '0';
ALTER TABLE dhcp4_options
MODIFY COLUMN modification_ts TIMESTAMP NOT NULL
DEFAULT CURRENT_TIMESTAMP;
ALTER TABLE dhcp6_options
MODIFY COLUMN modification_ts TIMESTAMP NOT NULL
DEFAULT CURRENT_TIMESTAMP;