mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-27 17:23:12 +02:00
chore: update comment
This commit is contained in:
parent
3178b79fe4
commit
cd53f9930b
@ -30,7 +30,7 @@ async def m001_initial(db):
|
|||||||
|
|
||||||
async def m002_add_charge_extra_data(db):
|
async def m002_add_charge_extra_data(db):
|
||||||
"""
|
"""
|
||||||
Add 'exta' for storing various config about the charge
|
Add 'extra' column for storing various config about the charge (JSON format)
|
||||||
"""
|
"""
|
||||||
await db.execute(
|
await db.execute(
|
||||||
"""ALTER TABLE satspay.charges
|
"""ALTER TABLE satspay.charges
|
||||||
|
Loading…
x
Reference in New Issue
Block a user