add dimensions

This commit is contained in:
2026-05-28 16:02:16 +02:00
parent 9804376d30
commit 2a73a00e98
10 changed files with 226 additions and 9 deletions

View File

@@ -906,7 +906,9 @@ CREATE TABLE public.items (
is_oc boolean DEFAULT false,
xd_score integer DEFAULT 0 NOT NULL,
original_filename text,
title text
title text,
width integer,
height integer
);