nidus-sync/db/bobgen.yaml
Eli Ribble 5a7c9fd090
Move data out of import.district and in to organization
Then get the organization settings page to work again.

Tons of other stuff is broken now.
2026-02-17 05:33:12 +00:00

29 lines
653 B
YAML

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