schema.sql: removed cashier table

This commit is contained in:
lunar-mining
2021-10-12 13:56:36 +02:00
parent c8fb0f35e4
commit be67c352ef

View File

@@ -16,7 +16,3 @@ CREATE TABLE IF NOT EXISTS coins(
secret BLOB NOT NULL,
is_spent BLOB NOT NULL
);
CREATE TABLE IF NOT EXISTS cashier(
key_id INTEGER PRIMARY KEY NOT NULL,
key_public BLOB NOT NULL
);