File tree 3 files changed +2
-3
lines changed
cardano-db/src/Cardano/Db
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
5
5
{-# LANGUAGE LambdaCase #-}
6
6
{-# LANGUAGE OverloadedStrings #-}
7
- {-# LANGUAGE RecordWildCards #-}
8
7
{-# LANGUAGE ScopedTypeVariables #-}
9
8
{-# LANGUAGE TypeApplications #-}
10
9
Original file line number Diff line number Diff line change 202
202
packages . cardano-db . package . extraSrcFiles =
203
203
[ "../config/pgpass-testnet" ] ;
204
204
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" ] ;
206
206
packages . cardano-db . components . tests . test-db . extraSrcFiles =
207
207
[ "../config/pgpass-mainnet" ] ;
208
208
packages . cardano-chain-gen . package . extraSrcFiles =
Original file line number Diff line number Diff line change 2
2
3
3
HOMEIOG=$HOME /Code/IOG
4
4
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) "
6
6
7
7
session=" IOHK"
8
8
You can’t perform that action at this time.
0 commit comments