nidus-sync/db/bobgen.yaml
Eli Ribble 7c4fb02908
Move to latest bobgen, add fieldseeker schema references
This is an intermediate step between shifting from the old fs_* prefixed
table names to an entire fieldseeker schema. At this point we have both,
and we aren't doing much with the new schema but compiling.
2025-12-02 00:28:14 +00:00

13 lines
213 B
YAML

aliases:
user_:
up_plural: "Users"
up_singular: "User"
down_plural: "users"
down_singular: "user"
psql:
schemas:
- "public"
- "fieldseeker"
queries:
- ./sql
plugins_preset: "all"