db/structure.sql: fixup ban duration field from 81fe68d39.
This commit is contained in:
@@ -690,7 +690,7 @@ CREATE TABLE public.bans (
|
||||
user_id integer,
|
||||
reason text NOT NULL,
|
||||
banner_id integer NOT NULL,
|
||||
expires_at interval NOT NULL,
|
||||
duration interval NOT NULL,
|
||||
created_at timestamp without time zone NOT NULL,
|
||||
updated_at timestamp without time zone NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user