Delete createdb script (#536)

This commit is contained in:
Jonathan Zernik 2021-01-01 14:53:04 -08:00 committed by GitHub
parent 2fa55414e0
commit ca79271d06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +0,0 @@
CREATE DATABASE squeaknode;
\connect squeaknode;
CREATE SCHEMA IF NOT EXISTS mainnet;
CREATE SCHEMA IF NOT EXISTS testnet;
CREATE SCHEMA IF NOT EXISTS regtest;
CREATE SCHEMA IF NOT EXISTS simnet;