add claim_type and handle_id to record

This commit is contained in:
2024-03-10 16:56:29 -06:00
parent 4d762dc394
commit 0310742988
3 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
CREATE TABLE image (
time TEXT NOT NULL, -- ISO 8601 @ UTC, eg 2019-01-01T00:00:00Z
did TEXT NOT NULL,
claim_type TEXT,
handle_id TEXT,
local_file TEXT NOT NULL,
size INTEGER NOT NULL,
final_file TEXT NOT NULL,