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:
parent
b03d9b2171
commit
79d78f074b
3 changed files with 10 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue