noot
Some checks failed
commit-tag / commit-tag-image (map[context:./migrations file:./migrations/Dockerfile name:migrations]) (push) Successful in 21s
commit-tag / commit-tag-image (map[context:./ts file:./ts/Dockerfile name:ts]) (push) Failing after 1m6s

This commit is contained in:
a 2025-03-02 19:13:18 -06:00
parent 8672574427
commit 45bd7c72c1
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -24,7 +24,7 @@ create table if not exists wynn.guild_info (
primary key (uid) 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 ( create table if not exists wynn.guild_season_results (
guild_id UUID not null, guild_id UUID not null,