mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
11 lines
284 B
Python
11 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'))
|
|
# );
|
|
# """
|
|
# )
|