This commit is contained in:
2026-08-18 21:40:19 +02:00
parent 3d1579eed9
commit 8b5da35341
2 changed files with 9 additions and 3 deletions

View File

@@ -913,7 +913,8 @@ CREATE TABLE public.items (
width integer,
height integer,
visibility smallint DEFAULT 0 NOT NULL,
slug character varying(16)
slug character varying(16),
expires_at bigint DEFAULT NULL
);