Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed May 7, 2019
1 parent f03cb14 commit 35d9161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/DB/Sqlite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ newtype TxId = TxId { getTxId :: Hash "Tx" } deriving (Show, Generic)

share [ mkPersist sqlSettings { mpsPrefixFields = False } , mkMigrate "migrateAll" ] [persistLowerCase|
Wallet
walletId Text sql=id
walletId WalletId sql=id
walletName Text sql=name

Primary walletId
Expand Down

0 comments on commit 35d9161

Please sign in to comment.