internalapi backward compatibility

This commit is contained in:
Peter Rounce 2023-08-02 18:54:07 +00:00
parent 4828610a5d
commit 8f83e04564
5 changed files with 217 additions and 36 deletions

View file

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