threesome fixed

This commit is contained in:
API runner
2026-08-14 20:55:11 +00:00
parent b6ecf6ad7c
commit b933f09187
260 changed files with 17747 additions and 270 deletions
+2
View File
@@ -8,5 +8,7 @@ create table public.users (
cc real null default '0'::real,
rc real null default '0'::real,
last_logged_at timestamp with time zone null default now(),
session_id text null,
last_keepalive_at timestamp with time zone null,
constraint users_pkey primary key (id)
) TABLESPACE pg_default;