]> git.ipfire.org Git - thirdparty/kea.git/commit
[#3770] Fix dhcp6_options.modfication_ts
authorThomas Markwalder <tmark@isc.org>
Thu, 17 Jul 2025 12:03:17 +0000 (08:03 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 17 Jul 2025 12:03:17 +0000 (08:03 -0400)
commit2737bc502f7c6272d1fd03811b0181c3b23f4a26
tree78e38210ab74c267024710dc8c56895690da8c95
parent49073d4af1425737977cd6108b702e5696c07c3b
[#3770] Fix dhcp6_options.modfication_ts

Fix dhcp6_options modification_ts column omitted in
original upgrade script and add checks of dhcp6_options changes

/src/bin/admin/tests/mysql_tests.sh.in
    mysql_upgrade_30_to_31_test()
    mysql_migrate_dhcpX_options_client_classes()
    - add dhcp6_options check

/src/bin/admin/tests/pgsql_tests.sh.in
    pgsql_upgrade_29_to_30_test()
    pgsql_migrate_dhcpX_options_client_classes()
    - add dhcp6_options check

/src/share/database/scripts/pgsql/dhcpdb_create.pgsql
    Include conditional add of dhcp6_columns.modification_ts

src/share/database/scripts/pgsql/upgrade_006.2_to_007.0.sh.in
    Add dhcp6_columns.modification_ts

/src/share/database/scripts/pgsql/upgrade_029_to_030.sh.in
    Include conditional add of dhcp6_columns.modification_ts
src/bin/admin/tests/mysql_tests.sh.in
src/bin/admin/tests/pgsql_tests.sh.in
src/share/database/scripts/pgsql/dhcpdb_create.pgsql
src/share/database/scripts/pgsql/upgrade_006.2_to_007.0.sh.in
src/share/database/scripts/pgsql/upgrade_029_to_030.sh.in