Explorar el Código

schema.sql: removed cashier table

lunar-mining hace 4 años
padre
commit
be67c352ef
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      sql/schema.sql

+ 0 - 4
sql/schema.sql

@@ -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
-);