# Top-level fields are defaults inherited by every instance below.
= "17.1"
= "30s"
# Instance "app": current production image, full schema + fixtures.
[]
= "sql-file"
= "schema.sql"
[]
= "sql-statement"
= "INSERT INTO users (name) VALUES ('alice'), ('bob');"
# Instance "legacy": pinned to an older PostgreSQL minor for compat testing.
# Inherits wait_available_timeout from the top level.
[]
= "16.6"
[]
= "sql-file"
= "schema.sql"