Parcourir la source

schema.sql: removed cashier table

lunar-mining il y a 4 ans
Parent
commit
be67c352ef
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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
-);