```to_development=# \d federation_resolver
                                        Table "public.federation_resolver"
    Column    |           Type           | Collation | Nullable |               
      Default
--------------+--------------------------+-----------+----------+-------------------------------------------------
 id           | bigint                   |           | not null | 
nextval('federation_resolver_id_seq'::regclass)
 ip_address   | text                     |           | not null |
 type         | bigint                   |           | not null |
 last_updated | timestamp with time zone |           | not null | now()
Indexes:
    "idx_140291_primary" PRIMARY KEY, btree (id)
    "idx_140291_federation_resolver_ip_address" UNIQUE, btree (ip_address)```

so it looks like uniqueness was intentionally added on this column (when this 
was originally designed?). so it sounds like the reqs changed. so i'll 
reclassify this as an enhancement and mark it as major.

[ Full content available at: 
https://github.com/apache/trafficcontrol/issues/2738 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to