chore: update comment

This commit is contained in:
Vlad Stan 2022-11-25 14:37:02 +02:00
parent 3178b79fe4
commit cd53f9930b

View File

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