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.
13 lines
213 B
YAML
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"
|