Closed wagoodman closed 2 weeks ago
Adds the provider model and store accessor to the DB v6 package and schema.
The design originally called for two additional fields that were left out:
InstanceCacheURL
SourceURL
Partially implements #2128 and #2132
Adds the provider model and store accessor to the DB v6 package and schema.
The design originally called for two additional fields that were left out:
InstanceCacheURL
: there is no guarantee that the data used to build the DB is from a cache, which would make this field not dependableSourceURL
: vunnel is the source of truth for this informationPartially implements #2128 and #2132