Phase 1: Update database configuration and schema (OGP to GSP)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
ea665c34d5
commit
7f19731158
82 changed files with 730 additions and 730 deletions
|
|
@ -12,8 +12,8 @@ $module_menus = array( array( 'subpage' => '', 'name'=>'tshock', 'group'=>'user'
|
|||
|
||||
$install_queries = array();
|
||||
$install_queries[0] = array(
|
||||
"DROP TABLE IF EXISTS ".OGP_DB_PREFIX."tshock;",
|
||||
"CREATE TABLE ".OGP_DB_PREFIX."tshock (
|
||||
"DROP TABLE IF EXISTS ".GSP_DB_PREFIX."tshock;",
|
||||
"CREATE TABLE ".GSP_DB_PREFIX."tshock (
|
||||
`token_id` int(11) NOT NULL auto_increment,
|
||||
`ip` varchar(255) NOT NULL,
|
||||
`port` int(11) NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue