squeaknode/createdb.sql
Jonathan Zernik cede35ed55
Fix serialization of payment hash db (#579)
* Use postgres for db in itest

* Fix serialization of payment hash in db tables
2021-01-08 00:48:16 -08:00

3 lines
50 B
SQL

CREATE DATABASE squeaknode;
\connect squeaknode;