diff --git a/sql-update-1.2.1.sql b/sql-update-1.2.1.sql index bcb14bc..159ddf9 100644 --- a/sql-update-1.2.1.sql +++ b/sql-update-1.2.1.sql @@ -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/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_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_devices` TO `autop_devices`; RENAME TABLE `vc_permissions` TO `system_permissions`;