mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
12 lines
284 B
Python
12 lines
284 B
Python
|
# async def m001_initial(db):
|
||
|
|
||
|
# await db.execute(
|
||
|
# """
|
||
|
# CREATE TABLE IF NOT EXISTS TwitchAlerts (
|
||
|
# id TEXT PRIMARY KEY,
|
||
|
# wallet TEXT NOT NULL,
|
||
|
# time TIMESTAMP NOT NULL DEFAULT (strftime('%s', 'now'))
|
||
|
# );
|
||
|
# """
|
||
|
# )
|