mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-10-09 13:46:20 +00:00
[#2166] Added missing CB elements to postgresql schema
Initial commit. src/bin/admin/tests/pgsql_tests.sh.in pgsql_upgrade_6_2_to_7_0() - replaced insert into dhcp6_server with selects. Inserting fails without an audit-revision to match. src/share/database/scripts/pgsql/dhcpdb_create.pgsql Reduced to a single transaction and commit to avoid partial creations. Added CB audit procedures, trigger functions, triggers, and client class elements for v4 and v6. src/share/database/scripts/pgsql/dhcpdb_drop.pgsql Added drops of new elements. src/share/database/scripts/pgsql/upgrade_6.2_to_7.0.sh.in Added CB audit procedures, trigger functions, triggers, and client class elements for v4 and v6.
This commit is contained in: