fix: address code review nits - table name escaping, prefix fallback, gamemanager default, admin.php site vars
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/35af6b7c-2518-4105-b4d2-ba1f3fe754cd Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
d8972fee16
commit
ffece9ba57
5 changed files with 24 additions and 7 deletions
|
|
@ -96,7 +96,8 @@ $install_queries[0] = array(
|
|||
KEY `home_id` (`home_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;",
|
||||
|
||||
// Billing Invoices — created on cart add, paid after payment capture
|
||||
// Billing Invoices — created on cart add, paid after payment capture.
|
||||
// home_id is 0 until the service is provisioned after payment.
|
||||
"CREATE TABLE IF NOT EXISTS `".OGP_DB_PREFIX."billing_invoices` (
|
||||
`invoice_id` INT(11) NOT NULL AUTO_INCREMENT,
|
||||
`order_id` INT(11) NOT NULL DEFAULT 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue