nidus-sync/db
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
..
dberrors Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
dbinfo Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
enums Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
fieldseeker-schema/insert Initially made it through full update with new fieldseeker schema 2025-12-05 23:11:57 +00:00
migrations Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
models Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
prepared_functions Use a prepared function and get a result 2025-12-02 22:44:51 +00:00
sql Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
bobgen.sh Remove bob submodule, add arcgis.user 2026-01-15 19:20:39 +00:00
bobgen.yaml Add tile cache and relationship to organization map layer 2026-03-06 21:13:32 +00:00
connection.go Simplify log output on startup 2026-02-13 21:15:09 +00:00
fieldseeker.go Rework arcgis integration for arcgis-go changes and table changes 2026-02-28 23:26:08 +00:00
geo.go WIP migration of API from fieldseeker-sync 2025-12-16 16:37:53 +00:00
pgdata.go Save tags on pool rows, show errors in summary table 2026-02-16 16:38:04 +00:00
prepared.go Rework arcgis integration for arcgis-go changes and table changes 2026-02-28 23:26:08 +00:00