added update query for 1.2 > 1.2.1 update

This commit is contained in:
2026-05-17 14:19:48 +02:00
parent d3885a577e
commit 776342d595

View File

@@ -3,6 +3,7 @@ UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageSyste
UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageMonitoring.php' WHERE `page_uuid`='a9e542a7-be1e-4e93-a924-7f43ef974e16'; UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageMonitoring.php' WHERE `page_uuid`='a9e542a7-be1e-4e93-a924-7f43ef974e16';
UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageAccessControl.php' WHERE `page_uuid`='c14362c2-7db2-4047-aed2-9569c0b4febf'; UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageAccessControl.php' WHERE `page_uuid`='c14362c2-7db2-4047-aed2-9569c0b4febf';
UPDATE `sentri`.`system_pages` SET `page_url`='/portal-management/sources/inserve' WHERE `page_uuid`='5b167631-ba04-4452-bb8f-3ae0be8bccb0'; UPDATE `sentri`.`system_pages` SET `page_url`='/portal-management/sources/inserve' WHERE `page_uuid`='5b167631-ba04-4452-bb8f-3ae0be8bccb0';
UPDATE `sentri`.`system_modules` SET `module_slugify`='portal-management' WHERE `module_uuid`='0f044275-1744-444c-9627-736310d7997e';
RENAME TABLE `vc_api_tokens` TO `system_api_tokens`; RENAME TABLE `vc_api_tokens` TO `system_api_tokens`;
RENAME TABLE `vc_devices` TO `autop_devices`; RENAME TABLE `vc_devices` TO `autop_devices`;
RENAME TABLE `vc_permissions` TO `system_permissions`; RENAME TABLE `vc_permissions` TO `system_permissions`;