nidus-sync/db/sql
Eli Ribble 1e071d5ce5
Overhaul publicreport storage layer, create unified tables
This is a huge change. I was getting really sick of the split between
nuisance/water tables when more than half of the data they store is
common. I finally bit off the big work of switching it all.

This creates a single unified table, publicreport.report and copies the
existing report data into it. It also ports existing data from the
original tables into the new table.

Along with all of this I also overhauled the system for handling
asynchronous work to use a LISTEN/NOTIFY connection from the database
and a single cache table to avoid ever losing work.
2026-03-18 15:36:20 +00:00
..
org_by_oauth_id.bob.go Add data for handling parcel images 2026-02-28 22:54:39 +00:00
org_by_oauth_id.bob.sql Rework arcgis integration for arcgis-go changes and table changes 2026-02-28 23:26:08 +00:00
org_by_oauth_id.sql Rework arcgis integration for arcgis-go changes and table changes 2026-02-28 23:26:08 +00:00
texts_by_senders.bob.go Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
texts_by_senders.bob.sql Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
texts_by_senders.sql Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
trapcount_by_location_id.bob.go Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
trapcount_by_location_id.bob.sql Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
trapcount_by_location_id.sql Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
trapdata_by_location_id_recent.bob.go Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
trapdata_by_location_id_recent.bob.sql Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
trapdata_by_location_id_recent.sql Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00
traplocation_by_source_id.bob.go Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
traplocation_by_source_id.bob.sql Add ability to make LLM agent forget the conversation history 2026-01-27 18:44:02 +00:00
traplocation_by_source_id.sql Remove old FieldSeeker tables, use v2 generated tables. 2025-12-24 17:58:08 -07:00