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:
copilot-swe-agent[bot] 2025-09-08 15:45:27 +00:00
parent ea665c34d5
commit 7f19731158
82 changed files with 730 additions and 730 deletions

View file

@ -16,8 +16,8 @@ $module_menus = array(
## of the next array if you are updating from a version previous or equal to 2429:
$install_queries[0] = array();
$install_queries[1] = array();
$install_queries[2] = array("DROP TABLE IF EXISTS ".OGP_DB_PREFIX."module_access_rights",
"CREATE TABLE IF NOT EXISTS `".OGP_DB_PREFIX."module_access_rights` (".
$install_queries[2] = array("DROP TABLE IF EXISTS ".GSP_DB_PREFIX."module_access_rights",
"CREATE TABLE IF NOT EXISTS `".GSP_DB_PREFIX."module_access_rights` (".
"`module_id` int(11) NOT NULL COMMENT 'This references to modules.id',".
"`flag` char(1) NOT NULL,".
"`description` varchar(64) NOT NULL,".