From afa855215ad1788bde6d033f1d54e2ac2e7f2c2d Mon Sep 17 00:00:00 2001 From: houmgaor Date: Wed, 18 Feb 2026 14:02:58 +0100 Subject: [PATCH] Fix guild table count and remove nonexistent Docker web service - Database-Setup: 8 guild tables, not 14 (matches actual schema) - Server-Operations: remove web service from Docker table (not in docker-compose.yml) --- Database-Setup.md | 2 +- Server-Operations.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Database-Setup.md b/Database-Setup.md index eb4d6c8..7246997 100644 --- a/Database-Setup.md +++ b/Database-Setup.md @@ -78,7 +78,7 @@ psql -U postgres -d erupe -f schemas/bundled-schema/EventQuests.sql | `cafebonus` | Net Cafe time-based bonuses | | `scenario_counter` | Scenario/cutscene unlock tracking | -### Guilds (14 tables) +### Guilds (8 tables) | Table | Purpose | |-------|---------| diff --git a/Server-Operations.md b/Server-Operations.md index 3fa50d5..5419df4 100644 --- a/Server-Operations.md +++ b/Server-Operations.md @@ -149,7 +149,6 @@ Messages are normalized: Discord mentions become `@username`, emoji become `:emo | `db` | 5432 | PostgreSQL (auto-inits schema on first run via `setup.sh`) | | `pgadmin` | 5050 | Database admin UI (`user@pgadmin.com` / `password`) | | `server` | 53312, 8080, 53310, 54001-54008 | Erupe | -| `web` | 80 | Apache for patch file hosting | ### Workflow