We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82560ef commit 2df6fdcCopy full SHA for 2df6fdc
1 file changed
README.md
@@ -498,7 +498,10 @@ environmental variables being set:
498
},
499
"afterReset": [
500
"afterReset.sql",
501
- { "_": "command", "command": "DATABASE_URL=\"$GM_DBURL\" npx --no-install graphile-worker --schema-only" }
+ {
502
+ "_": "command",
503
+ "command": "DATABASE_URL=\"$GM_DBURL\" npx --no-install graphile-worker --schema-only"
504
+ }
505
],
506
"afterAllMigrations": [
507
{
0 commit comments