ghost rider

This commit is contained in:
2026-09-12 03:11:29 +02:00
parent 155395237b
commit b55a17dc85
25 changed files with 1012 additions and 204 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE public.reports ADD COLUMN IF NOT EXISTS reporter_ip text;
+1
View File
@@ -1321,6 +1321,7 @@ ALTER SEQUENCE public.private_messages_id_seq OWNED BY public.private_messages.i
CREATE TABLE public.reports (
id integer NOT NULL,
reporter_id integer,
reporter_ip text,
item_id integer,
comment_id integer,
user_id integer,