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)
houmgaor
2026-02-18 14:02:58 +01:00
parent 869c00da10
commit afa855215a
2 changed files with 1 additions and 2 deletions

@@ -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 |
|-------|---------|

@@ -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