- remove: duplicated data entries in the character db schema

This commit is contained in:
2025-01-07 13:38:48 -05:00
parent 9f63a5fd3a
commit c6c502fd8a
2 changed files with 3 additions and 5 deletions

View File

@@ -39,8 +39,6 @@ create table characters
on delete cascade,
is_active boolean default true,
name varchar(50) not null,
level smallint default 1,
experience bigint default 0,
inventory jsonb default '{}'::jsonb,
stats jsonb default '{}'::jsonb,
looks jsonb default '{}'::jsonb,