updated s3_key name to icon_hash

This commit is contained in:
Joe Lothan 2026-05-25 21:05:26 -04:00
parent e308718eb2
commit 33bd0a221e
8 changed files with 31 additions and 31 deletions

View file

@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS hosts (
warc_record_length INT NOT NULL,
html_title TEXT,
iframe_allowed BOOLEAN,
best_icon_s3_key TEXT,
best_icon_hash TEXT,
parsed BOOLEAN DEFAULT FALSE,
random_order DOUBLE PRECISION DEFAULT random()
);
@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS icons (
width INT,
height INT,
file_size INT,
s3_key TEXT,
icon_hash TEXT,
scan_state TEXT DEFAULT 'unscanned',
error TEXT,
downloaded_at TIMESTAMPTZ