Fix serialization of payment hash db (#579)

* Use postgres for db in itest

* Fix serialization of payment hash in db tables
This commit is contained in:
Jonathan Zernik 2021-01-08 00:48:16 -08:00 committed by GitHub
parent c984d41bcc
commit cede35ed55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 4 deletions

3
createdb.sql Normal file
View file

@ -0,0 +1,3 @@
CREATE DATABASE squeaknode;
\connect squeaknode;