mirror of
https://github.com/the1024club/the1024.club.git
synced 2026-01-24 04:20:17 +00:00
forgot pubkey column
This commit is contained in:
3
main.py
3
main.py
@@ -21,7 +21,8 @@ async def init():
|
|||||||
await db.execute("""CREATE TABLE IF NOT EXISTS the_goods (
|
await db.execute("""CREATE TABLE IF NOT EXISTS the_goods (
|
||||||
id INTEGER PRIMARY KEY,
|
id INTEGER PRIMARY KEY,
|
||||||
fingerprint TEXT NOT NULL UNIQUE,
|
fingerprint TEXT NOT NULL UNIQUE,
|
||||||
block TEXT
|
pubkey TEXT NOT NULL UNIQUE,
|
||||||
|
kilo TEXT
|
||||||
)""")
|
)""")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user