sync
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user