mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
sql: fixed typo on sql schema and added cashier_tree.sql
This commit is contained in:
@@ -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
4
sql/cashier_tree.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS tree(
|
||||
tree BLOB NOT NULL
|
||||
);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS tree(
|
||||
tree BLOB NOT NULL,
|
||||
tree BLOB NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user