@@ -64,35 +64,46 @@ INSERT INTO public.ipam_prefix (created, last_updated, custom_field_data, prefix
6464VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {}' ' 2.0.0.0/16' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
6565
6666--  3.0.0.0/24 - 3.0.8.0/24 (watch out for the upper/lower-case)
67- --  Pool 1, Production
67+ --  Pool 1, Production (IPv4) 
6868INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
6969VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "Production", "poolName": "Pool 1", "cfDataTypeBool": true, "cfDataTypeInteger": 1}' ' 3.0.0.0/24' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
7070
7171INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
7272VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "Production", "poolName": "Pool 1", "cfDataTypeBool": true, "cfDataTypeInteger": 1}' ' 3.0.1.0/24' ' active' ' ' NULL , 5 , 100 , NULL , NULL , 0 , 0 , false, ' ' 
7373
74- --  Pool 1, Development
74+ --  Pool 1, Development (IPv4) 
7575INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
7676VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "Development", "poolName": "Pool 1", "cfDataTypeBool": false, "cfDataTypeInteger": 2}' ' 3.0.2.0/24' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
7777
78- --  Pool 2, Production
78+ --  Pool 2, Production (IPv4) 
7979INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
8080VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "Production", "poolName": "Pool 2", "cfDataTypeBool": true, "cfDataTypeInteger": 3}' ' 3.0.3.0/24' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
8181
8282INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
8383VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "Production", "poolName": "Pool 2", "cfDataTypeBool": true, "cfDataTypeInteger": 3}' ' 3.0.4.0/24' ' active' ' ' NULL , 5 , 100 , NULL , NULL , 0 , 0 , false, ' ' 
8484
85- --  Pool 2, Development
85+ --  Pool 2, Development (IPv4) 
8686INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
8787VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "Development", "poolName": "Pool 2", "cfDataTypeBool": false, "cfDataTypeInteger": 4}' ' 3.0.5.0/24' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
8888
89- --  pool 3, production
89+ --  pool 3, production (IPv4) 
9090INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
9191VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "production", "poolName": "pool 3", "cfDataTypeBool": true, "cfDataTypeInteger": 5}' ' 3.0.6.0/24' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
9292
9393INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
9494VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "production", "poolName": "pool 3", "cfDataTypeBool": true, "cfDataTypeInteger": 5}' ' 3.0.7.0/24' ' active' ' ' NULL , 5 , 100 , NULL , NULL , 0 , 0 , false, ' ' 
9595
96- --  pool 3, development
96+ --  pool 3, development (IPv4) 
9797INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
9898VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "development", "poolName": "pool 3", "cfDataTypeBool": false, "cfDataTypeInteger": 6}' ' 3.0.8.0/24' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
99+ 
100+ --  pool 4, production (IPv6)
101+ INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
102+ VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "production", "poolName": "pool 4", "cfDataTypeBool": true, "cfDataTypeInteger": 7}' ' 2::/64' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
103+ 
104+ INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
105+ VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "production", "poolName": "pool 4", "cfDataTypeBool": true, "cfDataTypeInteger": 7}' ' 2:0:0:1::/64' ' active' ' ' NULL , 5 , 100 , NULL , NULL , 0 , 0 , false, ' ' 
106+ 
107+ --  pool 4, development (IPv6)
108+ INSERT INTO  public .ipam_prefix  (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
109+ VALUES  (' 2024-06-14 10:01:10.094083+00' ' 2024-06-14 10:01:10.094095+00' ' {"environment": "development", "poolName": "pool 4", "cfDataTypeBool": false, "cfDataTypeInteger": 8}' ' 2:0:0:2::/64' ' active' ' ' NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' 
0 commit comments