mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
11 lines
270 B
Python
11 lines
270 B
Python
# async def m001_initial(db):
|
|
# await db.execute(
|
|
# f"""
|
|
# CREATE TABLE hivemind.hivemind (
|
|
# id TEXT PRIMARY KEY,
|
|
# wallet TEXT NOT NULL,
|
|
# time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now}
|
|
# );
|
|
# """
|
|
# )
|