File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
cardano-db/src/Cardano/Db Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44{-# LANGUAGE GeneralizedNewtypeDeriving #-}
55{-# LANGUAGE LambdaCase #-}
66{-# LANGUAGE OverloadedStrings #-}
7- {-# LANGUAGE RecordWildCards #-}
87{-# LANGUAGE ScopedTypeVariables #-}
98{-# LANGUAGE TypeApplications #-}
109
Original file line number Diff line number Diff line change 202202 packages . cardano-db . package . extraSrcFiles =
203203 [ "../config/pgpass-testnet" ] ;
204204 packages . cardano-db . components . tests . schema-rollback . extraSrcFiles =
205- [ "src/Cardano/Db/BaseSchema.hs" "src/Cardano/Db/Operations/Delete.hs" ] ;
205+ [ "src/Cardano/Db/Schema/ BaseSchema.hs" "src/Cardano/Db/Operations/Delete.hs" ] ;
206206 packages . cardano-db . components . tests . test-db . extraSrcFiles =
207207 [ "../config/pgpass-mainnet" ] ;
208208 packages . cardano-chain-gen . package . extraSrcFiles =
Original file line number Diff line number Diff line change 22
33HOMEIOG=$HOME /Code/IOG
44
5- dbsync=" $( find $HOMEIOG /cardano-db-sync/ -name cardano-db-sync -type f) "
5+ dbsync=" $( find " $HOMEIOG " /cardano-db-sync/ -name cardano-db-sync -type f) "
66
77session=" IOHK"
88
You can’t perform that action at this time.
0 commit comments