Added wallet authentication to creat, get and delete tinyurls

This commit is contained in:
ben
2023-01-24 21:26:18 +00:00
parent 7322d27aa3
commit c0c4c86808
4 changed files with 76 additions and 25 deletions
+1
View File
@@ -278,6 +278,7 @@ async def m009_create_tinyurl_table(db):
id TEXT PRIMARY KEY,
url TEXT,
endless BOOL NOT NULL DEFAULT false,
wallet TEXT,
time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now}
);
"""