fix: billing DB safety, remove mapping table, sync services from game config
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/0b960e6d-bdf7-4b5b-8114-6c63e6b11a8d Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
6465632097
commit
3219ed335e
8 changed files with 332 additions and 235 deletions
|
|
@ -1,3 +1,13 @@
|
|||
-- DEPRECATED: This file is no longer needed.
|
||||
--
|
||||
-- The billing module no longer references an `enabled` column on gsp_remote_servers.
|
||||
-- gsp_remote_servers is the server inventory table only.
|
||||
-- Server availability per game/service is stored in gsp_billing_services.remote_server_id
|
||||
-- as a comma-separated list of numeric server IDs (e.g. "1,3,7").
|
||||
--
|
||||
-- The original content of this file is kept below for historical reference only.
|
||||
-- Do NOT run this script on new installations.
|
||||
--
|
||||
-- Migration: add `enabled` column to gsp_remote_servers
|
||||
--
|
||||
-- The original panel schema (panel.sql / ogp_remote_servers) includes an `enabled`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue