lnbits-legend/lnbits/extensions/TwitchAlerts/migrations.py

12 lines
284 B
Python
Raw Normal View History

2021-06-20 06:34:01 +02:00
# 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'))
# );
# """
# )