Parcourir la source

dao contract: remove serial from proposals in sql

x il y a 3 ans
Parent
commit
bfc81aa946
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/contract/dao/wallet.sql

+ 0 - 1
src/contract/dao/wallet.sql

@@ -136,7 +136,6 @@ CREATE TABLE IF NOT EXISTS dao_proposals (
     recv_public BLOB NOT NULL,
     recv_public BLOB NOT NULL,
     -- Amount of funds that would be sent
     -- Amount of funds that would be sent
     amount BLOB NOT NULL,
     amount BLOB NOT NULL,
-    serial BLOB NOT NULL,
     -- Token ID we propose to send
     -- Token ID we propose to send
     sendcoin_token_id BLOB NOT NULL,
     sendcoin_token_id BLOB NOT NULL,
     bulla_blind BLOB NOT NULL,
     bulla_blind BLOB NOT NULL,