Dani Brown
Dani Brown
Sorry, forgot about this one. I'll try remember to have a look this week.
Looks good, could I trouble you to add a couple of tests for the new feature? Thanks!
Thanks for contributing! Have a look through `dogfish_test` – that just looks like the test that runs a full migration not knowing about your new migrations in the template. For...
I'll most likely sort the client side soon, unless someone gets there with a PR first! Thanks for reporting.
I got the same error. Setting `DOCKER_BUILDKIT=1` didn't get me past the error, presumably because `docker-compose` didn't pass it through. So I had to set `COMPOSE_DOCKER_CLI_BUILD=1` instead, and that worked.