mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
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:
parent
c984d41bcc
commit
cede35ed55
3 changed files with 26 additions and 4 deletions
3
createdb.sql
Normal file
3
createdb.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CREATE DATABASE squeaknode;
|
||||
|
||||
\connect squeaknode;
|
||||
Loading…
Add table
Add a link
Reference in a new issue