fix: Rename player_sessions migration to 006 (avoid collision with 004_status_page)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-15 14:23:37 -05:00
parent f29524e633
commit 1f5516bbec
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Add status_page_description column to public_site_config
-- Supports custom server descriptions on the public status page
ALTER TABLE public_site_config
ADD COLUMN IF NOT EXISTS status_page_description TEXT;