chore: update comment

This commit is contained in:
Vlad Stan
2022-11-25 14:37:02 +02:00
committed by dni ⚡
parent 179b884eb5
commit ca0373406c

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