Skip to content

Commit 82560ef

Browse files
authored
Fix graphile-worker example in README
1 parent 1d19d3c commit 82560ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ environmental variables being set:
498498
},
499499
"afterReset": [
500500
"afterReset.sql",
501-
{ "_": "command", "command": "npx --no-install graphile-worker --once" }
501+
{ "_": "command", "command": "DATABASE_URL=\"$GM_DBURL\" npx --no-install graphile-worker --schema-only" }
502502
],
503503
"afterAllMigrations": [
504504
{

0 commit comments

Comments
 (0)