internalapi backward compatibility
This commit is contained in:
parent
4828610a5d
commit
8f83e04564
5 changed files with 217 additions and 36 deletions
|
|
@ -30,7 +30,7 @@ CREATE TABLE cards (
|
|||
allow_negative_balance CHAR(1) NOT NULL DEFAULT 'N',
|
||||
pin_enable CHAR(1) NOT NULL DEFAULT 'N',
|
||||
pin_number CHAR(4) NOT NULL DEFAULT '0000',
|
||||
pin_limit_sats INT NOT NULL,
|
||||
pin_limit_sats INT NOT NULL DEFAULT 0,
|
||||
wiped CHAR(1) NOT NULL DEFAULT 'N',
|
||||
PRIMARY KEY(card_id)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue