feat!: FUCK FTIME

This commit is contained in:
nihonium 2025-12-06 09:51:01 +03:00
parent b239a66dbf
commit e62f0fa96c
Signed by: nihonium
GPG key ID: 0251623741027CFC
10 changed files with 32 additions and 33 deletions

View file

@ -86,7 +86,6 @@ CREATE TABLE usertitles (
status usertitle_status_t NOT NULL,
rate int CHECK (rate > 0 AND rate <= 10),
review_id bigint REFERENCES reviews (id) ON DELETE SET NULL,
ctime timestamptz NOT NULL DEFAULT now(),
ftime timestamptz NOT NULL DEFAULT now()
-- // TODO: series status
);