Port all of the arcgis schema to using jet

Have not tested anything at this point, it just compiles.
This commit is contained in:
Eli Ribble 2026-05-01 17:28:33 +00:00
parent 89ed2003fa
commit bab3200b6c
No known key found for this signature in database
52 changed files with 479 additions and 13585 deletions

View file

@ -28,6 +28,7 @@ type communication struct {
Created time.Time `json:"created"`
ID string `json:"id"`
PublicReport string `json:"public_report"`
Source string `json:"source"`
Type string `json:"type"`
}
type communicationList struct {