fix: address code review comments (grace_days in Step B, simplified rate_map, spelling, comments)

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/5dbd58e1-7aa0-41e2-8dd3-c56b69ede05e

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-01 22:19:17 +00:00 committed by GitHub
parent b03d9b2171
commit 79d78f074b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 9 deletions

View file

@ -194,7 +194,7 @@ WHERE sh.`server_expiration_date` IS NULL
AND bo.`end_date` IS NOT NULL;
-- ============================================================
-- SECTION 6: Normalise gsp_billing_orders.status to new values
-- SECTION 6: Normalize gsp_billing_orders.status to new values
-- ============================================================
-- Active (was: paid, installed, active, running, enabled, online)
@ -256,5 +256,5 @@ SELECT CONCAT(
'Migration complete. ',
'gsp_server_homes now has billing_status/next_invoice_date/last_invoice_id/billing_enabled. ',
'gsp_invoices and gsp_billing_config tables created. ',
'gsp_billing_orders.status normalised to Active/Invoiced/Expired.'
'gsp_billing_orders.status normalized to Active/Invoiced/Expired.'
) AS Migration_Result;