INSERT INTO `u03_00_uri_list` (`uri_id`, `uri`, `uri_des`, `uri_name`, `url_method`, `method`, `class_id`, `allow_mob_access`, `allow_web_access`, `is_active`, `created_at`, `updated_at`) VALUES ('URI20021', 'change_myprofile_info', 'update_profile', 'update_profile_user', 'POST', 'changeprofileinfo', 'PROFILE', '1', '0', '1', NULL, NULL);
INSERT INTO `u02_01_user_role_uri` (`role_id`, `uri_id`, `created_at`, `updated_at`) VALUES ('USER', 'URI20021', NULL, NULL);