chore: update comment
This commit is contained in:
parent
3178b79fe4
commit
cd53f9930b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue