meta exit error fixed

This commit is contained in:
2021-05-01 12:52:03 -07:00
parent 8db76dc0a8
commit 82f650e81d
4 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
create table if not exists cic_meta.store (
create table if not exists store (
id serial primary key not null,
owner_fingerprint text not null,
hash char(64) not null unique,