This commit is contained in:
API runner
2026-09-04 19:11:49 +00:00
parent b933f09187
commit 3d063af9ae
130 changed files with 4876 additions and 53 deletions
+4 -1
View File
@@ -7,8 +7,11 @@ create table public.users (
ip_address text null,
cc real null default '0'::real,
rc real null default '0'::real,
mmr integer not null default 1000,
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;
) TABLESPACE pg_default;
-- Apply: schemas/alter_users_mmr.sql (before updated rpc_settle_match_reward.sql)