updated random value to double precision float
This commit is contained in:
parent
41c0eb5c49
commit
7f36e99443
3 changed files with 4 additions and 4 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue