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