add claim_type and handle_id to record
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user