updated random value to double precision float

This commit is contained in:
Joe Lothan 2026-05-19 23:37:50 -04:00
parent 41c0eb5c49
commit 7f36e99443
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS hosts (
iframe_allowed BOOLEAN,
best_icon_s3_key TEXT,
parsed BOOLEAN DEFAULT FALSE,
random_order REAL DEFAULT random()
random_order DOUBLE PRECISION DEFAULT random()
);
CREATE TABLE IF NOT EXISTS icons (