add item titles
This commit is contained in:
@@ -905,7 +905,8 @@ CREATE TABLE public.items (
|
||||
is_pinned boolean DEFAULT false,
|
||||
is_oc boolean DEFAULT false,
|
||||
xd_score integer DEFAULT 0 NOT NULL,
|
||||
original_filename text
|
||||
original_filename text,
|
||||
title text
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user