remove last_action, nobody cares
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 16s

This commit is contained in:
Flummi
2025-01-09 10:58:06 +01:00
parent 65be5dc3e8
commit b997c1c530
3 changed files with 1 additions and 5 deletions

View File

@ -422,7 +422,6 @@ CREATE TABLE public.user_sessions (
browser character varying(255) NOT NULL,
created_at integer NOT NULL,
last_used integer NOT NULL,
last_action character varying(255) NOT NULL,
kmsi smallint DEFAULT '0'::smallint NOT NULL
);