mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
add mission column in sql
This commit is contained in:
parent
569990a760
commit
85afb39388
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ async def create_email(wallet: str, data: CreateEmail, payment_hash: str = "") -
|
||||||
await db.execute(
|
await db.execute(
|
||||||
"""
|
"""
|
||||||
INSERT INTO smtp.email (id, payment_hash, wallet, emailaddress_id, subject, receiver, message, paid)
|
INSERT INTO smtp.email (id, payment_hash, wallet, emailaddress_id, subject, receiver, message, paid)
|
||||||
VALUES (?, ?, ?, ?, ?, ?, ?)
|
VALUES (?, ?, ?, ?, ?, ?, ?, ?)
|
||||||
""",
|
""",
|
||||||
(
|
(
|
||||||
id,
|
id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue