]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Updated kea-admin...
authorFrancis Dupont <fdupont@isc.org>
Wed, 20 Feb 2019 12:53:26 +0000 (13:53 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 20 Feb 2019 16:09:26 +0000 (11:09 -0500)
src/bin/admin/tests/mysql_tests.sh.in

index 4676f6e010fca00ec4e0484f73b112069a882af7..617ae9a6e330334b439532c9dffa3417d06f068f 100644 (file)
@@ -579,7 +579,7 @@ EOF
     run_statement "dhcp6_subnet_server" "$qry"
 
     # table: dhcp6_pd_pool
-    qry="select id, prefix_length, delegated_prefix_length, dhcp6_subnet_id, modification_ts from dhcp6_pd_pool"
+    qry="select id, prefix_length, delegated_prefix_length, subnet_id, modification_ts from dhcp6_pd_pool"
     run_statement "dhcp6_pd_pool" "$qry"
 
     # table: dhcp6_pool