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 7c9d217 commit babec79Copy full SHA for babec79
.github/workflows/haskell.yml
@@ -149,7 +149,7 @@ jobs:
149
run: |
150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151
ls -l schema/
152
- git diff schema/ > schema.diff
+ git status schema | grep schema/migration > schema.diff
153
echo "*************************************************************"
154
cat schema.diff
155
0 commit comments