feat: support lud-11 disposable links (#95)
This commit is contained in:
parent
0cf2df2dcb
commit
3dc1e86d8c
6 changed files with 29 additions and 4 deletions
|
|
@ -212,3 +212,9 @@ async def m011_add_created_at(db: Connection):
|
|||
""",
|
||||
{"now": now},
|
||||
)
|
||||
|
||||
|
||||
async def m012_add_disposable(db: Connection):
|
||||
await db.execute(
|
||||
"ALTER TABLE lnurlp.pay_links ADD COLUMN disposable BOOLEAN DEFAULT TRUE"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue