2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

33255 Commits

Author SHA1 Message Date
Tomek Mrugalski
83752cf742 [#90] Added pgsql_upgrade_6_2_to_7_0 function 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
b6aecd52e4 [#90] kea-admin pgtest updated to schema 7.0 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
5c92597b31 [#90] The wipe_data.sh script is a bit more robust now 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
dd9c2fed66 [#90] 2 issues fixed in 7.0 schema creation
- data inserted into incorrect dhcpX_server table
 - duplicate creation of dhcp4_options_server removed
2021-10-28 12:31:41 +02:00
Tomek Mrugalski
7c19187220 [#90] Updated unit-tests 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
a4b5772cd9 [#90] Updated pgsql schema creation script 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
46f1ee2cec [#90] Added escape characters 2021-10-28 12:31:41 +02:00
Andrei Pavel
460ad6c2ee [#90] extra spacing removed 2021-10-28 12:31:41 +02:00
Andrei Pavel
fbbffdff31 [#90] Extra space removed 2021-10-28 12:31:41 +02:00
Andrei Pavel
a6c05875f0 [#90] escape $ char 2021-10-28 12:31:41 +02:00
Andrei Pavel
d77de06ac7 [#90] escape $ char 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
fda485470c [#90] wipe_data now wipes also CB tables 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
9d08d80080 [#90] updated .gitignore 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
af9360c75e [#90] Wrapped too long lines 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
e2a7d967e0 [#90] Deleting shared network doesn't delete subnet anymore 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
c678e855bf [#90] Special tag values added 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
3039c84eb1 [#90] Added dhcp4_options_server, hopefully the last table missing 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
f64d0aa357 [#90] Added 7.0 code to dhcpdb_create.pgsql 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
44d776fa12 [#90] Indices names simplified 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
f652a7ce41 [#90] modification timestamps now use time zones 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
7566b8944a [#90] Added dhcp4_audit* tables 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
58625eeb85 [#90] added dhcp4_options_server 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
09d7578c25 [#90] Added dhcp4_option_def_server 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
0aada1f7d8 [#90] Added dhcp4_option_def table 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
5e84f241b3 [#90] Added missing triggers 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
8270921750 [#90] Better drop tables 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
0a6537e1e6 [#90] drop pgsql script updated for new tables 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
d99c9e7f9c [#90] Fixed many problems:
- removed duplicate names
 - dhcp4_options, dhcp6_options not created, but update existing tables
 - added dhcp4_pool
2021-10-28 12:31:41 +02:00
Tomek Mrugalski
aae46aa5ee [#90] Added dhcp4_subnet, indexes, triggers 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
e7b4c63e86 [#90] Added dhcp4_shared_network table, indexes, triggers 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
f56bac7c6e [#90] Added missing index 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
a60850af9b [#90] user_context is now proper JSON type 2021-10-28 12:31:41 +02:00
Tomek Mrugalski
bd37355583 [#90] Added 3 dhcp4 tables, moved trigger 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
df724f36a1 [#90] Added dhcp6_audit table 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
2f520658ea [#90] Added dhcp6_audit_revision table 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
51c5c069c5 [#90] Added forgotten modification_ts triggers 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
b42af4465b [#90] dhcp6_option_def_server table added 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
5546e63808 [#90] Created table for DHCPv6 option definitions 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
e7e8085c44 [#90] added dhcp6_options_server relationship 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
67f97e7ede [#90] Added dhcp6_shared_network_server relationship 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
0ca117e05e [#90] dhcp6_options table added 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
6700d0bc29 [#90] Created dhcp6_global_parameter_server 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
7dd8906c17 [#90] Created dhcp6_global_parameter table 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
036b1acaf0 [#90] dhcp6_subnet_server table and indexes added 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
d8bfca33c7 [#90] dhcp6_server added to schema 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
6183457734 [#90] Created dhcp6_pd_pool table, indexes, triggers, contraints 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
b17281a5aa [#90] Added dhcp6_pool table, indexes, constraints, triggers 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
0d22266c37 [#90] dhcp6_subnet table added, some cleanup 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
2ae9d5b527 [#90] dhcp6_shared_network table added 2021-10-28 12:31:40 +02:00
Tomek Mrugalski
986d562c8a [#90] Minor cleanup 2021-10-28 12:31:40 +02:00