db/structure.sql: fixup ban duration field from 81fe68d39.

This commit is contained in:
evazion
2021-03-12 23:33:51 -06:00
parent 4878ecffe8
commit 808c039f03

View File

@@ -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
);