moved website outside of panel folder
This commit is contained in:
parent
92ac778956
commit
08f07dca97
10328 changed files with 90 additions and 501 deletions
|
|
@ -1,10 +0,0 @@
|
|||
-- Add missing service_id column to gsp_billing_invoices table
|
||||
-- This column is required to track which service/game plan was purchased
|
||||
-- Table prefix is hardcoded to gsp_ for standalone billing module
|
||||
|
||||
ALTER TABLE `gsp_billing_invoices`
|
||||
ADD COLUMN `service_id` INT(11) NOT NULL AFTER `user_id`;
|
||||
|
||||
-- Add index for better query performance
|
||||
ALTER TABLE `gsp_billing_invoices`
|
||||
ADD KEY `service_id` (`service_id`);
|
||||
Loading…
Add table
Add a link
Reference in a new issue