add mission column in sql

This commit is contained in:
dni ⚡ 2023-01-11 19:24:19 +01:00
parent 569990a760
commit 85afb39388

View File

@ -100,7 +100,7 @@ async def create_email(wallet: str, data: CreateEmail, payment_hash: str = "") -
await db.execute(
"""
INSERT INTO smtp.email (id, payment_hash, wallet, emailaddress_id, subject, receiver, message, paid)
VALUES (?, ?, ?, ?, ?, ?, ?)
VALUES (?, ?, ?, ?, ?, ?, ?, ?)
""",
(
id,