Feature request: compile
and run
should be able to --!include
fixtures
#217
Labels
enhancement
New feature or request
Summary
I set up a
current.sql
like this:I then tried running
graphile-migrate compile
andgraphile-migrate run
against it but the fixtures do not appear to be substituted in:The fixtures are substituted in correctly when running
graphile-migrate --config src/db/.gmrc commit
Steps to reproduce
See above
Expected results
The fixtures should be substituted in when using
compile
andrun
Actual results
The fixtures are not substituted in when using
compile
andrun
Additional context
OS: dockerized
mcr.microsoft.com/devcontainers/base:bookworm
running on ubuntu 20.0.4graphile-migrate
:2.0.0-rc.2
bun
:1.1.13
Possible Solution
Support fixture substitution in
compile
andrun
The text was updated successfully, but these errors were encountered: