nidus-sync/db/bobgen.yaml
Eli Ribble 842e6cff43
Move comms work to background goroutine
This is a sort of random checkpoint of work
 * add schema for tracking messages sent to DB
 * add terms of service and privacy policy for RCS compliance
 * standardize some things about background workers
 * update some missing stuff from generated DB code
2026-01-20 17:10:22 +00:00

25 lines
476 B
YAML

aliases:
arcgis.user_:
up_plural: "ArcgisUsers"
up_singular: "ArcgisUser"
down_plural: "arcgisusers"
down_singular: "arcgisuser"
user_:
up_plural: "Users"
up_singular: "User"
down_plural: "users"
down_singular: "user"
no_tests: true
psql:
schemas:
- "arcgis"
- "comms"
- "import"
- "public"
- "publicreport"
- "fieldseeker"
shared_schema: "public"
queries:
- ./sql
uuid_pkg: google
plugins_preset: "all"