mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-08 11:58:27 +02:00
use bigint
This commit is contained in:
parent
3203950310
commit
6cd5e44ad6
@ -81,8 +81,8 @@ async def m006_redux(db):
|
||||
id TEXT PRIMARY KEY,
|
||||
wallet TEXT NOT NULL,
|
||||
description TEXT NOT NULL,
|
||||
min INTEGER NOT NULL,
|
||||
max INTEGER,
|
||||
min {db.big_int} NOT NULL,
|
||||
max {db.big_int},
|
||||
currency TEXT,
|
||||
fiat_base_multiplier INTEGER DEFAULT 1,
|
||||
served_meta INTEGER NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user