Răsfoiți Sursa

sql: added tree table to cashier and wallet sql

lunar-mining 4 ani în urmă
părinte
comite
b6f4d81f75
2 a modificat fișierele cu 8 adăugiri și 0 ștergeri
  1. 4 0
      sql/cashier.sql
  2. 4 0
      sql/tree.sql

+ 4 - 0
sql/cashier.sql

@@ -26,3 +26,7 @@ CREATE TABLE IF NOT EXISTS withdraw_keypairs(
 	mint_address BLOB NOT NULL,
 	mint_address BLOB NOT NULL,
 	confirm BLOB NOT NULL
 	confirm BLOB NOT NULL
 );
 );
+
+CREATE TABLE IF NOT EXISTS tree(
+	tree BLOB NOT NULL,
+);

+ 4 - 0
sql/tree.sql

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