From 0fed9c266319a59b9879479011c5ac3e06766714 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 8 Feb 2019 19:46:18 +0100 Subject: [PATCH] [460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Updated admin tests --- src/bin/admin/tests/mysql_tests.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/admin/tests/mysql_tests.sh.in b/src/bin/admin/tests/mysql_tests.sh.in index bacb3522bd..4676f6e010 100644 --- a/src/bin/admin/tests/mysql_tests.sh.in +++ b/src/bin/admin/tests/mysql_tests.sh.in @@ -583,7 +583,7 @@ EOF run_statement "dhcp6_pd_pool" "$qry" # table: dhcp6_pool - qry="select id, start_address, end_address, dhcp6_subnet_id, modification_ts from dhcp6_pool" + qry="select id, start_address, end_address, subnet_id, modification_ts from dhcp6_pool" run_statement "dhcp6_pool" "$qry" # table: dhcp6_options (should include four new columns) -- 2.47.2