2
0
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:
tmark
2021-11-02 09:03:36 -04:00
committed by Tomek Mrugalski
parent fbdf5a8c98
commit 6ac227cb79
4 changed files with 3886 additions and 60 deletions

File diff suppressed because it is too large Load Diff