File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ jobs:
149
149
run : |
150
150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151
151
git diff schema/ > schema.diff
152
+ echo "*************************************************************"
153
+ cat schema.diff
154
+ echo "*************************************************************"
152
155
line_count="$(wc -l schema.diff)"
153
156
if test ${line_count} -ne 0 ; then
154
157
echo "Schema diff"
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ repository cardano-haskell-packages
9
9
c00aae8461a256275598500ea0e187588c35a5d5d7454fb57eac18d9edb86a56
10
10
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
11
11
12
- index-state :
13
- , hackage.haskell.org 2022-11-11T00:00 :00Z
14
- , cardano-haskell-packages 2022-11-12T20:00 :00Z
12
+ index-state : 2022-11-11T00:00 :00Z
13
+ index-state : cardano-haskell-packages 2022-11-12T20:00 :00Z
15
14
16
15
packages :
17
16
cardano-db
You can’t perform that action at this time.
0 commit comments