sql: fixed typo on sql schema and added cashier_tree.sql

This commit is contained in:
lunar-mining
2021-12-22 15:06:36 +01:00
parent a44956f0ff
commit 5025d9359b
3 changed files with 6 additions and 2 deletions

View File

@@ -28,5 +28,5 @@ CREATE TABLE IF NOT EXISTS withdraw_keypairs(
);
CREATE TABLE IF NOT EXISTS tree(
tree BLOB NOT NULL,
tree BLOB NOT NULL
);

4
sql/cashier_tree.sql Normal file
View File

@@ -0,0 +1,4 @@
CREATE TABLE IF NOT EXISTS tree(
tree BLOB NOT NULL
);

View File

@@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS tree(
tree BLOB NOT NULL,
tree BLOB NOT NULL
);