Update Guilds module (wip)

This commit is contained in:
2026-05-28 17:07:38 -04:00
parent 3fa3cdfc39
commit e1a6884db7
27 changed files with 693 additions and 488 deletions
@@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS {{table:guilds}} (
`home_pitch` FLOAT,
`motd` VARCHAR(3000),
`tag_enabled` BOOLEAN NOT NULL DEFAULT TRUE,
`public` BOOLEAN NOT NULL DEFAULT FALSE,
`is_public` BOOLEAN NOT NULL DEFAULT FALSE,
PRIMARY KEY (`guild_uuid`),
UNIQUE KEY `uq_guilds_name` (`name`)
);