Merge branch 'main' into feature/event-tent

This commit is contained in:
stratic-dev
2024-03-11 20:16:20 +00:00
9 changed files with 90 additions and 38 deletions

View File

@@ -0,0 +1,6 @@
BEGIN;
ALTER TABLE guilds ADD COLUMN IF NOT EXISTS room_rp INT DEFAULT 0;
ALTER TABLE guilds ADD COLUMN IF NOT EXISTS room_expiry TIMESTAMP WITHOUT TIME ZONE;
END;