nidus-sync/db
Eli Ribble 1395e3d3ac Remove old FieldSeeker tables, use v2 generated tables.
This requires a bunch of changes since the types on these tables are
much closer to the underlying types of the Fieldseeker data we are
getting back from the API.

I now need to use proper UUID types everywhere, which means I had to
modify the bob gen config to consistently use google UUID, my UUID
library of choice.

I also had to add the organization_id to all the fieldseeker tables
since we rely on them existing for some of our compound queries.

There were some changes to the API type signatures to get things to
build. I may yet regret those.
2025-12-24 17:58:08 -07:00
..
bob@d277a066d6 Initially made it through full update with new fieldseeker schema 2025-12-05 23:11:57 +00:00
dberrors Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
dbinfo Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
enums Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
factory Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
fieldseeker-schema/insert Initially made it through full update with new fieldseeker schema 2025-12-05 23:11:57 +00:00
migrations Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
models Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
prepared_functions Use a prepared function and get a result 2025-12-02 22:44:51 +00:00
sql Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
bobgen.sh Add script for doing bobgen 2025-12-21 08:42:25 -07:00
bobgen.yaml Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
connection.go Properly read prepared functions from the embedded FS 2025-12-02 22:28:10 +00:00
errors.go Big checkpoint on new schema work 2025-12-02 22:12:43 +00:00
fieldseeker.go Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
geo.go WIP migration of API from fieldseeker-sync 2025-12-16 16:37:53 +00:00
prepared.go Initially made it through full update with new fieldseeker schema 2025-12-05 23:11:57 +00:00
query.go WIP migration of API from fieldseeker-sync 2025-12-16 16:37:53 +00:00