noot
This commit is contained in:
parent
8672574427
commit
45bd7c72c1
@ -24,7 +24,7 @@ create table if not exists wynn.guild_info (
|
||||
primary key (uid)
|
||||
);
|
||||
|
||||
create index if not exists wynn.guild_info_xp on wynn.guild_info (xp);
|
||||
create index if not exists guild_info_xp on wynn.guild_info (xp);
|
||||
|
||||
create table if not exists wynn.guild_season_results (
|
||||
guild_id UUID not null,
|
||||
|
Loading…
Reference in New Issue
Block a user