diff --git a/etiquette/constants.py b/etiquette/constants.py index e903fe8..ab2ff52 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -82,7 +82,7 @@ CREATE TABLE IF NOT EXISTS photos( thumbnail TEXT, tagged_at INT, author_id INT, - searchhidden INT, + searchhidden BOOLEAN, -- GENERATED COLUMNS area INT GENERATED ALWAYS AS (width * height) VIRTUAL, aspectratio REAL GENERATED ALWAYS AS (1.0 * width / height) VIRTUAL,