Ver Fonte

schema.sql: removed cashier table

lunar-mining há 4 anos atrás
pai
commit
be67c352ef
1 ficheiros alterados com 0 adições e 4 exclusões
  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
-);