EMDAD_MAIN/difc

42619 lines
5.2 MiB
Plaintext
Raw Normal View History

2024-11-29 15:43:45 +05:00
--
-- PostgreSQL database dump
--
-- Dumped from database version 15.8
-- Dumped by pg_dump version 16.4 (Ubuntu 16.4-1.pgdg22.04+1)
-- Started on 2024-11-29 12:24:48 PKT
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
SET default_tablespace = '';
SET default_table_access_method = heap;
--
-- TOC entry 607 (class 1259 OID 790596)
-- Name: about_us_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.about_us_pages (
id integer NOT NULL,
our_history_title character varying(255),
history_desc text,
leadership_title character varying(255),
leadership_desc text,
ranking_title character varying(255),
ranking_desc text,
cta_target character varying(255),
cta_text character varying(255),
cta_link text,
world_wide_title character varying(255),
world_wide_desc text,
proud_desc text,
administration_title character varying(255),
administration_desc text,
student_policies_title character varying(255),
view_all_policies_text character varying(255),
view_all_policies_link text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 819 (class 1259 OID 1018695)
-- Name: about_us_pages_administrations_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.about_us_pages_administrations_links (
id integer NOT NULL,
about_us_page_id integer,
administration_id integer,
administration_order double precision
);
--
-- TOC entry 818 (class 1259 OID 1018694)
-- Name: about_us_pages_administrations_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.about_us_pages_administrations_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8658 (class 0 OID 0)
-- Dependencies: 818
-- Name: about_us_pages_administrations_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.about_us_pages_administrations_links_id_seq OWNED BY public.about_us_pages_administrations_links.id;
--
-- TOC entry 817 (class 1259 OID 1018683)
-- Name: about_us_pages_awards_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.about_us_pages_awards_links (
id integer NOT NULL,
about_us_page_id integer,
award_id integer,
award_order double precision
);
--
-- TOC entry 816 (class 1259 OID 1018682)
-- Name: about_us_pages_awards_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.about_us_pages_awards_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8659 (class 0 OID 0)
-- Dependencies: 816
-- Name: about_us_pages_awards_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.about_us_pages_awards_links_id_seq OWNED BY public.about_us_pages_awards_links.id;
--
-- TOC entry 611 (class 1259 OID 790616)
-- Name: about_us_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.about_us_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 610 (class 1259 OID 790615)
-- Name: about_us_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.about_us_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8660 (class 0 OID 0)
-- Dependencies: 610
-- Name: about_us_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.about_us_pages_components_id_seq OWNED BY public.about_us_pages_components.id;
--
-- TOC entry 606 (class 1259 OID 790595)
-- Name: about_us_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.about_us_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8661 (class 0 OID 0)
-- Dependencies: 606
-- Name: about_us_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.about_us_pages_id_seq OWNED BY public.about_us_pages.id;
--
-- TOC entry 813 (class 1259 OID 1018659)
-- Name: about_us_pages_leaderships_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.about_us_pages_leaderships_links (
id integer NOT NULL,
about_us_page_id integer,
leadership_id integer,
leadership_order double precision
);
--
-- TOC entry 812 (class 1259 OID 1018658)
-- Name: about_us_pages_leaderships_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.about_us_pages_leaderships_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8662 (class 0 OID 0)
-- Dependencies: 812
-- Name: about_us_pages_leaderships_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.about_us_pages_leaderships_links_id_seq OWNED BY public.about_us_pages_leaderships_links.id;
--
-- TOC entry 815 (class 1259 OID 1018671)
-- Name: about_us_pages_universities_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.about_us_pages_universities_links (
id integer NOT NULL,
about_us_page_id integer,
university_id integer,
university_order double precision
);
--
-- TOC entry 814 (class 1259 OID 1018670)
-- Name: about_us_pages_universities_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.about_us_pages_universities_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8663 (class 0 OID 0)
-- Dependencies: 814
-- Name: about_us_pages_universities_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.about_us_pages_universities_links_id_seq OWNED BY public.about_us_pages_universities_links.id;
--
-- TOC entry 223 (class 1259 OID 680613)
-- Name: admin_permissions; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.admin_permissions (
id integer NOT NULL,
action character varying(255),
action_parameters jsonb,
subject character varying(255),
properties jsonb,
conditions jsonb,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 222 (class 1259 OID 680612)
-- Name: admin_permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.admin_permissions_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8664 (class 0 OID 0)
-- Dependencies: 222
-- Name: admin_permissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.admin_permissions_id_seq OWNED BY public.admin_permissions.id;
--
-- TOC entry 253 (class 1259 OID 680782)
-- Name: admin_permissions_role_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.admin_permissions_role_links (
id integer NOT NULL,
permission_id integer,
role_id integer,
permission_order double precision
);
--
-- TOC entry 252 (class 1259 OID 680781)
-- Name: admin_permissions_role_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.admin_permissions_role_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8665 (class 0 OID 0)
-- Dependencies: 252
-- Name: admin_permissions_role_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.admin_permissions_role_links_id_seq OWNED BY public.admin_permissions_role_links.id;
--
-- TOC entry 227 (class 1259 OID 680635)
-- Name: admin_roles; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.admin_roles (
id integer NOT NULL,
name character varying(255),
code character varying(255),
description character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 226 (class 1259 OID 680634)
-- Name: admin_roles_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.admin_roles_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8666 (class 0 OID 0)
-- Dependencies: 226
-- Name: admin_roles_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.admin_roles_id_seq OWNED BY public.admin_roles.id;
--
-- TOC entry 225 (class 1259 OID 680624)
-- Name: admin_users; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.admin_users (
id integer NOT NULL,
firstname character varying(255),
lastname character varying(255),
username character varying(255),
email character varying(255),
password character varying(255),
reset_password_token character varying(255),
registration_token character varying(255),
is_active boolean,
blocked boolean,
prefered_language character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 224 (class 1259 OID 680623)
-- Name: admin_users_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.admin_users_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8667 (class 0 OID 0)
-- Dependencies: 224
-- Name: admin_users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.admin_users_id_seq OWNED BY public.admin_users.id;
--
-- TOC entry 255 (class 1259 OID 680794)
-- Name: admin_users_roles_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.admin_users_roles_links (
id integer NOT NULL,
user_id integer,
role_id integer,
role_order double precision,
user_order double precision
);
--
-- TOC entry 254 (class 1259 OID 680793)
-- Name: admin_users_roles_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.admin_users_roles_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8668 (class 0 OID 0)
-- Dependencies: 254
-- Name: admin_users_roles_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.admin_users_roles_links_id_seq OWNED BY public.admin_users_roles_links.id;
--
-- TOC entry 275 (class 1259 OID 742407)
-- Name: administration_categories; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.administration_categories (
id integer NOT NULL,
title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
key character varying(255)
);
--
-- TOC entry 787 (class 1259 OID 1016727)
-- Name: administration_categories_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.administration_categories_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 786 (class 1259 OID 1016726)
-- Name: administration_categories_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.administration_categories_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8669 (class 0 OID 0)
-- Dependencies: 786
-- Name: administration_categories_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.administration_categories_components_id_seq OWNED BY public.administration_categories_components.id;
--
-- TOC entry 274 (class 1259 OID 742406)
-- Name: administration_categories_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.administration_categories_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8670 (class 0 OID 0)
-- Dependencies: 274
-- Name: administration_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.administration_categories_id_seq OWNED BY public.administration_categories.id;
--
-- TOC entry 277 (class 1259 OID 742416)
-- Name: administration_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.administration_pages (
id integer NOT NULL,
title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 385 (class 1259 OID 743047)
-- Name: administration_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.administration_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 384 (class 1259 OID 743046)
-- Name: administration_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.administration_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8671 (class 0 OID 0)
-- Dependencies: 384
-- Name: administration_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.administration_pages_components_id_seq OWNED BY public.administration_pages_components.id;
--
-- TOC entry 276 (class 1259 OID 742415)
-- Name: administration_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.administration_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8672 (class 0 OID 0)
-- Dependencies: 276
-- Name: administration_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.administration_pages_id_seq OWNED BY public.administration_pages.id;
--
-- TOC entry 273 (class 1259 OID 742396)
-- Name: administrations; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.administrations (
id integer NOT NULL,
title character varying(255),
designation character varying(255),
phone character varying(255),
email character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
phone_2 character varying(255)
);
--
-- TOC entry 383 (class 1259 OID 743036)
-- Name: administrations_administration_category_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.administrations_administration_category_links (
id integer NOT NULL,
administration_id integer,
administration_category_id integer
);
--
-- TOC entry 382 (class 1259 OID 743035)
-- Name: administrations_administration_category_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.administrations_administration_category_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8673 (class 0 OID 0)
-- Dependencies: 382
-- Name: administrations_administration_category_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.administrations_administration_category_links_id_seq OWNED BY public.administrations_administration_category_links.id;
--
-- TOC entry 785 (class 1259 OID 1015655)
-- Name: administrations_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.administrations_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 784 (class 1259 OID 1015654)
-- Name: administrations_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.administrations_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8674 (class 0 OID 0)
-- Dependencies: 784
-- Name: administrations_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.administrations_components_id_seq OWNED BY public.administrations_components.id;
--
-- TOC entry 272 (class 1259 OID 742395)
-- Name: administrations_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.administrations_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8675 (class 0 OID 0)
-- Dependencies: 272
-- Name: administrations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.administrations_id_seq OWNED BY public.administrations.id;
--
-- TOC entry 629 (class 1259 OID 793074)
-- Name: admission_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.admission_pages (
id integer NOT NULL,
"desc" text,
admission_eligibility_title character varying(255),
how_to_apply_title character varying(255),
how_to_apply_desc text,
begin_your_academic_desc text,
apply_now_btn character varying(255),
admission_policies_title character varying(255),
view_all_policies_link text,
view_all_policies_btn_text character varying(255),
admission_resources_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
apply_now_link text,
enquiries_title character varying(255),
apply_for_scholarship_toggle boolean
);
--
-- TOC entry 637 (class 1259 OID 793110)
-- Name: admission_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.admission_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 636 (class 1259 OID 793109)
-- Name: admission_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.admission_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8676 (class 0 OID 0)
-- Dependencies: 636
-- Name: admission_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.admission_pages_components_id_seq OWNED BY public.admission_pages_components.id;
--
-- TOC entry 628 (class 1259 OID 793073)
-- Name: admission_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.admission_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8677 (class 0 OID 0)
-- Dependencies: 628
-- Name: admission_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.admission_pages_id_seq OWNED BY public.admission_pages.id;
--
-- TOC entry 613 (class 1259 OID 791333)
-- Name: alumni_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.alumni_pages (
id integer NOT NULL,
alumni_title character varying(255),
discover_alumni text,
event_title character varying(255),
event_desc text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 619 (class 1259 OID 791363)
-- Name: alumni_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.alumni_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 618 (class 1259 OID 791362)
-- Name: alumni_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.alumni_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8678 (class 0 OID 0)
-- Dependencies: 618
-- Name: alumni_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.alumni_pages_components_id_seq OWNED BY public.alumni_pages_components.id;
--
-- TOC entry 821 (class 1259 OID 1018989)
-- Name: alumni_pages_events_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.alumni_pages_events_links (
id integer NOT NULL,
alumni_page_id integer,
event_id integer,
event_order double precision
);
--
-- TOC entry 820 (class 1259 OID 1018988)
-- Name: alumni_pages_events_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.alumni_pages_events_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8679 (class 0 OID 0)
-- Dependencies: 820
-- Name: alumni_pages_events_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.alumni_pages_events_links_id_seq OWNED BY public.alumni_pages_events_links.id;
--
-- TOC entry 612 (class 1259 OID 791332)
-- Name: alumni_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.alumni_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8680 (class 0 OID 0)
-- Dependencies: 612
-- Name: alumni_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.alumni_pages_id_seq OWNED BY public.alumni_pages.id;
--
-- TOC entry 485 (class 1259 OID 783333)
-- Name: apply_for_scholarship_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.apply_for_scholarship_pages (
id integer NOT NULL,
scholarship_title character varying(255),
scholarship_desc text,
how_to_apply_title character varying(255),
how_to_apply_desc text,
eligibility_title character varying(255),
eligibility_desc text,
faq_title text,
admission_enq_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
why_dubai_toggle boolean,
campus_life_toggle boolean,
admissions_toggle boolean,
career_service_toggle boolean
);
--
-- TOC entry 555 (class 1259 OID 783656)
-- Name: apply_for_scholarship_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.apply_for_scholarship_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 554 (class 1259 OID 783655)
-- Name: apply_for_scholarship_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.apply_for_scholarship_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8681 (class 0 OID 0)
-- Dependencies: 554
-- Name: apply_for_scholarship_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.apply_for_scholarship_pages_components_id_seq OWNED BY public.apply_for_scholarship_pages_components.id;
--
-- TOC entry 484 (class 1259 OID 783332)
-- Name: apply_for_scholarship_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.apply_for_scholarship_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8682 (class 0 OID 0)
-- Dependencies: 484
-- Name: apply_for_scholarship_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.apply_for_scholarship_pages_id_seq OWNED BY public.apply_for_scholarship_pages.id;
--
-- TOC entry 487 (class 1259 OID 783344)
-- Name: apply_forms; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.apply_forms (
id integer NOT NULL,
first_name character varying(255),
last_name character varying(255),
email character varying(255),
phone character varying(255),
country character varying(255),
program_of_interest character varying(255),
nationality character varying(255),
intake_of_interest character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 789 (class 1259 OID 1016741)
-- Name: apply_forms_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.apply_forms_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 788 (class 1259 OID 1016740)
-- Name: apply_forms_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.apply_forms_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8683 (class 0 OID 0)
-- Dependencies: 788
-- Name: apply_forms_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.apply_forms_components_id_seq OWNED BY public.apply_forms_components.id;
--
-- TOC entry 486 (class 1259 OID 783343)
-- Name: apply_forms_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.apply_forms_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8684 (class 0 OID 0)
-- Dependencies: 486
-- Name: apply_forms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.apply_forms_id_seq OWNED BY public.apply_forms.id;
--
-- TOC entry 279 (class 1259 OID 742425)
-- Name: awards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.awards (
id integer NOT NULL,
title character varying(255),
rank character varying(255),
address character varying(255),
ranked_by character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 281 (class 1259 OID 742436)
-- Name: awards_and_achievements; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.awards_and_achievements (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 387 (class 1259 OID 743061)
-- Name: awards_and_achievements_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.awards_and_achievements_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 386 (class 1259 OID 743060)
-- Name: awards_and_achievements_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.awards_and_achievements_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8685 (class 0 OID 0)
-- Dependencies: 386
-- Name: awards_and_achievements_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.awards_and_achievements_components_id_seq OWNED BY public.awards_and_achievements_components.id;
--
-- TOC entry 280 (class 1259 OID 742435)
-- Name: awards_and_achievements_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.awards_and_achievements_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8686 (class 0 OID 0)
-- Dependencies: 280
-- Name: awards_and_achievements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.awards_and_achievements_id_seq OWNED BY public.awards_and_achievements.id;
--
-- TOC entry 791 (class 1259 OID 1016755)
-- Name: awards_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.awards_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 790 (class 1259 OID 1016754)
-- Name: awards_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.awards_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8687 (class 0 OID 0)
-- Dependencies: 790
-- Name: awards_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.awards_components_id_seq OWNED BY public.awards_components.id;
--
-- TOC entry 278 (class 1259 OID 742424)
-- Name: awards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.awards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8688 (class 0 OID 0)
-- Dependencies: 278
-- Name: awards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.awards_id_seq OWNED BY public.awards.id;
--
-- TOC entry 863 (class 1259 OID 1124718)
-- Name: awards_school_collection_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.awards_school_collection_links (
id integer NOT NULL,
award_id integer,
school_collection_id integer,
award_order double precision
);
--
-- TOC entry 862 (class 1259 OID 1124717)
-- Name: awards_school_collection_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.awards_school_collection_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8689 (class 0 OID 0)
-- Dependencies: 862
-- Name: awards_school_collection_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.awards_school_collection_links_id_seq OWNED BY public.awards_school_collection_links.id;
--
-- TOC entry 621 (class 1259 OID 791528)
-- Name: benefits_of_manipal_dubai_scholarships_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.benefits_of_manipal_dubai_scholarships_pages (
id integer NOT NULL,
benefit_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 623 (class 1259 OID 791537)
-- Name: benefits_of_manipal_dubai_scholarships_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.benefits_of_manipal_dubai_scholarships_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 622 (class 1259 OID 791536)
-- Name: benefits_of_manipal_dubai_scholarships_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.benefits_of_manipal_dubai_scholarships_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8690 (class 0 OID 0)
-- Dependencies: 622
-- Name: benefits_of_manipal_dubai_scholarships_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.benefits_of_manipal_dubai_scholarships_pages_components_id_seq OWNED BY public.benefits_of_manipal_dubai_scholarships_pages_components.id;
--
-- TOC entry 620 (class 1259 OID 791527)
-- Name: benefits_of_manipal_dubai_scholarships_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.benefits_of_manipal_dubai_scholarships_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8691 (class 0 OID 0)
-- Dependencies: 620
-- Name: benefits_of_manipal_dubai_scholarships_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.benefits_of_manipal_dubai_scholarships_pages_id_seq OWNED BY public.benefits_of_manipal_dubai_scholarships_pages.id;
--
-- TOC entry 285 (class 1259 OID 742458)
-- Name: blog_listings; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.blog_listings (
id integer NOT NULL,
title character varying(255),
sub_title character varying(255),
title_2 character varying(255),
sub_title_2 character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 391 (class 1259 OID 743086)
-- Name: blog_listings_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.blog_listings_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 390 (class 1259 OID 743085)
-- Name: blog_listings_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.blog_listings_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8692 (class 0 OID 0)
-- Dependencies: 390
-- Name: blog_listings_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.blog_listings_components_id_seq OWNED BY public.blog_listings_components.id;
--
-- TOC entry 284 (class 1259 OID 742457)
-- Name: blog_listings_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.blog_listings_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8693 (class 0 OID 0)
-- Dependencies: 284
-- Name: blog_listings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.blog_listings_id_seq OWNED BY public.blog_listings.id;
--
-- TOC entry 283 (class 1259 OID 742445)
-- Name: blogs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.blogs (
id integer NOT NULL,
short_desc text,
date date,
rich_text_copy text,
title character varying(255),
slug character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
btn_text character varying(255)
);
--
-- TOC entry 389 (class 1259 OID 743075)
-- Name: blogs_category_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.blogs_category_links (
id integer NOT NULL,
blog_id integer,
category_id integer
);
--
-- TOC entry 388 (class 1259 OID 743074)
-- Name: blogs_category_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.blogs_category_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8694 (class 0 OID 0)
-- Dependencies: 388
-- Name: blogs_category_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.blogs_category_links_id_seq OWNED BY public.blogs_category_links.id;
--
-- TOC entry 793 (class 1259 OID 1016769)
-- Name: blogs_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.blogs_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 792 (class 1259 OID 1016768)
-- Name: blogs_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.blogs_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8695 (class 0 OID 0)
-- Dependencies: 792
-- Name: blogs_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.blogs_components_id_seq OWNED BY public.blogs_components.id;
--
-- TOC entry 282 (class 1259 OID 742444)
-- Name: blogs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.blogs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8696 (class 0 OID 0)
-- Dependencies: 282
-- Name: blogs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.blogs_id_seq OWNED BY public.blogs.id;
--
-- TOC entry 489 (class 1259 OID 783355)
-- Name: campus_lives; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.campus_lives (
id integer NOT NULL,
student_life_title text,
"desc" character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
why_dubai_toggle boolean,
virtual_tour_toggle boolean,
open_day_toggle boolean,
student_services_toggle boolean,
career_service_toggle boolean
);
--
-- TOC entry 557 (class 1259 OID 783670)
-- Name: campus_lives_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.campus_lives_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 556 (class 1259 OID 783669)
-- Name: campus_lives_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.campus_lives_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8697 (class 0 OID 0)
-- Dependencies: 556
-- Name: campus_lives_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.campus_lives_components_id_seq OWNED BY public.campus_lives_components.id;
--
-- TOC entry 488 (class 1259 OID 783354)
-- Name: campus_lives_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.campus_lives_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8698 (class 0 OID 0)
-- Dependencies: 488
-- Name: campus_lives_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.campus_lives_id_seq OWNED BY public.campus_lives.id;
--
-- TOC entry 289 (class 1259 OID 742482)
-- Name: career_page_banners; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.career_page_banners (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 393 (class 1259 OID 743100)
-- Name: career_page_banners_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.career_page_banners_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 392 (class 1259 OID 743099)
-- Name: career_page_banners_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.career_page_banners_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8699 (class 0 OID 0)
-- Dependencies: 392
-- Name: career_page_banners_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.career_page_banners_components_id_seq OWNED BY public.career_page_banners_components.id;
--
-- TOC entry 288 (class 1259 OID 742481)
-- Name: career_page_banners_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.career_page_banners_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8700 (class 0 OID 0)
-- Dependencies: 288
-- Name: career_page_banners_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.career_page_banners_id_seq OWNED BY public.career_page_banners.id;
--
-- TOC entry 641 (class 1259 OID 793873)
-- Name: career_services_centers; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.career_services_centers (
id integer NOT NULL,
title character varying(255),
intro text,
rich_text_copy text,
vision_title character varying(255),
vision_description text,
mahe_dubai_title character varying(255),
mahe_dubai_description text,
mahe_dubai_link text,
incubation_center_title character varying(255),
incubation_center_intro text,
incubation_center_rich_text_copy text,
incubation_center_link text,
event_title character varying(255),
sucess_stories_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
mahe_dubai_btn_text character varying(255),
incubation_center_btn_text character varying(255),
sucess_stories_btn_text character varying(255),
sucess_stories_btn_link text
);
--
-- TOC entry 665 (class 1259 OID 793983)
-- Name: career_services_centers_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.career_services_centers_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 664 (class 1259 OID 793982)
-- Name: career_services_centers_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.career_services_centers_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8701 (class 0 OID 0)
-- Dependencies: 664
-- Name: career_services_centers_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.career_services_centers_components_id_seq OWNED BY public.career_services_centers_components.id;
--
-- TOC entry 640 (class 1259 OID 793872)
-- Name: career_services_centers_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.career_services_centers_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8702 (class 0 OID 0)
-- Dependencies: 640
-- Name: career_services_centers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.career_services_centers_id_seq OWNED BY public.career_services_centers.id;
--
-- TOC entry 287 (class 1259 OID 742469)
-- Name: careers; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.careers (
id integer NOT NULL,
title character varying(255),
"desc" text,
cta_target character varying(255),
cta_text character varying(255),
cta_link character varying(255),
slug character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 795 (class 1259 OID 1016783)
-- Name: careers_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.careers_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 794 (class 1259 OID 1016782)
-- Name: careers_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.careers_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8703 (class 0 OID 0)
-- Dependencies: 794
-- Name: careers_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.careers_components_id_seq OWNED BY public.careers_components.id;
--
-- TOC entry 286 (class 1259 OID 742468)
-- Name: careers_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.careers_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8704 (class 0 OID 0)
-- Dependencies: 286
-- Name: careers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.careers_id_seq OWNED BY public.careers.id;
--
-- TOC entry 291 (class 1259 OID 742491)
-- Name: categories; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.categories (
id integer NOT NULL,
title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
key character varying(255)
);
--
-- TOC entry 797 (class 1259 OID 1016797)
-- Name: categories_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.categories_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 796 (class 1259 OID 1016796)
-- Name: categories_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.categories_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8705 (class 0 OID 0)
-- Dependencies: 796
-- Name: categories_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.categories_components_id_seq OWNED BY public.categories_components.id;
--
-- TOC entry 290 (class 1259 OID 742490)
-- Name: categories_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.categories_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8706 (class 0 OID 0)
-- Dependencies: 290
-- Name: categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.categories_id_seq OWNED BY public.categories.id;
--
-- TOC entry 609 (class 1259 OID 790607)
-- Name: components_manipal_about_mahe_dubai_sections; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_about_mahe_dubai_sections (
id integer NOT NULL,
title character varying(255),
"desc" text,
cta_link text,
cta_text character varying(255),
cta_target character varying(255),
video_link text
);
--
-- TOC entry 608 (class 1259 OID 790606)
-- Name: components_manipal_about_mahe_dubai_sections_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_about_mahe_dubai_sections_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8707 (class 0 OID 0)
-- Dependencies: 608
-- Name: components_manipal_about_mahe_dubai_sections_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_about_mahe_dubai_sections_id_seq OWNED BY public.components_manipal_about_mahe_dubai_sections.id;
--
-- TOC entry 647 (class 1259 OID 793908)
-- Name: components_manipal_about_manipal_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_about_manipal_cards (
id integer NOT NULL,
title character varying(255),
link character varying(255)
);
--
-- TOC entry 646 (class 1259 OID 793907)
-- Name: components_manipal_about_manipal_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_about_manipal_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8708 (class 0 OID 0)
-- Dependencies: 646
-- Name: components_manipal_about_manipal_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_about_manipal_cards_id_seq OWNED BY public.components_manipal_about_manipal_cards.id;
--
-- TOC entry 649 (class 1259 OID 793917)
-- Name: components_manipal_about_manipal_secs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_about_manipal_secs (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 669 (class 1259 OID 794026)
-- Name: components_manipal_about_manipal_secs_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_about_manipal_secs_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 668 (class 1259 OID 794025)
-- Name: components_manipal_about_manipal_secs_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_about_manipal_secs_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8709 (class 0 OID 0)
-- Dependencies: 668
-- Name: components_manipal_about_manipal_secs_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_about_manipal_secs_components_id_seq OWNED BY public.components_manipal_about_manipal_secs_components.id;
--
-- TOC entry 648 (class 1259 OID 793916)
-- Name: components_manipal_about_manipal_secs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_about_manipal_secs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8710 (class 0 OID 0)
-- Dependencies: 648
-- Name: components_manipal_about_manipal_secs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_about_manipal_secs_id_seq OWNED BY public.components_manipal_about_manipal_secs.id;
--
-- TOC entry 317 (class 1259 OID 742761)
-- Name: components_manipal_academics; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_academics (
id integer NOT NULL,
subject_current_teach_title character varying(255),
academic_qualification_title character varying(255),
qualification_exp_title character varying(255),
subject_taught_rich_text text,
subject_taught_title text
);
--
-- TOC entry 411 (class 1259 OID 743399)
-- Name: components_manipal_academics_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_academics_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 410 (class 1259 OID 743398)
-- Name: components_manipal_academics_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_academics_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8711 (class 0 OID 0)
-- Dependencies: 410
-- Name: components_manipal_academics_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_academics_components_id_seq OWNED BY public.components_manipal_academics_components.id;
--
-- TOC entry 316 (class 1259 OID 742760)
-- Name: components_manipal_academics_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_academics_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8712 (class 0 OID 0)
-- Dependencies: 316
-- Name: components_manipal_academics_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_academics_id_seq OWNED BY public.components_manipal_academics.id;
--
-- TOC entry 319 (class 1259 OID 742770)
-- Name: components_manipal_accordian_arrays; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_accordian_arrays (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 318 (class 1259 OID 742769)
-- Name: components_manipal_accordian_arrays_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_accordian_arrays_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8713 (class 0 OID 0)
-- Dependencies: 318
-- Name: components_manipal_accordian_arrays_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_accordian_arrays_id_seq OWNED BY public.components_manipal_accordian_arrays.id;
--
-- TOC entry 321 (class 1259 OID 742779)
-- Name: components_manipal_accreditation_secs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_accreditation_secs (
id integer NOT NULL,
left_title character varying(255),
right_title character varying(255),
left_rich_text_copy text,
right_rich_text_copy text
);
--
-- TOC entry 320 (class 1259 OID 742778)
-- Name: components_manipal_accreditation_secs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_accreditation_secs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8714 (class 0 OID 0)
-- Dependencies: 320
-- Name: components_manipal_accreditation_secs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_accreditation_secs_id_seq OWNED BY public.components_manipal_accreditation_secs.id;
--
-- TOC entry 631 (class 1259 OID 793085)
-- Name: components_manipal_admission_areas; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_admission_areas (
id integer NOT NULL,
brochure_link text,
read_more_link text,
read_more_text character varying(255),
brochure_text character varying(255)
);
--
-- TOC entry 639 (class 1259 OID 793124)
-- Name: components_manipal_admission_areas_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_admission_areas_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 638 (class 1259 OID 793123)
-- Name: components_manipal_admission_areas_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_admission_areas_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8715 (class 0 OID 0)
-- Dependencies: 638
-- Name: components_manipal_admission_areas_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_admission_areas_components_id_seq OWNED BY public.components_manipal_admission_areas_components.id;
--
-- TOC entry 630 (class 1259 OID 793084)
-- Name: components_manipal_admission_areas_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_admission_areas_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8716 (class 0 OID 0)
-- Dependencies: 630
-- Name: components_manipal_admission_areas_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_admission_areas_id_seq OWNED BY public.components_manipal_admission_areas.id;
--
-- TOC entry 737 (class 1259 OID 950931)
-- Name: components_manipal_alumni_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_alumni_cards (
id integer NOT NULL,
title character varying(255),
phone character varying(255),
phone_2 character varying(255),
email character varying(255),
designation character varying(255),
key character varying(255)
);
--
-- TOC entry 736 (class 1259 OID 950930)
-- Name: components_manipal_alumni_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_alumni_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8717 (class 0 OID 0)
-- Dependencies: 736
-- Name: components_manipal_alumni_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_alumni_cards_id_seq OWNED BY public.components_manipal_alumni_cards.id;
--
-- TOC entry 615 (class 1259 OID 791345)
-- Name: components_manipal_alumni_success_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_alumni_success_components (
id integer NOT NULL,
title character varying(255),
"desc" text,
video_link text
);
--
-- TOC entry 614 (class 1259 OID 791344)
-- Name: components_manipal_alumni_success_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_alumni_success_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8718 (class 0 OID 0)
-- Dependencies: 614
-- Name: components_manipal_alumni_success_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_alumni_success_components_id_seq OWNED BY public.components_manipal_alumni_success_components.id;
--
-- TOC entry 695 (class 1259 OID 803884)
-- Name: components_manipal_announcement_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_announcement_components (
id integer NOT NULL,
cta_link text,
cta_text character varying(255)
);
--
-- TOC entry 694 (class 1259 OID 803883)
-- Name: components_manipal_announcement_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_announcement_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8719 (class 0 OID 0)
-- Dependencies: 694
-- Name: components_manipal_announcement_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_announcement_components_id_seq OWNED BY public.components_manipal_announcement_components.id;
--
-- TOC entry 507 (class 1259 OID 783448)
-- Name: components_manipal_application_reg_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_application_reg_components (
id integer NOT NULL,
program character varying(255),
application_fee character varying(255)
);
--
-- TOC entry 506 (class 1259 OID 783447)
-- Name: components_manipal_application_reg_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_application_reg_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8720 (class 0 OID 0)
-- Dependencies: 506
-- Name: components_manipal_application_reg_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_application_reg_components_id_seq OWNED BY public.components_manipal_application_reg_components.id;
--
-- TOC entry 509 (class 1259 OID 783457)
-- Name: components_manipal_application_reg_fee_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_application_reg_fee_tables (
id integer NOT NULL,
program character varying(255),
application_fee character varying(255),
rich_text_copy text
);
--
-- TOC entry 508 (class 1259 OID 783456)
-- Name: components_manipal_application_reg_fee_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_application_reg_fee_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8721 (class 0 OID 0)
-- Dependencies: 508
-- Name: components_manipal_application_reg_fee_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_application_reg_fee_tables_id_seq OWNED BY public.components_manipal_application_reg_fee_tables.id;
--
-- TOC entry 511 (class 1259 OID 783466)
-- Name: components_manipal_apply_details_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_apply_details_tables (
id integer NOT NULL
);
--
-- TOC entry 510 (class 1259 OID 783465)
-- Name: components_manipal_apply_details_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_apply_details_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8722 (class 0 OID 0)
-- Dependencies: 510
-- Name: components_manipal_apply_details_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_apply_details_tables_id_seq OWNED BY public.components_manipal_apply_details_tables.id;
--
-- TOC entry 323 (class 1259 OID 742788)
-- Name: components_manipal_awards_and_certification_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_awards_and_certification_cards (
id integer NOT NULL,
title character varying(255),
category character varying(255)
);
--
-- TOC entry 322 (class 1259 OID 742787)
-- Name: components_manipal_awards_and_certification_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_awards_and_certification_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8723 (class 0 OID 0)
-- Dependencies: 322
-- Name: components_manipal_awards_and_certification_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_awards_and_certification_cards_id_seq OWNED BY public.components_manipal_awards_and_certification_cards.id;
--
-- TOC entry 325 (class 1259 OID 742797)
-- Name: components_manipal_awards_and_certification_secs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_awards_and_certification_secs (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 413 (class 1259 OID 743413)
-- Name: components_manipal_awards_and_certification_secs_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_awards_and_certification_secs_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 412 (class 1259 OID 743412)
-- Name: components_manipal_awards_and_certification_secs_compone_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_awards_and_certification_secs_compone_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8724 (class 0 OID 0)
-- Dependencies: 412
-- Name: components_manipal_awards_and_certification_secs_compone_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_awards_and_certification_secs_compone_id_seq OWNED BY public.components_manipal_awards_and_certification_secs_components.id;
--
-- TOC entry 324 (class 1259 OID 742796)
-- Name: components_manipal_awards_and_certification_secs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_awards_and_certification_secs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8725 (class 0 OID 0)
-- Dependencies: 324
-- Name: components_manipal_awards_and_certification_secs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_awards_and_certification_secs_id_seq OWNED BY public.components_manipal_awards_and_certification_secs.id;
--
-- TOC entry 327 (class 1259 OID 742804)
-- Name: components_manipal_biographies; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_biographies (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 326 (class 1259 OID 742803)
-- Name: components_manipal_biographies_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_biographies_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8726 (class 0 OID 0)
-- Dependencies: 326
-- Name: components_manipal_biographies_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_biographies_id_seq OWNED BY public.components_manipal_biographies.id;
--
-- TOC entry 725 (class 1259 OID 871906)
-- Name: components_manipal_bottom_apply_now_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_bottom_apply_now_cards (
id integer NOT NULL,
btn_text character varying(255),
cta_link text,
cta_target character varying(255),
"desc" text
);
--
-- TOC entry 724 (class 1259 OID 871905)
-- Name: components_manipal_bottom_apply_now_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_bottom_apply_now_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8727 (class 0 OID 0)
-- Dependencies: 724
-- Name: components_manipal_bottom_apply_now_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_bottom_apply_now_cards_id_seq OWNED BY public.components_manipal_bottom_apply_now_cards.id;
--
-- TOC entry 651 (class 1259 OID 793924)
-- Name: components_manipal_campus_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_campus_cards (
id integer NOT NULL,
title character varying(255),
hover_text text
);
--
-- TOC entry 650 (class 1259 OID 793923)
-- Name: components_manipal_campus_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_campus_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8728 (class 0 OID 0)
-- Dependencies: 650
-- Name: components_manipal_campus_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_campus_cards_id_seq OWNED BY public.components_manipal_campus_cards.id;
--
-- TOC entry 653 (class 1259 OID 793931)
-- Name: components_manipal_campus_facts_and_figures; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_campus_facts_and_figures (
id integer NOT NULL,
title character varying(255),
description text
);
--
-- TOC entry 671 (class 1259 OID 794040)
-- Name: components_manipal_campus_facts_and_figures_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_campus_facts_and_figures_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 670 (class 1259 OID 794039)
-- Name: components_manipal_campus_facts_and_figures_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_campus_facts_and_figures_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8729 (class 0 OID 0)
-- Dependencies: 670
-- Name: components_manipal_campus_facts_and_figures_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_campus_facts_and_figures_components_id_seq OWNED BY public.components_manipal_campus_facts_and_figures_components.id;
--
-- TOC entry 652 (class 1259 OID 793930)
-- Name: components_manipal_campus_facts_and_figures_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_campus_facts_and_figures_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8730 (class 0 OID 0)
-- Dependencies: 652
-- Name: components_manipal_campus_facts_and_figures_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_campus_facts_and_figures_id_seq OWNED BY public.components_manipal_campus_facts_and_figures.id;
--
-- TOC entry 513 (class 1259 OID 783473)
-- Name: components_manipal_card1s; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_card1s (
id integer NOT NULL,
title character varying(255),
"desc" text
);
--
-- TOC entry 512 (class 1259 OID 783472)
-- Name: components_manipal_card1s_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_card1s_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8731 (class 0 OID 0)
-- Dependencies: 512
-- Name: components_manipal_card1s_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_card1s_id_seq OWNED BY public.components_manipal_card1s.id;
--
-- TOC entry 515 (class 1259 OID 783482)
-- Name: components_manipal_card2s; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_card2s (
id integer NOT NULL,
title character varying(255),
"desc" text,
uae_resident_title_1 character varying(255),
uae_resident_title_2 character varying(255),
price_1 character varying(255),
price_2 character varying(255),
per_week_1 character varying(255),
per_week_2 character varying(255)
);
--
-- TOC entry 514 (class 1259 OID 783481)
-- Name: components_manipal_card2s_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_card2s_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8732 (class 0 OID 0)
-- Dependencies: 514
-- Name: components_manipal_card2s_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_card2s_id_seq OWNED BY public.components_manipal_card2s.id;
--
-- TOC entry 691 (class 1259 OID 802608)
-- Name: components_manipal_career_jobs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_career_jobs (
id integer NOT NULL,
title character varying(255),
sub_title text,
cta_text character varying(255),
cta_link text,
cta_target character varying(255),
rich_text_copy text
);
--
-- TOC entry 690 (class 1259 OID 802607)
-- Name: components_manipal_career_jobs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_career_jobs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8733 (class 0 OID 0)
-- Dependencies: 690
-- Name: components_manipal_career_jobs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_career_jobs_id_seq OWNED BY public.components_manipal_career_jobs.id;
--
-- TOC entry 655 (class 1259 OID 793940)
-- Name: components_manipal_career_services_features; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_career_services_features (
id integer NOT NULL,
title character varying(255),
intro text,
rich_text_copy text
);
--
-- TOC entry 654 (class 1259 OID 793939)
-- Name: components_manipal_career_services_features_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_career_services_features_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8734 (class 0 OID 0)
-- Dependencies: 654
-- Name: components_manipal_career_services_features_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_career_services_features_id_seq OWNED BY public.components_manipal_career_services_features.id;
--
-- TOC entry 657 (class 1259 OID 793949)
-- Name: components_manipal_career_services_figures; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_career_services_figures (
id integer NOT NULL,
title character varying(255),
sub_title character varying(255)
);
--
-- TOC entry 656 (class 1259 OID 793948)
-- Name: components_manipal_career_services_figures_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_career_services_figures_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8735 (class 0 OID 0)
-- Dependencies: 656
-- Name: components_manipal_career_services_figures_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_career_services_figures_id_seq OWNED BY public.components_manipal_career_services_figures.id;
--
-- TOC entry 769 (class 1259 OID 964487)
-- Name: components_manipal_contact_us_sections; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_contact_us_sections (
id integer NOT NULL,
title character varying(255),
"desc" text
);
--
-- TOC entry 773 (class 1259 OID 964505)
-- Name: components_manipal_contact_us_sections_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_contact_us_sections_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 772 (class 1259 OID 964504)
-- Name: components_manipal_contact_us_sections_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_contact_us_sections_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8736 (class 0 OID 0)
-- Dependencies: 772
-- Name: components_manipal_contact_us_sections_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_contact_us_sections_components_id_seq OWNED BY public.components_manipal_contact_us_sections_components.id;
--
-- TOC entry 768 (class 1259 OID 964486)
-- Name: components_manipal_contact_us_sections_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_contact_us_sections_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8737 (class 0 OID 0)
-- Dependencies: 768
-- Name: components_manipal_contact_us_sections_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_contact_us_sections_id_seq OWNED BY public.components_manipal_contact_us_sections.id;
--
-- TOC entry 517 (class 1259 OID 783491)
-- Name: components_manipal_double_text_with_img_addresses; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_double_text_with_img_addresses (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 579 (class 1259 OID 783825)
-- Name: components_manipal_double_text_with_img_addresses_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_double_text_with_img_addresses_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 578 (class 1259 OID 783824)
-- Name: components_manipal_double_text_with_img_addresses_compon_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_double_text_with_img_addresses_compon_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8738 (class 0 OID 0)
-- Dependencies: 578
-- Name: components_manipal_double_text_with_img_addresses_compon_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_double_text_with_img_addresses_compon_id_seq OWNED BY public.components_manipal_double_text_with_img_addresses_components.id;
--
-- TOC entry 516 (class 1259 OID 783490)
-- Name: components_manipal_double_text_with_img_addresses_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_double_text_with_img_addresses_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8739 (class 0 OID 0)
-- Dependencies: 516
-- Name: components_manipal_double_text_with_img_addresses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_double_text_with_img_addresses_id_seq OWNED BY public.components_manipal_double_text_with_img_addresses.id;
--
-- TOC entry 723 (class 1259 OID 847860)
-- Name: components_manipal_double_text_with_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_double_text_with_links (
id integer NOT NULL,
title text,
cta_link text,
cta_target character varying(255)
);
--
-- TOC entry 722 (class 1259 OID 847859)
-- Name: components_manipal_double_text_with_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_double_text_with_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8740 (class 0 OID 0)
-- Dependencies: 722
-- Name: components_manipal_double_text_with_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_double_text_with_links_id_seq OWNED BY public.components_manipal_double_text_with_links.id;
--
-- TOC entry 519 (class 1259 OID 783498)
-- Name: components_manipal_double_texts; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_double_texts (
id integer NOT NULL,
title text
);
--
-- TOC entry 518 (class 1259 OID 783497)
-- Name: components_manipal_double_texts_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_double_texts_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8741 (class 0 OID 0)
-- Dependencies: 518
-- Name: components_manipal_double_texts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_double_texts_id_seq OWNED BY public.components_manipal_double_texts.id;
--
-- TOC entry 329 (class 1259 OID 742813)
-- Name: components_manipal_expertise; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_expertise (
id integer NOT NULL,
professional_affiliation_title character varying(255),
area_of_interest_title character varying(255),
rich_text_copy text
);
--
-- TOC entry 328 (class 1259 OID 742812)
-- Name: components_manipal_expertise_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_expertise_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8742 (class 0 OID 0)
-- Dependencies: 328
-- Name: components_manipal_expertise_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_expertise_id_seq OWNED BY public.components_manipal_expertise.id;
--
-- TOC entry 331 (class 1259 OID 742822)
-- Name: components_manipal_faqs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_faqs (
id integer NOT NULL,
title character varying(255),
"desc" text
);
--
-- TOC entry 330 (class 1259 OID 742821)
-- Name: components_manipal_faqs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_faqs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8743 (class 0 OID 0)
-- Dependencies: 330
-- Name: components_manipal_faqs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_faqs_id_seq OWNED BY public.components_manipal_faqs.id;
--
-- TOC entry 659 (class 1259 OID 793958)
-- Name: components_manipal_figures_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_figures_cards (
id integer NOT NULL,
title character varying(255),
sub_title character varying(255)
);
--
-- TOC entry 658 (class 1259 OID 793957)
-- Name: components_manipal_figures_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_figures_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8744 (class 0 OID 0)
-- Dependencies: 658
-- Name: components_manipal_figures_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_figures_cards_id_seq OWNED BY public.components_manipal_figures_cards.id;
--
-- TOC entry 333 (class 1259 OID 742831)
-- Name: components_manipal_files_arrays; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_files_arrays (
id integer NOT NULL,
title character varying(255),
cta_text character varying(255),
cta_link character varying(255),
cta_target character varying(255)
);
--
-- TOC entry 332 (class 1259 OID 742830)
-- Name: components_manipal_files_arrays_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_files_arrays_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8745 (class 0 OID 0)
-- Dependencies: 332
-- Name: components_manipal_files_arrays_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_files_arrays_id_seq OWNED BY public.components_manipal_files_arrays.id;
--
-- TOC entry 335 (class 1259 OID 742840)
-- Name: components_manipal_general_infos; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_general_infos (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 839 (class 1259 OID 1067366)
-- Name: components_manipal_general_infos_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_general_infos_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 838 (class 1259 OID 1067365)
-- Name: components_manipal_general_infos_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_general_infos_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8746 (class 0 OID 0)
-- Dependencies: 838
-- Name: components_manipal_general_infos_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_general_infos_components_id_seq OWNED BY public.components_manipal_general_infos_components.id;
--
-- TOC entry 334 (class 1259 OID 742839)
-- Name: components_manipal_general_infos_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_general_infos_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8747 (class 0 OID 0)
-- Dependencies: 334
-- Name: components_manipal_general_infos_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_general_infos_id_seq OWNED BY public.components_manipal_general_infos.id;
--
-- TOC entry 849 (class 1259 OID 1073807)
-- Name: components_manipal_general_with_keys; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_general_with_keys (
id integer NOT NULL,
title character varying(255),
key character varying(255),
rich_text_copy text
);
--
-- TOC entry 848 (class 1259 OID 1073806)
-- Name: components_manipal_general_with_keys_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_general_with_keys_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8748 (class 0 OID 0)
-- Dependencies: 848
-- Name: components_manipal_general_with_keys_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_general_with_keys_id_seq OWNED BY public.components_manipal_general_with_keys.id;
--
-- TOC entry 617 (class 1259 OID 791354)
-- Name: components_manipal_getin_touch_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_getin_touch_components (
id integer NOT NULL,
title character varying(255),
"desc" text,
email character varying(255),
phone character varying(255),
phone_2 character varying(255)
);
--
-- TOC entry 616 (class 1259 OID 791353)
-- Name: components_manipal_getin_touch_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_getin_touch_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8749 (class 0 OID 0)
-- Dependencies: 616
-- Name: components_manipal_getin_touch_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_getin_touch_components_id_seq OWNED BY public.components_manipal_getin_touch_components.id;
--
-- TOC entry 521 (class 1259 OID 783507)
-- Name: components_manipal_graduate_program_columns; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_graduate_program_columns (
id integer NOT NULL,
program character varying(255),
program_duration character varying(255),
annual_tution_fee character varying(255),
vat character varying(255),
intake_session character varying(255)
);
--
-- TOC entry 520 (class 1259 OID 783506)
-- Name: components_manipal_graduate_program_columns_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_graduate_program_columns_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8750 (class 0 OID 0)
-- Dependencies: 520
-- Name: components_manipal_graduate_program_columns_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_graduate_program_columns_id_seq OWNED BY public.components_manipal_graduate_program_columns.id;
--
-- TOC entry 337 (class 1259 OID 742849)
-- Name: components_manipal_higher_education_secs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_higher_education_secs (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 415 (class 1259 OID 743441)
-- Name: components_manipal_higher_education_secs_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_higher_education_secs_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 414 (class 1259 OID 743440)
-- Name: components_manipal_higher_education_secs_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_higher_education_secs_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8751 (class 0 OID 0)
-- Dependencies: 414
-- Name: components_manipal_higher_education_secs_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_higher_education_secs_components_id_seq OWNED BY public.components_manipal_higher_education_secs_components.id;
--
-- TOC entry 336 (class 1259 OID 742848)
-- Name: components_manipal_higher_education_secs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_higher_education_secs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8752 (class 0 OID 0)
-- Dependencies: 336
-- Name: components_manipal_higher_education_secs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_higher_education_secs_id_seq OWNED BY public.components_manipal_higher_education_secs.id;
--
-- TOC entry 339 (class 1259 OID 742856)
-- Name: components_manipal_higher_education_sliders; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_higher_education_sliders (
id integer NOT NULL,
title text,
rich_text_copy text
);
--
-- TOC entry 338 (class 1259 OID 742855)
-- Name: components_manipal_higher_education_sliders_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_higher_education_sliders_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8753 (class 0 OID 0)
-- Dependencies: 338
-- Name: components_manipal_higher_education_sliders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_higher_education_sliders_id_seq OWNED BY public.components_manipal_higher_education_sliders.id;
--
-- TOC entry 697 (class 1259 OID 803893)
-- Name: components_manipal_home_banners; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_home_banners (
id integer NOT NULL,
title character varying(255),
sub_title character varying(255)
);
--
-- TOC entry 875 (class 1259 OID 1128930)
-- Name: components_manipal_home_banners_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_home_banners_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 874 (class 1259 OID 1128929)
-- Name: components_manipal_home_banners_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_home_banners_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8754 (class 0 OID 0)
-- Dependencies: 874
-- Name: components_manipal_home_banners_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_home_banners_components_id_seq OWNED BY public.components_manipal_home_banners_components.id;
--
-- TOC entry 696 (class 1259 OID 803892)
-- Name: components_manipal_home_banners_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_home_banners_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8755 (class 0 OID 0)
-- Dependencies: 696
-- Name: components_manipal_home_banners_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_home_banners_id_seq OWNED BY public.components_manipal_home_banners.id;
--
-- TOC entry 699 (class 1259 OID 803902)
-- Name: components_manipal_home_page_sliders; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_home_page_sliders (
id integer NOT NULL,
title character varying(255),
"desc" text,
designation character varying(255)
);
--
-- TOC entry 698 (class 1259 OID 803901)
-- Name: components_manipal_home_page_sliders_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_home_page_sliders_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8756 (class 0 OID 0)
-- Dependencies: 698
-- Name: components_manipal_home_page_sliders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_home_page_sliders_id_seq OWNED BY public.components_manipal_home_page_sliders.id;
--
-- TOC entry 755 (class 1259 OID 957925)
-- Name: components_manipal_how_to_apply_sections; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_how_to_apply_sections (
id integer NOT NULL,
title character varying(255),
"desc" text,
note text
);
--
-- TOC entry 759 (class 1259 OID 957948)
-- Name: components_manipal_how_to_apply_sections_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_how_to_apply_sections_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 758 (class 1259 OID 957947)
-- Name: components_manipal_how_to_apply_sections_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_how_to_apply_sections_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8757 (class 0 OID 0)
-- Dependencies: 758
-- Name: components_manipal_how_to_apply_sections_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_how_to_apply_sections_components_id_seq OWNED BY public.components_manipal_how_to_apply_sections_components.id;
--
-- TOC entry 754 (class 1259 OID 957924)
-- Name: components_manipal_how_to_apply_sections_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_how_to_apply_sections_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8758 (class 0 OID 0)
-- Dependencies: 754
-- Name: components_manipal_how_to_apply_sections_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_how_to_apply_sections_id_seq OWNED BY public.components_manipal_how_to_apply_sections.id;
--
-- TOC entry 341 (class 1259 OID 742865)
-- Name: components_manipal_icon_card_arrays; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_icon_card_arrays (
id integer NOT NULL,
"desc" text,
title character varying(255)
);
--
-- TOC entry 340 (class 1259 OID 742864)
-- Name: components_manipal_icon_card_arrays_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_icon_card_arrays_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8759 (class 0 OID 0)
-- Dependencies: 340
-- Name: components_manipal_icon_card_arrays_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_icon_card_arrays_id_seq OWNED BY public.components_manipal_icon_card_arrays.id;
--
-- TOC entry 771 (class 1259 OID 964496)
-- Name: components_manipal_icon_link_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_icon_link_components (
id integer NOT NULL,
title character varying(255),
cta_target character varying(255),
cta_link text,
cta_text character varying(255)
);
--
-- TOC entry 770 (class 1259 OID 964495)
-- Name: components_manipal_icon_link_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_icon_link_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8760 (class 0 OID 0)
-- Dependencies: 770
-- Name: components_manipal_icon_link_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_icon_link_components_id_seq OWNED BY public.components_manipal_icon_link_components.id;
--
-- TOC entry 523 (class 1259 OID 783516)
-- Name: components_manipal_image_click_title_desc_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_image_click_title_desc_components (
id integer NOT NULL,
title character varying(255),
rich_text_copy text,
cta_text character varying(255),
cta_link text,
cta_target character varying(255),
"desc" text
);
--
-- TOC entry 522 (class 1259 OID 783515)
-- Name: components_manipal_image_click_title_desc_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_image_click_title_desc_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8761 (class 0 OID 0)
-- Dependencies: 522
-- Name: components_manipal_image_click_title_desc_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_image_click_title_desc_components_id_seq OWNED BY public.components_manipal_image_click_title_desc_components.id;
--
-- TOC entry 525 (class 1259 OID 783525)
-- Name: components_manipal_image_notes; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_image_notes (
id integer NOT NULL,
note text,
title character varying(255),
cta_link character varying(255),
cta_target character varying(255),
cta_text character varying(255)
);
--
-- TOC entry 524 (class 1259 OID 783524)
-- Name: components_manipal_image_notes_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_image_notes_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8762 (class 0 OID 0)
-- Dependencies: 524
-- Name: components_manipal_image_notes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_image_notes_id_seq OWNED BY public.components_manipal_image_notes.id;
--
-- TOC entry 343 (class 1259 OID 742874)
-- Name: components_manipal_images_arrays; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_images_arrays (
id integer NOT NULL
);
--
-- TOC entry 342 (class 1259 OID 742873)
-- Name: components_manipal_images_arrays_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_images_arrays_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8763 (class 0 OID 0)
-- Dependencies: 342
-- Name: components_manipal_images_arrays_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_images_arrays_id_seq OWNED BY public.components_manipal_images_arrays.id;
--
-- TOC entry 775 (class 1259 OID 965713)
-- Name: components_manipal_info_title_rich_texts; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_info_title_rich_texts (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 774 (class 1259 OID 965712)
-- Name: components_manipal_info_title_rich_texts_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_info_title_rich_texts_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8764 (class 0 OID 0)
-- Dependencies: 774
-- Name: components_manipal_info_title_rich_texts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_info_title_rich_texts_id_seq OWNED BY public.components_manipal_info_title_rich_texts.id;
--
-- TOC entry 345 (class 1259 OID 742881)
-- Name: components_manipal_inner_banners; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_inner_banners (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 344 (class 1259 OID 742880)
-- Name: components_manipal_inner_banners_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_inner_banners_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8765 (class 0 OID 0)
-- Dependencies: 344
-- Name: components_manipal_inner_banners_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_inner_banners_id_seq OWNED BY public.components_manipal_inner_banners.id;
--
-- TOC entry 717 (class 1259 OID 820298)
-- Name: components_manipal_internation_students; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_internation_students (
id integer NOT NULL,
title text,
rich_text_copy text,
key character varying(255)
);
--
-- TOC entry 716 (class 1259 OID 820297)
-- Name: components_manipal_internation_students_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_internation_students_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8766 (class 0 OID 0)
-- Dependencies: 716
-- Name: components_manipal_internation_students_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_internation_students_id_seq OWNED BY public.components_manipal_internation_students.id;
--
-- TOC entry 761 (class 1259 OID 963083)
-- Name: components_manipal_international_student_sections; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_international_student_sections (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 765 (class 1259 OID 963101)
-- Name: components_manipal_international_student_sections_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_international_student_sections_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 764 (class 1259 OID 963100)
-- Name: components_manipal_international_student_sections_compon_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_international_student_sections_compon_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8767 (class 0 OID 0)
-- Dependencies: 764
-- Name: components_manipal_international_student_sections_compon_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_international_student_sections_compon_id_seq OWNED BY public.components_manipal_international_student_sections_components.id;
--
-- TOC entry 760 (class 1259 OID 963082)
-- Name: components_manipal_international_student_sections_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_international_student_sections_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8768 (class 0 OID 0)
-- Dependencies: 760
-- Name: components_manipal_international_student_sections_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_international_student_sections_id_seq OWNED BY public.components_manipal_international_student_sections.id;
--
-- TOC entry 459 (class 1259 OID 752917)
-- Name: components_manipal_international_students_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_international_students_cards (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 458 (class 1259 OID 752916)
-- Name: components_manipal_international_students_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_international_students_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8769 (class 0 OID 0)
-- Dependencies: 458
-- Name: components_manipal_international_students_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_international_students_cards_id_seq OWNED BY public.components_manipal_international_students_cards.id;
--
-- TOC entry 857 (class 1259 OID 1123897)
-- Name: components_manipal_key_values; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_key_values (
id integer NOT NULL,
key character varying(255),
value character varying(255)
);
--
-- TOC entry 856 (class 1259 OID 1123896)
-- Name: components_manipal_key_values_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_key_values_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8770 (class 0 OID 0)
-- Dependencies: 856
-- Name: components_manipal_key_values_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_key_values_id_seq OWNED BY public.components_manipal_key_values.id;
--
-- TOC entry 733 (class 1259 OID 889671)
-- Name: components_manipal_leaderships; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_leaderships (
id integer NOT NULL,
title character varying(255),
"desc" text,
btn_text character varying(255),
cta_link text,
cta_target character varying(255)
);
--
-- TOC entry 732 (class 1259 OID 889670)
-- Name: components_manipal_leaderships_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_leaderships_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8771 (class 0 OID 0)
-- Dependencies: 732
-- Name: components_manipal_leaderships_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_leaderships_id_seq OWNED BY public.components_manipal_leaderships.id;
--
-- TOC entry 843 (class 1259 OID 1069213)
-- Name: components_manipal_long_texts; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_long_texts (
id integer NOT NULL,
"desc" text
);
--
-- TOC entry 842 (class 1259 OID 1069212)
-- Name: components_manipal_long_texts_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_long_texts_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8772 (class 0 OID 0)
-- Dependencies: 842
-- Name: components_manipal_long_texts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_long_texts_id_seq OWNED BY public.components_manipal_long_texts.id;
--
-- TOC entry 823 (class 1259 OID 1022914)
-- Name: components_manipal_main_btns; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_main_btns (
id integer NOT NULL,
cta_target character varying(255),
cta_text character varying(255),
cta_link character varying(255)
);
--
-- TOC entry 822 (class 1259 OID 1022913)
-- Name: components_manipal_main_btns_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_main_btns_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8773 (class 0 OID 0)
-- Dependencies: 822
-- Name: components_manipal_main_btns_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_main_btns_id_seq OWNED BY public.components_manipal_main_btns.id;
--
-- TOC entry 707 (class 1259 OID 808026)
-- Name: components_manipal_main_menu_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_main_menu_components (
id integer NOT NULL,
title character varying(255),
cta_link text,
highlight boolean,
cta_target character varying(255)
);
--
-- TOC entry 713 (class 1259 OID 808058)
-- Name: components_manipal_main_menu_components_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_main_menu_components_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 712 (class 1259 OID 808057)
-- Name: components_manipal_main_menu_components_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_main_menu_components_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8774 (class 0 OID 0)
-- Dependencies: 712
-- Name: components_manipal_main_menu_components_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_main_menu_components_components_id_seq OWNED BY public.components_manipal_main_menu_components_components.id;
--
-- TOC entry 706 (class 1259 OID 808025)
-- Name: components_manipal_main_menu_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_main_menu_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8775 (class 0 OID 0)
-- Dependencies: 706
-- Name: components_manipal_main_menu_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_main_menu_components_id_seq OWNED BY public.components_manipal_main_menu_components.id;
--
-- TOC entry 347 (class 1259 OID 742888)
-- Name: components_manipal_manipal_ranking_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_manipal_ranking_components (
id integer NOT NULL,
title character varying(255),
"desc" text
);
--
-- TOC entry 346 (class 1259 OID 742887)
-- Name: components_manipal_manipal_ranking_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_manipal_ranking_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8776 (class 0 OID 0)
-- Dependencies: 346
-- Name: components_manipal_manipal_ranking_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_manipal_ranking_components_id_seq OWNED BY public.components_manipal_manipal_ranking_components.id;
--
-- TOC entry 831 (class 1259 OID 1032996)
-- Name: components_manipal_multiple_images_with_texts; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_multiple_images_with_texts (
id integer NOT NULL,
cta_target character varying(255),
cta_link text,
cta_text character varying(255)
);
--
-- TOC entry 830 (class 1259 OID 1032995)
-- Name: components_manipal_multiple_images_with_texts_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_multiple_images_with_texts_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8777 (class 0 OID 0)
-- Dependencies: 830
-- Name: components_manipal_multiple_images_with_texts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_multiple_images_with_texts_id_seq OWNED BY public.components_manipal_multiple_images_with_texts.id;
--
-- TOC entry 527 (class 1259 OID 783534)
-- Name: components_manipal_note_rich_text_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_note_rich_text_components (
id integer NOT NULL,
title character varying(255),
rich_text_copy text,
note text
);
--
-- TOC entry 526 (class 1259 OID 783533)
-- Name: components_manipal_note_rich_text_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_note_rich_text_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8778 (class 0 OID 0)
-- Dependencies: 526
-- Name: components_manipal_note_rich_text_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_note_rich_text_components_id_seq OWNED BY public.components_manipal_note_rich_text_components.id;
--
-- TOC entry 463 (class 1259 OID 752933)
-- Name: components_manipal_open_days_points; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_open_days_points (
id integer NOT NULL,
title character varying(255),
title_2 character varying(255)
);
--
-- TOC entry 461 (class 1259 OID 752926)
-- Name: components_manipal_open_days_points_arrays; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_open_days_points_arrays (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 460 (class 1259 OID 752925)
-- Name: components_manipal_open_days_points_arrays_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_open_days_points_arrays_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8779 (class 0 OID 0)
-- Dependencies: 460
-- Name: components_manipal_open_days_points_arrays_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_open_days_points_arrays_id_seq OWNED BY public.components_manipal_open_days_points_arrays.id;
--
-- TOC entry 481 (class 1259 OID 753057)
-- Name: components_manipal_open_days_points_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_open_days_points_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 480 (class 1259 OID 753056)
-- Name: components_manipal_open_days_points_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_open_days_points_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8780 (class 0 OID 0)
-- Dependencies: 480
-- Name: components_manipal_open_days_points_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_open_days_points_components_id_seq OWNED BY public.components_manipal_open_days_points_components.id;
--
-- TOC entry 462 (class 1259 OID 752932)
-- Name: components_manipal_open_days_points_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_open_days_points_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8781 (class 0 OID 0)
-- Dependencies: 462
-- Name: components_manipal_open_days_points_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_open_days_points_id_seq OWNED BY public.components_manipal_open_days_points.id;
--
-- TOC entry 349 (class 1259 OID 742897)
-- Name: components_manipal_our_histories; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_our_histories (
id integer NOT NULL,
year character varying(255),
"desc" text
);
--
-- TOC entry 348 (class 1259 OID 742896)
-- Name: components_manipal_our_histories_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_our_histories_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8782 (class 0 OID 0)
-- Dependencies: 348
-- Name: components_manipal_our_histories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_our_histories_id_seq OWNED BY public.components_manipal_our_histories.id;
--
-- TOC entry 529 (class 1259 OID 783543)
-- Name: components_manipal_our_process_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_our_process_components (
id integer NOT NULL,
title character varying(255),
short_desc character varying(255)
);
--
-- TOC entry 581 (class 1259 OID 783839)
-- Name: components_manipal_our_process_components_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_our_process_components_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 580 (class 1259 OID 783838)
-- Name: components_manipal_our_process_components_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_our_process_components_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8783 (class 0 OID 0)
-- Dependencies: 580
-- Name: components_manipal_our_process_components_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_our_process_components_components_id_seq OWNED BY public.components_manipal_our_process_components_components.id;
--
-- TOC entry 528 (class 1259 OID 783542)
-- Name: components_manipal_our_process_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_our_process_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8784 (class 0 OID 0)
-- Dependencies: 528
-- Name: components_manipal_our_process_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_our_process_components_id_seq OWNED BY public.components_manipal_our_process_components.id;
--
-- TOC entry 531 (class 1259 OID 783552)
-- Name: components_manipal_our_processes; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_our_processes (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 530 (class 1259 OID 783551)
-- Name: components_manipal_our_processes_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_our_processes_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8785 (class 0 OID 0)
-- Dependencies: 530
-- Name: components_manipal_our_processes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_our_processes_id_seq OWNED BY public.components_manipal_our_processes.id;
--
-- TOC entry 663 (class 1259 OID 793974)
-- Name: components_manipal_partners; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_partners (
id integer NOT NULL,
title character varying(255),
description text
);
--
-- TOC entry 661 (class 1259 OID 793967)
-- Name: components_manipal_partners_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_partners_cards (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 660 (class 1259 OID 793966)
-- Name: components_manipal_partners_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_partners_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8786 (class 0 OID 0)
-- Dependencies: 660
-- Name: components_manipal_partners_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_partners_cards_id_seq OWNED BY public.components_manipal_partners_cards.id;
--
-- TOC entry 673 (class 1259 OID 794054)
-- Name: components_manipal_partners_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_partners_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 672 (class 1259 OID 794053)
-- Name: components_manipal_partners_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_partners_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8787 (class 0 OID 0)
-- Dependencies: 672
-- Name: components_manipal_partners_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_partners_components_id_seq OWNED BY public.components_manipal_partners_components.id;
--
-- TOC entry 662 (class 1259 OID 793973)
-- Name: components_manipal_partners_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_partners_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8788 (class 0 OID 0)
-- Dependencies: 662
-- Name: components_manipal_partners_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_partners_id_seq OWNED BY public.components_manipal_partners.id;
--
-- TOC entry 763 (class 1259 OID 963092)
-- Name: components_manipal_program_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_program_cards (
id integer NOT NULL,
title character varying(255),
"desc" text
);
--
-- TOC entry 767 (class 1259 OID 963115)
-- Name: components_manipal_program_cards_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_program_cards_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 766 (class 1259 OID 963114)
-- Name: components_manipal_program_cards_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_program_cards_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8789 (class 0 OID 0)
-- Dependencies: 766
-- Name: components_manipal_program_cards_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_program_cards_components_id_seq OWNED BY public.components_manipal_program_cards_components.id;
--
-- TOC entry 762 (class 1259 OID 963091)
-- Name: components_manipal_program_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_program_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8790 (class 0 OID 0)
-- Dependencies: 762
-- Name: components_manipal_program_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_program_cards_id_seq OWNED BY public.components_manipal_program_cards.id;
--
-- TOC entry 741 (class 1259 OID 956911)
-- Name: components_manipal_program_course_details; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_program_course_details (
id integer NOT NULL
);
--
-- TOC entry 749 (class 1259 OID 956948)
-- Name: components_manipal_program_course_details_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_program_course_details_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 748 (class 1259 OID 956947)
-- Name: components_manipal_program_course_details_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_program_course_details_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8791 (class 0 OID 0)
-- Dependencies: 748
-- Name: components_manipal_program_course_details_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_program_course_details_components_id_seq OWNED BY public.components_manipal_program_course_details_components.id;
--
-- TOC entry 740 (class 1259 OID 956910)
-- Name: components_manipal_program_course_details_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_program_course_details_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8792 (class 0 OID 0)
-- Dependencies: 740
-- Name: components_manipal_program_course_details_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_program_course_details_id_seq OWNED BY public.components_manipal_program_course_details.id;
--
-- TOC entry 533 (class 1259 OID 783559)
-- Name: components_manipal_programs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_programs (
id integer NOT NULL,
title character varying(255),
"desc" text,
rich_text_copy text
);
--
-- TOC entry 532 (class 1259 OID 783558)
-- Name: components_manipal_programs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_programs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8793 (class 0 OID 0)
-- Dependencies: 532
-- Name: components_manipal_programs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_programs_id_seq OWNED BY public.components_manipal_programs.id;
--
-- TOC entry 853 (class 1259 OID 1108648)
-- Name: components_manipal_projects_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_projects_cards (
id integer NOT NULL,
title character varying(255),
short_desc character varying(255)
);
--
-- TOC entry 852 (class 1259 OID 1108647)
-- Name: components_manipal_projects_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_projects_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8794 (class 0 OID 0)
-- Dependencies: 852
-- Name: components_manipal_projects_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_projects_cards_id_seq OWNED BY public.components_manipal_projects_cards.id;
--
-- TOC entry 351 (class 1259 OID 742906)
-- Name: components_manipal_publications; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_publications (
id integer NOT NULL
);
--
-- TOC entry 417 (class 1259 OID 743455)
-- Name: components_manipal_publications_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_publications_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 416 (class 1259 OID 743454)
-- Name: components_manipal_publications_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_publications_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8795 (class 0 OID 0)
-- Dependencies: 416
-- Name: components_manipal_publications_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_publications_components_id_seq OWNED BY public.components_manipal_publications_components.id;
--
-- TOC entry 350 (class 1259 OID 742905)
-- Name: components_manipal_publications_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_publications_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8796 (class 0 OID 0)
-- Dependencies: 350
-- Name: components_manipal_publications_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_publications_id_seq OWNED BY public.components_manipal_publications.id;
--
-- TOC entry 633 (class 1259 OID 793094)
-- Name: components_manipal_registration_processes; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_registration_processes (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 632 (class 1259 OID 793093)
-- Name: components_manipal_registration_processes_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_registration_processes_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8797 (class 0 OID 0)
-- Dependencies: 632
-- Name: components_manipal_registration_processes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_registration_processes_id_seq OWNED BY public.components_manipal_registration_processes.id;
--
-- TOC entry 355 (class 1259 OID 742922)
-- Name: components_manipal_research; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_research (
id integer NOT NULL
);
--
-- TOC entry 419 (class 1259 OID 743469)
-- Name: components_manipal_research_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_research_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 418 (class 1259 OID 743468)
-- Name: components_manipal_research_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_research_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8798 (class 0 OID 0)
-- Dependencies: 418
-- Name: components_manipal_research_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_research_components_id_seq OWNED BY public.components_manipal_research_components.id;
--
-- TOC entry 353 (class 1259 OID 742913)
-- Name: components_manipal_research_data_lists; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_research_data_lists (
id integer NOT NULL,
title character varying(255),
short_desc text,
cta_link character varying(255),
cta_target character varying(255)
);
--
-- TOC entry 352 (class 1259 OID 742912)
-- Name: components_manipal_research_data_lists_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_research_data_lists_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8799 (class 0 OID 0)
-- Dependencies: 352
-- Name: components_manipal_research_data_lists_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_research_data_lists_id_seq OWNED BY public.components_manipal_research_data_lists.id;
--
-- TOC entry 535 (class 1259 OID 783568)
-- Name: components_manipal_research_guidelines_data; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_research_guidelines_data (
id integer NOT NULL,
title character varying(255),
"desc" character varying(255),
cta_text text,
cta_link text,
cta_target character varying(255)
);
--
-- TOC entry 534 (class 1259 OID 783567)
-- Name: components_manipal_research_guidelines_data_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_research_guidelines_data_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8800 (class 0 OID 0)
-- Dependencies: 534
-- Name: components_manipal_research_guidelines_data_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_research_guidelines_data_id_seq OWNED BY public.components_manipal_research_guidelines_data.id;
--
-- TOC entry 354 (class 1259 OID 742921)
-- Name: components_manipal_research_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_research_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8801 (class 0 OID 0)
-- Dependencies: 354
-- Name: components_manipal_research_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_research_id_seq OWNED BY public.components_manipal_research.id;
--
-- TOC entry 727 (class 1259 OID 887379)
-- Name: components_manipal_research_page_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_research_page_components (
id integer NOT NULL,
title character varying(255),
rich_text_copy text,
cta_link text
);
--
-- TOC entry 726 (class 1259 OID 887378)
-- Name: components_manipal_research_page_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_research_page_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8802 (class 0 OID 0)
-- Dependencies: 726
-- Name: components_manipal_research_page_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_research_page_components_id_seq OWNED BY public.components_manipal_research_page_components.id;
--
-- TOC entry 635 (class 1259 OID 793101)
-- Name: components_manipal_rich_text_arrays; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_rich_text_arrays (
id integer NOT NULL,
rich_text_copy text
);
--
-- TOC entry 634 (class 1259 OID 793100)
-- Name: components_manipal_rich_text_arrays_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_rich_text_arrays_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8803 (class 0 OID 0)
-- Dependencies: 634
-- Name: components_manipal_rich_text_arrays_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_rich_text_arrays_id_seq OWNED BY public.components_manipal_rich_text_arrays.id;
--
-- TOC entry 537 (class 1259 OID 783577)
-- Name: components_manipal_rich_text_imgs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_rich_text_imgs (
id integer NOT NULL,
rich_text_copy text
);
--
-- TOC entry 536 (class 1259 OID 783576)
-- Name: components_manipal_rich_text_imgs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_rich_text_imgs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8804 (class 0 OID 0)
-- Dependencies: 536
-- Name: components_manipal_rich_text_imgs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_rich_text_imgs_id_seq OWNED BY public.components_manipal_rich_text_imgs.id;
--
-- TOC entry 719 (class 1259 OID 820307)
-- Name: components_manipal_side_menu_international_student_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_side_menu_international_student_pages (
id integer NOT NULL,
title character varying(255),
type character varying(255),
cta_target character varying(255),
key character varying(255),
cta_link text
);
--
-- TOC entry 718 (class 1259 OID 820306)
-- Name: components_manipal_side_menu_international_student_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_side_menu_international_student_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8805 (class 0 OID 0)
-- Dependencies: 718
-- Name: components_manipal_side_menu_international_student_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_side_menu_international_student_pages_id_seq OWNED BY public.components_manipal_side_menu_international_student_pages.id;
--
-- TOC entry 703 (class 1259 OID 804123)
-- Name: components_manipal_social_keys; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_social_keys (
id integer NOT NULL,
social_title character varying(255),
social_key text
);
--
-- TOC entry 702 (class 1259 OID 804122)
-- Name: components_manipal_social_keys_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_social_keys_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8806 (class 0 OID 0)
-- Dependencies: 702
-- Name: components_manipal_social_keys_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_social_keys_id_seq OWNED BY public.components_manipal_social_keys.id;
--
-- TOC entry 833 (class 1259 OID 1033005)
-- Name: components_manipal_social_medias; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_social_medias (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 835 (class 1259 OID 1033012)
-- Name: components_manipal_social_medias_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_social_medias_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 834 (class 1259 OID 1033011)
-- Name: components_manipal_social_medias_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_social_medias_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8807 (class 0 OID 0)
-- Dependencies: 834
-- Name: components_manipal_social_medias_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_social_medias_components_id_seq OWNED BY public.components_manipal_social_medias_components.id;
--
-- TOC entry 832 (class 1259 OID 1033004)
-- Name: components_manipal_social_medias_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_social_medias_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8808 (class 0 OID 0)
-- Dependencies: 832
-- Name: components_manipal_social_medias_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_social_medias_id_seq OWNED BY public.components_manipal_social_medias.id;
--
-- TOC entry 357 (class 1259 OID 742929)
-- Name: components_manipal_student_policies; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_student_policies (
id integer NOT NULL,
title character varying(255),
"desc" text,
cta_link character varying(255),
cta_text character varying(255),
cta_target character varying(255)
);
--
-- TOC entry 356 (class 1259 OID 742928)
-- Name: components_manipal_student_policies_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_student_policies_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8809 (class 0 OID 0)
-- Dependencies: 356
-- Name: components_manipal_student_policies_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_student_policies_id_seq OWNED BY public.components_manipal_student_policies.id;
--
-- TOC entry 359 (class 1259 OID 742938)
-- Name: components_manipal_student_projects; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_student_projects (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 358 (class 1259 OID 742937)
-- Name: components_manipal_student_projects_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_student_projects_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8810 (class 0 OID 0)
-- Dependencies: 358
-- Name: components_manipal_student_projects_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_student_projects_id_seq OWNED BY public.components_manipal_student_projects.id;
--
-- TOC entry 709 (class 1259 OID 808035)
-- Name: components_manipal_sub_menus; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_sub_menus (
id integer NOT NULL,
title character varying(255),
cta_link character varying(255),
cta_target character varying(255),
highlight boolean
);
--
-- TOC entry 708 (class 1259 OID 808034)
-- Name: components_manipal_sub_menus_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_sub_menus_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8811 (class 0 OID 0)
-- Dependencies: 708
-- Name: components_manipal_sub_menus_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_sub_menus_id_seq OWNED BY public.components_manipal_sub_menus.id;
--
-- TOC entry 361 (class 1259 OID 742945)
-- Name: components_manipal_subject_current_teach_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_subject_current_teach_tables (
id integer NOT NULL,
subject character varying(255),
subject_code character varying(255),
year character varying(255)
);
--
-- TOC entry 360 (class 1259 OID 742944)
-- Name: components_manipal_subject_current_teach_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_subject_current_teach_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8812 (class 0 OID 0)
-- Dependencies: 360
-- Name: components_manipal_subject_current_teach_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_subject_current_teach_tables_id_seq OWNED BY public.components_manipal_subject_current_teach_tables.id;
--
-- TOC entry 363 (class 1259 OID 742954)
-- Name: components_manipal_test_comps; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_test_comps (
id integer NOT NULL,
test character varying(255)
);
--
-- TOC entry 362 (class 1259 OID 742953)
-- Name: components_manipal_test_comps_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_test_comps_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8813 (class 0 OID 0)
-- Dependencies: 362
-- Name: components_manipal_test_comps_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_test_comps_id_seq OWNED BY public.components_manipal_test_comps.id;
--
-- TOC entry 539 (class 1259 OID 783586)
-- Name: components_manipal_testimonials_comments; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_testimonials_comments (
id integer NOT NULL,
name character varying(255),
designation text,
comment text
);
--
-- TOC entry 841 (class 1259 OID 1067380)
-- Name: components_manipal_testimonials_comments_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_testimonials_comments_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 840 (class 1259 OID 1067379)
-- Name: components_manipal_testimonials_comments_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_testimonials_comments_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8814 (class 0 OID 0)
-- Dependencies: 840
-- Name: components_manipal_testimonials_comments_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_testimonials_comments_components_id_seq OWNED BY public.components_manipal_testimonials_comments_components.id;
--
-- TOC entry 538 (class 1259 OID 783585)
-- Name: components_manipal_testimonials_comments_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_testimonials_comments_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8815 (class 0 OID 0)
-- Dependencies: 538
-- Name: components_manipal_testimonials_comments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_testimonials_comments_id_seq OWNED BY public.components_manipal_testimonials_comments.id;
--
-- TOC entry 825 (class 1259 OID 1023132)
-- Name: components_manipal_three_images_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_three_images_components (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 824 (class 1259 OID 1023131)
-- Name: components_manipal_three_images_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_three_images_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8816 (class 0 OID 0)
-- Dependencies: 824
-- Name: components_manipal_three_images_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_three_images_components_id_seq OWNED BY public.components_manipal_three_images_components.id;
--
-- TOC entry 541 (class 1259 OID 783595)
-- Name: components_manipal_title_desc_img_link_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_title_desc_img_link_components (
id integer NOT NULL,
title character varying(255),
"desc" text,
cta_target character varying(255),
cta_link character varying(255),
cta_text character varying(255)
);
--
-- TOC entry 540 (class 1259 OID 783594)
-- Name: components_manipal_title_desc_img_link_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_title_desc_img_link_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8817 (class 0 OID 0)
-- Dependencies: 540
-- Name: components_manipal_title_desc_img_link_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_title_desc_img_link_components_id_seq OWNED BY public.components_manipal_title_desc_img_link_components.id;
--
-- TOC entry 743 (class 1259 OID 956918)
-- Name: components_manipal_title_with_nested_richtexts; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_title_with_nested_richtexts (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 751 (class 1259 OID 956962)
-- Name: components_manipal_title_with_nested_richtexts_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_title_with_nested_richtexts_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 750 (class 1259 OID 956961)
-- Name: components_manipal_title_with_nested_richtexts_component_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_title_with_nested_richtexts_component_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8818 (class 0 OID 0)
-- Dependencies: 750
-- Name: components_manipal_title_with_nested_richtexts_component_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_title_with_nested_richtexts_component_id_seq OWNED BY public.components_manipal_title_with_nested_richtexts_components.id;
--
-- TOC entry 742 (class 1259 OID 956917)
-- Name: components_manipal_title_with_nested_richtexts_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_title_with_nested_richtexts_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8819 (class 0 OID 0)
-- Dependencies: 742
-- Name: components_manipal_title_with_nested_richtexts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_title_with_nested_richtexts_id_seq OWNED BY public.components_manipal_title_with_nested_richtexts.id;
--
-- TOC entry 745 (class 1259 OID 956925)
-- Name: components_manipal_two_images_with_richtexts; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_two_images_with_richtexts (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 744 (class 1259 OID 956924)
-- Name: components_manipal_two_images_with_richtexts_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_two_images_with_richtexts_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8820 (class 0 OID 0)
-- Dependencies: 744
-- Name: components_manipal_two_images_with_richtexts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_two_images_with_richtexts_id_seq OWNED BY public.components_manipal_two_images_with_richtexts.id;
--
-- TOC entry 543 (class 1259 OID 783604)
-- Name: components_manipal_virtual_tours; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_virtual_tours (
id integer NOT NULL,
tag character varying(255),
title character varying(255),
sub_title character varying(255),
"desc" text,
cta_target character varying(255),
cta_link character varying(255),
cta_text character varying(255),
cta_link_2 character varying(255),
cta_text_2 character varying(255)
);
--
-- TOC entry 542 (class 1259 OID 783603)
-- Name: components_manipal_virtual_tours_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_virtual_tours_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8821 (class 0 OID 0)
-- Dependencies: 542
-- Name: components_manipal_virtual_tours_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_virtual_tours_id_seq OWNED BY public.components_manipal_virtual_tours.id;
--
-- TOC entry 465 (class 1259 OID 752942)
-- Name: components_manipal_visa_requirement_pdf_secs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_visa_requirement_pdf_secs (
id integer NOT NULL,
title character varying(255),
link text
);
--
-- TOC entry 464 (class 1259 OID 752941)
-- Name: components_manipal_visa_requirement_pdf_secs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_visa_requirement_pdf_secs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8822 (class 0 OID 0)
-- Dependencies: 464
-- Name: components_manipal_visa_requirement_pdf_secs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_visa_requirement_pdf_secs_id_seq OWNED BY public.components_manipal_visa_requirement_pdf_secs.id;
--
-- TOC entry 467 (class 1259 OID 752951)
-- Name: components_manipal_visa_requirement_process_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_visa_requirement_process_cards (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 466 (class 1259 OID 752950)
-- Name: components_manipal_visa_requirement_process_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_visa_requirement_process_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8823 (class 0 OID 0)
-- Dependencies: 466
-- Name: components_manipal_visa_requirement_process_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_visa_requirement_process_cards_id_seq OWNED BY public.components_manipal_visa_requirement_process_cards.id;
--
-- TOC entry 469 (class 1259 OID 752958)
-- Name: components_manipal_visa_requirement_process_secs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_visa_requirement_process_secs (
id integer NOT NULL,
title character varying(255),
description text,
note character varying(255),
whatsapp_link character varying(255)
);
--
-- TOC entry 483 (class 1259 OID 753071)
-- Name: components_manipal_visa_requirement_process_secs_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_visa_requirement_process_secs_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 482 (class 1259 OID 753070)
-- Name: components_manipal_visa_requirement_process_secs_compone_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_visa_requirement_process_secs_compone_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8824 (class 0 OID 0)
-- Dependencies: 482
-- Name: components_manipal_visa_requirement_process_secs_compone_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_visa_requirement_process_secs_compone_id_seq OWNED BY public.components_manipal_visa_requirement_process_secs_components.id;
--
-- TOC entry 468 (class 1259 OID 752957)
-- Name: components_manipal_visa_requirement_process_secs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_visa_requirement_process_secs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8825 (class 0 OID 0)
-- Dependencies: 468
-- Name: components_manipal_visa_requirement_process_secs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_visa_requirement_process_secs_id_seq OWNED BY public.components_manipal_visa_requirement_process_secs.id;
--
-- TOC entry 545 (class 1259 OID 783613)
-- Name: components_manipal_why_dubai_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_why_dubai_cards (
id integer NOT NULL,
title character varying(255),
"desc" text,
cta_text character varying(255),
cta_link character varying(255),
cta_target character varying(255)
);
--
-- TOC entry 544 (class 1259 OID 783612)
-- Name: components_manipal_why_dubai_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_why_dubai_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8826 (class 0 OID 0)
-- Dependencies: 544
-- Name: components_manipal_why_dubai_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_why_dubai_cards_id_seq OWNED BY public.components_manipal_why_dubai_cards.id;
--
-- TOC entry 547 (class 1259 OID 783622)
-- Name: components_manipal_winter_camp_cards; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_manipal_winter_camp_cards (
id integer NOT NULL,
title character varying(255),
"desc" text,
cta_link character varying(255),
cta_text character varying(255),
cta_target character varying(255)
);
--
-- TOC entry 546 (class 1259 OID 783621)
-- Name: components_manipal_winter_camp_cards_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_manipal_winter_camp_cards_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8827 (class 0 OID 0)
-- Dependencies: 546
-- Name: components_manipal_winter_camp_cards_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_manipal_winter_camp_cards_id_seq OWNED BY public.components_manipal_winter_camp_cards.id;
--
-- TOC entry 883 (class 1259 OID 1367642)
-- Name: components_shared_admission_generals; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_admission_generals (
id integer NOT NULL,
admission_title character varying(255)
);
--
-- TOC entry 885 (class 1259 OID 1367649)
-- Name: components_shared_admission_generals_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_admission_generals_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 884 (class 1259 OID 1367648)
-- Name: components_shared_admission_generals_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_admission_generals_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8828 (class 0 OID 0)
-- Dependencies: 884
-- Name: components_shared_admission_generals_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_admission_generals_components_id_seq OWNED BY public.components_shared_admission_generals_components.id;
--
-- TOC entry 882 (class 1259 OID 1367641)
-- Name: components_shared_admission_generals_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_admission_generals_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8829 (class 0 OID 0)
-- Dependencies: 882
-- Name: components_shared_admission_generals_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_admission_generals_id_seq OWNED BY public.components_shared_admission_generals.id;
--
-- TOC entry 879 (class 1259 OID 1367186)
-- Name: components_shared_campus_lives; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_campus_lives (
id integer NOT NULL,
life_at_title character varying(255),
life_at_desc character varying(255),
life_at_cta_text character varying(255),
life_at_cta_link character varying(255)
);
--
-- TOC entry 881 (class 1259 OID 1367195)
-- Name: components_shared_campus_lives_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_campus_lives_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 880 (class 1259 OID 1367194)
-- Name: components_shared_campus_lives_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_campus_lives_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8830 (class 0 OID 0)
-- Dependencies: 880
-- Name: components_shared_campus_lives_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_campus_lives_components_id_seq OWNED BY public.components_shared_campus_lives_components.id;
--
-- TOC entry 878 (class 1259 OID 1367185)
-- Name: components_shared_campus_lives_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_campus_lives_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8831 (class 0 OID 0)
-- Dependencies: 878
-- Name: components_shared_campus_lives_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_campus_lives_id_seq OWNED BY public.components_shared_campus_lives.id;
--
-- TOC entry 891 (class 1259 OID 1370123)
-- Name: components_shared_career_services_centers; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_career_services_centers (
id integer NOT NULL,
career_service_title character varying(255),
career_service_intro text,
career_service_desc text
);
--
-- TOC entry 893 (class 1259 OID 1371664)
-- Name: components_shared_career_services_centers_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_career_services_centers_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 892 (class 1259 OID 1371663)
-- Name: components_shared_career_services_centers_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_career_services_centers_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8832 (class 0 OID 0)
-- Dependencies: 892
-- Name: components_shared_career_services_centers_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_career_services_centers_components_id_seq OWNED BY public.components_shared_career_services_centers_components.id;
--
-- TOC entry 890 (class 1259 OID 1370122)
-- Name: components_shared_career_services_centers_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_career_services_centers_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8833 (class 0 OID 0)
-- Dependencies: 890
-- Name: components_shared_career_services_centers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_career_services_centers_id_seq OWNED BY public.components_shared_career_services_centers.id;
--
-- TOC entry 779 (class 1259 OID 1015444)
-- Name: components_shared_meta_socials; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_meta_socials (
id integer NOT NULL,
social_network character varying(255),
title character varying(255),
description character varying(255)
);
--
-- TOC entry 778 (class 1259 OID 1015443)
-- Name: components_shared_meta_socials_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_meta_socials_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8834 (class 0 OID 0)
-- Dependencies: 778
-- Name: components_shared_meta_socials_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_meta_socials_id_seq OWNED BY public.components_shared_meta_socials.id;
--
-- TOC entry 781 (class 1259 OID 1015453)
-- Name: components_shared_seos; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_seos (
id integer NOT NULL,
meta_title character varying(255),
meta_description character varying(255),
keywords text,
meta_robots character varying(255),
structured_data jsonb,
meta_viewport character varying(255),
canonical_url character varying(255)
);
--
-- TOC entry 783 (class 1259 OID 1015462)
-- Name: components_shared_seos_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_seos_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 782 (class 1259 OID 1015461)
-- Name: components_shared_seos_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_seos_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8835 (class 0 OID 0)
-- Dependencies: 782
-- Name: components_shared_seos_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_seos_components_id_seq OWNED BY public.components_shared_seos_components.id;
--
-- TOC entry 780 (class 1259 OID 1015452)
-- Name: components_shared_seos_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_seos_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8836 (class 0 OID 0)
-- Dependencies: 780
-- Name: components_shared_seos_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_seos_id_seq OWNED BY public.components_shared_seos.id;
--
-- TOC entry 887 (class 1259 OID 1369872)
-- Name: components_shared_student_services; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_student_services (
id integer NOT NULL,
student_service_title character varying(255),
student_service_desc text
);
--
-- TOC entry 889 (class 1259 OID 1369881)
-- Name: components_shared_student_services_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_shared_student_services_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 888 (class 1259 OID 1369880)
-- Name: components_shared_student_services_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_student_services_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8837 (class 0 OID 0)
-- Dependencies: 888
-- Name: components_shared_student_services_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_student_services_components_id_seq OWNED BY public.components_shared_student_services_components.id;
--
-- TOC entry 886 (class 1259 OID 1369871)
-- Name: components_shared_student_services_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_shared_student_services_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8838 (class 0 OID 0)
-- Dependencies: 886
-- Name: components_shared_student_services_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_shared_student_services_id_seq OWNED BY public.components_shared_student_services.id;
--
-- TOC entry 365 (class 1259 OID 742961)
-- Name: components_table_academic_qualifications; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_academic_qualifications (
id integer NOT NULL,
degree character varying(255),
specialisation character varying(255),
institute character varying(255),
year character varying(255)
);
--
-- TOC entry 364 (class 1259 OID 742960)
-- Name: components_table_academic_qualifications_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_academic_qualifications_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8839 (class 0 OID 0)
-- Dependencies: 364
-- Name: components_table_academic_qualifications_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_academic_qualifications_id_seq OWNED BY public.components_table_academic_qualifications.id;
--
-- TOC entry 367 (class 1259 OID 742970)
-- Name: components_table_area_of_interest_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_area_of_interest_tables (
id integer NOT NULL,
area_of_interest_text character varying(255),
area_of_research character varying(255)
);
--
-- TOC entry 366 (class 1259 OID 742969)
-- Name: components_table_area_of_interest_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_area_of_interest_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8840 (class 0 OID 0)
-- Dependencies: 366
-- Name: components_table_area_of_interest_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_area_of_interest_tables_id_seq OWNED BY public.components_table_area_of_interest_tables.id;
--
-- TOC entry 369 (class 1259 OID 742979)
-- Name: components_table_column_titles; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_column_titles (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 368 (class 1259 OID 742978)
-- Name: components_table_column_titles_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_column_titles_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8841 (class 0 OID 0)
-- Dependencies: 368
-- Name: components_table_column_titles_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_column_titles_id_seq OWNED BY public.components_table_column_titles.id;
--
-- TOC entry 471 (class 1259 OID 752967)
-- Name: components_table_open_days_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_open_days_tables (
id integer NOT NULL,
date date,
location character varying(255),
"time" character varying(255),
status character varying(255)
);
--
-- TOC entry 470 (class 1259 OID 752966)
-- Name: components_table_open_days_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_open_days_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8842 (class 0 OID 0)
-- Dependencies: 470
-- Name: components_table_open_days_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_open_days_tables_id_seq OWNED BY public.components_table_open_days_tables.id;
--
-- TOC entry 371 (class 1259 OID 742986)
-- Name: components_table_professional_affiliations; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_professional_affiliations (
id integer NOT NULL,
membership character varying(255),
membership_number character varying(255)
);
--
-- TOC entry 370 (class 1259 OID 742985)
-- Name: components_table_professional_affiliations_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_professional_affiliations_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8843 (class 0 OID 0)
-- Dependencies: 370
-- Name: components_table_professional_affiliations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_professional_affiliations_id_seq OWNED BY public.components_table_professional_affiliations.id;
--
-- TOC entry 549 (class 1259 OID 783631)
-- Name: components_table_program_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_program_tables (
id integer NOT NULL,
program character varying(255),
duration character varying(255),
annual_tution_fee character varying(255),
vat character varying(255),
session character varying(255)
);
--
-- TOC entry 548 (class 1259 OID 783630)
-- Name: components_table_program_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_program_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8844 (class 0 OID 0)
-- Dependencies: 548
-- Name: components_table_program_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_program_tables_id_seq OWNED BY public.components_table_program_tables.id;
--
-- TOC entry 373 (class 1259 OID 742995)
-- Name: components_table_publications; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_publications (
id integer NOT NULL,
title character varying(255),
short_desc character varying(255),
cta_link character varying(255),
cta_target character varying(255),
cta_text character varying(255)
);
--
-- TOC entry 372 (class 1259 OID 742994)
-- Name: components_table_publications_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_publications_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8845 (class 0 OID 0)
-- Dependencies: 372
-- Name: components_table_publications_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_publications_id_seq OWNED BY public.components_table_publications.id;
--
-- TOC entry 375 (class 1259 OID 743004)
-- Name: components_table_qualification_exps; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_qualification_exps (
id integer NOT NULL,
institution character varying(255),
designation character varying(255),
role character varying(255),
tenure character varying(255)
);
--
-- TOC entry 374 (class 1259 OID 743003)
-- Name: components_table_qualification_exps_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_qualification_exps_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8846 (class 0 OID 0)
-- Dependencies: 374
-- Name: components_table_qualification_exps_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_qualification_exps_id_seq OWNED BY public.components_table_qualification_exps.id;
--
-- TOC entry 551 (class 1259 OID 783640)
-- Name: components_table_scholarship_table_columns; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_scholarship_table_columns (
id integer NOT NULL,
marks character varying(255),
scholarship_value character varying(255)
);
--
-- TOC entry 550 (class 1259 OID 783639)
-- Name: components_table_scholarship_table_columns_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_scholarship_table_columns_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8847 (class 0 OID 0)
-- Dependencies: 550
-- Name: components_table_scholarship_table_columns_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_scholarship_table_columns_id_seq OWNED BY public.components_table_scholarship_table_columns.id;
--
-- TOC entry 553 (class 1259 OID 783649)
-- Name: components_table_scholarship_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_scholarship_tables (
id integer NOT NULL,
title character varying(255),
rich_text_copy text
);
--
-- TOC entry 552 (class 1259 OID 783648)
-- Name: components_table_scholarship_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_scholarship_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8848 (class 0 OID 0)
-- Dependencies: 552
-- Name: components_table_scholarship_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_scholarship_tables_id_seq OWNED BY public.components_table_scholarship_tables.id;
--
-- TOC entry 377 (class 1259 OID 743013)
-- Name: components_table_subject_current_teach_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_subject_current_teach_tables (
id integer NOT NULL,
subject character varying(255),
subject_code character varying(255),
year character varying(255)
);
--
-- TOC entry 376 (class 1259 OID 743012)
-- Name: components_table_subject_current_teach_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_subject_current_teach_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8849 (class 0 OID 0)
-- Dependencies: 376
-- Name: components_table_subject_current_teach_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_subject_current_teach_tables_id_seq OWNED BY public.components_table_subject_current_teach_tables.id;
--
-- TOC entry 379 (class 1259 OID 743022)
-- Name: components_table_table_columns; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_table_columns (
id integer NOT NULL,
title character varying(255)
);
--
-- TOC entry 378 (class 1259 OID 743021)
-- Name: components_table_table_columns_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_table_columns_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8850 (class 0 OID 0)
-- Dependencies: 378
-- Name: components_table_table_columns_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_table_columns_id_seq OWNED BY public.components_table_table_columns.id;
--
-- TOC entry 381 (class 1259 OID 743029)
-- Name: components_table_tables; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_tables (
id integer NOT NULL
);
--
-- TOC entry 421 (class 1259 OID 743483)
-- Name: components_table_tables_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.components_table_tables_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 420 (class 1259 OID 743482)
-- Name: components_table_tables_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_tables_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8851 (class 0 OID 0)
-- Dependencies: 420
-- Name: components_table_tables_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_tables_components_id_seq OWNED BY public.components_table_tables_components.id;
--
-- TOC entry 380 (class 1259 OID 743028)
-- Name: components_table_tables_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.components_table_tables_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8852 (class 0 OID 0)
-- Dependencies: 380
-- Name: components_table_tables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.components_table_tables_id_seq OWNED BY public.components_table_tables.id;
--
-- TOC entry 687 (class 1259 OID 799845)
-- Name: contact_us_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.contact_us_pages (
id integer NOT NULL,
first_heading text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 689 (class 1259 OID 799856)
-- Name: contact_us_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.contact_us_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 688 (class 1259 OID 799855)
-- Name: contact_us_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.contact_us_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8853 (class 0 OID 0)
-- Dependencies: 688
-- Name: contact_us_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.contact_us_pages_components_id_seq OWNED BY public.contact_us_pages_components.id;
--
-- TOC entry 686 (class 1259 OID 799844)
-- Name: contact_us_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.contact_us_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8854 (class 0 OID 0)
-- Dependencies: 686
-- Name: contact_us_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.contact_us_pages_id_seq OWNED BY public.contact_us_pages.id;
--
-- TOC entry 855 (class 1259 OID 1123669)
-- Name: degrees; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.degrees (
id integer NOT NULL,
title character varying(255),
key character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
cta_link text,
cta_text character varying(255),
short_desc character varying(255)
);
--
-- TOC entry 854 (class 1259 OID 1123668)
-- Name: degrees_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.degrees_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8855 (class 0 OID 0)
-- Dependencies: 854
-- Name: degrees_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.degrees_id_seq OWNED BY public.degrees.id;
--
-- TOC entry 877 (class 1259 OID 1147318)
-- Name: degrees_programs_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.degrees_programs_links (
id integer NOT NULL,
degree_id integer,
program_id integer,
program_order double precision,
degree_order double precision
);
--
-- TOC entry 876 (class 1259 OID 1147317)
-- Name: degrees_programs_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.degrees_programs_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8856 (class 0 OID 0)
-- Dependencies: 876
-- Name: degrees_programs_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.degrees_programs_links_id_seq OWNED BY public.degrees_programs_links.id;
--
-- TOC entry 735 (class 1259 OID 949014)
-- Name: events; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.events (
id integer NOT NULL,
date date,
title character varying(255),
slug character varying(255),
short_desc text,
btn_text character varying(255),
rich_text_copy text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 799 (class 1259 OID 1016811)
-- Name: events_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.events_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 798 (class 1259 OID 1016810)
-- Name: events_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.events_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8857 (class 0 OID 0)
-- Dependencies: 798
-- Name: events_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.events_components_id_seq OWNED BY public.events_components.id;
--
-- TOC entry 734 (class 1259 OID 949013)
-- Name: events_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.events_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8858 (class 0 OID 0)
-- Dependencies: 734
-- Name: events_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.events_id_seq OWNED BY public.events.id;
--
-- TOC entry 899 (class 1259 OID 1376882)
-- Name: events_news_events_category_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.events_news_events_category_links (
id integer NOT NULL,
event_id integer,
news_events_category_id integer,
event_order double precision
);
--
-- TOC entry 898 (class 1259 OID 1376881)
-- Name: events_news_events_category_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.events_news_events_category_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8859 (class 0 OID 0)
-- Dependencies: 898
-- Name: events_news_events_category_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.events_news_events_category_links_id_seq OWNED BY public.events_news_events_category_links.id;
--
-- TOC entry 729 (class 1259 OID 889448)
-- Name: events_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.events_pages (
id integer NOT NULL,
upcoming_events_title character varying(255),
past_events_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 731 (class 1259 OID 889459)
-- Name: events_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.events_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 730 (class 1259 OID 889458)
-- Name: events_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.events_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8860 (class 0 OID 0)
-- Dependencies: 730
-- Name: events_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.events_pages_components_id_seq OWNED BY public.events_pages_components.id;
--
-- TOC entry 728 (class 1259 OID 889447)
-- Name: events_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.events_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8861 (class 0 OID 0)
-- Dependencies: 728
-- Name: events_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.events_pages_id_seq OWNED BY public.events_pages.id;
--
-- TOC entry 865 (class 1259 OID 1124730)
-- Name: events_school_collection_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.events_school_collection_links (
id integer NOT NULL,
event_id integer,
school_collection_id integer,
event_order double precision
);
--
-- TOC entry 864 (class 1259 OID 1124729)
-- Name: events_school_collection_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.events_school_collection_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8862 (class 0 OID 0)
-- Dependencies: 864
-- Name: events_school_collection_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.events_school_collection_links_id_seq OWNED BY public.events_school_collection_links.id;
--
-- TOC entry 859 (class 1259 OID 1124381)
-- Name: events_school_type_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.events_school_type_links (
id integer NOT NULL,
event_id integer,
school_id integer,
event_order double precision
);
--
-- TOC entry 858 (class 1259 OID 1124380)
-- Name: events_school_type_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.events_school_type_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8863 (class 0 OID 0)
-- Dependencies: 858
-- Name: events_school_type_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.events_school_type_links_id_seq OWNED BY public.events_school_type_links.id;
--
-- TOC entry 491 (class 1259 OID 783366)
-- Name: facilities_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.facilities_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 559 (class 1259 OID 783685)
-- Name: facilities_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.facilities_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 558 (class 1259 OID 783684)
-- Name: facilities_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.facilities_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8864 (class 0 OID 0)
-- Dependencies: 558
-- Name: facilities_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.facilities_pages_components_id_seq OWNED BY public.facilities_pages_components.id;
--
-- TOC entry 490 (class 1259 OID 783365)
-- Name: facilities_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.facilities_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8865 (class 0 OID 0)
-- Dependencies: 490
-- Name: facilities_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.facilities_pages_id_seq OWNED BY public.facilities_pages.id;
--
-- TOC entry 293 (class 1259 OID 742500)
-- Name: faculties; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.faculties (
id integer NOT NULL,
title character varying(255),
designation character varying(255),
phone character varying(255),
email character varying(255),
slug character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
phone_2 character varying(255)
);
--
-- TOC entry 395 (class 1259 OID 743114)
-- Name: faculties_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.faculties_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 394 (class 1259 OID 743113)
-- Name: faculties_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.faculties_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8866 (class 0 OID 0)
-- Dependencies: 394
-- Name: faculties_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.faculties_components_id_seq OWNED BY public.faculties_components.id;
--
-- TOC entry 397 (class 1259 OID 743128)
-- Name: faculties_faculty_type_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.faculties_faculty_type_links (
id integer NOT NULL,
faculty_id integer,
faculty_type_id integer
);
--
-- TOC entry 396 (class 1259 OID 743127)
-- Name: faculties_faculty_type_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.faculties_faculty_type_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8867 (class 0 OID 0)
-- Dependencies: 396
-- Name: faculties_faculty_type_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.faculties_faculty_type_links_id_seq OWNED BY public.faculties_faculty_type_links.id;
--
-- TOC entry 292 (class 1259 OID 742499)
-- Name: faculties_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.faculties_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8868 (class 0 OID 0)
-- Dependencies: 292
-- Name: faculties_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.faculties_id_seq OWNED BY public.faculties.id;
--
-- TOC entry 867 (class 1259 OID 1124742)
-- Name: faculties_school_collection_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.faculties_school_collection_links (
id integer NOT NULL,
faculty_id integer,
school_collection_id integer,
faculty_order double precision
);
--
-- TOC entry 866 (class 1259 OID 1124741)
-- Name: faculties_school_collection_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.faculties_school_collection_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8869 (class 0 OID 0)
-- Dependencies: 866
-- Name: faculties_school_collection_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.faculties_school_collection_links_id_seq OWNED BY public.faculties_school_collection_links.id;
--
-- TOC entry 295 (class 1259 OID 742513)
-- Name: faculty_types; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.faculty_types (
id integer NOT NULL,
title character varying(255),
key character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 801 (class 1259 OID 1016839)
-- Name: faculty_types_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.faculty_types_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 800 (class 1259 OID 1016838)
-- Name: faculty_types_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.faculty_types_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8870 (class 0 OID 0)
-- Dependencies: 800
-- Name: faculty_types_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.faculty_types_components_id_seq OWNED BY public.faculty_types_components.id;
--
-- TOC entry 294 (class 1259 OID 742512)
-- Name: faculty_types_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.faculty_types_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8871 (class 0 OID 0)
-- Dependencies: 294
-- Name: faculty_types_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.faculty_types_id_seq OWNED BY public.faculty_types.id;
--
-- TOC entry 423 (class 1259 OID 748753)
-- Name: faq_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.faq_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
title character varying(255)
);
--
-- TOC entry 437 (class 1259 OID 748868)
-- Name: faq_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.faq_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 436 (class 1259 OID 748867)
-- Name: faq_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.faq_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8872 (class 0 OID 0)
-- Dependencies: 436
-- Name: faq_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.faq_pages_components_id_seq OWNED BY public.faq_pages_components.id;
--
-- TOC entry 422 (class 1259 OID 748752)
-- Name: faq_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.faq_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8873 (class 0 OID 0)
-- Dependencies: 422
-- Name: faq_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.faq_pages_id_seq OWNED BY public.faq_pages.id;
--
-- TOC entry 493 (class 1259 OID 783375)
-- Name: fee_and_funding_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.fee_and_funding_pages (
id integer NOT NULL,
application_reg_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
apply_for_scholarship_toggle boolean
);
--
-- TOC entry 561 (class 1259 OID 783699)
-- Name: fee_and_funding_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.fee_and_funding_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 560 (class 1259 OID 783698)
-- Name: fee_and_funding_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.fee_and_funding_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8874 (class 0 OID 0)
-- Dependencies: 560
-- Name: fee_and_funding_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.fee_and_funding_pages_components_id_seq OWNED BY public.fee_and_funding_pages_components.id;
--
-- TOC entry 492 (class 1259 OID 783374)
-- Name: fee_and_funding_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.fee_and_funding_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8875 (class 0 OID 0)
-- Dependencies: 492
-- Name: fee_and_funding_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.fee_and_funding_pages_id_seq OWNED BY public.fee_and_funding_pages.id;
--
-- TOC entry 237 (class 1259 OID 680686)
-- Name: files; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.files (
id integer NOT NULL,
name character varying(255),
alternative_text character varying(255),
caption character varying(255),
width integer,
height integer,
formats jsonb,
hash character varying(255),
ext character varying(255),
mime character varying(255),
size numeric(10,2),
url character varying(255),
preview_url character varying(255),
provider character varying(255),
provider_metadata jsonb,
folder_path character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 263 (class 1259 OID 680843)
-- Name: files_folder_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.files_folder_links (
id integer NOT NULL,
file_id integer,
folder_id integer,
file_order double precision
);
--
-- TOC entry 262 (class 1259 OID 680842)
-- Name: files_folder_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.files_folder_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8876 (class 0 OID 0)
-- Dependencies: 262
-- Name: files_folder_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.files_folder_links_id_seq OWNED BY public.files_folder_links.id;
--
-- TOC entry 236 (class 1259 OID 680685)
-- Name: files_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.files_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8877 (class 0 OID 0)
-- Dependencies: 236
-- Name: files_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.files_id_seq OWNED BY public.files.id;
--
-- TOC entry 261 (class 1259 OID 680831)
-- Name: files_related_morphs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.files_related_morphs (
id integer NOT NULL,
file_id integer,
related_id integer,
related_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 260 (class 1259 OID 680830)
-- Name: files_related_morphs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.files_related_morphs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8878 (class 0 OID 0)
-- Dependencies: 260
-- Name: files_related_morphs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.files_related_morphs_id_seq OWNED BY public.files_related_morphs.id;
--
-- TOC entry 705 (class 1259 OID 808015)
-- Name: header_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.header_components (
id integer NOT NULL,
enquire_now_text character varying(255),
enquire_now_link text,
enquire_now_target character varying(255),
apply_now_link text,
apply_now_text character varying(255),
apply_now_target character varying(255),
bottom_note text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
program_page_why_dubai_heading character varying(255)
);
--
-- TOC entry 711 (class 1259 OID 808044)
-- Name: header_components_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.header_components_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 710 (class 1259 OID 808043)
-- Name: header_components_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.header_components_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8879 (class 0 OID 0)
-- Dependencies: 710
-- Name: header_components_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.header_components_components_id_seq OWNED BY public.header_components_components.id;
--
-- TOC entry 704 (class 1259 OID 808014)
-- Name: header_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.header_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8880 (class 0 OID 0)
-- Dependencies: 704
-- Name: header_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.header_components_id_seq OWNED BY public.header_components.id;
--
-- TOC entry 425 (class 1259 OID 748762)
-- Name: histories; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.histories (
id integer NOT NULL,
our_history_title character varying(255),
"desc" text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 439 (class 1259 OID 748882)
-- Name: histories_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.histories_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 438 (class 1259 OID 748881)
-- Name: histories_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.histories_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8881 (class 0 OID 0)
-- Dependencies: 438
-- Name: histories_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.histories_components_id_seq OWNED BY public.histories_components.id;
--
-- TOC entry 424 (class 1259 OID 748761)
-- Name: histories_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.histories_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8882 (class 0 OID 0)
-- Dependencies: 424
-- Name: histories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.histories_id_seq OWNED BY public.histories.id;
--
-- TOC entry 693 (class 1259 OID 803875)
-- Name: home_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.home_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
about_mahe_text character varying(255),
about_mahe_desc text,
cta_text_mahe_dubai text,
our_prog_title character varying(255),
our_prog_desc text,
campus_round_title character varying(255),
announcement_title character varying(255),
cta_link_mahe_dubai text,
campus_life_toggle boolean,
admissions_toggle boolean
);
--
-- TOC entry 701 (class 1259 OID 803911)
-- Name: home_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.home_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 700 (class 1259 OID 803910)
-- Name: home_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.home_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8883 (class 0 OID 0)
-- Dependencies: 700
-- Name: home_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.home_pages_components_id_seq OWNED BY public.home_pages_components.id;
--
-- TOC entry 692 (class 1259 OID 803874)
-- Name: home_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.home_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8884 (class 0 OID 0)
-- Dependencies: 692
-- Name: home_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.home_pages_id_seq OWNED BY public.home_pages.id;
--
-- TOC entry 495 (class 1259 OID 783384)
-- Name: how_to_apply_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.how_to_apply_pages (
id integer NOT NULL,
read_morebtn_text character varying(255),
important_note text,
more_detail_text text,
download_online_title character varying(255),
download_desc text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
address_heading text
);
--
-- TOC entry 563 (class 1259 OID 783713)
-- Name: how_to_apply_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.how_to_apply_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 562 (class 1259 OID 783712)
-- Name: how_to_apply_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.how_to_apply_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8885 (class 0 OID 0)
-- Dependencies: 562
-- Name: how_to_apply_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.how_to_apply_pages_components_id_seq OWNED BY public.how_to_apply_pages_components.id;
--
-- TOC entry 494 (class 1259 OID 783383)
-- Name: how_to_apply_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.how_to_apply_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8886 (class 0 OID 0)
-- Dependencies: 494
-- Name: how_to_apply_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.how_to_apply_pages_id_seq OWNED BY public.how_to_apply_pages.id;
--
-- TOC entry 245 (class 1259 OID 680740)
-- Name: i18n_locale; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.i18n_locale (
id integer NOT NULL,
name character varying(255),
code character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 244 (class 1259 OID 680739)
-- Name: i18n_locale_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.i18n_locale_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8887 (class 0 OID 0)
-- Dependencies: 244
-- Name: i18n_locale_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.i18n_locale_id_seq OWNED BY public.i18n_locale.id;
--
-- TOC entry 845 (class 1259 OID 1071105)
-- Name: innovation_incubation_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.innovation_incubation_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
our_project_title character varying(255),
our_project_subtitle character varying(255)
);
--
-- TOC entry 851 (class 1259 OID 1077982)
-- Name: innovation_incubation_pages_administrations_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.innovation_incubation_pages_administrations_links (
id integer NOT NULL,
innovation_incubation_page_id integer,
administration_id integer,
administration_order double precision
);
--
-- TOC entry 850 (class 1259 OID 1077981)
-- Name: innovation_incubation_pages_administrations_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.innovation_incubation_pages_administrations_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8888 (class 0 OID 0)
-- Dependencies: 850
-- Name: innovation_incubation_pages_administrations_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.innovation_incubation_pages_administrations_links_id_seq OWNED BY public.innovation_incubation_pages_administrations_links.id;
--
-- TOC entry 847 (class 1259 OID 1071114)
-- Name: innovation_incubation_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.innovation_incubation_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 846 (class 1259 OID 1071113)
-- Name: innovation_incubation_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.innovation_incubation_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8889 (class 0 OID 0)
-- Dependencies: 846
-- Name: innovation_incubation_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.innovation_incubation_pages_components_id_seq OWNED BY public.innovation_incubation_pages_components.id;
--
-- TOC entry 844 (class 1259 OID 1071104)
-- Name: innovation_incubation_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.innovation_incubation_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8890 (class 0 OID 0)
-- Dependencies: 844
-- Name: innovation_incubation_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.innovation_incubation_pages_id_seq OWNED BY public.innovation_incubation_pages.id;
--
-- TOC entry 497 (class 1259 OID 783395)
-- Name: international_admissions; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_admissions (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
why_dubai_toggle boolean,
campus_life_toggle boolean,
admissions_toggle boolean,
career_service_toggle boolean
);
--
-- TOC entry 565 (class 1259 OID 783727)
-- Name: international_admissions_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_admissions_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 564 (class 1259 OID 783726)
-- Name: international_admissions_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_admissions_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8891 (class 0 OID 0)
-- Dependencies: 564
-- Name: international_admissions_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_admissions_components_id_seq OWNED BY public.international_admissions_components.id;
--
-- TOC entry 496 (class 1259 OID 783394)
-- Name: international_admissions_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_admissions_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8892 (class 0 OID 0)
-- Dependencies: 496
-- Name: international_admissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_admissions_id_seq OWNED BY public.international_admissions.id;
--
-- TOC entry 297 (class 1259 OID 742553)
-- Name: international_collaborations; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_collaborations (
id integer NOT NULL,
academic_partner_title character varying(255),
academic_desc character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 399 (class 1259 OID 743181)
-- Name: international_collaborations_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_collaborations_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 398 (class 1259 OID 743180)
-- Name: international_collaborations_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_collaborations_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8893 (class 0 OID 0)
-- Dependencies: 398
-- Name: international_collaborations_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_collaborations_components_id_seq OWNED BY public.international_collaborations_components.id;
--
-- TOC entry 296 (class 1259 OID 742552)
-- Name: international_collaborations_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_collaborations_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8894 (class 0 OID 0)
-- Dependencies: 296
-- Name: international_collaborations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_collaborations_id_seq OWNED BY public.international_collaborations.id;
--
-- TOC entry 675 (class 1259 OID 798264)
-- Name: international_student_orientation_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_student_orientation_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 677 (class 1259 OID 798273)
-- Name: international_student_orientation_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_student_orientation_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 676 (class 1259 OID 798272)
-- Name: international_student_orientation_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_student_orientation_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8895 (class 0 OID 0)
-- Dependencies: 676
-- Name: international_student_orientation_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_student_orientation_pages_components_id_seq OWNED BY public.international_student_orientation_pages_components.id;
--
-- TOC entry 674 (class 1259 OID 798263)
-- Name: international_student_orientation_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_student_orientation_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8896 (class 0 OID 0)
-- Dependencies: 674
-- Name: international_student_orientation_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_student_orientation_pages_id_seq OWNED BY public.international_student_orientation_pages.id;
--
-- TOC entry 679 (class 1259 OID 798754)
-- Name: international_student_scholarship_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_student_scholarship_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
why_dubai_toggle boolean,
campus_life_toggle boolean,
apply_for_scholarship_toggle boolean,
admissions_toggle boolean,
student_services_toggle boolean,
career_service_toggle boolean
);
--
-- TOC entry 681 (class 1259 OID 798763)
-- Name: international_student_scholarship_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_student_scholarship_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 680 (class 1259 OID 798762)
-- Name: international_student_scholarship_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_student_scholarship_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8897 (class 0 OID 0)
-- Dependencies: 680
-- Name: international_student_scholarship_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_student_scholarship_pages_components_id_seq OWNED BY public.international_student_scholarship_pages_components.id;
--
-- TOC entry 678 (class 1259 OID 798753)
-- Name: international_student_scholarship_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_student_scholarship_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8898 (class 0 OID 0)
-- Dependencies: 678
-- Name: international_student_scholarship_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_student_scholarship_pages_id_seq OWNED BY public.international_student_scholarship_pages.id;
--
-- TOC entry 449 (class 1259 OID 752853)
-- Name: international_students; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_students (
id integer NOT NULL,
title character varying(255),
intro text,
rich_text_copy text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
why_dubai_toggle boolean,
campus_life_toggle boolean
);
--
-- TOC entry 451 (class 1259 OID 752864)
-- Name: international_students_about_dubais; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_students_about_dubais (
id integer NOT NULL,
title character varying(255),
intro text,
rich_text_copy text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
why_dubai_toggle boolean,
campus_life_toggle boolean,
apply_for_scholarship_toggle boolean,
admissions_toggle boolean,
student_services_toggle boolean,
career_service_toggle boolean
);
--
-- TOC entry 837 (class 1259 OID 1042481)
-- Name: international_students_about_dubais_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_students_about_dubais_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 836 (class 1259 OID 1042480)
-- Name: international_students_about_dubais_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_students_about_dubais_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8899 (class 0 OID 0)
-- Dependencies: 836
-- Name: international_students_about_dubais_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_students_about_dubais_components_id_seq OWNED BY public.international_students_about_dubais_components.id;
--
-- TOC entry 450 (class 1259 OID 752863)
-- Name: international_students_about_dubais_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_students_about_dubais_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8900 (class 0 OID 0)
-- Dependencies: 450
-- Name: international_students_about_dubais_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_students_about_dubais_id_seq OWNED BY public.international_students_about_dubais.id;
--
-- TOC entry 473 (class 1259 OID 752987)
-- Name: international_students_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_students_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 472 (class 1259 OID 752986)
-- Name: international_students_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_students_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8901 (class 0 OID 0)
-- Dependencies: 472
-- Name: international_students_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_students_components_id_seq OWNED BY public.international_students_components.id;
--
-- TOC entry 448 (class 1259 OID 752852)
-- Name: international_students_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_students_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8902 (class 0 OID 0)
-- Dependencies: 448
-- Name: international_students_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_students_id_seq OWNED BY public.international_students.id;
--
-- TOC entry 715 (class 1259 OID 820289)
-- Name: international_students_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_students_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
why_dubai_toggle boolean,
campus_life_toggle boolean,
apply_for_scholarship_toggle boolean,
admissions_toggle boolean,
student_services_toggle boolean,
career_service_toggle boolean
);
--
-- TOC entry 721 (class 1259 OID 820316)
-- Name: international_students_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_students_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 720 (class 1259 OID 820315)
-- Name: international_students_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_students_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8903 (class 0 OID 0)
-- Dependencies: 720
-- Name: international_students_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_students_pages_components_id_seq OWNED BY public.international_students_pages_components.id;
--
-- TOC entry 714 (class 1259 OID 820288)
-- Name: international_students_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_students_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8904 (class 0 OID 0)
-- Dependencies: 714
-- Name: international_students_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_students_pages_id_seq OWNED BY public.international_students_pages.id;
--
-- TOC entry 453 (class 1259 OID 752886)
-- Name: international_students_visa_requirements; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_students_visa_requirements (
id integer NOT NULL,
title character varying(255),
intro character varying(255),
rich_text_copy text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
why_dubai_toggle boolean,
campus_life_toggle boolean,
apply_for_scholarship_toggle boolean,
admissions_toggle boolean,
student_services_toggle boolean,
career_service_toggle boolean
);
--
-- TOC entry 475 (class 1259 OID 753015)
-- Name: international_students_visa_requirements_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.international_students_visa_requirements_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 474 (class 1259 OID 753014)
-- Name: international_students_visa_requirements_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_students_visa_requirements_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8905 (class 0 OID 0)
-- Dependencies: 474
-- Name: international_students_visa_requirements_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_students_visa_requirements_components_id_seq OWNED BY public.international_students_visa_requirements_components.id;
--
-- TOC entry 452 (class 1259 OID 752885)
-- Name: international_students_visa_requirements_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.international_students_visa_requirements_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8906 (class 0 OID 0)
-- Dependencies: 452
-- Name: international_students_visa_requirements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.international_students_visa_requirements_id_seq OWNED BY public.international_students_visa_requirements.id;
--
-- TOC entry 299 (class 1259 OID 742564)
-- Name: leaderships; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.leaderships (
id integer NOT NULL,
title character varying(255),
designation character varying(255),
intro text,
rich_text_copy text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
slug character varying(255)
);
--
-- TOC entry 803 (class 1259 OID 1016853)
-- Name: leaderships_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.leaderships_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 802 (class 1259 OID 1016852)
-- Name: leaderships_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.leaderships_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8907 (class 0 OID 0)
-- Dependencies: 802
-- Name: leaderships_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.leaderships_components_id_seq OWNED BY public.leaderships_components.id;
--
-- TOC entry 298 (class 1259 OID 742563)
-- Name: leaderships_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.leaderships_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8908 (class 0 OID 0)
-- Dependencies: 298
-- Name: leaderships_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.leaderships_id_seq OWNED BY public.leaderships.id;
--
-- TOC entry 427 (class 1259 OID 748783)
-- Name: manipal_jai_pur_universities; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.manipal_jai_pur_universities (
id integer NOT NULL,
title character varying(255),
rich_text_copy text,
world_wide_title character varying(255),
short_desc text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 441 (class 1259 OID 748910)
-- Name: manipal_jai_pur_universities_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.manipal_jai_pur_universities_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 440 (class 1259 OID 748909)
-- Name: manipal_jai_pur_universities_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.manipal_jai_pur_universities_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8909 (class 0 OID 0)
-- Dependencies: 440
-- Name: manipal_jai_pur_universities_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.manipal_jai_pur_universities_components_id_seq OWNED BY public.manipal_jai_pur_universities_components.id;
--
-- TOC entry 426 (class 1259 OID 748782)
-- Name: manipal_jai_pur_universities_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.manipal_jai_pur_universities_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8910 (class 0 OID 0)
-- Dependencies: 426
-- Name: manipal_jai_pur_universities_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.manipal_jai_pur_universities_id_seq OWNED BY public.manipal_jai_pur_universities.id;
--
-- TOC entry 303 (class 1259 OID 742624)
-- Name: news; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news (
id integer NOT NULL,
date date,
rich_text_copy text,
short_desc text,
title character varying(255),
slug character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
btn_text character varying(255),
spolight boolean
);
--
-- TOC entry 805 (class 1259 OID 1016881)
-- Name: news_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 804 (class 1259 OID 1016880)
-- Name: news_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8911 (class 0 OID 0)
-- Dependencies: 804
-- Name: news_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_components_id_seq OWNED BY public.news_components.id;
--
-- TOC entry 429 (class 1259 OID 748794)
-- Name: news_detail_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_detail_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 443 (class 1259 OID 748924)
-- Name: news_detail_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_detail_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 442 (class 1259 OID 748923)
-- Name: news_detail_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_detail_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8912 (class 0 OID 0)
-- Dependencies: 442
-- Name: news_detail_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_detail_pages_components_id_seq OWNED BY public.news_detail_pages_components.id;
--
-- TOC entry 428 (class 1259 OID 748793)
-- Name: news_detail_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_detail_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8913 (class 0 OID 0)
-- Dependencies: 428
-- Name: news_detail_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_detail_pages_id_seq OWNED BY public.news_detail_pages.id;
--
-- TOC entry 895 (class 1259 OID 1376626)
-- Name: news_events_categories; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_events_categories (
id integer NOT NULL,
title character varying(255),
key character varying(255),
type character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 897 (class 1259 OID 1376637)
-- Name: news_events_categories_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_events_categories_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 896 (class 1259 OID 1376636)
-- Name: news_events_categories_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_events_categories_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8914 (class 0 OID 0)
-- Dependencies: 896
-- Name: news_events_categories_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_events_categories_components_id_seq OWNED BY public.news_events_categories_components.id;
--
-- TOC entry 894 (class 1259 OID 1376625)
-- Name: news_events_categories_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_events_categories_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8915 (class 0 OID 0)
-- Dependencies: 894
-- Name: news_events_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_events_categories_id_seq OWNED BY public.news_events_categories.id;
--
-- TOC entry 302 (class 1259 OID 742623)
-- Name: news_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8916 (class 0 OID 0)
-- Dependencies: 302
-- Name: news_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_id_seq OWNED BY public.news.id;
--
-- TOC entry 301 (class 1259 OID 742613)
-- Name: news_mains; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_mains (
id integer NOT NULL,
spotlight_title character varying(255),
spotlight_desc text,
more_news_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 401 (class 1259 OID 743237)
-- Name: news_mains_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_mains_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 400 (class 1259 OID 743236)
-- Name: news_mains_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_mains_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8917 (class 0 OID 0)
-- Dependencies: 400
-- Name: news_mains_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_mains_components_id_seq OWNED BY public.news_mains_components.id;
--
-- TOC entry 300 (class 1259 OID 742612)
-- Name: news_mains_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_mains_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8918 (class 0 OID 0)
-- Dependencies: 300
-- Name: news_mains_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_mains_id_seq OWNED BY public.news_mains.id;
--
-- TOC entry 901 (class 1259 OID 1377129)
-- Name: news_news_events_category_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_news_events_category_links (
id integer NOT NULL,
news_single_id integer,
news_events_category_id integer,
news_single_order double precision
);
--
-- TOC entry 900 (class 1259 OID 1377128)
-- Name: news_news_events_category_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_news_events_category_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8919 (class 0 OID 0)
-- Dependencies: 900
-- Name: news_news_events_category_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_news_events_category_links_id_seq OWNED BY public.news_news_events_category_links.id;
--
-- TOC entry 869 (class 1259 OID 1124754)
-- Name: news_school_collection_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.news_school_collection_links (
id integer NOT NULL,
news_single_id integer,
school_collection_id integer,
news_single_order double precision
);
--
-- TOC entry 868 (class 1259 OID 1124753)
-- Name: news_school_collection_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.news_school_collection_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8920 (class 0 OID 0)
-- Dependencies: 868
-- Name: news_school_collection_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.news_school_collection_links_id_seq OWNED BY public.news_school_collection_links.id;
--
-- TOC entry 455 (class 1259 OID 752897)
-- Name: open_days; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.open_days (
id integer NOT NULL,
title character varying(255),
intro text,
sub_title character varying(255),
video_url text,
form_title character varying(255),
form_description character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 477 (class 1259 OID 753029)
-- Name: open_days_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.open_days_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 476 (class 1259 OID 753028)
-- Name: open_days_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.open_days_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8921 (class 0 OID 0)
-- Dependencies: 476
-- Name: open_days_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.open_days_components_id_seq OWNED BY public.open_days_components.id;
--
-- TOC entry 454 (class 1259 OID 752896)
-- Name: open_days_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.open_days_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8922 (class 0 OID 0)
-- Dependencies: 454
-- Name: open_days_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.open_days_id_seq OWNED BY public.open_days.id;
--
-- TOC entry 643 (class 1259 OID 793884)
-- Name: our_campuses; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.our_campuses (
id integer NOT NULL,
title character varying(255),
video_title character varying(255),
video_rich_text_copy text,
video_url text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
"desc" text
);
--
-- TOC entry 667 (class 1259 OID 794012)
-- Name: our_campuses_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.our_campuses_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 666 (class 1259 OID 794011)
-- Name: our_campuses_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.our_campuses_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8923 (class 0 OID 0)
-- Dependencies: 666
-- Name: our_campuses_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.our_campuses_components_id_seq OWNED BY public.our_campuses_components.id;
--
-- TOC entry 642 (class 1259 OID 793883)
-- Name: our_campuses_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.our_campuses_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8924 (class 0 OID 0)
-- Dependencies: 642
-- Name: our_campuses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.our_campuses_id_seq OWNED BY public.our_campuses.id;
--
-- TOC entry 457 (class 1259 OID 752908)
-- Name: our_faculties; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.our_faculties (
id integer NOT NULL,
title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 479 (class 1259 OID 753043)
-- Name: our_faculties_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.our_faculties_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 478 (class 1259 OID 753042)
-- Name: our_faculties_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.our_faculties_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8925 (class 0 OID 0)
-- Dependencies: 478
-- Name: our_faculties_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.our_faculties_components_id_seq OWNED BY public.our_faculties_components.id;
--
-- TOC entry 456 (class 1259 OID 752907)
-- Name: our_faculties_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.our_faculties_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8926 (class 0 OID 0)
-- Dependencies: 456
-- Name: our_faculties_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.our_faculties_id_seq OWNED BY public.our_faculties.id;
--
-- TOC entry 499 (class 1259 OID 783404)
-- Name: policies; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.policies (
id integer NOT NULL,
rich_text_copy text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
admission_enq_title character varying(255)
);
--
-- TOC entry 567 (class 1259 OID 783741)
-- Name: policies_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.policies_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 566 (class 1259 OID 783740)
-- Name: policies_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.policies_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8927 (class 0 OID 0)
-- Dependencies: 566
-- Name: policies_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.policies_components_id_seq OWNED BY public.policies_components.id;
--
-- TOC entry 498 (class 1259 OID 783403)
-- Name: policies_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.policies_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8928 (class 0 OID 0)
-- Dependencies: 498
-- Name: policies_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.policies_id_seq OWNED BY public.policies.id;
--
-- TOC entry 305 (class 1259 OID 742646)
-- Name: privacy_policies; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.privacy_policies (
id integer NOT NULL,
title character varying(255),
rich_text_copy text,
slug character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 569 (class 1259 OID 783755)
-- Name: privacy_policies_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.privacy_policies_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 568 (class 1259 OID 783754)
-- Name: privacy_policies_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.privacy_policies_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8929 (class 0 OID 0)
-- Dependencies: 568
-- Name: privacy_policies_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.privacy_policies_components_id_seq OWNED BY public.privacy_policies_components.id;
--
-- TOC entry 304 (class 1259 OID 742645)
-- Name: privacy_policies_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.privacy_policies_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8930 (class 0 OID 0)
-- Dependencies: 304
-- Name: privacy_policies_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.privacy_policies_id_seq OWNED BY public.privacy_policies.id;
--
-- TOC entry 753 (class 1259 OID 957916)
-- Name: program_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.program_pages (
id integer NOT NULL,
program_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
read_more_title character varying(255)
);
--
-- TOC entry 757 (class 1259 OID 957934)
-- Name: program_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.program_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 756 (class 1259 OID 957933)
-- Name: program_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.program_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8931 (class 0 OID 0)
-- Dependencies: 756
-- Name: program_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.program_pages_components_id_seq OWNED BY public.program_pages_components.id;
--
-- TOC entry 752 (class 1259 OID 957915)
-- Name: program_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.program_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8932 (class 0 OID 0)
-- Dependencies: 752
-- Name: program_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.program_pages_id_seq OWNED BY public.program_pages.id;
--
-- TOC entry 739 (class 1259 OID 956898)
-- Name: programs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.programs (
id integer NOT NULL,
title character varying(255),
slug character varying(255),
rich_text_copy text,
course_accreditation_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
program_table_rich_text text,
short_desc character varying(255)
);
--
-- TOC entry 747 (class 1259 OID 956934)
-- Name: programs_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.programs_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 746 (class 1259 OID 956933)
-- Name: programs_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.programs_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8933 (class 0 OID 0)
-- Dependencies: 746
-- Name: programs_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.programs_components_id_seq OWNED BY public.programs_components.id;
--
-- TOC entry 738 (class 1259 OID 956897)
-- Name: programs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.programs_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8934 (class 0 OID 0)
-- Dependencies: 738
-- Name: programs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.programs_id_seq OWNED BY public.programs.id;
--
-- TOC entry 871 (class 1259 OID 1124766)
-- Name: programs_school_collection_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.programs_school_collection_links (
id integer NOT NULL,
program_id integer,
school_collection_id integer,
program_order double precision
);
--
-- TOC entry 870 (class 1259 OID 1124765)
-- Name: programs_school_collection_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.programs_school_collection_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8935 (class 0 OID 0)
-- Dependencies: 870
-- Name: programs_school_collection_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.programs_school_collection_links_id_seq OWNED BY public.programs_school_collection_links.id;
--
-- TOC entry 431 (class 1259 OID 748814)
-- Name: ranking_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.ranking_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
why_dubai_toggle boolean,
campus_life_toggle boolean
);
--
-- TOC entry 445 (class 1259 OID 748952)
-- Name: ranking_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.ranking_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 444 (class 1259 OID 748951)
-- Name: ranking_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.ranking_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8936 (class 0 OID 0)
-- Dependencies: 444
-- Name: ranking_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.ranking_pages_components_id_seq OWNED BY public.ranking_pages_components.id;
--
-- TOC entry 430 (class 1259 OID 748813)
-- Name: ranking_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.ranking_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8937 (class 0 OID 0)
-- Dependencies: 430
-- Name: ranking_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.ranking_pages_id_seq OWNED BY public.ranking_pages.id;
--
-- TOC entry 307 (class 1259 OID 742668)
-- Name: recognitions_and_accreditations; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.recognitions_and_accreditations (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 403 (class 1259 OID 743290)
-- Name: recognitions_and_accreditations_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.recognitions_and_accreditations_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 402 (class 1259 OID 743289)
-- Name: recognitions_and_accreditations_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.recognitions_and_accreditations_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8938 (class 0 OID 0)
-- Dependencies: 402
-- Name: recognitions_and_accreditations_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.recognitions_and_accreditations_components_id_seq OWNED BY public.recognitions_and_accreditations_components.id;
--
-- TOC entry 306 (class 1259 OID 742667)
-- Name: recognitions_and_accreditations_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.recognitions_and_accreditations_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8939 (class 0 OID 0)
-- Dependencies: 306
-- Name: recognitions_and_accreditations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.recognitions_and_accreditations_id_seq OWNED BY public.recognitions_and_accreditations.id;
--
-- TOC entry 583 (class 1259 OID 785398)
-- Name: research_at_dubai_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_at_dubai_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 585 (class 1259 OID 785407)
-- Name: research_at_dubai_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_at_dubai_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 584 (class 1259 OID 785406)
-- Name: research_at_dubai_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_at_dubai_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8940 (class 0 OID 0)
-- Dependencies: 584
-- Name: research_at_dubai_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_at_dubai_pages_components_id_seq OWNED BY public.research_at_dubai_pages_components.id;
--
-- TOC entry 582 (class 1259 OID 785397)
-- Name: research_at_dubai_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_at_dubai_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8941 (class 0 OID 0)
-- Dependencies: 582
-- Name: research_at_dubai_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_at_dubai_pages_id_seq OWNED BY public.research_at_dubai_pages.id;
--
-- TOC entry 599 (class 1259 OID 786585)
-- Name: research_awards_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_awards_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 601 (class 1259 OID 786594)
-- Name: research_awards_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_awards_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 600 (class 1259 OID 786593)
-- Name: research_awards_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_awards_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8942 (class 0 OID 0)
-- Dependencies: 600
-- Name: research_awards_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_awards_pages_components_id_seq OWNED BY public.research_awards_pages_components.id;
--
-- TOC entry 598 (class 1259 OID 786584)
-- Name: research_awards_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_awards_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8943 (class 0 OID 0)
-- Dependencies: 598
-- Name: research_awards_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_awards_pages_id_seq OWNED BY public.research_awards_pages.id;
--
-- TOC entry 595 (class 1259 OID 786311)
-- Name: research_collaboration_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_collaboration_pages (
id integer NOT NULL,
short_desc text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 597 (class 1259 OID 786322)
-- Name: research_collaboration_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_collaboration_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 596 (class 1259 OID 786321)
-- Name: research_collaboration_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_collaboration_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8944 (class 0 OID 0)
-- Dependencies: 596
-- Name: research_collaboration_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_collaboration_pages_components_id_seq OWNED BY public.research_collaboration_pages_components.id;
--
-- TOC entry 594 (class 1259 OID 786310)
-- Name: research_collaboration_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_collaboration_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8945 (class 0 OID 0)
-- Dependencies: 594
-- Name: research_collaboration_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_collaboration_pages_id_seq OWNED BY public.research_collaboration_pages.id;
--
-- TOC entry 311 (class 1259 OID 742688)
-- Name: research_committe_lists; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_committe_lists (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
academic_qualification_title character varying(255),
experience_title character varying(255)
);
--
-- TOC entry 407 (class 1259 OID 743329)
-- Name: research_committe_lists_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_committe_lists_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 406 (class 1259 OID 743328)
-- Name: research_committe_lists_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_committe_lists_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8946 (class 0 OID 0)
-- Dependencies: 406
-- Name: research_committe_lists_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_committe_lists_components_id_seq OWNED BY public.research_committe_lists_components.id;
--
-- TOC entry 310 (class 1259 OID 742687)
-- Name: research_committe_lists_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_committe_lists_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8947 (class 0 OID 0)
-- Dependencies: 310
-- Name: research_committe_lists_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_committe_lists_id_seq OWNED BY public.research_committe_lists.id;
--
-- TOC entry 827 (class 1259 OID 1024622)
-- Name: research_committee_types; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_committee_types (
id integer NOT NULL,
title character varying(255),
key character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 826 (class 1259 OID 1024621)
-- Name: research_committee_types_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_committee_types_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8948 (class 0 OID 0)
-- Dependencies: 826
-- Name: research_committee_types_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_committee_types_id_seq OWNED BY public.research_committee_types.id;
--
-- TOC entry 309 (class 1259 OID 742677)
-- Name: research_committes; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_committes (
id integer NOT NULL,
name character varying(255),
designation character varying(255),
phone character varying(255),
email character varying(255),
rich_text_copy text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
phone_2 character varying(255),
slug character varying(255),
rich_text_copy_1 text
);
--
-- TOC entry 405 (class 1259 OID 743304)
-- Name: research_committes_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_committes_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 404 (class 1259 OID 743303)
-- Name: research_committes_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_committes_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8949 (class 0 OID 0)
-- Dependencies: 404
-- Name: research_committes_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_committes_components_id_seq OWNED BY public.research_committes_components.id;
--
-- TOC entry 308 (class 1259 OID 742676)
-- Name: research_committes_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_committes_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8950 (class 0 OID 0)
-- Dependencies: 308
-- Name: research_committes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_committes_id_seq OWNED BY public.research_committes.id;
--
-- TOC entry 829 (class 1259 OID 1024852)
-- Name: research_committes_research_committee_type_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_committes_research_committee_type_links (
id integer NOT NULL,
research_committe_id integer,
research_committee_type_id integer
);
--
-- TOC entry 828 (class 1259 OID 1024851)
-- Name: research_committes_research_committee_type_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_committes_research_committee_type_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8951 (class 0 OID 0)
-- Dependencies: 828
-- Name: research_committes_research_committee_type_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_committes_research_committee_type_links_id_seq OWNED BY public.research_committes_research_committee_type_links.id;
--
-- TOC entry 587 (class 1259 OID 786005)
-- Name: research_guide_line_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_guide_line_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 589 (class 1259 OID 786016)
-- Name: research_guide_line_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_guide_line_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 588 (class 1259 OID 786015)
-- Name: research_guide_line_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_guide_line_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8952 (class 0 OID 0)
-- Dependencies: 588
-- Name: research_guide_line_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_guide_line_pages_components_id_seq OWNED BY public.research_guide_line_pages_components.id;
--
-- TOC entry 586 (class 1259 OID 786004)
-- Name: research_guide_line_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_guide_line_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8953 (class 0 OID 0)
-- Dependencies: 586
-- Name: research_guide_line_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_guide_line_pages_id_seq OWNED BY public.research_guide_line_pages.id;
--
-- TOC entry 313 (class 1259 OID 742697)
-- Name: research_mains; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_mains (
id integer NOT NULL,
research_at_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 409 (class 1259 OID 743343)
-- Name: research_mains_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_mains_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 408 (class 1259 OID 743342)
-- Name: research_mains_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_mains_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8954 (class 0 OID 0)
-- Dependencies: 408
-- Name: research_mains_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_mains_components_id_seq OWNED BY public.research_mains_components.id;
--
-- TOC entry 312 (class 1259 OID 742696)
-- Name: research_mains_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_mains_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8955 (class 0 OID 0)
-- Dependencies: 312
-- Name: research_mains_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_mains_id_seq OWNED BY public.research_mains.id;
--
-- TOC entry 591 (class 1259 OID 786161)
-- Name: research_publication_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_publication_pages (
id integer NOT NULL,
title character varying(255),
"desc" text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 593 (class 1259 OID 786172)
-- Name: research_publication_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_publication_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 592 (class 1259 OID 786171)
-- Name: research_publication_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_publication_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8956 (class 0 OID 0)
-- Dependencies: 592
-- Name: research_publication_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_publication_pages_components_id_seq OWNED BY public.research_publication_pages_components.id;
--
-- TOC entry 590 (class 1259 OID 786160)
-- Name: research_publication_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_publication_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8957 (class 0 OID 0)
-- Dependencies: 590
-- Name: research_publication_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_publication_pages_id_seq OWNED BY public.research_publication_pages.id;
--
-- TOC entry 603 (class 1259 OID 786858)
-- Name: research_strategy_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_strategy_pages (
id integer NOT NULL,
core_val_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 605 (class 1259 OID 786867)
-- Name: research_strategy_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.research_strategy_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 604 (class 1259 OID 786866)
-- Name: research_strategy_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_strategy_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8958 (class 0 OID 0)
-- Dependencies: 604
-- Name: research_strategy_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_strategy_pages_components_id_seq OWNED BY public.research_strategy_pages_components.id;
--
-- TOC entry 602 (class 1259 OID 786857)
-- Name: research_strategy_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.research_strategy_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8959 (class 0 OID 0)
-- Dependencies: 602
-- Name: research_strategy_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.research_strategy_pages_id_seq OWNED BY public.research_strategy_pages.id;
--
-- TOC entry 861 (class 1259 OID 1124705)
-- Name: school_collections; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.school_collections (
id integer NOT NULL,
title character varying(255),
slug character varying(255),
award_title character varying(255),
accredation_title character varying(255),
our_faculty_title character varying(255),
program_title character varying(255),
school_highlight_title character varying(255),
announcement_title character varying(255),
latest_news_title character varying(255),
upcoming_events_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean
);
--
-- TOC entry 873 (class 1259 OID 1124778)
-- Name: school_collections_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.school_collections_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 872 (class 1259 OID 1124777)
-- Name: school_collections_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.school_collections_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8960 (class 0 OID 0)
-- Dependencies: 872
-- Name: school_collections_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.school_collections_components_id_seq OWNED BY public.school_collections_components.id;
--
-- TOC entry 860 (class 1259 OID 1124704)
-- Name: school_collections_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.school_collections_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8961 (class 0 OID 0)
-- Dependencies: 860
-- Name: school_collections_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.school_collections_id_seq OWNED BY public.school_collections.id;
--
-- TOC entry 777 (class 1259 OID 1010456)
-- Name: schools; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.schools (
id integer NOT NULL,
title character varying(255),
key character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 807 (class 1259 OID 1016895)
-- Name: schools_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.schools_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 806 (class 1259 OID 1016894)
-- Name: schools_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.schools_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8962 (class 0 OID 0)
-- Dependencies: 806
-- Name: schools_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.schools_components_id_seq OWNED BY public.schools_components.id;
--
-- TOC entry 776 (class 1259 OID 1010455)
-- Name: schools_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.schools_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8963 (class 0 OID 0)
-- Dependencies: 776
-- Name: schools_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.schools_id_seq OWNED BY public.schools.id;
--
-- TOC entry 231 (class 1259 OID 680657)
-- Name: strapi_api_token_permissions; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_api_token_permissions (
id integer NOT NULL,
action character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 230 (class 1259 OID 680656)
-- Name: strapi_api_token_permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_api_token_permissions_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8964 (class 0 OID 0)
-- Dependencies: 230
-- Name: strapi_api_token_permissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_api_token_permissions_id_seq OWNED BY public.strapi_api_token_permissions.id;
--
-- TOC entry 257 (class 1259 OID 680807)
-- Name: strapi_api_token_permissions_token_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_api_token_permissions_token_links (
id integer NOT NULL,
api_token_permission_id integer,
api_token_id integer,
api_token_permission_order double precision
);
--
-- TOC entry 256 (class 1259 OID 680806)
-- Name: strapi_api_token_permissions_token_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_api_token_permissions_token_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8965 (class 0 OID 0)
-- Dependencies: 256
-- Name: strapi_api_token_permissions_token_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_api_token_permissions_token_links_id_seq OWNED BY public.strapi_api_token_permissions_token_links.id;
--
-- TOC entry 229 (class 1259 OID 680646)
-- Name: strapi_api_tokens; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_api_tokens (
id integer NOT NULL,
name character varying(255),
description character varying(255),
type character varying(255),
access_key character varying(255),
last_used_at timestamp(6) without time zone,
expires_at timestamp(6) without time zone,
lifespan bigint,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 228 (class 1259 OID 680645)
-- Name: strapi_api_tokens_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_api_tokens_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8966 (class 0 OID 0)
-- Dependencies: 228
-- Name: strapi_api_tokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_api_tokens_id_seq OWNED BY public.strapi_api_tokens.id;
--
-- TOC entry 219 (class 1259 OID 680595)
-- Name: strapi_core_store_settings; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_core_store_settings (
id integer NOT NULL,
key character varying(255),
value text,
type character varying(255),
environment character varying(255),
tag character varying(255)
);
--
-- TOC entry 218 (class 1259 OID 680594)
-- Name: strapi_core_store_settings_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_core_store_settings_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8967 (class 0 OID 0)
-- Dependencies: 218
-- Name: strapi_core_store_settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_core_store_settings_id_seq OWNED BY public.strapi_core_store_settings.id;
--
-- TOC entry 217 (class 1259 OID 680586)
-- Name: strapi_database_schema; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_database_schema (
id integer NOT NULL,
schema json,
"time" timestamp without time zone,
hash character varying(255)
);
--
-- TOC entry 216 (class 1259 OID 680585)
-- Name: strapi_database_schema_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_database_schema_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8968 (class 0 OID 0)
-- Dependencies: 216
-- Name: strapi_database_schema_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_database_schema_id_seq OWNED BY public.strapi_database_schema.id;
--
-- TOC entry 215 (class 1259 OID 680579)
-- Name: strapi_migrations; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_migrations (
id integer NOT NULL,
name character varying(255),
"time" timestamp without time zone
);
--
-- TOC entry 214 (class 1259 OID 680578)
-- Name: strapi_migrations_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_migrations_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8969 (class 0 OID 0)
-- Dependencies: 214
-- Name: strapi_migrations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_migrations_id_seq OWNED BY public.strapi_migrations.id;
--
-- TOC entry 243 (class 1259 OID 680729)
-- Name: strapi_release_actions; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_release_actions (
id integer NOT NULL,
type character varying(255),
target_id integer,
target_type character varying(255),
content_type character varying(255),
locale character varying(255),
is_entry_valid boolean,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 242 (class 1259 OID 680728)
-- Name: strapi_release_actions_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_release_actions_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8970 (class 0 OID 0)
-- Dependencies: 242
-- Name: strapi_release_actions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_release_actions_id_seq OWNED BY public.strapi_release_actions.id;
--
-- TOC entry 267 (class 1259 OID 680867)
-- Name: strapi_release_actions_release_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_release_actions_release_links (
id integer NOT NULL,
release_action_id integer,
release_id integer,
release_action_order double precision
);
--
-- TOC entry 266 (class 1259 OID 680866)
-- Name: strapi_release_actions_release_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_release_actions_release_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8971 (class 0 OID 0)
-- Dependencies: 266
-- Name: strapi_release_actions_release_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_release_actions_release_links_id_seq OWNED BY public.strapi_release_actions_release_links.id;
--
-- TOC entry 241 (class 1259 OID 680718)
-- Name: strapi_releases; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_releases (
id integer NOT NULL,
name character varying(255),
released_at timestamp(6) without time zone,
scheduled_at timestamp(6) without time zone,
timezone character varying(255),
status character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 240 (class 1259 OID 680717)
-- Name: strapi_releases_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_releases_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8972 (class 0 OID 0)
-- Dependencies: 240
-- Name: strapi_releases_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_releases_id_seq OWNED BY public.strapi_releases.id;
--
-- TOC entry 235 (class 1259 OID 680677)
-- Name: strapi_transfer_token_permissions; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_transfer_token_permissions (
id integer NOT NULL,
action character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 234 (class 1259 OID 680676)
-- Name: strapi_transfer_token_permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_transfer_token_permissions_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8973 (class 0 OID 0)
-- Dependencies: 234
-- Name: strapi_transfer_token_permissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_transfer_token_permissions_id_seq OWNED BY public.strapi_transfer_token_permissions.id;
--
-- TOC entry 259 (class 1259 OID 680819)
-- Name: strapi_transfer_token_permissions_token_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_transfer_token_permissions_token_links (
id integer NOT NULL,
transfer_token_permission_id integer,
transfer_token_id integer,
transfer_token_permission_order double precision
);
--
-- TOC entry 258 (class 1259 OID 680818)
-- Name: strapi_transfer_token_permissions_token_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_transfer_token_permissions_token_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8974 (class 0 OID 0)
-- Dependencies: 258
-- Name: strapi_transfer_token_permissions_token_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_transfer_token_permissions_token_links_id_seq OWNED BY public.strapi_transfer_token_permissions_token_links.id;
--
-- TOC entry 233 (class 1259 OID 680666)
-- Name: strapi_transfer_tokens; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_transfer_tokens (
id integer NOT NULL,
name character varying(255),
description character varying(255),
access_key character varying(255),
last_used_at timestamp(6) without time zone,
expires_at timestamp(6) without time zone,
lifespan bigint,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 232 (class 1259 OID 680665)
-- Name: strapi_transfer_tokens_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_transfer_tokens_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8975 (class 0 OID 0)
-- Dependencies: 232
-- Name: strapi_transfer_tokens_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_transfer_tokens_id_seq OWNED BY public.strapi_transfer_tokens.id;
--
-- TOC entry 221 (class 1259 OID 680604)
-- Name: strapi_webhooks; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.strapi_webhooks (
id integer NOT NULL,
name character varying(255),
url text,
headers jsonb,
events jsonb,
enabled boolean
);
--
-- TOC entry 220 (class 1259 OID 680603)
-- Name: strapi_webhooks_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.strapi_webhooks_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8976 (class 0 OID 0)
-- Dependencies: 220
-- Name: strapi_webhooks_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.strapi_webhooks_id_seq OWNED BY public.strapi_webhooks.id;
--
-- TOC entry 433 (class 1259 OID 748823)
-- Name: student_policy_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.student_policy_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 447 (class 1259 OID 748966)
-- Name: student_policy_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.student_policy_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 446 (class 1259 OID 748965)
-- Name: student_policy_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.student_policy_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8977 (class 0 OID 0)
-- Dependencies: 446
-- Name: student_policy_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.student_policy_pages_components_id_seq OWNED BY public.student_policy_pages_components.id;
--
-- TOC entry 432 (class 1259 OID 748822)
-- Name: student_policy_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.student_policy_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8978 (class 0 OID 0)
-- Dependencies: 432
-- Name: student_policy_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.student_policy_pages_id_seq OWNED BY public.student_policy_pages.id;
--
-- TOC entry 501 (class 1259 OID 783415)
-- Name: student_services; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.student_services (
id integer NOT NULL,
dedicated_title text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 571 (class 1259 OID 783769)
-- Name: student_services_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.student_services_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 570 (class 1259 OID 783768)
-- Name: student_services_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.student_services_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8979 (class 0 OID 0)
-- Dependencies: 570
-- Name: student_services_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.student_services_components_id_seq OWNED BY public.student_services_components.id;
--
-- TOC entry 500 (class 1259 OID 783414)
-- Name: student_services_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.student_services_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8980 (class 0 OID 0)
-- Dependencies: 500
-- Name: student_services_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.student_services_id_seq OWNED BY public.student_services.id;
--
-- TOC entry 645 (class 1259 OID 793895)
-- Name: success_stories; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.success_stories (
id integer NOT NULL,
name character varying(255),
designation character varying(255),
title character varying(255),
short_description text,
rich_text_copy text,
banner_title character varying(255),
slug character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 809 (class 1259 OID 1016909)
-- Name: success_stories_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.success_stories_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 808 (class 1259 OID 1016908)
-- Name: success_stories_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.success_stories_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8981 (class 0 OID 0)
-- Dependencies: 808
-- Name: success_stories_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.success_stories_components_id_seq OWNED BY public.success_stories_components.id;
--
-- TOC entry 644 (class 1259 OID 793894)
-- Name: success_stories_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.success_stories_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8982 (class 0 OID 0)
-- Dependencies: 644
-- Name: success_stories_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.success_stories_id_seq OWNED BY public.success_stories.id;
--
-- TOC entry 503 (class 1259 OID 783426)
-- Name: sustainabilities; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.sustainabilities (
id integer NOT NULL,
note text,
cta_link character varying(255),
cta_text character varying(255),
cta_target character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
file_name_txt character varying(255)
);
--
-- TOC entry 573 (class 1259 OID 783783)
-- Name: sustainabilities_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.sustainabilities_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 572 (class 1259 OID 783782)
-- Name: sustainabilities_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.sustainabilities_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8983 (class 0 OID 0)
-- Dependencies: 572
-- Name: sustainabilities_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.sustainabilities_components_id_seq OWNED BY public.sustainabilities_components.id;
--
-- TOC entry 502 (class 1259 OID 783425)
-- Name: sustainabilities_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.sustainabilities_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8984 (class 0 OID 0)
-- Dependencies: 502
-- Name: sustainabilities_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.sustainabilities_id_seq OWNED BY public.sustainabilities.id;
--
-- TOC entry 315 (class 1259 OID 742737)
-- Name: terms_and_conditions; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.terms_and_conditions (
id integer NOT NULL,
title character varying(255),
rich_text_copy text,
slug character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 575 (class 1259 OID 783797)
-- Name: terms_and_conditions_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.terms_and_conditions_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 574 (class 1259 OID 783796)
-- Name: terms_and_conditions_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.terms_and_conditions_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8985 (class 0 OID 0)
-- Dependencies: 574
-- Name: terms_and_conditions_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.terms_and_conditions_components_id_seq OWNED BY public.terms_and_conditions_components.id;
--
-- TOC entry 314 (class 1259 OID 742736)
-- Name: terms_and_conditions_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.terms_and_conditions_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8986 (class 0 OID 0)
-- Dependencies: 314
-- Name: terms_and_conditions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.terms_and_conditions_id_seq OWNED BY public.terms_and_conditions.id;
--
-- TOC entry 435 (class 1259 OID 748832)
-- Name: universities; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.universities (
id integer NOT NULL,
title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
slug character varying(255),
rich_text_copy text,
short_desc text
);
--
-- TOC entry 811 (class 1259 OID 1016923)
-- Name: universities_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.universities_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 810 (class 1259 OID 1016922)
-- Name: universities_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.universities_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8987 (class 0 OID 0)
-- Dependencies: 810
-- Name: universities_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.universities_components_id_seq OWNED BY public.universities_components.id;
--
-- TOC entry 434 (class 1259 OID 748831)
-- Name: universities_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.universities_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8988 (class 0 OID 0)
-- Dependencies: 434
-- Name: universities_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.universities_id_seq OWNED BY public.universities.id;
--
-- TOC entry 247 (class 1259 OID 680751)
-- Name: up_permissions; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.up_permissions (
id integer NOT NULL,
action character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 246 (class 1259 OID 680750)
-- Name: up_permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.up_permissions_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8989 (class 0 OID 0)
-- Dependencies: 246
-- Name: up_permissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.up_permissions_id_seq OWNED BY public.up_permissions.id;
--
-- TOC entry 269 (class 1259 OID 680879)
-- Name: up_permissions_role_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.up_permissions_role_links (
id integer NOT NULL,
permission_id integer,
role_id integer,
permission_order double precision
);
--
-- TOC entry 268 (class 1259 OID 680878)
-- Name: up_permissions_role_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.up_permissions_role_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8990 (class 0 OID 0)
-- Dependencies: 268
-- Name: up_permissions_role_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.up_permissions_role_links_id_seq OWNED BY public.up_permissions_role_links.id;
--
-- TOC entry 249 (class 1259 OID 680760)
-- Name: up_roles; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.up_roles (
id integer NOT NULL,
name character varying(255),
description character varying(255),
type character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 248 (class 1259 OID 680759)
-- Name: up_roles_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.up_roles_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8991 (class 0 OID 0)
-- Dependencies: 248
-- Name: up_roles_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.up_roles_id_seq OWNED BY public.up_roles.id;
--
-- TOC entry 251 (class 1259 OID 680771)
-- Name: up_users; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.up_users (
id integer NOT NULL,
username character varying(255),
email character varying(255),
provider character varying(255),
password character varying(255),
reset_password_token character varying(255),
confirmation_token character varying(255),
confirmed boolean,
blocked boolean,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 250 (class 1259 OID 680770)
-- Name: up_users_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.up_users_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8992 (class 0 OID 0)
-- Dependencies: 250
-- Name: up_users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.up_users_id_seq OWNED BY public.up_users.id;
--
-- TOC entry 271 (class 1259 OID 680891)
-- Name: up_users_role_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.up_users_role_links (
id integer NOT NULL,
user_id integer,
role_id integer,
user_order double precision
);
--
-- TOC entry 270 (class 1259 OID 680890)
-- Name: up_users_role_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.up_users_role_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8993 (class 0 OID 0)
-- Dependencies: 270
-- Name: up_users_role_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.up_users_role_links_id_seq OWNED BY public.up_users_role_links.id;
--
-- TOC entry 239 (class 1259 OID 680703)
-- Name: upload_folders; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.upload_folders (
id integer NOT NULL,
name character varying(255),
path_id integer,
path character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 238 (class 1259 OID 680702)
-- Name: upload_folders_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.upload_folders_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8994 (class 0 OID 0)
-- Dependencies: 238
-- Name: upload_folders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.upload_folders_id_seq OWNED BY public.upload_folders.id;
--
-- TOC entry 265 (class 1259 OID 680855)
-- Name: upload_folders_parent_links; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.upload_folders_parent_links (
id integer NOT NULL,
folder_id integer,
inv_folder_id integer,
folder_order double precision
);
--
-- TOC entry 264 (class 1259 OID 680854)
-- Name: upload_folders_parent_links_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.upload_folders_parent_links_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8995 (class 0 OID 0)
-- Dependencies: 264
-- Name: upload_folders_parent_links_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.upload_folders_parent_links_id_seq OWNED BY public.upload_folders_parent_links.id;
--
-- TOC entry 625 (class 1259 OID 792190)
-- Name: why_dubai_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.why_dubai_pages (
id integer NOT NULL,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
virtual_tour_toggle boolean,
open_day_toggle boolean,
admissions_toggle boolean,
student_services_toggle boolean
);
--
-- TOC entry 627 (class 1259 OID 792199)
-- Name: why_dubai_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.why_dubai_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 626 (class 1259 OID 792198)
-- Name: why_dubai_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.why_dubai_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8996 (class 0 OID 0)
-- Dependencies: 626
-- Name: why_dubai_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.why_dubai_pages_components_id_seq OWNED BY public.why_dubai_pages_components.id;
--
-- TOC entry 624 (class 1259 OID 792189)
-- Name: why_dubai_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.why_dubai_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8997 (class 0 OID 0)
-- Dependencies: 624
-- Name: why_dubai_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.why_dubai_pages_id_seq OWNED BY public.why_dubai_pages.id;
--
-- TOC entry 505 (class 1259 OID 783437)
-- Name: winter_camp_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.winter_camp_pages (
id integer NOT NULL,
campus_title character varying(255),
winter_title character varying(255),
testimonial_title character varying(255),
testimonial_desc text,
video_link text,
video_image_title character varying(255),
upcoming_events_title character varying(255),
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer,
gallery_text character varying(255),
why_dubai_toggle boolean,
virtual_tour_toggle boolean,
open_day_toggle boolean
);
--
-- TOC entry 577 (class 1259 OID 783811)
-- Name: winter_camp_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.winter_camp_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 576 (class 1259 OID 783810)
-- Name: winter_camp_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.winter_camp_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8998 (class 0 OID 0)
-- Dependencies: 576
-- Name: winter_camp_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.winter_camp_pages_components_id_seq OWNED BY public.winter_camp_pages_components.id;
--
-- TOC entry 504 (class 1259 OID 783436)
-- Name: winter_camp_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.winter_camp_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 8999 (class 0 OID 0)
-- Dependencies: 504
-- Name: winter_camp_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.winter_camp_pages_id_seq OWNED BY public.winter_camp_pages.id;
--
-- TOC entry 683 (class 1259 OID 799631)
-- Name: world_wide_pages; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.world_wide_pages (
id integer NOT NULL,
intro text,
created_at timestamp(6) without time zone,
updated_at timestamp(6) without time zone,
published_at timestamp(6) without time zone,
created_by_id integer,
updated_by_id integer
);
--
-- TOC entry 685 (class 1259 OID 799642)
-- Name: world_wide_pages_components; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.world_wide_pages_components (
id integer NOT NULL,
entity_id integer,
component_id integer,
component_type character varying(255),
field character varying(255),
"order" double precision
);
--
-- TOC entry 684 (class 1259 OID 799641)
-- Name: world_wide_pages_components_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.world_wide_pages_components_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 9000 (class 0 OID 0)
-- Dependencies: 684
-- Name: world_wide_pages_components_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.world_wide_pages_components_id_seq OWNED BY public.world_wide_pages_components.id;
--
-- TOC entry 682 (class 1259 OID 799630)
-- Name: world_wide_pages_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.world_wide_pages_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- TOC entry 9001 (class 0 OID 0)
-- Dependencies: 682
-- Name: world_wide_pages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.world_wide_pages_id_seq OWNED BY public.world_wide_pages.id;
--
-- TOC entry 5765 (class 2604 OID 790599)
-- Name: about_us_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages ALTER COLUMN id SET DEFAULT nextval('public.about_us_pages_id_seq'::regclass);
--
-- TOC entry 5871 (class 2604 OID 1018698)
-- Name: about_us_pages_administrations_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_administrations_links ALTER COLUMN id SET DEFAULT nextval('public.about_us_pages_administrations_links_id_seq'::regclass);
--
-- TOC entry 5870 (class 2604 OID 1018686)
-- Name: about_us_pages_awards_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_awards_links ALTER COLUMN id SET DEFAULT nextval('public.about_us_pages_awards_links_id_seq'::regclass);
--
-- TOC entry 5767 (class 2604 OID 790619)
-- Name: about_us_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_components ALTER COLUMN id SET DEFAULT nextval('public.about_us_pages_components_id_seq'::regclass);
--
-- TOC entry 5868 (class 2604 OID 1018662)
-- Name: about_us_pages_leaderships_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_leaderships_links ALTER COLUMN id SET DEFAULT nextval('public.about_us_pages_leaderships_links_id_seq'::regclass);
--
-- TOC entry 5869 (class 2604 OID 1018674)
-- Name: about_us_pages_universities_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_universities_links ALTER COLUMN id SET DEFAULT nextval('public.about_us_pages_universities_links_id_seq'::regclass);
--
-- TOC entry 5573 (class 2604 OID 680616)
-- Name: admin_permissions id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions ALTER COLUMN id SET DEFAULT nextval('public.admin_permissions_id_seq'::regclass);
--
-- TOC entry 5588 (class 2604 OID 680785)
-- Name: admin_permissions_role_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions_role_links ALTER COLUMN id SET DEFAULT nextval('public.admin_permissions_role_links_id_seq'::regclass);
--
-- TOC entry 5575 (class 2604 OID 680638)
-- Name: admin_roles id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_roles ALTER COLUMN id SET DEFAULT nextval('public.admin_roles_id_seq'::regclass);
--
-- TOC entry 5574 (class 2604 OID 680627)
-- Name: admin_users id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users ALTER COLUMN id SET DEFAULT nextval('public.admin_users_id_seq'::regclass);
--
-- TOC entry 5589 (class 2604 OID 680797)
-- Name: admin_users_roles_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users_roles_links ALTER COLUMN id SET DEFAULT nextval('public.admin_users_roles_links_id_seq'::regclass);
--
-- TOC entry 5599 (class 2604 OID 742410)
-- Name: administration_categories id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_categories ALTER COLUMN id SET DEFAULT nextval('public.administration_categories_id_seq'::regclass);
--
-- TOC entry 5855 (class 2604 OID 1016730)
-- Name: administration_categories_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_categories_components ALTER COLUMN id SET DEFAULT nextval('public.administration_categories_components_id_seq'::regclass);
--
-- TOC entry 5600 (class 2604 OID 742419)
-- Name: administration_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_pages ALTER COLUMN id SET DEFAULT nextval('public.administration_pages_id_seq'::regclass);
--
-- TOC entry 5654 (class 2604 OID 743050)
-- Name: administration_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_pages_components ALTER COLUMN id SET DEFAULT nextval('public.administration_pages_components_id_seq'::regclass);
--
-- TOC entry 5598 (class 2604 OID 742399)
-- Name: administrations id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations ALTER COLUMN id SET DEFAULT nextval('public.administrations_id_seq'::regclass);
--
-- TOC entry 5653 (class 2604 OID 743039)
-- Name: administrations_administration_category_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_administration_category_links ALTER COLUMN id SET DEFAULT nextval('public.administrations_administration_category_links_id_seq'::regclass);
--
-- TOC entry 5854 (class 2604 OID 1015658)
-- Name: administrations_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_components ALTER COLUMN id SET DEFAULT nextval('public.administrations_components_id_seq'::regclass);
--
-- TOC entry 5776 (class 2604 OID 793077)
-- Name: admission_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admission_pages ALTER COLUMN id SET DEFAULT nextval('public.admission_pages_id_seq'::regclass);
--
-- TOC entry 5780 (class 2604 OID 793113)
-- Name: admission_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admission_pages_components ALTER COLUMN id SET DEFAULT nextval('public.admission_pages_components_id_seq'::regclass);
--
-- TOC entry 5768 (class 2604 OID 791336)
-- Name: alumni_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages ALTER COLUMN id SET DEFAULT nextval('public.alumni_pages_id_seq'::regclass);
--
-- TOC entry 5771 (class 2604 OID 791366)
-- Name: alumni_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_components ALTER COLUMN id SET DEFAULT nextval('public.alumni_pages_components_id_seq'::regclass);
--
-- TOC entry 5872 (class 2604 OID 1018992)
-- Name: alumni_pages_events_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_events_links ALTER COLUMN id SET DEFAULT nextval('public.alumni_pages_events_links_id_seq'::regclass);
--
-- TOC entry 5704 (class 2604 OID 783336)
-- Name: apply_for_scholarship_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_for_scholarship_pages ALTER COLUMN id SET DEFAULT nextval('public.apply_for_scholarship_pages_id_seq'::regclass);
--
-- TOC entry 5739 (class 2604 OID 783659)
-- Name: apply_for_scholarship_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_for_scholarship_pages_components ALTER COLUMN id SET DEFAULT nextval('public.apply_for_scholarship_pages_components_id_seq'::regclass);
--
-- TOC entry 5705 (class 2604 OID 783347)
-- Name: apply_forms id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_forms ALTER COLUMN id SET DEFAULT nextval('public.apply_forms_id_seq'::regclass);
--
-- TOC entry 5856 (class 2604 OID 1016744)
-- Name: apply_forms_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_forms_components ALTER COLUMN id SET DEFAULT nextval('public.apply_forms_components_id_seq'::regclass);
--
-- TOC entry 5601 (class 2604 OID 742428)
-- Name: awards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards ALTER COLUMN id SET DEFAULT nextval('public.awards_id_seq'::regclass);
--
-- TOC entry 5602 (class 2604 OID 742439)
-- Name: awards_and_achievements id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_and_achievements ALTER COLUMN id SET DEFAULT nextval('public.awards_and_achievements_id_seq'::regclass);
--
-- TOC entry 5655 (class 2604 OID 743064)
-- Name: awards_and_achievements_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_and_achievements_components ALTER COLUMN id SET DEFAULT nextval('public.awards_and_achievements_components_id_seq'::regclass);
--
-- TOC entry 5857 (class 2604 OID 1016758)
-- Name: awards_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_components ALTER COLUMN id SET DEFAULT nextval('public.awards_components_id_seq'::regclass);
--
-- TOC entry 5893 (class 2604 OID 1124721)
-- Name: awards_school_collection_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_school_collection_links ALTER COLUMN id SET DEFAULT nextval('public.awards_school_collection_links_id_seq'::regclass);
--
-- TOC entry 5772 (class 2604 OID 791531)
-- Name: benefits_of_manipal_dubai_scholarships_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.benefits_of_manipal_dubai_scholarships_pages ALTER COLUMN id SET DEFAULT nextval('public.benefits_of_manipal_dubai_scholarships_pages_id_seq'::regclass);
--
-- TOC entry 5773 (class 2604 OID 791540)
-- Name: benefits_of_manipal_dubai_scholarships_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.benefits_of_manipal_dubai_scholarships_pages_components ALTER COLUMN id SET DEFAULT nextval('public.benefits_of_manipal_dubai_scholarships_pages_components_id_seq'::regclass);
--
-- TOC entry 5604 (class 2604 OID 742461)
-- Name: blog_listings id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blog_listings ALTER COLUMN id SET DEFAULT nextval('public.blog_listings_id_seq'::regclass);
--
-- TOC entry 5657 (class 2604 OID 743089)
-- Name: blog_listings_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blog_listings_components ALTER COLUMN id SET DEFAULT nextval('public.blog_listings_components_id_seq'::regclass);
--
-- TOC entry 5603 (class 2604 OID 742448)
-- Name: blogs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs ALTER COLUMN id SET DEFAULT nextval('public.blogs_id_seq'::regclass);
--
-- TOC entry 5656 (class 2604 OID 743078)
-- Name: blogs_category_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_category_links ALTER COLUMN id SET DEFAULT nextval('public.blogs_category_links_id_seq'::regclass);
--
-- TOC entry 5858 (class 2604 OID 1016772)
-- Name: blogs_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_components ALTER COLUMN id SET DEFAULT nextval('public.blogs_components_id_seq'::regclass);
--
-- TOC entry 5706 (class 2604 OID 783358)
-- Name: campus_lives id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.campus_lives ALTER COLUMN id SET DEFAULT nextval('public.campus_lives_id_seq'::regclass);
--
-- TOC entry 5740 (class 2604 OID 783673)
-- Name: campus_lives_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.campus_lives_components ALTER COLUMN id SET DEFAULT nextval('public.campus_lives_components_id_seq'::regclass);
--
-- TOC entry 5606 (class 2604 OID 742485)
-- Name: career_page_banners id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_page_banners ALTER COLUMN id SET DEFAULT nextval('public.career_page_banners_id_seq'::regclass);
--
-- TOC entry 5658 (class 2604 OID 743103)
-- Name: career_page_banners_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_page_banners_components ALTER COLUMN id SET DEFAULT nextval('public.career_page_banners_components_id_seq'::regclass);
--
-- TOC entry 5782 (class 2604 OID 793876)
-- Name: career_services_centers id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_services_centers ALTER COLUMN id SET DEFAULT nextval('public.career_services_centers_id_seq'::regclass);
--
-- TOC entry 5794 (class 2604 OID 793986)
-- Name: career_services_centers_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_services_centers_components ALTER COLUMN id SET DEFAULT nextval('public.career_services_centers_components_id_seq'::regclass);
--
-- TOC entry 5605 (class 2604 OID 742472)
-- Name: careers id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers ALTER COLUMN id SET DEFAULT nextval('public.careers_id_seq'::regclass);
--
-- TOC entry 5859 (class 2604 OID 1016786)
-- Name: careers_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers_components ALTER COLUMN id SET DEFAULT nextval('public.careers_components_id_seq'::regclass);
--
-- TOC entry 5607 (class 2604 OID 742494)
-- Name: categories id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.categories ALTER COLUMN id SET DEFAULT nextval('public.categories_id_seq'::regclass);
--
-- TOC entry 5860 (class 2604 OID 1016800)
-- Name: categories_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.categories_components ALTER COLUMN id SET DEFAULT nextval('public.categories_components_id_seq'::regclass);
--
-- TOC entry 5766 (class 2604 OID 790610)
-- Name: components_manipal_about_mahe_dubai_sections id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_mahe_dubai_sections ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_about_mahe_dubai_sections_id_seq'::regclass);
--
-- TOC entry 5785 (class 2604 OID 793911)
-- Name: components_manipal_about_manipal_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_manipal_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_about_manipal_cards_id_seq'::regclass);
--
-- TOC entry 5786 (class 2604 OID 793920)
-- Name: components_manipal_about_manipal_secs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_manipal_secs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_about_manipal_secs_id_seq'::regclass);
--
-- TOC entry 5796 (class 2604 OID 794029)
-- Name: components_manipal_about_manipal_secs_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_manipal_secs_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_about_manipal_secs_components_id_seq'::regclass);
--
-- TOC entry 5620 (class 2604 OID 742764)
-- Name: components_manipal_academics id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_academics ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_academics_id_seq'::regclass);
--
-- TOC entry 5667 (class 2604 OID 743402)
-- Name: components_manipal_academics_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_academics_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_academics_components_id_seq'::regclass);
--
-- TOC entry 5621 (class 2604 OID 742773)
-- Name: components_manipal_accordian_arrays id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_accordian_arrays ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_accordian_arrays_id_seq'::regclass);
--
-- TOC entry 5622 (class 2604 OID 742782)
-- Name: components_manipal_accreditation_secs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_accreditation_secs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_accreditation_secs_id_seq'::regclass);
--
-- TOC entry 5777 (class 2604 OID 793088)
-- Name: components_manipal_admission_areas id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_admission_areas ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_admission_areas_id_seq'::regclass);
--
-- TOC entry 5781 (class 2604 OID 793127)
-- Name: components_manipal_admission_areas_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_admission_areas_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_admission_areas_components_id_seq'::regclass);
--
-- TOC entry 5830 (class 2604 OID 950934)
-- Name: components_manipal_alumni_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_alumni_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_alumni_cards_id_seq'::regclass);
--
-- TOC entry 5769 (class 2604 OID 791348)
-- Name: components_manipal_alumni_success_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_alumni_success_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_alumni_success_components_id_seq'::regclass);
--
-- TOC entry 5809 (class 2604 OID 803887)
-- Name: components_manipal_announcement_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_announcement_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_announcement_components_id_seq'::regclass);
--
-- TOC entry 5715 (class 2604 OID 783451)
-- Name: components_manipal_application_reg_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_application_reg_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_application_reg_components_id_seq'::regclass);
--
-- TOC entry 5716 (class 2604 OID 783460)
-- Name: components_manipal_application_reg_fee_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_application_reg_fee_tables ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_application_reg_fee_tables_id_seq'::regclass);
--
-- TOC entry 5717 (class 2604 OID 783469)
-- Name: components_manipal_apply_details_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_apply_details_tables ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_apply_details_tables_id_seq'::regclass);
--
-- TOC entry 5623 (class 2604 OID 742791)
-- Name: components_manipal_awards_and_certification_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_awards_and_certification_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_awards_and_certification_cards_id_seq'::regclass);
--
-- TOC entry 5624 (class 2604 OID 742800)
-- Name: components_manipal_awards_and_certification_secs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_awards_and_certification_secs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_awards_and_certification_secs_id_seq'::regclass);
--
-- TOC entry 5668 (class 2604 OID 743416)
-- Name: components_manipal_awards_and_certification_secs_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_awards_and_certification_secs_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_awards_and_certification_secs_compone_id_seq'::regclass);
--
-- TOC entry 5625 (class 2604 OID 742807)
-- Name: components_manipal_biographies id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_biographies ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_biographies_id_seq'::regclass);
--
-- TOC entry 5824 (class 2604 OID 871909)
-- Name: components_manipal_bottom_apply_now_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_bottom_apply_now_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_bottom_apply_now_cards_id_seq'::regclass);
--
-- TOC entry 5787 (class 2604 OID 793927)
-- Name: components_manipal_campus_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_campus_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_campus_cards_id_seq'::regclass);
--
-- TOC entry 5788 (class 2604 OID 793934)
-- Name: components_manipal_campus_facts_and_figures id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_campus_facts_and_figures ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_campus_facts_and_figures_id_seq'::regclass);
--
-- TOC entry 5797 (class 2604 OID 794043)
-- Name: components_manipal_campus_facts_and_figures_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_campus_facts_and_figures_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_campus_facts_and_figures_components_id_seq'::regclass);
--
-- TOC entry 5718 (class 2604 OID 783476)
-- Name: components_manipal_card1s id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_card1s ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_card1s_id_seq'::regclass);
--
-- TOC entry 5719 (class 2604 OID 783485)
-- Name: components_manipal_card2s id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_card2s ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_card2s_id_seq'::regclass);
--
-- TOC entry 5807 (class 2604 OID 802611)
-- Name: components_manipal_career_jobs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_career_jobs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_career_jobs_id_seq'::regclass);
--
-- TOC entry 5789 (class 2604 OID 793943)
-- Name: components_manipal_career_services_features id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_career_services_features ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_career_services_features_id_seq'::regclass);
--
-- TOC entry 5790 (class 2604 OID 793952)
-- Name: components_manipal_career_services_figures id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_career_services_figures ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_career_services_figures_id_seq'::regclass);
--
-- TOC entry 5846 (class 2604 OID 964490)
-- Name: components_manipal_contact_us_sections id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_contact_us_sections ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_contact_us_sections_id_seq'::regclass);
--
-- TOC entry 5848 (class 2604 OID 964508)
-- Name: components_manipal_contact_us_sections_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_contact_us_sections_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_contact_us_sections_components_id_seq'::regclass);
--
-- TOC entry 5720 (class 2604 OID 783494)
-- Name: components_manipal_double_text_with_img_addresses id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_text_with_img_addresses ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_double_text_with_img_addresses_id_seq'::regclass);
--
-- TOC entry 5751 (class 2604 OID 783828)
-- Name: components_manipal_double_text_with_img_addresses_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_text_with_img_addresses_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_double_text_with_img_addresses_compon_id_seq'::regclass);
--
-- TOC entry 5823 (class 2604 OID 847863)
-- Name: components_manipal_double_text_with_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_text_with_links ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_double_text_with_links_id_seq'::regclass);
--
-- TOC entry 5721 (class 2604 OID 783501)
-- Name: components_manipal_double_texts id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_texts ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_double_texts_id_seq'::regclass);
--
-- TOC entry 5626 (class 2604 OID 742816)
-- Name: components_manipal_expertise id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_expertise ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_expertise_id_seq'::regclass);
--
-- TOC entry 5627 (class 2604 OID 742825)
-- Name: components_manipal_faqs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_faqs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_faqs_id_seq'::regclass);
--
-- TOC entry 5791 (class 2604 OID 793961)
-- Name: components_manipal_figures_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_figures_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_figures_cards_id_seq'::regclass);
--
-- TOC entry 5628 (class 2604 OID 742834)
-- Name: components_manipal_files_arrays id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_files_arrays ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_files_arrays_id_seq'::regclass);
--
-- TOC entry 5629 (class 2604 OID 742843)
-- Name: components_manipal_general_infos id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_general_infos ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_general_infos_id_seq'::regclass);
--
-- TOC entry 5881 (class 2604 OID 1067369)
-- Name: components_manipal_general_infos_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_general_infos_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_general_infos_components_id_seq'::regclass);
--
-- TOC entry 5886 (class 2604 OID 1073810)
-- Name: components_manipal_general_with_keys id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_general_with_keys ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_general_with_keys_id_seq'::regclass);
--
-- TOC entry 5770 (class 2604 OID 791357)
-- Name: components_manipal_getin_touch_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_getin_touch_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_getin_touch_components_id_seq'::regclass);
--
-- TOC entry 5722 (class 2604 OID 783510)
-- Name: components_manipal_graduate_program_columns id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_graduate_program_columns ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_graduate_program_columns_id_seq'::regclass);
--
-- TOC entry 5630 (class 2604 OID 742852)
-- Name: components_manipal_higher_education_secs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_higher_education_secs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_higher_education_secs_id_seq'::regclass);
--
-- TOC entry 5669 (class 2604 OID 743444)
-- Name: components_manipal_higher_education_secs_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_higher_education_secs_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_higher_education_secs_components_id_seq'::regclass);
--
-- TOC entry 5631 (class 2604 OID 742859)
-- Name: components_manipal_higher_education_sliders id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_higher_education_sliders ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_higher_education_sliders_id_seq'::regclass);
--
-- TOC entry 5810 (class 2604 OID 803896)
-- Name: components_manipal_home_banners id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_home_banners ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_home_banners_id_seq'::regclass);
--
-- TOC entry 5899 (class 2604 OID 1128933)
-- Name: components_manipal_home_banners_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_home_banners_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_home_banners_components_id_seq'::regclass);
--
-- TOC entry 5811 (class 2604 OID 803905)
-- Name: components_manipal_home_page_sliders id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_home_page_sliders ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_home_page_sliders_id_seq'::regclass);
--
-- TOC entry 5839 (class 2604 OID 957928)
-- Name: components_manipal_how_to_apply_sections id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_how_to_apply_sections ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_how_to_apply_sections_id_seq'::regclass);
--
-- TOC entry 5841 (class 2604 OID 957951)
-- Name: components_manipal_how_to_apply_sections_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_how_to_apply_sections_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_how_to_apply_sections_components_id_seq'::regclass);
--
-- TOC entry 5632 (class 2604 OID 742868)
-- Name: components_manipal_icon_card_arrays id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_icon_card_arrays ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_icon_card_arrays_id_seq'::regclass);
--
-- TOC entry 5847 (class 2604 OID 964499)
-- Name: components_manipal_icon_link_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_icon_link_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_icon_link_components_id_seq'::regclass);
--
-- TOC entry 5723 (class 2604 OID 783519)
-- Name: components_manipal_image_click_title_desc_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_image_click_title_desc_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_image_click_title_desc_components_id_seq'::regclass);
--
-- TOC entry 5724 (class 2604 OID 783528)
-- Name: components_manipal_image_notes id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_image_notes ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_image_notes_id_seq'::regclass);
--
-- TOC entry 5633 (class 2604 OID 742877)
-- Name: components_manipal_images_arrays id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_images_arrays ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_images_arrays_id_seq'::regclass);
--
-- TOC entry 5849 (class 2604 OID 965716)
-- Name: components_manipal_info_title_rich_texts id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_info_title_rich_texts ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_info_title_rich_texts_id_seq'::regclass);
--
-- TOC entry 5634 (class 2604 OID 742884)
-- Name: components_manipal_inner_banners id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_inner_banners ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_inner_banners_id_seq'::regclass);
--
-- TOC entry 5820 (class 2604 OID 820301)
-- Name: components_manipal_internation_students id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_internation_students ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_internation_students_id_seq'::regclass);
--
-- TOC entry 5842 (class 2604 OID 963086)
-- Name: components_manipal_international_student_sections id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_international_student_sections ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_international_student_sections_id_seq'::regclass);
--
-- TOC entry 5844 (class 2604 OID 963104)
-- Name: components_manipal_international_student_sections_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_international_student_sections_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_international_student_sections_compon_id_seq'::regclass);
--
-- TOC entry 5691 (class 2604 OID 752920)
-- Name: components_manipal_international_students_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_international_students_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_international_students_cards_id_seq'::regclass);
--
-- TOC entry 5890 (class 2604 OID 1123900)
-- Name: components_manipal_key_values id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_key_values ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_key_values_id_seq'::regclass);
--
-- TOC entry 5828 (class 2604 OID 889674)
-- Name: components_manipal_leaderships id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_leaderships ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_leaderships_id_seq'::regclass);
--
-- TOC entry 5883 (class 2604 OID 1069216)
-- Name: components_manipal_long_texts id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_long_texts ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_long_texts_id_seq'::regclass);
--
-- TOC entry 5873 (class 2604 OID 1022917)
-- Name: components_manipal_main_btns id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_main_btns ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_main_btns_id_seq'::regclass);
--
-- TOC entry 5815 (class 2604 OID 808029)
-- Name: components_manipal_main_menu_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_main_menu_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_main_menu_components_id_seq'::regclass);
--
-- TOC entry 5818 (class 2604 OID 808061)
-- Name: components_manipal_main_menu_components_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_main_menu_components_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_main_menu_components_components_id_seq'::regclass);
--
-- TOC entry 5635 (class 2604 OID 742891)
-- Name: components_manipal_manipal_ranking_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_manipal_ranking_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_manipal_ranking_components_id_seq'::regclass);
--
-- TOC entry 5877 (class 2604 OID 1032999)
-- Name: components_manipal_multiple_images_with_texts id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_multiple_images_with_texts ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_multiple_images_with_texts_id_seq'::regclass);
--
-- TOC entry 5725 (class 2604 OID 783537)
-- Name: components_manipal_note_rich_text_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_note_rich_text_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_note_rich_text_components_id_seq'::regclass);
--
-- TOC entry 5693 (class 2604 OID 752936)
-- Name: components_manipal_open_days_points id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_open_days_points ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_open_days_points_id_seq'::regclass);
--
-- TOC entry 5692 (class 2604 OID 752929)
-- Name: components_manipal_open_days_points_arrays id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_open_days_points_arrays ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_open_days_points_arrays_id_seq'::regclass);
--
-- TOC entry 5702 (class 2604 OID 753060)
-- Name: components_manipal_open_days_points_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_open_days_points_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_open_days_points_components_id_seq'::regclass);
--
-- TOC entry 5636 (class 2604 OID 742900)
-- Name: components_manipal_our_histories id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_histories ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_our_histories_id_seq'::regclass);
--
-- TOC entry 5726 (class 2604 OID 783546)
-- Name: components_manipal_our_process_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_process_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_our_process_components_id_seq'::regclass);
--
-- TOC entry 5752 (class 2604 OID 783842)
-- Name: components_manipal_our_process_components_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_process_components_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_our_process_components_components_id_seq'::regclass);
--
-- TOC entry 5727 (class 2604 OID 783555)
-- Name: components_manipal_our_processes id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_processes ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_our_processes_id_seq'::regclass);
--
-- TOC entry 5793 (class 2604 OID 793977)
-- Name: components_manipal_partners id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_partners ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_partners_id_seq'::regclass);
--
-- TOC entry 5792 (class 2604 OID 793970)
-- Name: components_manipal_partners_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_partners_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_partners_cards_id_seq'::regclass);
--
-- TOC entry 5798 (class 2604 OID 794057)
-- Name: components_manipal_partners_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_partners_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_partners_components_id_seq'::regclass);
--
-- TOC entry 5843 (class 2604 OID 963095)
-- Name: components_manipal_program_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_program_cards_id_seq'::regclass);
--
-- TOC entry 5845 (class 2604 OID 963118)
-- Name: components_manipal_program_cards_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_cards_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_program_cards_components_id_seq'::regclass);
--
-- TOC entry 5832 (class 2604 OID 956914)
-- Name: components_manipal_program_course_details id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_course_details ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_program_course_details_id_seq'::regclass);
--
-- TOC entry 5836 (class 2604 OID 956951)
-- Name: components_manipal_program_course_details_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_course_details_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_program_course_details_components_id_seq'::regclass);
--
-- TOC entry 5728 (class 2604 OID 783562)
-- Name: components_manipal_programs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_programs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_programs_id_seq'::regclass);
--
-- TOC entry 5888 (class 2604 OID 1108651)
-- Name: components_manipal_projects_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_projects_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_projects_cards_id_seq'::regclass);
--
-- TOC entry 5637 (class 2604 OID 742909)
-- Name: components_manipal_publications id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_publications ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_publications_id_seq'::regclass);
--
-- TOC entry 5670 (class 2604 OID 743458)
-- Name: components_manipal_publications_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_publications_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_publications_components_id_seq'::regclass);
--
-- TOC entry 5778 (class 2604 OID 793097)
-- Name: components_manipal_registration_processes id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_registration_processes ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_registration_processes_id_seq'::regclass);
--
-- TOC entry 5639 (class 2604 OID 742925)
-- Name: components_manipal_research id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_research_id_seq'::regclass);
--
-- TOC entry 5671 (class 2604 OID 743472)
-- Name: components_manipal_research_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_research_components_id_seq'::regclass);
--
-- TOC entry 5638 (class 2604 OID 742916)
-- Name: components_manipal_research_data_lists id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_data_lists ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_research_data_lists_id_seq'::regclass);
--
-- TOC entry 5729 (class 2604 OID 783571)
-- Name: components_manipal_research_guidelines_data id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_guidelines_data ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_research_guidelines_data_id_seq'::regclass);
--
-- TOC entry 5825 (class 2604 OID 887382)
-- Name: components_manipal_research_page_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_page_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_research_page_components_id_seq'::regclass);
--
-- TOC entry 5779 (class 2604 OID 793104)
-- Name: components_manipal_rich_text_arrays id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_rich_text_arrays ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_rich_text_arrays_id_seq'::regclass);
--
-- TOC entry 5730 (class 2604 OID 783580)
-- Name: components_manipal_rich_text_imgs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_rich_text_imgs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_rich_text_imgs_id_seq'::regclass);
--
-- TOC entry 5821 (class 2604 OID 820310)
-- Name: components_manipal_side_menu_international_student_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_side_menu_international_student_pages ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_side_menu_international_student_pages_id_seq'::regclass);
--
-- TOC entry 5813 (class 2604 OID 804126)
-- Name: components_manipal_social_keys id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_social_keys ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_social_keys_id_seq'::regclass);
--
-- TOC entry 5878 (class 2604 OID 1033008)
-- Name: components_manipal_social_medias id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_social_medias ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_social_medias_id_seq'::regclass);
--
-- TOC entry 5879 (class 2604 OID 1033015)
-- Name: components_manipal_social_medias_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_social_medias_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_social_medias_components_id_seq'::regclass);
--
-- TOC entry 5640 (class 2604 OID 742932)
-- Name: components_manipal_student_policies id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_student_policies ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_student_policies_id_seq'::regclass);
--
-- TOC entry 5641 (class 2604 OID 742941)
-- Name: components_manipal_student_projects id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_student_projects ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_student_projects_id_seq'::regclass);
--
-- TOC entry 5816 (class 2604 OID 808038)
-- Name: components_manipal_sub_menus id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_sub_menus ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_sub_menus_id_seq'::regclass);
--
-- TOC entry 5642 (class 2604 OID 742948)
-- Name: components_manipal_subject_current_teach_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_subject_current_teach_tables ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_subject_current_teach_tables_id_seq'::regclass);
--
-- TOC entry 5643 (class 2604 OID 742957)
-- Name: components_manipal_test_comps id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_test_comps ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_test_comps_id_seq'::regclass);
--
-- TOC entry 5731 (class 2604 OID 783589)
-- Name: components_manipal_testimonials_comments id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_testimonials_comments ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_testimonials_comments_id_seq'::regclass);
--
-- TOC entry 5882 (class 2604 OID 1067383)
-- Name: components_manipal_testimonials_comments_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_testimonials_comments_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_testimonials_comments_components_id_seq'::regclass);
--
-- TOC entry 5874 (class 2604 OID 1023135)
-- Name: components_manipal_three_images_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_three_images_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_three_images_components_id_seq'::regclass);
--
-- TOC entry 5732 (class 2604 OID 783598)
-- Name: components_manipal_title_desc_img_link_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_title_desc_img_link_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_title_desc_img_link_components_id_seq'::regclass);
--
-- TOC entry 5833 (class 2604 OID 956921)
-- Name: components_manipal_title_with_nested_richtexts id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_title_with_nested_richtexts ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_title_with_nested_richtexts_id_seq'::regclass);
--
-- TOC entry 5837 (class 2604 OID 956965)
-- Name: components_manipal_title_with_nested_richtexts_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_title_with_nested_richtexts_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_title_with_nested_richtexts_component_id_seq'::regclass);
--
-- TOC entry 5834 (class 2604 OID 956928)
-- Name: components_manipal_two_images_with_richtexts id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_two_images_with_richtexts ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_two_images_with_richtexts_id_seq'::regclass);
--
-- TOC entry 5733 (class 2604 OID 783607)
-- Name: components_manipal_virtual_tours id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_virtual_tours ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_virtual_tours_id_seq'::regclass);
--
-- TOC entry 5694 (class 2604 OID 752945)
-- Name: components_manipal_visa_requirement_pdf_secs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_pdf_secs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_visa_requirement_pdf_secs_id_seq'::regclass);
--
-- TOC entry 5695 (class 2604 OID 752954)
-- Name: components_manipal_visa_requirement_process_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_process_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_visa_requirement_process_cards_id_seq'::regclass);
--
-- TOC entry 5696 (class 2604 OID 752961)
-- Name: components_manipal_visa_requirement_process_secs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_process_secs ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_visa_requirement_process_secs_id_seq'::regclass);
--
-- TOC entry 5703 (class 2604 OID 753074)
-- Name: components_manipal_visa_requirement_process_secs_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_process_secs_components ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_visa_requirement_process_secs_compone_id_seq'::regclass);
--
-- TOC entry 5734 (class 2604 OID 783616)
-- Name: components_manipal_why_dubai_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_why_dubai_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_why_dubai_cards_id_seq'::regclass);
--
-- TOC entry 5735 (class 2604 OID 783625)
-- Name: components_manipal_winter_camp_cards id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_winter_camp_cards ALTER COLUMN id SET DEFAULT nextval('public.components_manipal_winter_camp_cards_id_seq'::regclass);
--
-- TOC entry 5903 (class 2604 OID 1367645)
-- Name: components_shared_admission_generals id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_admission_generals ALTER COLUMN id SET DEFAULT nextval('public.components_shared_admission_generals_id_seq'::regclass);
--
-- TOC entry 5904 (class 2604 OID 1367652)
-- Name: components_shared_admission_generals_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_admission_generals_components ALTER COLUMN id SET DEFAULT nextval('public.components_shared_admission_generals_components_id_seq'::regclass);
--
-- TOC entry 5901 (class 2604 OID 1367189)
-- Name: components_shared_campus_lives id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_campus_lives ALTER COLUMN id SET DEFAULT nextval('public.components_shared_campus_lives_id_seq'::regclass);
--
-- TOC entry 5902 (class 2604 OID 1367198)
-- Name: components_shared_campus_lives_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_campus_lives_components ALTER COLUMN id SET DEFAULT nextval('public.components_shared_campus_lives_components_id_seq'::regclass);
--
-- TOC entry 5907 (class 2604 OID 1370126)
-- Name: components_shared_career_services_centers id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_career_services_centers ALTER COLUMN id SET DEFAULT nextval('public.components_shared_career_services_centers_id_seq'::regclass);
--
-- TOC entry 5908 (class 2604 OID 1371667)
-- Name: components_shared_career_services_centers_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_career_services_centers_components ALTER COLUMN id SET DEFAULT nextval('public.components_shared_career_services_centers_components_id_seq'::regclass);
--
-- TOC entry 5851 (class 2604 OID 1015447)
-- Name: components_shared_meta_socials id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_meta_socials ALTER COLUMN id SET DEFAULT nextval('public.components_shared_meta_socials_id_seq'::regclass);
--
-- TOC entry 5852 (class 2604 OID 1015456)
-- Name: components_shared_seos id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_seos ALTER COLUMN id SET DEFAULT nextval('public.components_shared_seos_id_seq'::regclass);
--
-- TOC entry 5853 (class 2604 OID 1015465)
-- Name: components_shared_seos_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_seos_components ALTER COLUMN id SET DEFAULT nextval('public.components_shared_seos_components_id_seq'::regclass);
--
-- TOC entry 5905 (class 2604 OID 1369875)
-- Name: components_shared_student_services id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_student_services ALTER COLUMN id SET DEFAULT nextval('public.components_shared_student_services_id_seq'::regclass);
--
-- TOC entry 5906 (class 2604 OID 1369884)
-- Name: components_shared_student_services_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_student_services_components ALTER COLUMN id SET DEFAULT nextval('public.components_shared_student_services_components_id_seq'::regclass);
--
-- TOC entry 5644 (class 2604 OID 742964)
-- Name: components_table_academic_qualifications id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_academic_qualifications ALTER COLUMN id SET DEFAULT nextval('public.components_table_academic_qualifications_id_seq'::regclass);
--
-- TOC entry 5645 (class 2604 OID 742973)
-- Name: components_table_area_of_interest_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_area_of_interest_tables ALTER COLUMN id SET DEFAULT nextval('public.components_table_area_of_interest_tables_id_seq'::regclass);
--
-- TOC entry 5646 (class 2604 OID 742982)
-- Name: components_table_column_titles id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_column_titles ALTER COLUMN id SET DEFAULT nextval('public.components_table_column_titles_id_seq'::regclass);
--
-- TOC entry 5697 (class 2604 OID 752970)
-- Name: components_table_open_days_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_open_days_tables ALTER COLUMN id SET DEFAULT nextval('public.components_table_open_days_tables_id_seq'::regclass);
--
-- TOC entry 5647 (class 2604 OID 742989)
-- Name: components_table_professional_affiliations id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_professional_affiliations ALTER COLUMN id SET DEFAULT nextval('public.components_table_professional_affiliations_id_seq'::regclass);
--
-- TOC entry 5736 (class 2604 OID 783634)
-- Name: components_table_program_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_program_tables ALTER COLUMN id SET DEFAULT nextval('public.components_table_program_tables_id_seq'::regclass);
--
-- TOC entry 5648 (class 2604 OID 742998)
-- Name: components_table_publications id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_publications ALTER COLUMN id SET DEFAULT nextval('public.components_table_publications_id_seq'::regclass);
--
-- TOC entry 5649 (class 2604 OID 743007)
-- Name: components_table_qualification_exps id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_qualification_exps ALTER COLUMN id SET DEFAULT nextval('public.components_table_qualification_exps_id_seq'::regclass);
--
-- TOC entry 5737 (class 2604 OID 783643)
-- Name: components_table_scholarship_table_columns id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_scholarship_table_columns ALTER COLUMN id SET DEFAULT nextval('public.components_table_scholarship_table_columns_id_seq'::regclass);
--
-- TOC entry 5738 (class 2604 OID 783652)
-- Name: components_table_scholarship_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_scholarship_tables ALTER COLUMN id SET DEFAULT nextval('public.components_table_scholarship_tables_id_seq'::regclass);
--
-- TOC entry 5650 (class 2604 OID 743016)
-- Name: components_table_subject_current_teach_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_subject_current_teach_tables ALTER COLUMN id SET DEFAULT nextval('public.components_table_subject_current_teach_tables_id_seq'::regclass);
--
-- TOC entry 5651 (class 2604 OID 743025)
-- Name: components_table_table_columns id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_table_columns ALTER COLUMN id SET DEFAULT nextval('public.components_table_table_columns_id_seq'::regclass);
--
-- TOC entry 5652 (class 2604 OID 743032)
-- Name: components_table_tables id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_tables ALTER COLUMN id SET DEFAULT nextval('public.components_table_tables_id_seq'::regclass);
--
-- TOC entry 5672 (class 2604 OID 743486)
-- Name: components_table_tables_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_tables_components ALTER COLUMN id SET DEFAULT nextval('public.components_table_tables_components_id_seq'::regclass);
--
-- TOC entry 5805 (class 2604 OID 799848)
-- Name: contact_us_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.contact_us_pages ALTER COLUMN id SET DEFAULT nextval('public.contact_us_pages_id_seq'::regclass);
--
-- TOC entry 5806 (class 2604 OID 799859)
-- Name: contact_us_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.contact_us_pages_components ALTER COLUMN id SET DEFAULT nextval('public.contact_us_pages_components_id_seq'::regclass);
--
-- TOC entry 5889 (class 2604 OID 1123672)
-- Name: degrees id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees ALTER COLUMN id SET DEFAULT nextval('public.degrees_id_seq'::regclass);
--
-- TOC entry 5900 (class 2604 OID 1147321)
-- Name: degrees_programs_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees_programs_links ALTER COLUMN id SET DEFAULT nextval('public.degrees_programs_links_id_seq'::regclass);
--
-- TOC entry 5829 (class 2604 OID 949017)
-- Name: events id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events ALTER COLUMN id SET DEFAULT nextval('public.events_id_seq'::regclass);
--
-- TOC entry 5861 (class 2604 OID 1016814)
-- Name: events_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_components ALTER COLUMN id SET DEFAULT nextval('public.events_components_id_seq'::regclass);
--
-- TOC entry 5911 (class 2604 OID 1376885)
-- Name: events_news_events_category_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_news_events_category_links ALTER COLUMN id SET DEFAULT nextval('public.events_news_events_category_links_id_seq'::regclass);
--
-- TOC entry 5826 (class 2604 OID 889451)
-- Name: events_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_pages ALTER COLUMN id SET DEFAULT nextval('public.events_pages_id_seq'::regclass);
--
-- TOC entry 5827 (class 2604 OID 889462)
-- Name: events_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_pages_components ALTER COLUMN id SET DEFAULT nextval('public.events_pages_components_id_seq'::regclass);
--
-- TOC entry 5894 (class 2604 OID 1124733)
-- Name: events_school_collection_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_collection_links ALTER COLUMN id SET DEFAULT nextval('public.events_school_collection_links_id_seq'::regclass);
--
-- TOC entry 5891 (class 2604 OID 1124384)
-- Name: events_school_type_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_type_links ALTER COLUMN id SET DEFAULT nextval('public.events_school_type_links_id_seq'::regclass);
--
-- TOC entry 5707 (class 2604 OID 783369)
-- Name: facilities_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.facilities_pages ALTER COLUMN id SET DEFAULT nextval('public.facilities_pages_id_seq'::regclass);
--
-- TOC entry 5741 (class 2604 OID 783688)
-- Name: facilities_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.facilities_pages_components ALTER COLUMN id SET DEFAULT nextval('public.facilities_pages_components_id_seq'::regclass);
--
-- TOC entry 5608 (class 2604 OID 742503)
-- Name: faculties id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties ALTER COLUMN id SET DEFAULT nextval('public.faculties_id_seq'::regclass);
--
-- TOC entry 5659 (class 2604 OID 743117)
-- Name: faculties_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_components ALTER COLUMN id SET DEFAULT nextval('public.faculties_components_id_seq'::regclass);
--
-- TOC entry 5660 (class 2604 OID 743131)
-- Name: faculties_faculty_type_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_faculty_type_links ALTER COLUMN id SET DEFAULT nextval('public.faculties_faculty_type_links_id_seq'::regclass);
--
-- TOC entry 5895 (class 2604 OID 1124745)
-- Name: faculties_school_collection_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_school_collection_links ALTER COLUMN id SET DEFAULT nextval('public.faculties_school_collection_links_id_seq'::regclass);
--
-- TOC entry 5609 (class 2604 OID 742516)
-- Name: faculty_types id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculty_types ALTER COLUMN id SET DEFAULT nextval('public.faculty_types_id_seq'::regclass);
--
-- TOC entry 5862 (class 2604 OID 1016842)
-- Name: faculty_types_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculty_types_components ALTER COLUMN id SET DEFAULT nextval('public.faculty_types_components_id_seq'::regclass);
--
-- TOC entry 5673 (class 2604 OID 748756)
-- Name: faq_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faq_pages ALTER COLUMN id SET DEFAULT nextval('public.faq_pages_id_seq'::regclass);
--
-- TOC entry 5680 (class 2604 OID 748871)
-- Name: faq_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faq_pages_components ALTER COLUMN id SET DEFAULT nextval('public.faq_pages_components_id_seq'::regclass);
--
-- TOC entry 5708 (class 2604 OID 783378)
-- Name: fee_and_funding_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fee_and_funding_pages ALTER COLUMN id SET DEFAULT nextval('public.fee_and_funding_pages_id_seq'::regclass);
--
-- TOC entry 5742 (class 2604 OID 783702)
-- Name: fee_and_funding_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fee_and_funding_pages_components ALTER COLUMN id SET DEFAULT nextval('public.fee_and_funding_pages_components_id_seq'::regclass);
--
-- TOC entry 5580 (class 2604 OID 680689)
-- Name: files id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files ALTER COLUMN id SET DEFAULT nextval('public.files_id_seq'::regclass);
--
-- TOC entry 5593 (class 2604 OID 680846)
-- Name: files_folder_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files_folder_links ALTER COLUMN id SET DEFAULT nextval('public.files_folder_links_id_seq'::regclass);
--
-- TOC entry 5592 (class 2604 OID 680834)
-- Name: files_related_morphs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files_related_morphs ALTER COLUMN id SET DEFAULT nextval('public.files_related_morphs_id_seq'::regclass);
--
-- TOC entry 5814 (class 2604 OID 808018)
-- Name: header_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.header_components ALTER COLUMN id SET DEFAULT nextval('public.header_components_id_seq'::regclass);
--
-- TOC entry 5817 (class 2604 OID 808047)
-- Name: header_components_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.header_components_components ALTER COLUMN id SET DEFAULT nextval('public.header_components_components_id_seq'::regclass);
--
-- TOC entry 5674 (class 2604 OID 748765)
-- Name: histories id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.histories ALTER COLUMN id SET DEFAULT nextval('public.histories_id_seq'::regclass);
--
-- TOC entry 5681 (class 2604 OID 748885)
-- Name: histories_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.histories_components ALTER COLUMN id SET DEFAULT nextval('public.histories_components_id_seq'::regclass);
--
-- TOC entry 5808 (class 2604 OID 803878)
-- Name: home_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.home_pages ALTER COLUMN id SET DEFAULT nextval('public.home_pages_id_seq'::regclass);
--
-- TOC entry 5812 (class 2604 OID 803914)
-- Name: home_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.home_pages_components ALTER COLUMN id SET DEFAULT nextval('public.home_pages_components_id_seq'::regclass);
--
-- TOC entry 5709 (class 2604 OID 783387)
-- Name: how_to_apply_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.how_to_apply_pages ALTER COLUMN id SET DEFAULT nextval('public.how_to_apply_pages_id_seq'::regclass);
--
-- TOC entry 5743 (class 2604 OID 783716)
-- Name: how_to_apply_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.how_to_apply_pages_components ALTER COLUMN id SET DEFAULT nextval('public.how_to_apply_pages_components_id_seq'::regclass);
--
-- TOC entry 5584 (class 2604 OID 680743)
-- Name: i18n_locale id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.i18n_locale ALTER COLUMN id SET DEFAULT nextval('public.i18n_locale_id_seq'::regclass);
--
-- TOC entry 5884 (class 2604 OID 1071108)
-- Name: innovation_incubation_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages ALTER COLUMN id SET DEFAULT nextval('public.innovation_incubation_pages_id_seq'::regclass);
--
-- TOC entry 5887 (class 2604 OID 1077985)
-- Name: innovation_incubation_pages_administrations_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_administrations_links ALTER COLUMN id SET DEFAULT nextval('public.innovation_incubation_pages_administrations_links_id_seq'::regclass);
--
-- TOC entry 5885 (class 2604 OID 1071117)
-- Name: innovation_incubation_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_components ALTER COLUMN id SET DEFAULT nextval('public.innovation_incubation_pages_components_id_seq'::regclass);
--
-- TOC entry 5710 (class 2604 OID 783398)
-- Name: international_admissions id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_admissions ALTER COLUMN id SET DEFAULT nextval('public.international_admissions_id_seq'::regclass);
--
-- TOC entry 5744 (class 2604 OID 783730)
-- Name: international_admissions_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_admissions_components ALTER COLUMN id SET DEFAULT nextval('public.international_admissions_components_id_seq'::regclass);
--
-- TOC entry 5610 (class 2604 OID 742556)
-- Name: international_collaborations id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_collaborations ALTER COLUMN id SET DEFAULT nextval('public.international_collaborations_id_seq'::regclass);
--
-- TOC entry 5661 (class 2604 OID 743184)
-- Name: international_collaborations_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_collaborations_components ALTER COLUMN id SET DEFAULT nextval('public.international_collaborations_components_id_seq'::regclass);
--
-- TOC entry 5799 (class 2604 OID 798267)
-- Name: international_student_orientation_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_orientation_pages ALTER COLUMN id SET DEFAULT nextval('public.international_student_orientation_pages_id_seq'::regclass);
--
-- TOC entry 5800 (class 2604 OID 798276)
-- Name: international_student_orientation_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_orientation_pages_components ALTER COLUMN id SET DEFAULT nextval('public.international_student_orientation_pages_components_id_seq'::regclass);
--
-- TOC entry 5801 (class 2604 OID 798757)
-- Name: international_student_scholarship_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_scholarship_pages ALTER COLUMN id SET DEFAULT nextval('public.international_student_scholarship_pages_id_seq'::regclass);
--
-- TOC entry 5802 (class 2604 OID 798766)
-- Name: international_student_scholarship_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_scholarship_pages_components ALTER COLUMN id SET DEFAULT nextval('public.international_student_scholarship_pages_components_id_seq'::regclass);
--
-- TOC entry 5686 (class 2604 OID 752856)
-- Name: international_students id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students ALTER COLUMN id SET DEFAULT nextval('public.international_students_id_seq'::regclass);
--
-- TOC entry 5687 (class 2604 OID 752867)
-- Name: international_students_about_dubais id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_about_dubais ALTER COLUMN id SET DEFAULT nextval('public.international_students_about_dubais_id_seq'::regclass);
--
-- TOC entry 5880 (class 2604 OID 1042484)
-- Name: international_students_about_dubais_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_about_dubais_components ALTER COLUMN id SET DEFAULT nextval('public.international_students_about_dubais_components_id_seq'::regclass);
--
-- TOC entry 5698 (class 2604 OID 752990)
-- Name: international_students_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_components ALTER COLUMN id SET DEFAULT nextval('public.international_students_components_id_seq'::regclass);
--
-- TOC entry 5819 (class 2604 OID 820292)
-- Name: international_students_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_pages ALTER COLUMN id SET DEFAULT nextval('public.international_students_pages_id_seq'::regclass);
--
-- TOC entry 5822 (class 2604 OID 820319)
-- Name: international_students_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_pages_components ALTER COLUMN id SET DEFAULT nextval('public.international_students_pages_components_id_seq'::regclass);
--
-- TOC entry 5688 (class 2604 OID 752889)
-- Name: international_students_visa_requirements id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_visa_requirements ALTER COLUMN id SET DEFAULT nextval('public.international_students_visa_requirements_id_seq'::regclass);
--
-- TOC entry 5699 (class 2604 OID 753018)
-- Name: international_students_visa_requirements_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_visa_requirements_components ALTER COLUMN id SET DEFAULT nextval('public.international_students_visa_requirements_components_id_seq'::regclass);
--
-- TOC entry 5611 (class 2604 OID 742567)
-- Name: leaderships id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships ALTER COLUMN id SET DEFAULT nextval('public.leaderships_id_seq'::regclass);
--
-- TOC entry 5863 (class 2604 OID 1016856)
-- Name: leaderships_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships_components ALTER COLUMN id SET DEFAULT nextval('public.leaderships_components_id_seq'::regclass);
--
-- TOC entry 5675 (class 2604 OID 748786)
-- Name: manipal_jai_pur_universities id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.manipal_jai_pur_universities ALTER COLUMN id SET DEFAULT nextval('public.manipal_jai_pur_universities_id_seq'::regclass);
--
-- TOC entry 5682 (class 2604 OID 748913)
-- Name: manipal_jai_pur_universities_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.manipal_jai_pur_universities_components ALTER COLUMN id SET DEFAULT nextval('public.manipal_jai_pur_universities_components_id_seq'::regclass);
--
-- TOC entry 5613 (class 2604 OID 742627)
-- Name: news id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news ALTER COLUMN id SET DEFAULT nextval('public.news_id_seq'::regclass);
--
-- TOC entry 5864 (class 2604 OID 1016884)
-- Name: news_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_components ALTER COLUMN id SET DEFAULT nextval('public.news_components_id_seq'::regclass);
--
-- TOC entry 5676 (class 2604 OID 748797)
-- Name: news_detail_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_detail_pages ALTER COLUMN id SET DEFAULT nextval('public.news_detail_pages_id_seq'::regclass);
--
-- TOC entry 5683 (class 2604 OID 748927)
-- Name: news_detail_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_detail_pages_components ALTER COLUMN id SET DEFAULT nextval('public.news_detail_pages_components_id_seq'::regclass);
--
-- TOC entry 5909 (class 2604 OID 1376629)
-- Name: news_events_categories id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_events_categories ALTER COLUMN id SET DEFAULT nextval('public.news_events_categories_id_seq'::regclass);
--
-- TOC entry 5910 (class 2604 OID 1376640)
-- Name: news_events_categories_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_events_categories_components ALTER COLUMN id SET DEFAULT nextval('public.news_events_categories_components_id_seq'::regclass);
--
-- TOC entry 5612 (class 2604 OID 742616)
-- Name: news_mains id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_mains ALTER COLUMN id SET DEFAULT nextval('public.news_mains_id_seq'::regclass);
--
-- TOC entry 5662 (class 2604 OID 743240)
-- Name: news_mains_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_mains_components ALTER COLUMN id SET DEFAULT nextval('public.news_mains_components_id_seq'::regclass);
--
-- TOC entry 5912 (class 2604 OID 1377132)
-- Name: news_news_events_category_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_news_events_category_links ALTER COLUMN id SET DEFAULT nextval('public.news_news_events_category_links_id_seq'::regclass);
--
-- TOC entry 5896 (class 2604 OID 1124757)
-- Name: news_school_collection_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_school_collection_links ALTER COLUMN id SET DEFAULT nextval('public.news_school_collection_links_id_seq'::regclass);
--
-- TOC entry 5689 (class 2604 OID 752900)
-- Name: open_days id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.open_days ALTER COLUMN id SET DEFAULT nextval('public.open_days_id_seq'::regclass);
--
-- TOC entry 5700 (class 2604 OID 753032)
-- Name: open_days_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.open_days_components ALTER COLUMN id SET DEFAULT nextval('public.open_days_components_id_seq'::regclass);
--
-- TOC entry 5783 (class 2604 OID 793887)
-- Name: our_campuses id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_campuses ALTER COLUMN id SET DEFAULT nextval('public.our_campuses_id_seq'::regclass);
--
-- TOC entry 5795 (class 2604 OID 794015)
-- Name: our_campuses_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_campuses_components ALTER COLUMN id SET DEFAULT nextval('public.our_campuses_components_id_seq'::regclass);
--
-- TOC entry 5690 (class 2604 OID 752911)
-- Name: our_faculties id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_faculties ALTER COLUMN id SET DEFAULT nextval('public.our_faculties_id_seq'::regclass);
--
-- TOC entry 5701 (class 2604 OID 753046)
-- Name: our_faculties_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_faculties_components ALTER COLUMN id SET DEFAULT nextval('public.our_faculties_components_id_seq'::regclass);
--
-- TOC entry 5711 (class 2604 OID 783407)
-- Name: policies id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.policies ALTER COLUMN id SET DEFAULT nextval('public.policies_id_seq'::regclass);
--
-- TOC entry 5745 (class 2604 OID 783744)
-- Name: policies_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.policies_components ALTER COLUMN id SET DEFAULT nextval('public.policies_components_id_seq'::regclass);
--
-- TOC entry 5614 (class 2604 OID 742649)
-- Name: privacy_policies id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies ALTER COLUMN id SET DEFAULT nextval('public.privacy_policies_id_seq'::regclass);
--
-- TOC entry 5746 (class 2604 OID 783758)
-- Name: privacy_policies_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies_components ALTER COLUMN id SET DEFAULT nextval('public.privacy_policies_components_id_seq'::regclass);
--
-- TOC entry 5838 (class 2604 OID 957919)
-- Name: program_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.program_pages ALTER COLUMN id SET DEFAULT nextval('public.program_pages_id_seq'::regclass);
--
-- TOC entry 5840 (class 2604 OID 957937)
-- Name: program_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.program_pages_components ALTER COLUMN id SET DEFAULT nextval('public.program_pages_components_id_seq'::regclass);
--
-- TOC entry 5831 (class 2604 OID 956901)
-- Name: programs id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs ALTER COLUMN id SET DEFAULT nextval('public.programs_id_seq'::regclass);
--
-- TOC entry 5835 (class 2604 OID 956937)
-- Name: programs_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_components ALTER COLUMN id SET DEFAULT nextval('public.programs_components_id_seq'::regclass);
--
-- TOC entry 5897 (class 2604 OID 1124769)
-- Name: programs_school_collection_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_school_collection_links ALTER COLUMN id SET DEFAULT nextval('public.programs_school_collection_links_id_seq'::regclass);
--
-- TOC entry 5677 (class 2604 OID 748817)
-- Name: ranking_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.ranking_pages ALTER COLUMN id SET DEFAULT nextval('public.ranking_pages_id_seq'::regclass);
--
-- TOC entry 5684 (class 2604 OID 748955)
-- Name: ranking_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.ranking_pages_components ALTER COLUMN id SET DEFAULT nextval('public.ranking_pages_components_id_seq'::regclass);
--
-- TOC entry 5615 (class 2604 OID 742671)
-- Name: recognitions_and_accreditations id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.recognitions_and_accreditations ALTER COLUMN id SET DEFAULT nextval('public.recognitions_and_accreditations_id_seq'::regclass);
--
-- TOC entry 5663 (class 2604 OID 743293)
-- Name: recognitions_and_accreditations_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.recognitions_and_accreditations_components ALTER COLUMN id SET DEFAULT nextval('public.recognitions_and_accreditations_components_id_seq'::regclass);
--
-- TOC entry 5753 (class 2604 OID 785401)
-- Name: research_at_dubai_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_at_dubai_pages ALTER COLUMN id SET DEFAULT nextval('public.research_at_dubai_pages_id_seq'::regclass);
--
-- TOC entry 5754 (class 2604 OID 785410)
-- Name: research_at_dubai_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_at_dubai_pages_components ALTER COLUMN id SET DEFAULT nextval('public.research_at_dubai_pages_components_id_seq'::regclass);
--
-- TOC entry 5761 (class 2604 OID 786588)
-- Name: research_awards_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_awards_pages ALTER COLUMN id SET DEFAULT nextval('public.research_awards_pages_id_seq'::regclass);
--
-- TOC entry 5762 (class 2604 OID 786597)
-- Name: research_awards_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_awards_pages_components ALTER COLUMN id SET DEFAULT nextval('public.research_awards_pages_components_id_seq'::regclass);
--
-- TOC entry 5759 (class 2604 OID 786314)
-- Name: research_collaboration_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_collaboration_pages ALTER COLUMN id SET DEFAULT nextval('public.research_collaboration_pages_id_seq'::regclass);
--
-- TOC entry 5760 (class 2604 OID 786325)
-- Name: research_collaboration_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_collaboration_pages_components ALTER COLUMN id SET DEFAULT nextval('public.research_collaboration_pages_components_id_seq'::regclass);
--
-- TOC entry 5617 (class 2604 OID 742691)
-- Name: research_committe_lists id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committe_lists ALTER COLUMN id SET DEFAULT nextval('public.research_committe_lists_id_seq'::regclass);
--
-- TOC entry 5665 (class 2604 OID 743332)
-- Name: research_committe_lists_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committe_lists_components ALTER COLUMN id SET DEFAULT nextval('public.research_committe_lists_components_id_seq'::regclass);
--
-- TOC entry 5875 (class 2604 OID 1024625)
-- Name: research_committee_types id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committee_types ALTER COLUMN id SET DEFAULT nextval('public.research_committee_types_id_seq'::regclass);
--
-- TOC entry 5616 (class 2604 OID 742680)
-- Name: research_committes id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes ALTER COLUMN id SET DEFAULT nextval('public.research_committes_id_seq'::regclass);
--
-- TOC entry 5664 (class 2604 OID 743307)
-- Name: research_committes_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_components ALTER COLUMN id SET DEFAULT nextval('public.research_committes_components_id_seq'::regclass);
--
-- TOC entry 5876 (class 2604 OID 1024855)
-- Name: research_committes_research_committee_type_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_research_committee_type_links ALTER COLUMN id SET DEFAULT nextval('public.research_committes_research_committee_type_links_id_seq'::regclass);
--
-- TOC entry 5755 (class 2604 OID 786008)
-- Name: research_guide_line_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_guide_line_pages ALTER COLUMN id SET DEFAULT nextval('public.research_guide_line_pages_id_seq'::regclass);
--
-- TOC entry 5756 (class 2604 OID 786019)
-- Name: research_guide_line_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_guide_line_pages_components ALTER COLUMN id SET DEFAULT nextval('public.research_guide_line_pages_components_id_seq'::regclass);
--
-- TOC entry 5618 (class 2604 OID 742700)
-- Name: research_mains id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_mains ALTER COLUMN id SET DEFAULT nextval('public.research_mains_id_seq'::regclass);
--
-- TOC entry 5666 (class 2604 OID 743346)
-- Name: research_mains_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_mains_components ALTER COLUMN id SET DEFAULT nextval('public.research_mains_components_id_seq'::regclass);
--
-- TOC entry 5757 (class 2604 OID 786164)
-- Name: research_publication_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_publication_pages ALTER COLUMN id SET DEFAULT nextval('public.research_publication_pages_id_seq'::regclass);
--
-- TOC entry 5758 (class 2604 OID 786175)
-- Name: research_publication_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_publication_pages_components ALTER COLUMN id SET DEFAULT nextval('public.research_publication_pages_components_id_seq'::regclass);
--
-- TOC entry 5763 (class 2604 OID 786861)
-- Name: research_strategy_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_strategy_pages ALTER COLUMN id SET DEFAULT nextval('public.research_strategy_pages_id_seq'::regclass);
--
-- TOC entry 5764 (class 2604 OID 786870)
-- Name: research_strategy_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_strategy_pages_components ALTER COLUMN id SET DEFAULT nextval('public.research_strategy_pages_components_id_seq'::regclass);
--
-- TOC entry 5892 (class 2604 OID 1124708)
-- Name: school_collections id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections ALTER COLUMN id SET DEFAULT nextval('public.school_collections_id_seq'::regclass);
--
-- TOC entry 5898 (class 2604 OID 1124781)
-- Name: school_collections_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections_components ALTER COLUMN id SET DEFAULT nextval('public.school_collections_components_id_seq'::regclass);
--
-- TOC entry 5850 (class 2604 OID 1010459)
-- Name: schools id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schools ALTER COLUMN id SET DEFAULT nextval('public.schools_id_seq'::regclass);
--
-- TOC entry 5865 (class 2604 OID 1016898)
-- Name: schools_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schools_components ALTER COLUMN id SET DEFAULT nextval('public.schools_components_id_seq'::regclass);
--
-- TOC entry 5577 (class 2604 OID 680660)
-- Name: strapi_api_token_permissions id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions ALTER COLUMN id SET DEFAULT nextval('public.strapi_api_token_permissions_id_seq'::regclass);
--
-- TOC entry 5590 (class 2604 OID 680810)
-- Name: strapi_api_token_permissions_token_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions_token_links ALTER COLUMN id SET DEFAULT nextval('public.strapi_api_token_permissions_token_links_id_seq'::regclass);
--
-- TOC entry 5576 (class 2604 OID 680649)
-- Name: strapi_api_tokens id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_tokens ALTER COLUMN id SET DEFAULT nextval('public.strapi_api_tokens_id_seq'::regclass);
--
-- TOC entry 5571 (class 2604 OID 680598)
-- Name: strapi_core_store_settings id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_core_store_settings ALTER COLUMN id SET DEFAULT nextval('public.strapi_core_store_settings_id_seq'::regclass);
--
-- TOC entry 5570 (class 2604 OID 680589)
-- Name: strapi_database_schema id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_database_schema ALTER COLUMN id SET DEFAULT nextval('public.strapi_database_schema_id_seq'::regclass);
--
-- TOC entry 5569 (class 2604 OID 680582)
-- Name: strapi_migrations id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_migrations ALTER COLUMN id SET DEFAULT nextval('public.strapi_migrations_id_seq'::regclass);
--
-- TOC entry 5583 (class 2604 OID 680732)
-- Name: strapi_release_actions id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions ALTER COLUMN id SET DEFAULT nextval('public.strapi_release_actions_id_seq'::regclass);
--
-- TOC entry 5595 (class 2604 OID 680870)
-- Name: strapi_release_actions_release_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions_release_links ALTER COLUMN id SET DEFAULT nextval('public.strapi_release_actions_release_links_id_seq'::regclass);
--
-- TOC entry 5582 (class 2604 OID 680721)
-- Name: strapi_releases id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_releases ALTER COLUMN id SET DEFAULT nextval('public.strapi_releases_id_seq'::regclass);
--
-- TOC entry 5579 (class 2604 OID 680680)
-- Name: strapi_transfer_token_permissions id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions ALTER COLUMN id SET DEFAULT nextval('public.strapi_transfer_token_permissions_id_seq'::regclass);
--
-- TOC entry 5591 (class 2604 OID 680822)
-- Name: strapi_transfer_token_permissions_token_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions_token_links ALTER COLUMN id SET DEFAULT nextval('public.strapi_transfer_token_permissions_token_links_id_seq'::regclass);
--
-- TOC entry 5578 (class 2604 OID 680669)
-- Name: strapi_transfer_tokens id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_tokens ALTER COLUMN id SET DEFAULT nextval('public.strapi_transfer_tokens_id_seq'::regclass);
--
-- TOC entry 5572 (class 2604 OID 680607)
-- Name: strapi_webhooks id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_webhooks ALTER COLUMN id SET DEFAULT nextval('public.strapi_webhooks_id_seq'::regclass);
--
-- TOC entry 5678 (class 2604 OID 748826)
-- Name: student_policy_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_policy_pages ALTER COLUMN id SET DEFAULT nextval('public.student_policy_pages_id_seq'::regclass);
--
-- TOC entry 5685 (class 2604 OID 748969)
-- Name: student_policy_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_policy_pages_components ALTER COLUMN id SET DEFAULT nextval('public.student_policy_pages_components_id_seq'::regclass);
--
-- TOC entry 5712 (class 2604 OID 783418)
-- Name: student_services id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_services ALTER COLUMN id SET DEFAULT nextval('public.student_services_id_seq'::regclass);
--
-- TOC entry 5747 (class 2604 OID 783772)
-- Name: student_services_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_services_components ALTER COLUMN id SET DEFAULT nextval('public.student_services_components_id_seq'::regclass);
--
-- TOC entry 5784 (class 2604 OID 793898)
-- Name: success_stories id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories ALTER COLUMN id SET DEFAULT nextval('public.success_stories_id_seq'::regclass);
--
-- TOC entry 5866 (class 2604 OID 1016912)
-- Name: success_stories_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories_components ALTER COLUMN id SET DEFAULT nextval('public.success_stories_components_id_seq'::regclass);
--
-- TOC entry 5713 (class 2604 OID 783429)
-- Name: sustainabilities id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sustainabilities ALTER COLUMN id SET DEFAULT nextval('public.sustainabilities_id_seq'::regclass);
--
-- TOC entry 5748 (class 2604 OID 783786)
-- Name: sustainabilities_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sustainabilities_components ALTER COLUMN id SET DEFAULT nextval('public.sustainabilities_components_id_seq'::regclass);
--
-- TOC entry 5619 (class 2604 OID 742740)
-- Name: terms_and_conditions id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions ALTER COLUMN id SET DEFAULT nextval('public.terms_and_conditions_id_seq'::regclass);
--
-- TOC entry 5749 (class 2604 OID 783800)
-- Name: terms_and_conditions_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions_components ALTER COLUMN id SET DEFAULT nextval('public.terms_and_conditions_components_id_seq'::regclass);
--
-- TOC entry 5679 (class 2604 OID 748835)
-- Name: universities id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities ALTER COLUMN id SET DEFAULT nextval('public.universities_id_seq'::regclass);
--
-- TOC entry 5867 (class 2604 OID 1016926)
-- Name: universities_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities_components ALTER COLUMN id SET DEFAULT nextval('public.universities_components_id_seq'::regclass);
--
-- TOC entry 5585 (class 2604 OID 680754)
-- Name: up_permissions id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions ALTER COLUMN id SET DEFAULT nextval('public.up_permissions_id_seq'::regclass);
--
-- TOC entry 5596 (class 2604 OID 680882)
-- Name: up_permissions_role_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions_role_links ALTER COLUMN id SET DEFAULT nextval('public.up_permissions_role_links_id_seq'::regclass);
--
-- TOC entry 5586 (class 2604 OID 680763)
-- Name: up_roles id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_roles ALTER COLUMN id SET DEFAULT nextval('public.up_roles_id_seq'::regclass);
--
-- TOC entry 5587 (class 2604 OID 680774)
-- Name: up_users id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users ALTER COLUMN id SET DEFAULT nextval('public.up_users_id_seq'::regclass);
--
-- TOC entry 5597 (class 2604 OID 680894)
-- Name: up_users_role_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users_role_links ALTER COLUMN id SET DEFAULT nextval('public.up_users_role_links_id_seq'::regclass);
--
-- TOC entry 5581 (class 2604 OID 680706)
-- Name: upload_folders id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders ALTER COLUMN id SET DEFAULT nextval('public.upload_folders_id_seq'::regclass);
--
-- TOC entry 5594 (class 2604 OID 680858)
-- Name: upload_folders_parent_links id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders_parent_links ALTER COLUMN id SET DEFAULT nextval('public.upload_folders_parent_links_id_seq'::regclass);
--
-- TOC entry 5774 (class 2604 OID 792193)
-- Name: why_dubai_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.why_dubai_pages ALTER COLUMN id SET DEFAULT nextval('public.why_dubai_pages_id_seq'::regclass);
--
-- TOC entry 5775 (class 2604 OID 792202)
-- Name: why_dubai_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.why_dubai_pages_components ALTER COLUMN id SET DEFAULT nextval('public.why_dubai_pages_components_id_seq'::regclass);
--
-- TOC entry 5714 (class 2604 OID 783440)
-- Name: winter_camp_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.winter_camp_pages ALTER COLUMN id SET DEFAULT nextval('public.winter_camp_pages_id_seq'::regclass);
--
-- TOC entry 5750 (class 2604 OID 783814)
-- Name: winter_camp_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.winter_camp_pages_components ALTER COLUMN id SET DEFAULT nextval('public.winter_camp_pages_components_id_seq'::regclass);
--
-- TOC entry 5803 (class 2604 OID 799634)
-- Name: world_wide_pages id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.world_wide_pages ALTER COLUMN id SET DEFAULT nextval('public.world_wide_pages_id_seq'::regclass);
--
-- TOC entry 5804 (class 2604 OID 799645)
-- Name: world_wide_pages_components id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.world_wide_pages_components ALTER COLUMN id SET DEFAULT nextval('public.world_wide_pages_components_id_seq'::regclass);
--
-- TOC entry 8358 (class 0 OID 790596)
-- Dependencies: 607
-- Data for Name: about_us_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.about_us_pages (id, our_history_title, history_desc, leadership_title, leadership_desc, ranking_title, ranking_desc, cta_target, cta_text, cta_link, world_wide_title, world_wide_desc, proud_desc, administration_title, administration_desc, student_policies_title, view_all_policies_text, view_all_policies_link, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Our History', 'Throughout our short history we have helped shape our country and wider region through research and the dissemination of knowledge. We strive to preserve our national heritage.', 'Leadership', 'Our thriving residential campus is home to a community of creative and accomplished people from around the world.', 'Rankings', 'Manipal Academy of Higher Education, Dubai has been ranked highly across multiple categories by various ranking bodies', NULL, 'Explore More', 'rankings', 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.', 'We are proud to have received the following awards & certifications:', 'Administration', 'MEHA Dubai: Nurturing Growth, Inspiring Excellence. Committed to Transparency, Innovation, and Student Success.', 'Student Policies', 'View All Policies', 'student-policies', '2024-05-29 10:50:19.443', '2024-11-28 11:41:01.796', '2024-05-29 11:30:55.047', 1, 3);
--
-- TOC entry 8570 (class 0 OID 1018695)
-- Dependencies: 819
-- Data for Name: about_us_pages_administrations_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.about_us_pages_administrations_links (id, about_us_page_id, administration_id, administration_order) VALUES (3, 1, 7, 1);
INSERT INTO public.about_us_pages_administrations_links (id, about_us_page_id, administration_id, administration_order) VALUES (2, 1, 5, 2);
INSERT INTO public.about_us_pages_administrations_links (id, about_us_page_id, administration_id, administration_order) VALUES (1, 1, 6, 3);
--
-- TOC entry 8568 (class 0 OID 1018683)
-- Dependencies: 817
-- Data for Name: about_us_pages_awards_links; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8362 (class 0 OID 790616)
-- Dependencies: 611
-- Data for Name: about_us_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 10, 'manipal.icon-card-array', 'programs', 1);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 11, 'manipal.icon-card-array', 'visionSection', 2);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 1, 12, 'manipal.icon-card-array', 'visionSection', 3);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (25, 1, 14, 'manipal.icon-card-array', 'programs', 4);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (86, 1, 23, 'manipal.icon-card-array', 'programs', 6);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (87, 1, 22, 'manipal.icon-card-array', 'programs', 7);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (88, 1, 24, 'manipal.icon-card-array', 'programs', 9);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1208, 1, 73, 'manipal.faqs', 'ranksFaq', 1);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1209, 1, 74, 'manipal.faqs', 'ranksFaq', 2);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1210, 1, 75, 'manipal.faqs', 'ranksFaq', 3);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1211, 1, 76, 'manipal.faqs', 'ranksFaq', 4);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1212, 1, 78, 'manipal.faqs', 'ranksFaq', 5);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1213, 1, 77, 'manipal.faqs', 'ranksFaq', 6);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1214, 1, 81, 'manipal.faqs', 'ranksFaq', 7);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1215, 1, 79, 'manipal.faqs', 'ranksFaq', 8);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1216, 1, 80, 'manipal.faqs', 'ranksFaq', 9);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 37, 'manipal.inner-banner', 'banner', 17);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.about-mahe-dubai-section', 'aboutMaheDubaiSection', 18);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 3, 'manipal.image-click-title-desc-component', 'recognitionAccelerationSection', 19);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (127, 1, 27, 'manipal.double-text-with-link', 'worldWideViewMore', 20);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (128, 1, 28, 'manipal.double-text-with-link', 'awardLink', 21);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (129, 1, 29, 'manipal.double-text-with-link', 'admissionLink', 22);
INSERT INTO public.about_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (962, 1, 2, 'shared.seo', 'seo', 23);
--
-- TOC entry 8564 (class 0 OID 1018659)
-- Dependencies: 813
-- Data for Name: about_us_pages_leaderships_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.about_us_pages_leaderships_links (id, about_us_page_id, leadership_id, leadership_order) VALUES (1, 1, 1, 1);
INSERT INTO public.about_us_pages_leaderships_links (id, about_us_page_id, leadership_id, leadership_order) VALUES (6, 1, 7, 2);
INSERT INTO public.about_us_pages_leaderships_links (id, about_us_page_id, leadership_id, leadership_order) VALUES (7, 1, 8, 3);
INSERT INTO public.about_us_pages_leaderships_links (id, about_us_page_id, leadership_id, leadership_order) VALUES (4, 1, 3, 4);
INSERT INTO public.about_us_pages_leaderships_links (id, about_us_page_id, leadership_id, leadership_order) VALUES (3, 1, 4, 5);
INSERT INTO public.about_us_pages_leaderships_links (id, about_us_page_id, leadership_id, leadership_order) VALUES (10, 1, 9, 6);
--
-- TOC entry 8566 (class 0 OID 1018671)
-- Dependencies: 815
-- Data for Name: about_us_pages_universities_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.about_us_pages_universities_links (id, about_us_page_id, university_id, university_order) VALUES (1, 1, 1, 1);
INSERT INTO public.about_us_pages_universities_links (id, about_us_page_id, university_id, university_order) VALUES (3, 1, 5, 2);
INSERT INTO public.about_us_pages_universities_links (id, about_us_page_id, university_id, university_order) VALUES (4, 1, 3, 3);
INSERT INTO public.about_us_pages_universities_links (id, about_us_page_id, university_id, university_order) VALUES (7, 1, 6, 4);
INSERT INTO public.about_us_pages_universities_links (id, about_us_page_id, university_id, university_order) VALUES (6, 1, 4, 5);
INSERT INTO public.about_us_pages_universities_links (id, about_us_page_id, university_id, university_order) VALUES (5, 1, 8, 6);
--
-- TOC entry 7974 (class 0 OID 680613)
-- Dependencies: 223
-- Data for Name: admin_permissions; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1, 'plugin::upload.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.043', '2024-05-14 15:26:41.043', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2, 'plugin::upload.configure-view', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.057', '2024-05-14 15:26:41.057', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3, 'plugin::upload.assets.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.069', '2024-05-14 15:26:41.069', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4, 'plugin::upload.assets.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.079', '2024-05-14 15:26:41.079', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5, 'plugin::upload.assets.download', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.094', '2024-05-14 15:26:41.094', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (6, 'plugin::upload.assets.copy-link', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.104', '2024-05-14 15:26:41.104', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (7, 'plugin::upload.read', '{}', NULL, '{}', '["admin::is-creator"]', '2024-05-14 15:26:41.116', '2024-05-14 15:26:41.116', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (8, 'plugin::upload.configure-view', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.125', '2024-05-14 15:26:41.125', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (9, 'plugin::upload.assets.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.135', '2024-05-14 15:26:41.135', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (10, 'plugin::upload.assets.update', '{}', NULL, '{}', '["admin::is-creator"]', '2024-05-14 15:26:41.147', '2024-05-14 15:26:41.147', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (11, 'plugin::upload.assets.download', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.158', '2024-05-14 15:26:41.158', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (12, 'plugin::upload.assets.copy-link', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.168', '2024-05-14 15:26:41.168', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (13, 'plugin::content-manager.explorer.create', '{}', 'plugin::users-permissions.user', '{"fields": ["username", "email", "provider", "password", "resetPasswordToken", "confirmationToken", "confirmed", "blocked", "role"]}', '[]', '2024-05-14 15:26:41.245', '2024-05-14 15:26:41.245', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (14, 'plugin::content-manager.explorer.read', '{}', 'plugin::users-permissions.user', '{"fields": ["username", "email", "provider", "password", "resetPasswordToken", "confirmationToken", "confirmed", "blocked", "role"]}', '[]', '2024-05-14 15:26:41.257', '2024-05-14 15:26:41.257', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (15, 'plugin::content-manager.explorer.update', '{}', 'plugin::users-permissions.user', '{"fields": ["username", "email", "provider", "password", "resetPasswordToken", "confirmationToken", "confirmed", "blocked", "role"]}', '[]', '2024-05-14 15:26:41.267', '2024-05-14 15:26:41.267', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (16, 'plugin::content-manager.explorer.delete', '{}', 'plugin::users-permissions.user', '{}', '[]', '2024-05-14 15:26:41.277', '2024-05-14 15:26:41.277', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (17, 'plugin::content-manager.single-types.configure-view', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.287', '2024-05-14 15:26:41.287', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (18, 'plugin::content-manager.collection-types.configure-view', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.296', '2024-05-14 15:26:41.296', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (19, 'plugin::content-manager.components.configure-layout', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.313', '2024-05-14 15:26:41.313', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (20, 'plugin::content-type-builder.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.323', '2024-05-14 15:26:41.323', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (21, 'plugin::email.settings.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.333', '2024-05-14 15:26:41.333', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (22, 'plugin::upload.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.343', '2024-05-14 15:26:41.343', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (23, 'plugin::upload.assets.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.354', '2024-05-14 15:26:41.354', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (24, 'plugin::upload.assets.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.362', '2024-05-14 15:26:41.362', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (25, 'plugin::upload.assets.download', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.372', '2024-05-14 15:26:41.372', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (26, 'plugin::upload.assets.copy-link', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.381', '2024-05-14 15:26:41.381', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (27, 'plugin::upload.configure-view', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.392', '2024-05-14 15:26:41.392', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (28, 'plugin::upload.settings.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.4', '2024-05-14 15:26:41.4', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (29, 'plugin::i18n.locale.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.411', '2024-05-14 15:26:41.411', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (30, 'plugin::i18n.locale.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.425', '2024-05-14 15:26:41.425', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (31, 'plugin::i18n.locale.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.44', '2024-05-14 15:26:41.44', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (32, 'plugin::i18n.locale.delete', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.455', '2024-05-14 15:26:41.455', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (33, 'plugin::users-permissions.roles.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.468', '2024-05-14 15:26:41.468', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (34, 'plugin::users-permissions.roles.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.499', '2024-05-14 15:26:41.499', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (35, 'plugin::users-permissions.roles.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.518', '2024-05-14 15:26:41.518', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (36, 'plugin::users-permissions.roles.delete', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.551', '2024-05-14 15:26:41.551', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (37, 'plugin::users-permissions.providers.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.565', '2024-05-14 15:26:41.565', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (38, 'plugin::users-permissions.providers.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.59', '2024-05-14 15:26:41.59', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (39, 'plugin::users-permissions.email-templates.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.599', '2024-05-14 15:26:41.599', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (40, 'plugin::users-permissions.email-templates.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.611', '2024-05-14 15:26:41.611', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (41, 'plugin::users-permissions.advanced-settings.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.621', '2024-05-14 15:26:41.621', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (42, 'plugin::users-permissions.advanced-settings.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.631', '2024-05-14 15:26:41.631', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (43, 'admin::marketplace.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.641', '2024-05-14 15:26:41.641', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (44, 'admin::webhooks.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.652', '2024-05-14 15:26:41.652', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (45, 'admin::webhooks.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.662', '2024-05-14 15:26:41.662', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (46, 'admin::webhooks.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.676', '2024-05-14 15:26:41.676', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (47, 'admin::webhooks.delete', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.691', '2024-05-14 15:26:41.691', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (48, 'admin::users.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.704', '2024-05-14 15:26:41.704', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (49, 'admin::users.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.716', '2024-05-14 15:26:41.716', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (50, 'admin::users.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.727', '2024-05-14 15:26:41.727', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (51, 'admin::users.delete', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.736', '2024-05-14 15:26:41.736', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (52, 'admin::roles.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.745', '2024-05-14 15:26:41.745', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (53, 'admin::roles.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.754', '2024-05-14 15:26:41.754', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (54, 'admin::roles.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.762', '2024-05-14 15:26:41.762', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (55, 'admin::roles.delete', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.776', '2024-05-14 15:26:41.776', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (56, 'admin::api-tokens.access', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.786', '2024-05-14 15:26:41.786', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (57, 'admin::api-tokens.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.797', '2024-05-14 15:26:41.797', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (58, 'admin::api-tokens.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.806', '2024-05-14 15:26:41.806', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (59, 'admin::api-tokens.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.817', '2024-05-14 15:26:41.817', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (60, 'admin::api-tokens.regenerate', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.828', '2024-05-14 15:26:41.828', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (61, 'admin::api-tokens.delete', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.842', '2024-05-14 15:26:41.842', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (62, 'admin::project-settings.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.851', '2024-05-14 15:26:41.851', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (63, 'admin::project-settings.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.859', '2024-05-14 15:26:41.859', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (64, 'admin::transfer.tokens.access', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.868', '2024-05-14 15:26:41.868', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (65, 'admin::transfer.tokens.create', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.877', '2024-05-14 15:26:41.877', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (66, 'admin::transfer.tokens.read', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.886', '2024-05-14 15:26:41.886', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (67, 'admin::transfer.tokens.update', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.894', '2024-05-14 15:26:41.894', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (68, 'admin::transfer.tokens.regenerate', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.903', '2024-05-14 15:26:41.903', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (69, 'admin::transfer.tokens.delete', '{}', NULL, '{}', '[]', '2024-05-14 15:26:41.911', '2024-05-14 15:26:41.911', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3725, 'plugin::content-manager.explorer.delete', '{}', 'api::award.award', '{}', '[]', '2024-07-10 11:45:14.983', '2024-07-10 11:45:14.983', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3726, 'plugin::content-manager.explorer.publish', '{}', 'api::award.award', '{}', '[]', '2024-07-10 11:45:14.99', '2024-07-10 11:45:14.99', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3980, 'plugin::content-manager.explorer.delete', '{}', 'api::news-detail-page.news-detail-page', '{}', '[]', '2024-07-10 11:45:16.775', '2024-07-10 11:45:16.775', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4486, 'plugin::content-manager.explorer.create', '{}', 'api::faq-page.faq-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "faqs.title", "faqs.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "title"]}', '[]', '2024-07-22 13:50:46.314', '2024-07-22 13:50:46.314', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3981, 'plugin::content-manager.explorer.publish', '{}', 'api::news-detail-page.news-detail-page', '{}', '[]', '2024-07-10 11:45:16.784', '2024-07-10 11:45:16.784', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5108, 'plugin::content-manager.explorer.create', '{}', 'api::international-admission.international-admission', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentAdmissionReq.title", "internationalStudentAdmissionReq.richTextCopy", "internationalStudentAdmissionReq.img", "internationalStudentAdmissionReq.link.title", "internationalStudentAdmissionReq.link.ctaLink", "internationalStudentAdmissionReq.link.ctaTarget", "imageNote.note", "imageNote.title", "imageNote.img", "imageNote.ctaLink", "imageNote.ctaTarget", "imageNote.ctaText", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "pdfArray.icon", "pdfArray.title", "pdfArray.ctaText", "pdfArray.ctaLink", "pdfArray.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 12:56:02.066', '2024-11-26 12:56:02.066', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4148, 'plugin::content-manager.explorer.create', '{}', 'api::research-committe-list.research-committe-list', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "academicQualificationTitle", "experienceTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:23.405', '2024-07-10 20:26:23.405', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4487, 'plugin::content-manager.explorer.read', '{}', 'api::faq-page.faq-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "faqs.title", "faqs.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "title"]}', '[]', '2024-07-22 13:50:46.805', '2024-07-22 13:50:46.805', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4488, 'plugin::content-manager.explorer.update', '{}', 'api::faq-page.faq-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "faqs.title", "faqs.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "title"]}', '[]', '2024-07-22 13:50:47.288', '2024-07-22 13:50:47.288', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4691, 'plugin::content-manager.explorer.create', '{}', 'api::world-wide-page.world-wide-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "intro", "detailLink.title", "detailLink.ctaLink", "detailLink.ctaTarget", "universityListings.title", "universityListings.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.545', '2024-07-31 12:50:37.545', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4692, 'plugin::content-manager.explorer.read', '{}', 'api::world-wide-page.world-wide-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "intro", "detailLink.title", "detailLink.ctaLink", "detailLink.ctaTarget", "universityListings.title", "universityListings.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.551', '2024-07-31 12:50:37.551', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3615, 'plugin::content-manager.explorer.read', '{}', 'api::success-story.success-story', '{"fields": ["name", "designation", "title", "shortDescription", "richTextCopy", "img", "desktopBanner", "mobileBanner", "bannerTitle", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:00.562', '2024-07-02 12:03:00.562', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3616, 'plugin::content-manager.explorer.read', '{}', 'api::university.university', '{"fields": ["title", "img", "slug", "desktopImg", "mobileImg", "richTextCopy", "shortDesc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:01.063', '2024-07-02 12:03:01.063', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3617, 'plugin::content-manager.explorer.update', '{}', 'api::administration-category.administration-category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:01.562', '2024-07-02 12:03:01.562', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3618, 'plugin::content-manager.explorer.update', '{}', 'api::apply-form.apply-form', '{"fields": ["firstName", "lastName", "email", "phone", "country", "programOfInterest", "nationality", "IntakeOfInterest", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:02.08', '2024-07-02 12:03:02.08', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1706, 'plugin::content-manager.explorer.publish', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{}', '[]', '2024-05-21 18:38:46.143', '2024-05-21 18:38:46.143', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5109, 'plugin::content-manager.explorer.read', '{}', 'api::international-admission.international-admission', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentAdmissionReq.title", "internationalStudentAdmissionReq.richTextCopy", "internationalStudentAdmissionReq.img", "internationalStudentAdmissionReq.link.title", "internationalStudentAdmissionReq.link.ctaLink", "internationalStudentAdmissionReq.link.ctaTarget", "imageNote.note", "imageNote.title", "imageNote.img", "imageNote.ctaLink", "imageNote.ctaTarget", "imageNote.ctaText", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "pdfArray.icon", "pdfArray.title", "pdfArray.ctaText", "pdfArray.ctaLink", "pdfArray.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 12:56:02.58', '2024-11-26 12:56:02.58', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5110, 'plugin::content-manager.explorer.update', '{}', 'api::international-admission.international-admission', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentAdmissionReq.title", "internationalStudentAdmissionReq.richTextCopy", "internationalStudentAdmissionReq.img", "internationalStudentAdmissionReq.link.title", "internationalStudentAdmissionReq.link.ctaLink", "internationalStudentAdmissionReq.link.ctaTarget", "imageNote.note", "imageNote.title", "imageNote.img", "imageNote.ctaLink", "imageNote.ctaTarget", "imageNote.ctaText", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "pdfArray.icon", "pdfArray.title", "pdfArray.ctaText", "pdfArray.ctaLink", "pdfArray.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 12:56:03.072', '2024-11-26 12:56:03.072', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4151, 'plugin::content-manager.explorer.create', '{}', 'api::research-publication-page.research-publication-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "desc", "filesArray.icon", "filesArray.title", "filesArray.ctaText", "filesArray.ctaLink", "filesArray.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:24.861', '2024-07-10 20:26:24.861', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4152, 'plugin::content-manager.explorer.create', '{}', 'api::research-strategy-page.research-strategy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "strategySec.title", "strategySec.desc", "coreValTitle", "valuesData.title", "valuesData.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:25.346', '2024-07-10 20:26:25.346', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3620, 'plugin::content-manager.explorer.update', '{}', 'api::blog.blog', '{"fields": ["shortDesc", "date", "category", "richTextCopy", "title", "desktopImg", "mobileImg", "slug", "btnText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:03.104', '2024-07-02 12:03:03.104', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3621, 'plugin::content-manager.explorer.update', '{}', 'api::career.career', '{"fields": ["title", "desc", "ctaTarget", "ctaText", "ctaLink", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:03.614', '2024-07-02 12:03:03.614', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3622, 'plugin::content-manager.explorer.update', '{}', 'api::category.category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:04.115', '2024-07-02 12:03:04.115', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3626, 'plugin::content-manager.explorer.update', '{}', 'api::faculty-type.faculty-type', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:06.129', '2024-07-02 12:03:06.129', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4153, 'plugin::content-manager.explorer.create', '{}', 'api::student-policy-page.student-policy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentPolicies.title", "studentPolicies.ctaLink", "studentPolicies.ctaText", "studentPolicies.ctaTarget", "studentPolicies.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:25.834', '2024-07-10 20:26:25.834', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5111, 'plugin::content-manager.explorer.create', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "scholarshipTitle", "scholarshipDesc", "howToApplyTitle", "howToApplyDesc", "eligibilityTitle", "eligibilityDesc", "scholarshipTable.title", "scholarshipTable.richTextCopy", "internationalStudentRequirement.logo", "internationalStudentRequirement.title", "internationalStudentRequirement.richTextCopy", "faqTitle", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "admissionEnqTitle", "scholarshipListing.title", "scholarshipListing.desc", "scholarshipListing.ctaTarget", "scholarshipListing.ctaLink", "scholarshipListing.ctaText", "scholarshipListing.img", "faqs.title", "faqs.richTextCopy", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 14:49:14.388', '2024-11-26 14:49:14.388', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3727, 'plugin::content-manager.explorer.create', '{}', 'api::blog.blog', '{"fields": ["shortDesc", "date", "category", "richTextCopy", "title", "desktopImg", "mobileImg", "slug", "btnText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.997', '2024-07-10 11:45:14.997', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3728, 'plugin::content-manager.explorer.read', '{}', 'api::blog.blog', '{"fields": ["shortDesc", "date", "category", "richTextCopy", "title", "desktopImg", "mobileImg", "slug", "btnText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.004', '2024-07-10 11:45:15.004', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4156, 'plugin::content-manager.explorer.create', '{}', 'api::terms-and-condition.terms-and-condition', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:27.608', '2024-07-10 20:26:27.608', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4693, 'plugin::content-manager.explorer.update', '{}', 'api::world-wide-page.world-wide-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "intro", "detailLink.title", "detailLink.ctaLink", "detailLink.ctaTarget", "universityListings.title", "universityListings.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.559', '2024-07-31 12:50:37.559', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3729, 'plugin::content-manager.explorer.update', '{}', 'api::blog.blog', '{"fields": ["shortDesc", "date", "category", "richTextCopy", "title", "desktopImg", "mobileImg", "slug", "btnText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.015', '2024-07-10 11:45:15.015', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3730, 'plugin::content-manager.explorer.delete', '{}', 'api::blog.blog', '{}', '[]', '2024-07-10 11:45:15.023', '2024-07-10 11:45:15.023', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3731, 'plugin::content-manager.explorer.publish', '{}', 'api::blog.blog', '{}', '[]', '2024-07-10 11:45:15.029', '2024-07-10 11:45:15.029', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3732, 'plugin::content-manager.explorer.create', '{}', 'api::career.career', '{"fields": ["title", "desc", "ctaTarget", "ctaText", "ctaLink", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.035', '2024-07-10 11:45:15.035', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3733, 'plugin::content-manager.explorer.read', '{}', 'api::career.career', '{"fields": ["title", "desc", "ctaTarget", "ctaText", "ctaLink", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.042', '2024-07-10 11:45:15.042', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3734, 'plugin::content-manager.explorer.update', '{}', 'api::career.career', '{"fields": ["title", "desc", "ctaTarget", "ctaText", "ctaLink", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.048', '2024-07-10 11:45:15.048', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3735, 'plugin::content-manager.explorer.delete', '{}', 'api::career.career', '{}', '[]', '2024-07-10 11:45:15.056', '2024-07-10 11:45:15.056', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3736, 'plugin::content-manager.explorer.publish', '{}', 'api::career.career', '{}', '[]', '2024-07-10 11:45:15.062', '2024-07-10 11:45:15.062', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1170, 'plugin::content-manager.explorer.publish', '{}', 'api::international-collaboration.international-collaboration', '{}', '[]', '2024-05-21 13:19:01.61', '2024-05-21 13:19:01.61', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4159, 'plugin::content-manager.explorer.create', '{}', 'api::world-wide-page.world-wide-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "intro", "detailLink.title", "detailLink.ctaLink", "detailLink.ctaTarget", "universityListings.title", "universityListings.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:29.079', '2024-07-10 20:26:29.079', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4161, 'plugin::content-manager.explorer.read', '{}', 'api::administration-page.administration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:30.052', '2024-07-10 20:26:30.052', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3627, 'plugin::content-manager.explorer.update', '{}', 'api::leadership.leadership', '{"fields": ["title", "designation", "intro", "img", "richTextCopy", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:06.661', '2024-07-02 12:03:06.661', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3985, 'plugin::content-manager.explorer.delete', '{}', 'api::news-main.news-main', '{}', '[]', '2024-07-10 11:45:16.813', '2024-07-10 11:45:16.813', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3986, 'plugin::content-manager.explorer.publish', '{}', 'api::news-main.news-main', '{}', '[]', '2024-07-10 11:45:16.82', '2024-07-10 11:45:16.82', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4646, 'plugin::content-manager.explorer.create', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accreditationSec.leftTitle", "accreditationSec.rightTitle", "accreditationSec.img", "accreditationSec.leftRichTextCopy", "accreditationSec.rightRichTextCopy", "higherEducationSec.title", "higherEducationSec.slider.logo", "higherEducationSec.slider.title", "higherEducationSec.slider.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.163', '2024-07-31 12:50:37.163', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1171, 'plugin::content-manager.explorer.publish', '{}', 'api::leadership.leadership', '{}', '[]', '2024-05-21 13:19:01.627', '2024-05-21 13:19:01.627', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5112, 'plugin::content-manager.explorer.read', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "scholarshipTitle", "scholarshipDesc", "howToApplyTitle", "howToApplyDesc", "eligibilityTitle", "eligibilityDesc", "scholarshipTable.title", "scholarshipTable.richTextCopy", "internationalStudentRequirement.logo", "internationalStudentRequirement.title", "internationalStudentRequirement.richTextCopy", "faqTitle", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "admissionEnqTitle", "scholarshipListing.title", "scholarshipListing.desc", "scholarshipListing.ctaTarget", "scholarshipListing.ctaLink", "scholarshipListing.ctaText", "scholarshipListing.img", "faqs.title", "faqs.richTextCopy", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 14:49:14.907', '2024-11-26 14:49:14.907', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4492, 'plugin::content-manager.explorer.create', '{}', 'api::our-campus.our-campus', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "campusCards.title", "campusCards.img", "campusCards.hoverText", "videoTitle", "videoRichTextCopy", "videoUrl", "aboutManipal.title", "aboutManipal.cards.title", "aboutManipal.cards.link", "aboutManipal.cards.img", "factsAndFigures.title", "factsAndFigures.description", "factsAndFigures.img", "factsAndFigures.figures.title", "factsAndFigures.figures.subTitle", "factsAndFigures.figures.icon", "desc", "readMoreAboutManipalBtn.title", "readMoreAboutManipalBtn.ctaLink", "readMoreAboutManipalBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "videoThumbnail"]}', '[]', '2024-07-22 15:47:18.125', '2024-07-22 15:47:18.125', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1120, 'plugin::content-manager.explorer.delete', '{}', 'api::administration.administration', '{}', '[]', '2024-05-21 13:19:00.523', '2024-05-21 13:19:00.523', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1121, 'plugin::content-manager.explorer.delete', '{}', 'api::administration-category.administration-category', '{}', '[]', '2024-05-21 13:19:00.534', '2024-05-21 13:19:00.534', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1122, 'plugin::content-manager.explorer.delete', '{}', 'api::administration-page.administration-page', '{}', '[]', '2024-05-21 13:19:00.549', '2024-05-21 13:19:00.549', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1123, 'plugin::content-manager.explorer.delete', '{}', 'api::award.award', '{}', '[]', '2024-05-21 13:19:00.561', '2024-05-21 13:19:00.561', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1124, 'plugin::content-manager.explorer.delete', '{}', 'api::awards-and-achievement.awards-and-achievement', '{}', '[]', '2024-05-21 13:19:00.575', '2024-05-21 13:19:00.575', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1125, 'plugin::content-manager.explorer.delete', '{}', 'api::blog.blog', '{}', '[]', '2024-05-21 13:19:00.592', '2024-05-21 13:19:00.592', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1126, 'plugin::content-manager.explorer.delete', '{}', 'api::blog-listing.blog-listing', '{}', '[]', '2024-05-21 13:19:00.606', '2024-05-21 13:19:00.606', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1127, 'plugin::content-manager.explorer.delete', '{}', 'api::career.career', '{}', '[]', '2024-05-21 13:19:00.615', '2024-05-21 13:19:00.615', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1128, 'plugin::content-manager.explorer.delete', '{}', 'api::career-page-banner.career-page-banner', '{}', '[]', '2024-05-21 13:19:00.626', '2024-05-21 13:19:00.626', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1129, 'plugin::content-manager.explorer.delete', '{}', 'api::category.category', '{}', '[]', '2024-05-21 13:19:00.639', '2024-05-21 13:19:00.639', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1130, 'plugin::content-manager.explorer.delete', '{}', 'api::faculty.faculty', '{}', '[]', '2024-05-21 13:19:00.656', '2024-05-21 13:19:00.656', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1131, 'plugin::content-manager.explorer.delete', '{}', 'api::faculty-type.faculty-type', '{}', '[]', '2024-05-21 13:19:00.678', '2024-05-21 13:19:00.678', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1135, 'plugin::content-manager.explorer.delete', '{}', 'api::international-collaboration.international-collaboration', '{}', '[]', '2024-05-21 13:19:00.755', '2024-05-21 13:19:00.755', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1136, 'plugin::content-manager.explorer.delete', '{}', 'api::leadership.leadership', '{}', '[]', '2024-05-21 13:19:00.772', '2024-05-21 13:19:00.772', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1141, 'plugin::content-manager.explorer.delete', '{}', 'api::news-main.news-main', '{}', '[]', '2024-05-21 13:19:00.874', '2024-05-21 13:19:00.874', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1142, 'plugin::content-manager.explorer.delete', '{}', 'api::news-single.news-single', '{}', '[]', '2024-05-21 13:19:00.891', '2024-05-21 13:19:00.891', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1144, 'plugin::content-manager.explorer.delete', '{}', 'api::privacy-policy.privacy-policy', '{}', '[]', '2024-05-21 13:19:00.917', '2024-05-21 13:19:00.917', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1146, 'plugin::content-manager.explorer.delete', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{}', '[]', '2024-05-21 13:19:00.963', '2024-05-21 13:19:00.963', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1147, 'plugin::content-manager.explorer.delete', '{}', 'api::research-committe.research-committe', '{}', '[]', '2024-05-21 13:19:00.983', '2024-05-21 13:19:00.983', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1148, 'plugin::content-manager.explorer.delete', '{}', 'api::research-committe-list.research-committe-list', '{}', '[]', '2024-05-21 13:19:01.015', '2024-05-21 13:19:01.015', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1149, 'plugin::content-manager.explorer.delete', '{}', 'api::research-main.research-main', '{}', '[]', '2024-05-21 13:19:01.057', '2024-05-21 13:19:01.057', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1153, 'plugin::content-manager.explorer.delete', '{}', 'api::terms-and-condition.terms-and-condition', '{}', '[]', '2024-05-21 13:19:01.174', '2024-05-21 13:19:01.174', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1155, 'plugin::content-manager.explorer.publish', '{}', 'api::administration.administration', '{}', '[]', '2024-05-21 13:19:01.203', '2024-05-21 13:19:01.203', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1156, 'plugin::content-manager.explorer.publish', '{}', 'api::administration-category.administration-category', '{}', '[]', '2024-05-21 13:19:01.224', '2024-05-21 13:19:01.224', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1157, 'plugin::content-manager.explorer.publish', '{}', 'api::administration-page.administration-page', '{}', '[]', '2024-05-21 13:19:01.236', '2024-05-21 13:19:01.236', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1158, 'plugin::content-manager.explorer.publish', '{}', 'api::award.award', '{}', '[]', '2024-05-21 13:19:01.277', '2024-05-21 13:19:01.277', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1159, 'plugin::content-manager.explorer.publish', '{}', 'api::awards-and-achievement.awards-and-achievement', '{}', '[]', '2024-05-21 13:19:01.318', '2024-05-21 13:19:01.318', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1160, 'plugin::content-manager.explorer.publish', '{}', 'api::blog.blog', '{}', '[]', '2024-05-21 13:19:01.356', '2024-05-21 13:19:01.356', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1161, 'plugin::content-manager.explorer.publish', '{}', 'api::blog-listing.blog-listing', '{}', '[]', '2024-05-21 13:19:01.382', '2024-05-21 13:19:01.382', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1162, 'plugin::content-manager.explorer.publish', '{}', 'api::career.career', '{}', '[]', '2024-05-21 13:19:01.415', '2024-05-21 13:19:01.415', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1163, 'plugin::content-manager.explorer.publish', '{}', 'api::career-page-banner.career-page-banner', '{}', '[]', '2024-05-21 13:19:01.447', '2024-05-21 13:19:01.447', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1164, 'plugin::content-manager.explorer.publish', '{}', 'api::category.category', '{}', '[]', '2024-05-21 13:19:01.469', '2024-05-21 13:19:01.469', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1165, 'plugin::content-manager.explorer.publish', '{}', 'api::faculty.faculty', '{}', '[]', '2024-05-21 13:19:01.499', '2024-05-21 13:19:01.499', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1166, 'plugin::content-manager.explorer.publish', '{}', 'api::faculty-type.faculty-type', '{}', '[]', '2024-05-21 13:19:01.515', '2024-05-21 13:19:01.515', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4165, 'plugin::content-manager.explorer.read', '{}', 'api::awards-and-achievement.awards-and-achievement', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "awardsAndCertificateSec.title", "awardsAndCertificateSec.awardsCertificate.title", "awardsAndCertificateSec.awardsCertificate.category", "awardsAndCertificateSec.awardsCertificate.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:32.006', '2024-07-10 20:26:32.006', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5113, 'plugin::content-manager.explorer.update', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "scholarshipTitle", "scholarshipDesc", "howToApplyTitle", "howToApplyDesc", "eligibilityTitle", "eligibilityDesc", "scholarshipTable.title", "scholarshipTable.richTextCopy", "internationalStudentRequirement.logo", "internationalStudentRequirement.title", "internationalStudentRequirement.richTextCopy", "faqTitle", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "admissionEnqTitle", "scholarshipListing.title", "scholarshipListing.desc", "scholarshipListing.ctaTarget", "scholarshipListing.ctaLink", "scholarshipListing.ctaText", "scholarshipListing.img", "faqs.title", "faqs.richTextCopy", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 14:49:15.438', '2024-11-26 14:49:15.438', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4493, 'plugin::content-manager.explorer.read', '{}', 'api::our-campus.our-campus', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "campusCards.title", "campusCards.img", "campusCards.hoverText", "videoTitle", "videoRichTextCopy", "videoUrl", "aboutManipal.title", "aboutManipal.cards.title", "aboutManipal.cards.link", "aboutManipal.cards.img", "factsAndFigures.title", "factsAndFigures.description", "factsAndFigures.img", "factsAndFigures.figures.title", "factsAndFigures.figures.subTitle", "factsAndFigures.figures.icon", "desc", "readMoreAboutManipalBtn.title", "readMoreAboutManipalBtn.ctaLink", "readMoreAboutManipalBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "videoThumbnail"]}', '[]', '2024-07-22 15:47:18.635', '2024-07-22 15:47:18.635', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1176, 'plugin::content-manager.explorer.publish', '{}', 'api::news-main.news-main', '{}', '[]', '2024-05-21 13:19:01.797', '2024-05-21 13:19:01.797', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1177, 'plugin::content-manager.explorer.publish', '{}', 'api::news-single.news-single', '{}', '[]', '2024-05-21 13:19:01.839', '2024-05-21 13:19:01.839', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4167, 'plugin::content-manager.explorer.read', '{}', 'api::blog-listing.blog-listing', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "subTitle", "title2", "subTitle2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:32.974', '2024-07-10 20:26:32.974', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1179, 'plugin::content-manager.explorer.publish', '{}', 'api::privacy-policy.privacy-policy', '{}', '[]', '2024-05-21 13:19:01.927', '2024-05-21 13:19:01.927', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1181, 'plugin::content-manager.explorer.publish', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{}', '[]', '2024-05-21 13:19:02.007', '2024-05-21 13:19:02.007', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1182, 'plugin::content-manager.explorer.publish', '{}', 'api::research-committe.research-committe', '{}', '[]', '2024-05-21 13:19:02.058', '2024-05-21 13:19:02.058', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1183, 'plugin::content-manager.explorer.publish', '{}', 'api::research-committe-list.research-committe-list', '{}', '[]', '2024-05-21 13:19:02.094', '2024-05-21 13:19:02.094', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1184, 'plugin::content-manager.explorer.publish', '{}', 'api::research-main.research-main', '{}', '[]', '2024-05-21 13:19:02.147', '2024-05-21 13:19:02.147', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3737, 'plugin::content-manager.explorer.create', '{}', 'api::category.category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.07', '2024-07-10 11:45:15.07', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1188, 'plugin::content-manager.explorer.publish', '{}', 'api::terms-and-condition.terms-and-condition', '{}', '[]', '2024-05-21 13:19:02.394', '2024-05-21 13:19:02.394', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3108, 'plugin::content-manager.explorer.delete', '{}', 'api::contact-us-page.contact-us-page', '{}', '[]', '2024-05-24 15:48:19.497', '2024-05-24 15:48:19.497', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3109, 'plugin::content-manager.explorer.publish', '{}', 'api::contact-us-page.contact-us-page', '{}', '[]', '2024-05-24 15:48:21.251', '2024-05-24 15:48:21.251', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4494, 'plugin::content-manager.explorer.update', '{}', 'api::our-campus.our-campus', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "campusCards.title", "campusCards.img", "campusCards.hoverText", "videoTitle", "videoRichTextCopy", "videoUrl", "aboutManipal.title", "aboutManipal.cards.title", "aboutManipal.cards.link", "aboutManipal.cards.img", "factsAndFigures.title", "factsAndFigures.description", "factsAndFigures.img", "factsAndFigures.figures.title", "factsAndFigures.figures.subTitle", "factsAndFigures.figures.icon", "desc", "readMoreAboutManipalBtn.title", "readMoreAboutManipalBtn.ctaLink", "readMoreAboutManipalBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "videoThumbnail"]}', '[]', '2024-07-22 15:47:19.154', '2024-07-22 15:47:19.154', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4169, 'plugin::content-manager.explorer.read', '{}', 'api::career-page-banner.career-page-banner', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "cards.title", "cards.subTitle", "cards.ctaText", "cards.ctaLink", "cards.ctaTarget", "cards.richTextCopy", "cards.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:33.944', '2024-07-10 20:26:33.944', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1520, 'plugin::content-manager.explorer.delete', '{}', 'api::faq-page.faq-page', '{}', '[]', '2024-05-21 16:36:13.822', '2024-05-21 16:36:13.822', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1521, 'plugin::content-manager.explorer.delete', '{}', 'api::history.history', '{}', '[]', '2024-05-21 16:36:15.393', '2024-05-21 16:36:15.393', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1708, 'plugin::content-manager.explorer.publish', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{}', '[]', '2024-05-21 18:38:49.381', '2024-05-21 18:38:49.381', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1523, 'plugin::content-manager.explorer.delete', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{}', '[]', '2024-05-21 16:36:18.538', '2024-05-21 16:36:18.538', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1709, 'plugin::content-manager.explorer.publish', '{}', 'api::open-day.open-day', '{}', '[]', '2024-05-21 18:38:51.509', '2024-05-21 18:38:51.509', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1524, 'plugin::content-manager.explorer.delete', '{}', 'api::news-detail-page.news-detail-page', '{}', '[]', '2024-05-21 16:36:20.111', '2024-05-21 16:36:20.111', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1710, 'plugin::content-manager.explorer.publish', '{}', 'api::our-faculty.our-faculty', '{}', '[]', '2024-05-21 18:38:53.117', '2024-05-21 18:38:53.117', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1526, 'plugin::content-manager.explorer.delete', '{}', 'api::ranking-page.ranking-page', '{}', '[]', '2024-05-21 16:36:23.268', '2024-05-21 16:36:23.268', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1527, 'plugin::content-manager.explorer.delete', '{}', 'api::student-policy-page.student-policy-page', '{}', '[]', '2024-05-21 16:36:24.839', '2024-05-21 16:36:24.839', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4170, 'plugin::content-manager.explorer.read', '{}', 'api::career-services-center.career-services-center', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "richTextCopy", "img1", "img2", "visionTitle", "visionDescription", "figures.title", "figures.subTitle", "figures.icon", "features.title", "features.intro", "features.richTextCopy", "features.img", "maheDubaiTitle", "maheDubaiDescription", "maheDubaiLink", "maheDubaiImg", "incubationCenterTitle", "incubationCenterIntro", "incubationCenterRichTextCopy", "incubationCenterLink", "incubationCenterImg1", "incubationCenterImg2", "incubationCenterImg3", "eventTitle", "partners.title", "partners.description", "partners.cards.title", "partners.cards.logo", "sucessStoriesTitle", "maheDubaiBtnText", "incubationCenterBtnText", "sucessStoriesBtnText", "sucessStoriesBtnLink", "eventReadmoreBtn.title", "eventReadmoreBtn.ctaLink", "eventReadmoreBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:34.426', '2024-07-10 20:26:34.426', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4171, 'plugin::content-manager.explorer.read', '{}', 'api::contact-us-page.contact-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstHeading", "img", "form.title", "form.desc", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "liveChat.icon", "liveChat.title", "liveChat.doubleText.title", "liveChat.doubleText.ctaLink", "liveChat.doubleText.ctaTarget", "socialMedia.icon", "socialMedia.title", "socialMedia.iconsData.ctaTarget", "socialMedia.iconsData.ctaLink", "socialMedia.iconsData.icon", "socialMedia.iconsData.ctaText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:34.911', '2024-07-10 20:26:34.911', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4172, 'plugin::content-manager.explorer.read', '{}', 'api::events-page.events-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "upcomingEventsTitle", "pastEventsTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:35.398', '2024-07-10 20:26:35.398', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4647, 'plugin::content-manager.explorer.read', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accreditationSec.leftTitle", "accreditationSec.rightTitle", "accreditationSec.img", "accreditationSec.leftRichTextCopy", "accreditationSec.rightRichTextCopy", "higherEducationSec.title", "higherEducationSec.slider.logo", "higherEducationSec.slider.title", "higherEducationSec.slider.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.173', '2024-07-31 12:50:37.173', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4648, 'plugin::content-manager.explorer.update', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accreditationSec.leftTitle", "accreditationSec.rightTitle", "accreditationSec.img", "accreditationSec.leftRichTextCopy", "accreditationSec.rightRichTextCopy", "higherEducationSec.title", "higherEducationSec.slider.logo", "higherEducationSec.slider.title", "higherEducationSec.slider.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.182', '2024-07-31 12:50:37.182', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5114, 'plugin::content-manager.explorer.create', '{}', 'api::program.program', '{"fields": ["title", "slug", "desktopImg", "mobileImg", "courseDetail.courseDetailsData.title", "courseDetail.courseDetailsData.subTitle", "courseDetail.courseDetailsData.icon", "courseDetail.downloadBrochure.title", "courseDetail.downloadBrochure.ctaLink", "courseDetail.downloadBrochure.ctaTarget", "bookNowCard.publication.title", "bookNowCard.publication.shortDesc", "bookNowCard.publication.ctaLink", "bookNowCard.publication.ctaTarget", "bookNowCard.publication.ctaText", "courseOverview.logo", "courseOverview.title", "courseOverview.richTextCopy", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "richTextCopy", "benefits.logo", "benefits.title", "benefits.richTextCopy", "benefitsImage", "accreditationSection.title", "accreditationSection.richTextCopy", "accreditationSection.img", "accreditationSection.link.title", "accreditationSection.link.ctaLink", "accreditationSection.link.ctaTarget", "courseAccreditationTitle", "images.img", "admissionReqSection.title", "admissionReqSection.richTextCopy", "admissionReqSection.img", "admissionReqSection.link.title", "admissionReqSection.link.ctaLink", "admissionReqSection.link.ctaTarget", "admissionReqImg", "careerOpportunities.img", "careerOpportunities.icon", "careerOpportunities.title", "careerOpportunities.richTextCopy", "courseOption.title", "courseOption.img", "courseOption.hoverText", "yearsSection.title", "yearsSection.richTextCopy", "shortDesc", "programTableRichText", "courseDetailSectionWithIcon.logo", "courseDetailSectionWithIcon.title", "courseDetailSectionWithIcon.richTextCopy", "feeSection.logo", "feeSection.title", "feeSection.richTextCopy", "feeSectionImg", "feePrograms.key", "feePrograms.value", "school_collection", "degrees", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:55:38.612', '2024-11-27 12:55:38.612', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1528, 'plugin::content-manager.explorer.delete', '{}', 'api::university.university', '{}', '[]', '2024-05-21 16:36:26.412', '2024-05-21 16:36:26.412', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1529, 'plugin::content-manager.explorer.publish', '{}', 'api::faq-page.faq-page', '{}', '[]', '2024-05-21 16:36:27.985', '2024-05-21 16:36:27.985', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1530, 'plugin::content-manager.explorer.publish', '{}', 'api::history.history', '{}', '[]', '2024-05-21 16:36:29.613', '2024-05-21 16:36:29.613', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1532, 'plugin::content-manager.explorer.publish', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{}', '[]', '2024-05-21 16:36:32.768', '2024-05-21 16:36:32.768', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1533, 'plugin::content-manager.explorer.publish', '{}', 'api::news-detail-page.news-detail-page', '{}', '[]', '2024-05-21 16:36:34.343', '2024-05-21 16:36:34.343', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4176, 'plugin::content-manager.explorer.read', '{}', 'api::history.history', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "ourHistoryTitle", "desc", "ourHistory.year", "ourHistory.desktopImg", "ourHistory.mobileImg", "ourHistory.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:37.365', '2024-07-10 20:26:37.365', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1535, 'plugin::content-manager.explorer.publish', '{}', 'api::ranking-page.ranking-page', '{}', '[]', '2024-05-21 16:36:37.489', '2024-05-21 16:36:37.489', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1536, 'plugin::content-manager.explorer.publish', '{}', 'api::student-policy-page.student-policy-page', '{}', '[]', '2024-05-21 16:36:39.062', '2024-05-21 16:36:39.062', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1537, 'plugin::content-manager.explorer.publish', '{}', 'api::university.university', '{}', '[]', '2024-05-21 16:36:40.632', '2024-05-21 16:36:40.632', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3738, 'plugin::content-manager.explorer.read', '{}', 'api::category.category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.079', '2024-07-10 11:45:15.079', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3739, 'plugin::content-manager.explorer.update', '{}', 'api::category.category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.085', '2024-07-10 11:45:15.085', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3740, 'plugin::content-manager.explorer.delete', '{}', 'api::category.category', '{}', '[]', '2024-07-10 11:45:15.092', '2024-07-10 11:45:15.092', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3741, 'plugin::content-manager.explorer.publish', '{}', 'api::category.category', '{}', '[]', '2024-07-10 11:45:15.099', '2024-07-10 11:45:15.099', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3745, 'plugin::content-manager.explorer.delete', '{}', 'api::event.event', '{}', '[]', '2024-07-10 11:45:15.133', '2024-07-10 11:45:15.133', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3746, 'plugin::content-manager.explorer.publish', '{}', 'api::event.event', '{}', '[]', '2024-07-10 11:45:15.14', '2024-07-10 11:45:15.14', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4889, 'plugin::content-manager.explorer.read', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstIntroImage", "secondIntroImage", "rightImage", "introduction.title", "introduction.richTextCopy", "secondSectionWhatWeDo.logo", "secondSectionWhatWeDo.title", "secondSectionWhatWeDo.richTextCopy", "ourTeam.title", "ourTeam.desc", "viewAllBtn.ctaTarget", "viewAllBtn.ctaText", "viewAllBtn.ctaLink", "administrations", "ourProjectTitle", "ourProjectSubtitle", "projects.desc", "projects.icon", "projects.title", "igniteSection.title", "igniteSection.key", "igniteSection.richTextCopy", "igniteSection.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-22 18:17:11.636', '2024-11-22 18:17:11.636', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1697, 'plugin::content-manager.explorer.delete', '{}', 'api::international-student.international-student', '{}', '[]', '2024-05-21 18:38:30.886', '2024-05-21 18:38:30.886', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1698, 'plugin::content-manager.explorer.delete', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{}', '[]', '2024-05-21 18:38:32.54', '2024-05-21 18:38:32.54', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1700, 'plugin::content-manager.explorer.delete', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{}', '[]', '2024-05-21 18:38:35.78', '2024-05-21 18:38:35.78', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1701, 'plugin::content-manager.explorer.delete', '{}', 'api::open-day.open-day', '{}', '[]', '2024-05-21 18:38:37.494', '2024-05-21 18:38:37.494', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1702, 'plugin::content-manager.explorer.delete', '{}', 'api::our-faculty.our-faculty', '{}', '[]', '2024-05-21 18:38:39.115', '2024-05-21 18:38:39.115', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (1705, 'plugin::content-manager.explorer.publish', '{}', 'api::international-student.international-student', '{}', '[]', '2024-05-21 18:38:44.524', '2024-05-21 18:38:44.524', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5115, 'plugin::content-manager.explorer.read', '{}', 'api::program.program', '{"fields": ["title", "slug", "desktopImg", "mobileImg", "courseDetail.courseDetailsData.title", "courseDetail.courseDetailsData.subTitle", "courseDetail.courseDetailsData.icon", "courseDetail.downloadBrochure.title", "courseDetail.downloadBrochure.ctaLink", "courseDetail.downloadBrochure.ctaTarget", "bookNowCard.publication.title", "bookNowCard.publication.shortDesc", "bookNowCard.publication.ctaLink", "bookNowCard.publication.ctaTarget", "bookNowCard.publication.ctaText", "courseOverview.logo", "courseOverview.title", "courseOverview.richTextCopy", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "richTextCopy", "benefits.logo", "benefits.title", "benefits.richTextCopy", "benefitsImage", "accreditationSection.title", "accreditationSection.richTextCopy", "accreditationSection.img", "accreditationSection.link.title", "accreditationSection.link.ctaLink", "accreditationSection.link.ctaTarget", "courseAccreditationTitle", "images.img", "admissionReqSection.title", "admissionReqSection.richTextCopy", "admissionReqSection.img", "admissionReqSection.link.title", "admissionReqSection.link.ctaLink", "admissionReqSection.link.ctaTarget", "admissionReqImg", "careerOpportunities.img", "careerOpportunities.icon", "careerOpportunities.title", "careerOpportunities.richTextCopy", "courseOption.title", "courseOption.img", "courseOption.hoverText", "yearsSection.title", "yearsSection.richTextCopy", "shortDesc", "programTableRichText", "courseDetailSectionWithIcon.logo", "courseDetailSectionWithIcon.title", "courseDetailSectionWithIcon.richTextCopy", "feeSection.logo", "feeSection.title", "feeSection.richTextCopy", "feeSectionImg", "feePrograms.key", "feePrograms.value", "school_collection", "degrees", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:55:39.163', '2024-11-27 12:55:39.163', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5116, 'plugin::content-manager.explorer.update', '{}', 'api::program.program', '{"fields": ["title", "slug", "desktopImg", "mobileImg", "courseDetail.courseDetailsData.title", "courseDetail.courseDetailsData.subTitle", "courseDetail.courseDetailsData.icon", "courseDetail.downloadBrochure.title", "courseDetail.downloadBrochure.ctaLink", "courseDetail.downloadBrochure.ctaTarget", "bookNowCard.publication.title", "bookNowCard.publication.shortDesc", "bookNowCard.publication.ctaLink", "bookNowCard.publication.ctaTarget", "bookNowCard.publication.ctaText", "courseOverview.logo", "courseOverview.title", "courseOverview.richTextCopy", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "richTextCopy", "benefits.logo", "benefits.title", "benefits.richTextCopy", "benefitsImage", "accreditationSection.title", "accreditationSection.richTextCopy", "accreditationSection.img", "accreditationSection.link.title", "accreditationSection.link.ctaLink", "accreditationSection.link.ctaTarget", "courseAccreditationTitle", "images.img", "admissionReqSection.title", "admissionReqSection.richTextCopy", "admissionReqSection.img", "admissionReqSection.link.title", "admissionReqSection.link.ctaLink", "admissionReqSection.link.ctaTarget", "admissionReqImg", "careerOpportunities.img", "careerOpportunities.icon", "careerOpportunities.title", "careerOpportunities.richTextCopy", "courseOption.title", "courseOption.img", "courseOption.hoverText", "yearsSection.title", "yearsSection.richTextCopy", "shortDesc", "programTableRichText", "courseDetailSectionWithIcon.logo", "courseDetailSectionWithIcon.title", "courseDetailSectionWithIcon.richTextCopy", "feeSection.logo", "feeSection.title", "feeSection.richTextCopy", "feeSectionImg", "feePrograms.key", "feePrograms.value", "school_collection", "degrees", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:55:39.694', '2024-11-27 12:55:39.694', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3784, 'plugin::content-manager.explorer.update', '{}', 'api::research-committe.research-committe', '{"fields": ["academicQualification.degree", "academicQualification.specialisation", "academicQualification.institute", "academicQualification.year", "name", "designation", "phone", "email", "qualificationExp.institution", "qualificationExp.designation", "qualificationExp.role", "qualificationExp.tenure", "richTextCopy", "richTextCopy1", "img", "phone2", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "research_committee_type"]}', '[]', '2024-07-10 11:45:15.386', '2024-07-10 11:45:15.386', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3785, 'plugin::content-manager.explorer.delete', '{}', 'api::research-committe.research-committe', '{}', '[]', '2024-07-10 11:45:15.395', '2024-07-10 11:45:15.395', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3786, 'plugin::content-manager.explorer.publish', '{}', 'api::research-committe.research-committe', '{}', '[]', '2024-07-10 11:45:15.402', '2024-07-10 11:45:15.402', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4498, 'plugin::content-manager.explorer.delete', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{}', '[]', '2024-07-22 18:10:51.183', '2024-07-22 18:10:51.183', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4499, 'plugin::content-manager.explorer.publish', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{}', '[]', '2024-07-22 18:10:51.706', '2024-07-22 18:10:51.706', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3787, 'plugin::content-manager.explorer.create', '{}', 'api::research-committee-type.research-committee-type', '{"fields": ["title", "key", "research_committe"]}', '[]', '2024-07-10 11:45:15.409', '2024-07-10 11:45:15.409', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4649, 'plugin::content-manager.explorer.create', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overViewSection.title", "overViewSection.richTextCopy", "overViewSection.img", "overViewSection.ctaLink", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.19', '2024-07-31 12:50:37.19', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4650, 'plugin::content-manager.explorer.read', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overViewSection.title", "overViewSection.richTextCopy", "overViewSection.img", "overViewSection.ctaLink", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.199', '2024-07-31 12:50:37.199', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4651, 'plugin::content-manager.explorer.update', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overViewSection.title", "overViewSection.richTextCopy", "overViewSection.img", "overViewSection.ctaLink", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.211', '2024-07-31 12:50:37.211', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4652, 'plugin::content-manager.explorer.create', '{}', 'api::research-awards-page.research-awards-page', '{"fields": ["awardSection.title", "awardSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.218', '2024-07-31 12:50:37.218', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4653, 'plugin::content-manager.explorer.read', '{}', 'api::research-awards-page.research-awards-page', '{"fields": ["awardSection.title", "awardSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.224', '2024-07-31 12:50:37.224', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4654, 'plugin::content-manager.explorer.update', '{}', 'api::research-awards-page.research-awards-page', '{"fields": ["awardSection.title", "awardSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.231', '2024-07-31 12:50:37.231', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4655, 'plugin::content-manager.explorer.create', '{}', 'api::research-collaboration-page.research-collaboration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "collSection.title", "collSection.richTextCopy", "collSection.img", "collSection.link.title", "collSection.link.ctaLink", "collSection.link.ctaTarget", "shortDesc", "cards.desc", "cards.icon", "cards.title", "partnerInfo.title", "partnerInfo.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.239', '2024-07-31 12:50:37.239', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2937, 'plugin::content-manager.explorer.delete', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{}', '[]', '2024-05-23 13:01:20.105', '2024-05-23 13:01:20.105', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2938, 'plugin::content-manager.explorer.delete', '{}', 'api::apply-form.apply-form', '{}', '[]', '2024-05-23 13:01:21.917', '2024-05-23 13:01:21.917', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2939, 'plugin::content-manager.explorer.delete', '{}', 'api::campus-life.campus-life', '{}', '[]', '2024-05-23 13:01:23.842', '2024-05-23 13:01:23.842', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2940, 'plugin::content-manager.explorer.delete', '{}', 'api::facilities-page.facilities-page', '{}', '[]', '2024-05-23 13:01:25.743', '2024-05-23 13:01:25.743', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4656, 'plugin::content-manager.explorer.read', '{}', 'api::research-collaboration-page.research-collaboration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "collSection.title", "collSection.richTextCopy", "collSection.img", "collSection.link.title", "collSection.link.ctaLink", "collSection.link.ctaTarget", "shortDesc", "cards.desc", "cards.icon", "cards.title", "partnerInfo.title", "partnerInfo.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.248', '2024-07-31 12:50:37.248', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4657, 'plugin::content-manager.explorer.update', '{}', 'api::research-collaboration-page.research-collaboration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "collSection.title", "collSection.richTextCopy", "collSection.img", "collSection.link.title", "collSection.link.ctaLink", "collSection.link.ctaTarget", "shortDesc", "cards.desc", "cards.icon", "cards.title", "partnerInfo.title", "partnerInfo.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.255', '2024-07-31 12:50:37.255', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5117, 'plugin::content-manager.explorer.create', '{}', 'api::campus-life.campus-life', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentExperience.title", "studentExperience.richTextCopy", "studentExperience.img", "studentExperience.ctaText", "studentExperience.ctaLink", "studentExperience.ctaTarget", "studentExperience.desc", "studentLifeTitle", "desc", "cards.title", "cards.richTextCopy", "cards.img", "cards.link.title", "cards.link.ctaLink", "cards.link.ctaTarget", "whyDubaiToggle", "academicExcellence.title", "academicExcellence.richTextCopy", "academicExcellence.img", "academicExcellence.link.title", "academicExcellence.link.ctaLink", "academicExcellence.link.ctaTarget", "sustainabilityMaheDubaiSection.title", "sustainabilityMaheDubaiSection.desc", "sustainabilityMaheDubaiSection.img", "sustainabilityMaheDubaiSection.ctaText", "sustainabilityMaheDubaiSection.ctaLink", "sustainabilityMaheDubaiSection.ctaTarget", "studentServicesToggle", "openDayToggle", "virtualTourToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 13:14:30.53', '2024-11-27 13:14:30.53', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2941, 'plugin::content-manager.explorer.delete', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{}', '[]', '2024-05-23 13:01:27.58', '2024-05-23 13:01:27.58', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2942, 'plugin::content-manager.explorer.delete', '{}', 'api::how-to-apply-page.how-to-apply-page', '{}', '[]', '2024-05-23 13:01:29.526', '2024-05-23 13:01:29.526', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5118, 'plugin::content-manager.explorer.read', '{}', 'api::campus-life.campus-life', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentExperience.title", "studentExperience.richTextCopy", "studentExperience.img", "studentExperience.ctaText", "studentExperience.ctaLink", "studentExperience.ctaTarget", "studentExperience.desc", "studentLifeTitle", "desc", "cards.title", "cards.richTextCopy", "cards.img", "cards.link.title", "cards.link.ctaLink", "cards.link.ctaTarget", "whyDubaiToggle", "academicExcellence.title", "academicExcellence.richTextCopy", "academicExcellence.img", "academicExcellence.link.title", "academicExcellence.link.ctaLink", "academicExcellence.link.ctaTarget", "sustainabilityMaheDubaiSection.title", "sustainabilityMaheDubaiSection.desc", "sustainabilityMaheDubaiSection.img", "sustainabilityMaheDubaiSection.ctaText", "sustainabilityMaheDubaiSection.ctaLink", "sustainabilityMaheDubaiSection.ctaTarget", "studentServicesToggle", "openDayToggle", "virtualTourToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 13:14:31.029', '2024-11-27 13:14:31.029', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2943, 'plugin::content-manager.explorer.delete', '{}', 'api::international-admission.international-admission', '{}', '[]', '2024-05-23 13:01:31.369', '2024-05-23 13:01:31.369', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3788, 'plugin::content-manager.explorer.read', '{}', 'api::research-committee-type.research-committee-type', '{"fields": ["title", "key", "research_committe"]}', '[]', '2024-07-10 11:45:15.416', '2024-07-10 11:45:15.416', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2944, 'plugin::content-manager.explorer.delete', '{}', 'api::policy.policy', '{}', '[]', '2024-05-23 13:01:33.212', '2024-05-23 13:01:33.212', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3789, 'plugin::content-manager.explorer.update', '{}', 'api::research-committee-type.research-committee-type', '{"fields": ["title", "key", "research_committe"]}', '[]', '2024-07-10 11:45:15.424', '2024-07-10 11:45:15.424', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3790, 'plugin::content-manager.explorer.delete', '{}', 'api::research-committee-type.research-committee-type', '{}', '[]', '2024-07-10 11:45:15.43', '2024-07-10 11:45:15.43', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2945, 'plugin::content-manager.explorer.delete', '{}', 'api::student-service.student-service', '{}', '[]', '2024-05-23 13:01:34.954', '2024-05-23 13:01:34.954', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2946, 'plugin::content-manager.explorer.delete', '{}', 'api::sustainability.sustainability', '{}', '[]', '2024-05-23 13:01:36.803', '2024-05-23 13:01:36.803', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2947, 'plugin::content-manager.explorer.delete', '{}', 'api::winter-camp-page.winter-camp-page', '{}', '[]', '2024-05-23 13:01:38.642', '2024-05-23 13:01:38.642', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2948, 'plugin::content-manager.explorer.publish', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{}', '[]', '2024-05-23 13:01:40.493', '2024-05-23 13:01:40.493', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2949, 'plugin::content-manager.explorer.publish', '{}', 'api::apply-form.apply-form', '{}', '[]', '2024-05-23 13:01:42.544', '2024-05-23 13:01:42.544', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2950, 'plugin::content-manager.explorer.publish', '{}', 'api::campus-life.campus-life', '{}', '[]', '2024-05-23 13:01:44.373', '2024-05-23 13:01:44.373', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2951, 'plugin::content-manager.explorer.publish', '{}', 'api::facilities-page.facilities-page', '{}', '[]', '2024-05-23 13:01:46.224', '2024-05-23 13:01:46.224', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2952, 'plugin::content-manager.explorer.publish', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{}', '[]', '2024-05-23 13:01:48.166', '2024-05-23 13:01:48.166', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2953, 'plugin::content-manager.explorer.publish', '{}', 'api::how-to-apply-page.how-to-apply-page', '{}', '[]', '2024-05-23 13:01:50.009', '2024-05-23 13:01:50.009', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2954, 'plugin::content-manager.explorer.publish', '{}', 'api::international-admission.international-admission', '{}', '[]', '2024-05-23 13:01:51.853', '2024-05-23 13:01:51.853', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2955, 'plugin::content-manager.explorer.publish', '{}', 'api::policy.policy', '{}', '[]', '2024-05-23 13:01:53.898', '2024-05-23 13:01:53.898', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2956, 'plugin::content-manager.explorer.publish', '{}', 'api::student-service.student-service', '{}', '[]', '2024-05-23 13:01:55.741', '2024-05-23 13:01:55.741', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2957, 'plugin::content-manager.explorer.publish', '{}', 'api::sustainability.sustainability', '{}', '[]', '2024-05-23 13:01:57.586', '2024-05-23 13:01:57.586', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2958, 'plugin::content-manager.explorer.publish', '{}', 'api::winter-camp-page.winter-camp-page', '{}', '[]', '2024-05-23 13:01:59.52', '2024-05-23 13:01:59.52', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3020, 'plugin::content-manager.explorer.delete', '{}', 'api::alumni-page.alumni-page', '{}', '[]', '2024-05-23 17:12:44.436', '2024-05-23 17:12:44.436', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3021, 'plugin::content-manager.explorer.publish', '{}', 'api::alumni-page.alumni-page', '{}', '[]', '2024-05-23 17:12:46.019', '2024-05-23 17:12:46.019', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3030, 'plugin::content-manager.explorer.delete', '{}', 'api::why-dubai-page.why-dubai-page', '{}', '[]', '2024-05-23 18:27:51.516', '2024-05-23 18:27:51.516', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3031, 'plugin::content-manager.explorer.publish', '{}', 'api::why-dubai-page.why-dubai-page', '{}', '[]', '2024-05-23 18:27:53.058', '2024-05-23 18:27:53.058', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5119, 'plugin::content-manager.explorer.update', '{}', 'api::campus-life.campus-life', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentExperience.title", "studentExperience.richTextCopy", "studentExperience.img", "studentExperience.ctaText", "studentExperience.ctaLink", "studentExperience.ctaTarget", "studentExperience.desc", "studentLifeTitle", "desc", "cards.title", "cards.richTextCopy", "cards.img", "cards.link.title", "cards.link.ctaLink", "cards.link.ctaTarget", "whyDubaiToggle", "academicExcellence.title", "academicExcellence.richTextCopy", "academicExcellence.img", "academicExcellence.link.title", "academicExcellence.link.ctaLink", "academicExcellence.link.ctaTarget", "sustainabilityMaheDubaiSection.title", "sustainabilityMaheDubaiSection.desc", "sustainabilityMaheDubaiSection.img", "sustainabilityMaheDubaiSection.ctaText", "sustainabilityMaheDubaiSection.ctaLink", "sustainabilityMaheDubaiSection.ctaTarget", "studentServicesToggle", "openDayToggle", "virtualTourToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 13:14:31.533', '2024-11-27 13:14:31.533', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3791, 'plugin::content-manager.explorer.publish', '{}', 'api::research-committee-type.research-committee-type', '{}', '[]', '2024-07-10 11:45:15.44', '2024-07-10 11:45:15.44', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4192, 'plugin::content-manager.explorer.read', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "richTextCopy", "worldWideTitle", "shortDesc", "img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:45.59', '2024-07-10 20:26:45.59', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4193, 'plugin::content-manager.explorer.read', '{}', 'api::news-detail-page.news-detail-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:46.075', '2024-07-10 20:26:46.075', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4194, 'plugin::content-manager.explorer.read', '{}', 'api::news-main.news-main', '{"fields": ["spotlightTitle", "spotlightDesc", "moreNewsTitle", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:46.559', '2024-07-10 20:26:46.559', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4195, 'plugin::content-manager.explorer.read', '{}', 'api::open-day.open-day', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "subTitle", "table.date", "table.location", "table.time", "table.status", "pointsSec.title", "pointsSec.title2", "pointsSec.points.title", "videoUrl", "formTitle", "formDescription", "videoThumbnail", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:47.043', '2024-07-10 20:26:47.043', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3795, 'plugin::content-manager.explorer.delete', '{}', 'api::school.school', '{}', '[]', '2024-07-10 11:45:15.478', '2024-07-10 11:45:15.478', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3796, 'plugin::content-manager.explorer.publish', '{}', 'api::school.school', '{}', '[]', '2024-07-10 11:45:15.486', '2024-07-10 11:45:15.486', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3797, 'plugin::content-manager.explorer.create', '{}', 'api::success-story.success-story', '{"fields": ["name", "designation", "title", "shortDescription", "richTextCopy", "img", "desktopBanner", "mobileBanner", "bannerTitle", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.492', '2024-07-10 11:45:15.492', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3798, 'plugin::content-manager.explorer.read', '{}', 'api::success-story.success-story', '{"fields": ["name", "designation", "title", "shortDescription", "richTextCopy", "img", "desktopBanner", "mobileBanner", "bannerTitle", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.498', '2024-07-10 11:45:15.498', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5121, 'plugin::content-manager.explorer.read', '{}', 'api::news-events-category.news-events-category', '{"fields": ["title", "key", "type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "news"]}', '[]', '2024-11-27 12:15:06.672', '2024-11-27 17:20:42.576', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5120, 'plugin::content-manager.explorer.create', '{}', 'api::news-events-category.news-events-category', '{"fields": ["title", "key", "type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "news"]}', '[]', '2024-11-27 12:15:06.656', '2024-11-27 17:20:42.576', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2967, 'plugin::content-manager.explorer.delete', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{}', '[]', '2024-05-23 13:16:31.479', '2024-05-23 13:16:31.479', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2968, 'plugin::content-manager.explorer.publish', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{}', '[]', '2024-05-23 13:16:33.324', '2024-05-23 13:16:33.324', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2972, 'plugin::content-manager.explorer.delete', '{}', 'api::research-guide-line-page.research-guide-line-page', '{}', '[]', '2024-05-23 13:22:53.296', '2024-05-23 13:22:53.296', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2973, 'plugin::content-manager.explorer.publish', '{}', 'api::research-guide-line-page.research-guide-line-page', '{}', '[]', '2024-05-23 13:22:55.087', '2024-05-23 13:22:55.087', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3015, 'plugin::content-manager.explorer.delete', '{}', 'api::about-us-page.about-us-page', '{}', '[]', '2024-05-23 16:22:56.622', '2024-05-23 16:22:56.622', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3016, 'plugin::content-manager.explorer.publish', '{}', 'api::about-us-page.about-us-page', '{}', '[]', '2024-05-23 16:22:58.232', '2024-05-23 16:22:58.232', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3025, 'plugin::content-manager.explorer.delete', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{}', '[]', '2024-05-23 17:37:30.646', '2024-05-23 17:37:30.646', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3026, 'plugin::content-manager.explorer.publish', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{}', '[]', '2024-05-23 17:37:32.262', '2024-05-23 17:37:32.262', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5123, 'plugin::content-manager.explorer.delete', '{}', 'api::news-events-category.news-events-category', '{}', '[]', '2024-11-27 12:15:06.691', '2024-11-27 12:15:06.691', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4197, 'plugin::content-manager.explorer.read', '{}', 'api::our-faculty.our-faculty', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:48.018', '2024-07-10 20:26:48.018', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4198, 'plugin::content-manager.explorer.read', '{}', 'api::policy.policy', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "richTextCopy", "admissionEnqTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:48.505', '2024-07-10 20:26:48.505', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4199, 'plugin::content-manager.explorer.read', '{}', 'api::privacy-policy.privacy-policy', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:48.993', '2024-07-10 20:26:48.993', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3503, 'plugin::content-manager.explorer.delete', '{}', 'api::event.event', '{}', '[]', '2024-06-11 15:45:19.467', '2024-06-11 15:45:19.467', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3504, 'plugin::content-manager.explorer.publish', '{}', 'api::event.event', '{}', '[]', '2024-06-11 15:45:21.171', '2024-06-11 15:45:21.171', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5124, 'plugin::content-manager.explorer.publish', '{}', 'api::news-events-category.news-events-category', '{}', '[]', '2024-11-27 12:15:06.7', '2024-11-27 12:15:06.7', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4202, 'plugin::content-manager.explorer.read', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accreditationSec.leftTitle", "accreditationSec.rightTitle", "accreditationSec.img", "accreditationSec.leftRichTextCopy", "accreditationSec.rightRichTextCopy", "higherEducationSec.title", "higherEducationSec.slider.logo", "higherEducationSec.slider.title", "higherEducationSec.slider.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:50.455', '2024-07-10 20:26:50.455', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4890, 'plugin::content-manager.explorer.update', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstIntroImage", "secondIntroImage", "rightImage", "introduction.title", "introduction.richTextCopy", "secondSectionWhatWeDo.logo", "secondSectionWhatWeDo.title", "secondSectionWhatWeDo.richTextCopy", "ourTeam.title", "ourTeam.desc", "viewAllBtn.ctaTarget", "viewAllBtn.ctaText", "viewAllBtn.ctaLink", "administrations", "ourProjectTitle", "ourProjectSubtitle", "projects.desc", "projects.icon", "projects.title", "igniteSection.title", "igniteSection.key", "igniteSection.richTextCopy", "igniteSection.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-22 18:17:11.644', '2024-11-22 18:17:11.644', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2980, 'plugin::content-manager.explorer.delete', '{}', 'api::research-publication-page.research-publication-page', '{}', '[]', '2024-05-23 13:31:34.257', '2024-05-23 13:31:34.257', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2981, 'plugin::content-manager.explorer.publish', '{}', 'api::research-publication-page.research-publication-page', '{}', '[]', '2024-05-23 13:31:36.102', '2024-05-23 13:31:36.102', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2985, 'plugin::content-manager.explorer.delete', '{}', 'api::research-collaboration-page.research-collaboration-page', '{}', '[]', '2024-05-23 13:39:14.15', '2024-05-23 13:39:14.15', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2986, 'plugin::content-manager.explorer.publish', '{}', 'api::research-collaboration-page.research-collaboration-page', '{}', '[]', '2024-05-23 13:39:15.991', '2024-05-23 13:39:15.991', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2990, 'plugin::content-manager.explorer.delete', '{}', 'api::research-awards-page.research-awards-page', '{}', '[]', '2024-05-23 13:45:21.357', '2024-05-23 13:45:21.357', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2991, 'plugin::content-manager.explorer.publish', '{}', 'api::research-awards-page.research-awards-page', '{}', '[]', '2024-05-23 13:45:23.2', '2024-05-23 13:45:23.2', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2995, 'plugin::content-manager.explorer.delete', '{}', 'api::research-strategy-page.research-strategy-page', '{}', '[]', '2024-05-23 13:50:49.294', '2024-05-23 13:50:49.294', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (2996, 'plugin::content-manager.explorer.publish', '{}', 'api::research-strategy-page.research-strategy-page', '{}', '[]', '2024-05-23 13:50:51.105', '2024-05-23 13:50:51.105', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4203, 'plugin::content-manager.explorer.read', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overViewSection.title", "overViewSection.richTextCopy", "overViewSection.img", "overViewSection.ctaLink", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:50.942', '2024-07-10 20:26:50.942', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4204, 'plugin::content-manager.explorer.read', '{}', 'api::research-awards-page.research-awards-page', '{"fields": ["awardSection.title", "awardSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:51.434', '2024-07-10 20:26:51.434', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3333, 'plugin::content-manager.explorer.create', '{}', 'api::international-collaboration.international-collaboration', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalCollaboration.title", "internationalCollaboration.richTextCopy", "internationalCollaboration.img", "studentExchange.title", "studentExchange.richTextCopy", "studentExchange.img", "academicPartnerTitle", "academicDesc", "cultureEducationTitle.title", "cultureEducationTitle.richTextCopy", "cultureEducationTitle.img", "partnershipCard.title", "partnershipCard.icon"]}', '[]', '2024-05-31 12:57:17.004', '2024-06-11 13:29:49.916', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4206, 'plugin::content-manager.explorer.read', '{}', 'api::research-committe-list.research-committe-list', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "academicQualificationTitle", "experienceTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:52.415', '2024-07-10 20:26:52.415', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3044, 'plugin::content-manager.explorer.delete', '{}', 'api::admission-page.admission-page', '{}', '[]', '2024-05-23 19:21:00.663', '2024-05-23 19:21:00.663', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3045, 'plugin::content-manager.explorer.publish', '{}', 'api::admission-page.admission-page', '{}', '[]', '2024-05-23 19:21:02.312', '2024-05-23 19:21:02.312', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4658, 'plugin::content-manager.explorer.create', '{}', 'api::research-committe-list.research-committe-list', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "academicQualificationTitle", "experienceTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.261', '2024-07-31 12:50:37.261', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4659, 'plugin::content-manager.explorer.read', '{}', 'api::research-committe-list.research-committe-list', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "academicQualificationTitle", "experienceTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.276', '2024-07-31 12:50:37.276', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4209, 'plugin::content-manager.explorer.read', '{}', 'api::research-publication-page.research-publication-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "desc", "filesArray.icon", "filesArray.title", "filesArray.ctaText", "filesArray.ctaLink", "filesArray.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:53.87', '2024-07-10 20:26:53.87', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4660, 'plugin::content-manager.explorer.update', '{}', 'api::research-committe-list.research-committe-list', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "academicQualificationTitle", "experienceTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.284', '2024-07-31 12:50:37.284', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4661, 'plugin::content-manager.explorer.create', '{}', 'api::research-guide-line-page.research-guide-line-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "guideLineSection.title", "guideLineSection.richTextCopy", "guideLineSection.img", "guideLineSection.link.title", "guideLineSection.link.ctaLink", "guideLineSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.293', '2024-07-31 12:50:37.293', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3755, 'plugin::content-manager.explorer.delete', '{}', 'api::faculty.faculty', '{}', '[]', '2024-07-10 11:45:15.203', '2024-07-10 11:45:15.203', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3756, 'plugin::content-manager.explorer.publish', '{}', 'api::faculty.faculty', '{}', '[]', '2024-07-10 11:45:15.209', '2024-07-10 11:45:15.209', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3757, 'plugin::content-manager.explorer.create', '{}', 'api::faculty-type.faculty-type', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.218', '2024-07-10 11:45:15.218', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4210, 'plugin::content-manager.explorer.read', '{}', 'api::research-strategy-page.research-strategy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "strategySec.title", "strategySec.desc", "coreValTitle", "valuesData.title", "valuesData.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:54.358', '2024-07-10 20:26:54.358', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4211, 'plugin::content-manager.explorer.read', '{}', 'api::student-policy-page.student-policy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentPolicies.title", "studentPolicies.ctaLink", "studentPolicies.ctaText", "studentPolicies.ctaTarget", "studentPolicies.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:54.843', '2024-07-10 20:26:54.843', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4214, 'plugin::content-manager.explorer.read', '{}', 'api::terms-and-condition.terms-and-condition', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:56.306', '2024-07-10 20:26:56.306', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4662, 'plugin::content-manager.explorer.read', '{}', 'api::research-guide-line-page.research-guide-line-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "guideLineSection.title", "guideLineSection.richTextCopy", "guideLineSection.img", "guideLineSection.link.title", "guideLineSection.link.ctaLink", "guideLineSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.313', '2024-07-31 12:50:37.313', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4663, 'plugin::content-manager.explorer.update', '{}', 'api::research-guide-line-page.research-guide-line-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "guideLineSection.title", "guideLineSection.richTextCopy", "guideLineSection.img", "guideLineSection.link.title", "guideLineSection.link.ctaLink", "guideLineSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.323', '2024-07-31 12:50:37.323', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4664, 'plugin::content-manager.explorer.create', '{}', 'api::research-main.research-main', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "generalInfo.title", "generalInfo.richTextCopy", "generalInfo.img", "generalInfo.link.title", "generalInfo.link.ctaLink", "generalInfo.link.ctaTarget", "researchAtTitle", "researchGuidelinesData.title", "researchGuidelinesData.desc", "researchGuidelinesData.ctaTarget", "researchGuidelinesData.ctaLink", "researchGuidelinesData.ctaText", "researchGuidelinesData.img", "leadership.title", "leadership.desc", "leadership.btnText", "leadership.ctaLink", "leadership.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.33', '2024-07-31 12:50:37.33', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4665, 'plugin::content-manager.explorer.read', '{}', 'api::research-main.research-main', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "generalInfo.title", "generalInfo.richTextCopy", "generalInfo.img", "generalInfo.link.title", "generalInfo.link.ctaLink", "generalInfo.link.ctaTarget", "researchAtTitle", "researchGuidelinesData.title", "researchGuidelinesData.desc", "researchGuidelinesData.ctaTarget", "researchGuidelinesData.ctaLink", "researchGuidelinesData.ctaText", "researchGuidelinesData.img", "leadership.title", "leadership.desc", "leadership.btnText", "leadership.ctaLink", "leadership.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.338', '2024-07-31 12:50:37.338', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3758, 'plugin::content-manager.explorer.read', '{}', 'api::faculty-type.faculty-type', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.224', '2024-07-10 11:45:15.224', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3759, 'plugin::content-manager.explorer.update', '{}', 'api::faculty-type.faculty-type', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.229', '2024-07-10 11:45:15.229', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3760, 'plugin::content-manager.explorer.delete', '{}', 'api::faculty-type.faculty-type', '{}', '[]', '2024-07-10 11:45:15.234', '2024-07-10 11:45:15.234', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3761, 'plugin::content-manager.explorer.publish', '{}', 'api::faculty-type.faculty-type', '{}', '[]', '2024-07-10 11:45:15.24', '2024-07-10 11:45:15.24', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3762, 'plugin::content-manager.explorer.create', '{}', 'api::leadership.leadership', '{"fields": ["title", "designation", "intro", "img", "richTextCopy", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.245', '2024-07-10 11:45:15.245', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3763, 'plugin::content-manager.explorer.read', '{}', 'api::leadership.leadership', '{"fields": ["title", "designation", "intro", "img", "richTextCopy", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.251', '2024-07-10 11:45:15.251', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3557, 'plugin::content-manager.explorer.delete', '{}', 'api::school.school', '{}', '[]', '2024-07-01 11:48:43.871', '2024-07-01 11:48:43.871', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3558, 'plugin::content-manager.explorer.publish', '{}', 'api::school.school', '{}', '[]', '2024-07-01 11:48:44.38', '2024-07-01 11:48:44.38', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4217, 'plugin::content-manager.explorer.read', '{}', 'api::world-wide-page.world-wide-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "intro", "detailLink.title", "detailLink.ctaLink", "detailLink.ctaTarget", "universityListings.title", "universityListings.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:57.776', '2024-07-10 20:26:57.776', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4219, 'plugin::content-manager.explorer.update', '{}', 'api::administration-page.administration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:58.761', '2024-07-10 20:26:58.761', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3064, 'plugin::content-manager.explorer.delete', '{}', 'api::career-services-center.career-services-center', '{}', '[]', '2024-05-23 19:34:00.856', '2024-05-23 19:34:00.856', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3065, 'plugin::content-manager.explorer.delete', '{}', 'api::our-campus.our-campus', '{}', '[]', '2024-05-23 19:34:02.694', '2024-05-23 19:34:02.694', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3066, 'plugin::content-manager.explorer.delete', '{}', 'api::success-story.success-story', '{}', '[]', '2024-05-23 19:34:04.38', '2024-05-23 19:34:04.38', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3067, 'plugin::content-manager.explorer.publish', '{}', 'api::career-services-center.career-services-center', '{}', '[]', '2024-05-23 19:34:06.098', '2024-05-23 19:34:06.098', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3068, 'plugin::content-manager.explorer.publish', '{}', 'api::our-campus.our-campus', '{}', '[]', '2024-05-23 19:34:07.791', '2024-05-23 19:34:07.791', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3069, 'plugin::content-manager.explorer.publish', '{}', 'api::success-story.success-story', '{}', '[]', '2024-05-23 19:34:09.491', '2024-05-23 19:34:09.491', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3764, 'plugin::content-manager.explorer.update', '{}', 'api::leadership.leadership', '{"fields": ["title", "designation", "intro", "img", "richTextCopy", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.257', '2024-07-10 11:45:15.257', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3765, 'plugin::content-manager.explorer.delete', '{}', 'api::leadership.leadership', '{}', '[]', '2024-07-10 11:45:15.262', '2024-07-10 11:45:15.262', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3766, 'plugin::content-manager.explorer.publish', '{}', 'api::leadership.leadership', '{}', '[]', '2024-07-10 11:45:15.268', '2024-07-10 11:45:15.268', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3078, 'plugin::content-manager.explorer.delete', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{}', '[]', '2024-05-24 12:34:02.881', '2024-05-24 12:34:02.881', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3079, 'plugin::content-manager.explorer.publish', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{}', '[]', '2024-05-24 12:34:04.573', '2024-05-24 12:34:04.573', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4223, 'plugin::content-manager.explorer.update', '{}', 'api::awards-and-achievement.awards-and-achievement', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "awardsAndCertificateSec.title", "awardsAndCertificateSec.awardsCertificate.title", "awardsAndCertificateSec.awardsCertificate.category", "awardsAndCertificateSec.awardsCertificate.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:00.724', '2024-07-10 20:27:00.724', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4225, 'plugin::content-manager.explorer.update', '{}', 'api::blog-listing.blog-listing', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "subTitle", "title2", "subTitle2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:01.695', '2024-07-10 20:27:01.695', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5128, 'plugin::content-manager.explorer.create', '{}', 'api::alumni-page.alumni-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "alumniInfo.title", "alumniInfo.richTextCopy", "alumniInfo.img", "alumniInfo.link.title", "alumniInfo.link.ctaLink", "alumniInfo.link.ctaTarget", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "AlumniTitle", "alumniSuccessComponent.title", "alumniSuccessComponent.desc", "alumniSuccessComponent.videoLink", "alumniSuccessComponent.img", "discoverAlumni", "alumniAssociationSection.title", "alumniAssociationSection.richTextCopy", "alumniAssociationSection.img", "alumniAssociationSection.ctaText", "alumniAssociationSection.ctaLink", "alumniAssociationSection.ctaTarget", "alumniAssociationSection.desc", "eventTitle", "eventDesc", "getinTouch.title", "getinTouch.desc", "getinTouch.email", "getinTouch.phone", "getinTouch.phone2", "readMoreEventbtn.title", "readMoreEventbtn.ctaLink", "readMoreEventbtn.ctaTarget", "discoverSidemenu.title", "discoverSidemenu.type", "discoverSidemenu.ctaTarget", "discoverSidemenu.key", "discoverSidemenu.ctaLink", "alumniCards.title", "alumniCards.phone", "alumniCards.phone2", "alumniCards.email", "alumniCards.designation", "alumniCards.img", "alumniCards.key", "events", "givingBackForm.title", "givingBackForm.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "givingBackSection.title", "givingBackSection.desc"]}', '[]', '2024-11-27 12:15:06.736', '2024-11-27 12:15:06.736', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4891, 'plugin::seo.read', '{}', NULL, '{}', '[]', '2024-11-22 18:17:46.355', '2024-11-22 18:17:46.355', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3577, 'plugin::seo.read', '{}', NULL, '{}', '[]', '2024-07-01 17:27:05.676', '2024-07-01 17:27:05.676', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4227, 'plugin::content-manager.explorer.update', '{}', 'api::career-page-banner.career-page-banner', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "cards.title", "cards.subTitle", "cards.ctaText", "cards.ctaLink", "cards.ctaTarget", "cards.richTextCopy", "cards.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:03.248', '2024-07-10 20:27:03.248', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4228, 'plugin::content-manager.explorer.update', '{}', 'api::career-services-center.career-services-center', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "richTextCopy", "img1", "img2", "visionTitle", "visionDescription", "figures.title", "figures.subTitle", "figures.icon", "features.title", "features.intro", "features.richTextCopy", "features.img", "maheDubaiTitle", "maheDubaiDescription", "maheDubaiLink", "maheDubaiImg", "incubationCenterTitle", "incubationCenterIntro", "incubationCenterRichTextCopy", "incubationCenterLink", "incubationCenterImg1", "incubationCenterImg2", "incubationCenterImg3", "eventTitle", "partners.title", "partners.description", "partners.cards.title", "partners.cards.logo", "sucessStoriesTitle", "maheDubaiBtnText", "incubationCenterBtnText", "sucessStoriesBtnText", "sucessStoriesBtnLink", "eventReadmoreBtn.title", "eventReadmoreBtn.ctaLink", "eventReadmoreBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:03.74', '2024-07-10 20:27:03.74', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3578, 'plugin::content-manager.explorer.create', '{}', 'api::administration.administration', '{"fields": ["img", "title", "designation", "phone", "email", "administration_category", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-01 17:38:06.85', '2024-07-01 17:38:06.85', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3088, 'plugin::content-manager.explorer.delete', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{}', '[]', '2024-05-24 12:43:20.923', '2024-05-24 12:43:20.923', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3089, 'plugin::content-manager.explorer.publish', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{}', '[]', '2024-05-24 12:43:22.765', '2024-05-24 12:43:22.765', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3579, 'plugin::content-manager.explorer.read', '{}', 'api::administration.administration', '{"fields": ["img", "title", "designation", "phone", "email", "administration_category", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-01 17:38:07.368', '2024-07-01 17:38:07.368', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3671, 'plugin::content-manager.explorer.delete', '{}', 'api::research-committee-type.research-committee-type', '{}', '[]', '2024-07-04 11:56:57.678', '2024-07-04 11:56:57.678', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3672, 'plugin::content-manager.explorer.publish', '{}', 'api::research-committee-type.research-committee-type', '{}', '[]', '2024-07-04 11:56:58.162', '2024-07-04 11:56:58.162', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3580, 'plugin::content-manager.explorer.update', '{}', 'api::administration.administration', '{"fields": ["img", "title", "designation", "phone", "email", "administration_category", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-01 17:38:07.889', '2024-07-01 17:38:07.889', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3673, 'plugin::content-manager.explorer.create', '{}', 'api::research-committe.research-committe', '{"fields": ["academicQualification.degree", "academicQualification.specialisation", "academicQualification.institute", "academicQualification.year", "name", "designation", "phone", "email", "qualificationExp.institution", "qualificationExp.designation", "qualificationExp.role", "qualificationExp.tenure", "richTextCopy", "richTextCopy1", "img", "phone2", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "research_committee_type"]}', '[]', '2024-07-04 12:00:25.229', '2024-07-04 12:00:25.229', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3674, 'plugin::content-manager.explorer.create', '{}', 'api::research-committee-type.research-committee-type', '{"fields": ["title", "key", "research_committe"]}', '[]', '2024-07-04 12:00:25.725', '2024-07-04 12:00:25.725', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3103, 'plugin::content-manager.explorer.delete', '{}', 'api::world-wide-page.world-wide-page', '{}', '[]', '2024-05-24 15:24:54.711', '2024-05-24 15:24:54.711', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3104, 'plugin::content-manager.explorer.publish', '{}', 'api::world-wide-page.world-wide-page', '{}', '[]', '2024-05-24 15:24:56.489', '2024-05-24 15:24:56.489', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3675, 'plugin::content-manager.explorer.read', '{}', 'api::research-committe.research-committe', '{"fields": ["academicQualification.degree", "academicQualification.specialisation", "academicQualification.institute", "academicQualification.year", "name", "designation", "phone", "email", "qualificationExp.institution", "qualificationExp.designation", "qualificationExp.role", "qualificationExp.tenure", "richTextCopy", "richTextCopy1", "img", "phone2", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "research_committee_type"]}', '[]', '2024-07-04 12:00:26.212', '2024-07-04 12:00:26.212', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3676, 'plugin::content-manager.explorer.read', '{}', 'api::research-committee-type.research-committee-type', '{"fields": ["title", "key", "research_committe"]}', '[]', '2024-07-04 12:00:28.681', '2024-07-04 12:00:28.681', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4229, 'plugin::content-manager.explorer.update', '{}', 'api::contact-us-page.contact-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstHeading", "img", "form.title", "form.desc", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "liveChat.icon", "liveChat.title", "liveChat.doubleText.title", "liveChat.doubleText.ctaLink", "liveChat.doubleText.ctaTarget", "socialMedia.icon", "socialMedia.title", "socialMedia.iconsData.ctaTarget", "socialMedia.iconsData.ctaLink", "socialMedia.iconsData.icon", "socialMedia.iconsData.ctaText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:04.229', '2024-07-10 20:27:04.229', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5129, 'plugin::content-manager.explorer.read', '{}', 'api::alumni-page.alumni-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "alumniInfo.title", "alumniInfo.richTextCopy", "alumniInfo.img", "alumniInfo.link.title", "alumniInfo.link.ctaLink", "alumniInfo.link.ctaTarget", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "AlumniTitle", "alumniSuccessComponent.title", "alumniSuccessComponent.desc", "alumniSuccessComponent.videoLink", "alumniSuccessComponent.img", "discoverAlumni", "alumniAssociationSection.title", "alumniAssociationSection.richTextCopy", "alumniAssociationSection.img", "alumniAssociationSection.ctaText", "alumniAssociationSection.ctaLink", "alumniAssociationSection.ctaTarget", "alumniAssociationSection.desc", "eventTitle", "eventDesc", "getinTouch.title", "getinTouch.desc", "getinTouch.email", "getinTouch.phone", "getinTouch.phone2", "readMoreEventbtn.title", "readMoreEventbtn.ctaLink", "readMoreEventbtn.ctaTarget", "discoverSidemenu.title", "discoverSidemenu.type", "discoverSidemenu.ctaTarget", "discoverSidemenu.key", "discoverSidemenu.ctaLink", "alumniCards.title", "alumniCards.phone", "alumniCards.phone2", "alumniCards.email", "alumniCards.designation", "alumniCards.img", "alumniCards.key", "events", "givingBackForm.title", "givingBackForm.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "givingBackSection.title", "givingBackSection.desc"]}', '[]', '2024-11-27 12:15:06.746', '2024-11-27 12:15:06.746', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4230, 'plugin::content-manager.explorer.update', '{}', 'api::events-page.events-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "upcomingEventsTitle", "pastEventsTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:04.999', '2024-07-10 20:27:04.999', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4666, 'plugin::content-manager.explorer.update', '{}', 'api::research-main.research-main', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "generalInfo.title", "generalInfo.richTextCopy", "generalInfo.img", "generalInfo.link.title", "generalInfo.link.ctaLink", "generalInfo.link.ctaTarget", "researchAtTitle", "researchGuidelinesData.title", "researchGuidelinesData.desc", "researchGuidelinesData.ctaTarget", "researchGuidelinesData.ctaLink", "researchGuidelinesData.ctaText", "researchGuidelinesData.img", "leadership.title", "leadership.desc", "leadership.btnText", "leadership.ctaLink", "leadership.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.347', '2024-07-31 12:50:37.347', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3581, 'plugin::content-manager.explorer.create', '{}', 'api::administration-category.administration-category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:43.244', '2024-07-02 12:02:43.244', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3582, 'plugin::content-manager.explorer.create', '{}', 'api::apply-form.apply-form', '{"fields": ["firstName", "lastName", "email", "phone", "country", "programOfInterest", "nationality", "IntakeOfInterest", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:43.753', '2024-07-02 12:02:43.753', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3138, 'plugin::content-manager.explorer.delete', '{}', 'api::international-students-page.international-students-page', '{}', '[]', '2024-05-27 13:31:44.483', '2024-05-27 13:31:44.483', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3139, 'plugin::content-manager.explorer.publish', '{}', 'api::international-students-page.international-students-page', '{}', '[]', '2024-05-27 13:31:46.136', '2024-05-27 13:31:46.136', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3584, 'plugin::content-manager.explorer.create', '{}', 'api::blog.blog', '{"fields": ["shortDesc", "date", "category", "richTextCopy", "title", "desktopImg", "mobileImg", "slug", "btnText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:44.756', '2024-07-02 12:02:44.756', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3585, 'plugin::content-manager.explorer.create', '{}', 'api::career.career', '{"fields": ["title", "desc", "ctaTarget", "ctaText", "ctaLink", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:45.267', '2024-07-02 12:02:45.267', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3586, 'plugin::content-manager.explorer.create', '{}', 'api::category.category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:45.764', '2024-07-02 12:02:45.764', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3677, 'plugin::content-manager.explorer.update', '{}', 'api::research-committe.research-committe', '{"fields": ["academicQualification.degree", "academicQualification.specialisation", "academicQualification.institute", "academicQualification.year", "name", "designation", "phone", "email", "qualificationExp.institution", "qualificationExp.designation", "qualificationExp.role", "qualificationExp.tenure", "richTextCopy", "richTextCopy1", "img", "phone2", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "research_committee_type"]}', '[]', '2024-07-04 12:00:29.221', '2024-07-04 12:00:29.221', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5130, 'plugin::content-manager.explorer.update', '{}', 'api::alumni-page.alumni-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "alumniInfo.title", "alumniInfo.richTextCopy", "alumniInfo.img", "alumniInfo.link.title", "alumniInfo.link.ctaLink", "alumniInfo.link.ctaTarget", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "AlumniTitle", "alumniSuccessComponent.title", "alumniSuccessComponent.desc", "alumniSuccessComponent.videoLink", "alumniSuccessComponent.img", "discoverAlumni", "alumniAssociationSection.title", "alumniAssociationSection.richTextCopy", "alumniAssociationSection.img", "alumniAssociationSection.ctaText", "alumniAssociationSection.ctaLink", "alumniAssociationSection.ctaTarget", "alumniAssociationSection.desc", "eventTitle", "eventDesc", "getinTouch.title", "getinTouch.desc", "getinTouch.email", "getinTouch.phone", "getinTouch.phone2", "readMoreEventbtn.title", "readMoreEventbtn.ctaLink", "readMoreEventbtn.ctaTarget", "discoverSidemenu.title", "discoverSidemenu.type", "discoverSidemenu.ctaTarget", "discoverSidemenu.key", "discoverSidemenu.ctaLink", "alumniCards.title", "alumniCards.phone", "alumniCards.phone2", "alumniCards.email", "alumniCards.designation", "alumniCards.img", "alumniCards.key", "events", "givingBackForm.title", "givingBackForm.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "givingBackSection.title", "givingBackSection.desc"]}', '[]', '2024-11-27 12:15:06.754', '2024-11-27 12:15:06.754', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3119, 'plugin::content-manager.explorer.delete', '{}', 'api::home-page.home-page', '{}', '[]', '2024-05-24 17:31:20.046', '2024-05-24 17:31:20.046', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3120, 'plugin::content-manager.explorer.publish', '{}', 'api::home-page.home-page', '{}', '[]', '2024-05-24 17:31:21.651', '2024-05-24 17:31:21.651', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3678, 'plugin::content-manager.explorer.update', '{}', 'api::research-committee-type.research-committee-type', '{"fields": ["title", "key", "research_committe"]}', '[]', '2024-07-04 12:00:29.719', '2024-07-04 12:00:29.719', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3775, 'plugin::content-manager.explorer.delete', '{}', 'api::news-single.news-single', '{}', '[]', '2024-07-10 11:45:15.326', '2024-07-10 11:45:15.326', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3776, 'plugin::content-manager.explorer.publish', '{}', 'api::news-single.news-single', '{}', '[]', '2024-07-10 11:45:15.332', '2024-07-10 11:45:15.332', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3799, 'plugin::content-manager.explorer.update', '{}', 'api::success-story.success-story', '{"fields": ["name", "designation", "title", "shortDescription", "richTextCopy", "img", "desktopBanner", "mobileBanner", "bannerTitle", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.505', '2024-07-10 11:45:15.505', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3800, 'plugin::content-manager.explorer.delete', '{}', 'api::success-story.success-story', '{}', '[]', '2024-07-10 11:45:15.513', '2024-07-10 11:45:15.513', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3801, 'plugin::content-manager.explorer.publish', '{}', 'api::success-story.success-story', '{}', '[]', '2024-07-10 11:45:15.519', '2024-07-10 11:45:15.519', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3802, 'plugin::content-manager.explorer.create', '{}', 'api::university.university', '{"fields": ["title", "img", "slug", "desktopImg", "mobileImg", "richTextCopy", "shortDesc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.527', '2024-07-10 11:45:15.527', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4234, 'plugin::content-manager.explorer.update', '{}', 'api::history.history', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "ourHistoryTitle", "desc", "ourHistory.year", "ourHistory.desktopImg", "ourHistory.mobileImg", "ourHistory.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:06.98', '2024-07-10 20:27:06.98', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4667, 'plugin::content-manager.explorer.create', '{}', 'api::research-publication-page.research-publication-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "desc", "filesArray.icon", "filesArray.title", "filesArray.ctaText", "filesArray.ctaLink", "filesArray.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.356', '2024-07-31 12:50:37.356', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4668, 'plugin::content-manager.explorer.read', '{}', 'api::research-publication-page.research-publication-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "desc", "filesArray.icon", "filesArray.title", "filesArray.ctaText", "filesArray.ctaLink", "filesArray.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.363', '2024-07-31 12:50:37.363', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4669, 'plugin::content-manager.explorer.update', '{}', 'api::research-publication-page.research-publication-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "desc", "filesArray.icon", "filesArray.title", "filesArray.ctaText", "filesArray.ctaLink", "filesArray.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.37', '2024-07-31 12:50:37.37', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4670, 'plugin::content-manager.explorer.create', '{}', 'api::research-strategy-page.research-strategy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "strategySec.title", "strategySec.desc", "coreValTitle", "valuesData.title", "valuesData.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.378', '2024-07-31 12:50:37.378', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3532, 'plugin::content-manager.explorer.delete', '{}', 'api::program.program', '{}', '[]', '2024-06-12 17:26:57.068', '2024-06-12 17:26:57.068', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3130, 'plugin::content-manager.explorer.delete', '{}', 'api::header-component.header-component', '{}', '[]', '2024-05-24 20:27:31.799', '2024-05-24 20:27:31.799', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3131, 'plugin::content-manager.explorer.publish', '{}', 'api::header-component.header-component', '{}', '[]', '2024-05-24 20:27:33.849', '2024-05-24 20:27:33.849', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4671, 'plugin::content-manager.explorer.read', '{}', 'api::research-strategy-page.research-strategy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "strategySec.title", "strategySec.desc", "coreValTitle", "valuesData.title", "valuesData.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.385', '2024-07-31 12:50:37.385', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3533, 'plugin::content-manager.explorer.publish', '{}', 'api::program.program', '{}', '[]', '2024-06-12 17:26:58.886', '2024-06-12 17:26:58.886', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3590, 'plugin::content-manager.explorer.create', '{}', 'api::faculty-type.faculty-type', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:47.796', '2024-07-02 12:02:47.796', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3591, 'plugin::content-manager.explorer.create', '{}', 'api::leadership.leadership', '{"fields": ["title", "designation", "intro", "img", "richTextCopy", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:48.295', '2024-07-02 12:02:48.295', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3703, 'plugin::content-manager.explorer.create', '{}', 'plugin::users-permissions.user', '{"fields": ["username", "email", "provider", "password", "resetPasswordToken", "confirmationToken", "confirmed", "blocked", "role"]}', '[]', '2024-07-10 11:45:14.795', '2024-07-10 11:45:14.795', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4672, 'plugin::content-manager.explorer.update', '{}', 'api::research-strategy-page.research-strategy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "strategySec.title", "strategySec.desc", "coreValTitle", "valuesData.title", "valuesData.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.393', '2024-07-31 12:50:37.393', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3597, 'plugin::content-manager.explorer.create', '{}', 'api::success-story.success-story', '{"fields": ["name", "designation", "title", "shortDescription", "richTextCopy", "img", "desktopBanner", "mobileBanner", "bannerTitle", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:51.339', '2024-07-02 12:02:51.339', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3598, 'plugin::content-manager.explorer.create', '{}', 'api::university.university', '{"fields": ["title", "img", "slug", "desktopImg", "mobileImg", "richTextCopy", "shortDesc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:51.838', '2024-07-02 12:02:51.838', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3599, 'plugin::content-manager.explorer.read', '{}', 'api::administration-category.administration-category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:52.377', '2024-07-02 12:02:52.377', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4673, 'plugin::content-manager.explorer.create', '{}', 'api::student-policy-page.student-policy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentPolicies.title", "studentPolicies.ctaLink", "studentPolicies.ctaText", "studentPolicies.ctaTarget", "studentPolicies.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.401', '2024-07-31 12:50:37.401', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3600, 'plugin::content-manager.explorer.read', '{}', 'api::apply-form.apply-form', '{"fields": ["firstName", "lastName", "email", "phone", "country", "programOfInterest", "nationality", "IntakeOfInterest", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:52.879', '2024-07-02 12:02:52.879', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5137, 'plugin::content-manager.explorer.create', '{}', 'api::admission-page.admission-page', '{"fields": ["desc", "AdmissionEligibilityTitle", "undergraduate.title", "undergraduate.richTextCopy", "undergraduate.img", "undergraduate.link.title", "undergraduate.link.ctaLink", "undergraduate.link.ctaTarget", "howToApplyTitle", "howToApplyDesc", "registrationProcess.title", "registrationProcess.icon", "beginYourAcademicDesc", "applyNowBtn", "admissionPoliciesTitle", "viewAllPoliciesLink", "viewAllPoliciesBtnText", "admissionResourcesTitle", "admissionCards.basicInfo.desc", "admissionCards.basicInfo.icon", "admissionCards.basicInfo.title", "admissionCards.tags.title", "admissionCards.brochureLink", "admissionCards.readMoreLink", "admissionCards.readMoreText", "admissionCards.brochureText", "postgraduate.title", "postgraduate.richTextCopy", "postgraduate.img", "postgraduate.link.title", "postgraduate.link.ctaLink", "postgraduate.link.ctaTarget", "applyForScholarshipToggle", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowLink", "enquiriesTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "admissionPolicy.desc", "respurcesInfo.icon", "respurcesInfo.title", "respurcesInfo.ctaText", "respurcesInfo.ctaLink", "respurcesInfo.ctaTarget"]}', '[]', '2024-11-27 12:16:49.108', '2024-11-27 12:16:49.108', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3602, 'plugin::content-manager.explorer.read', '{}', 'api::blog.blog', '{"fields": ["shortDesc", "date", "category", "richTextCopy", "title", "desktopImg", "mobileImg", "slug", "btnText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:53.921', '2024-07-02 12:02:53.921', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3603, 'plugin::content-manager.explorer.read', '{}', 'api::career.career', '{"fields": ["title", "desc", "ctaTarget", "ctaText", "ctaLink", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:54.441', '2024-07-02 12:02:54.441', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3604, 'plugin::content-manager.explorer.read', '{}', 'api::category.category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:54.939', '2024-07-02 12:02:54.939', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5138, 'plugin::content-manager.explorer.read', '{}', 'api::admission-page.admission-page', '{"fields": ["desc", "AdmissionEligibilityTitle", "undergraduate.title", "undergraduate.richTextCopy", "undergraduate.img", "undergraduate.link.title", "undergraduate.link.ctaLink", "undergraduate.link.ctaTarget", "howToApplyTitle", "howToApplyDesc", "registrationProcess.title", "registrationProcess.icon", "beginYourAcademicDesc", "applyNowBtn", "admissionPoliciesTitle", "viewAllPoliciesLink", "viewAllPoliciesBtnText", "admissionResourcesTitle", "admissionCards.basicInfo.desc", "admissionCards.basicInfo.icon", "admissionCards.basicInfo.title", "admissionCards.tags.title", "admissionCards.brochureLink", "admissionCards.readMoreLink", "admissionCards.readMoreText", "admissionCards.brochureText", "postgraduate.title", "postgraduate.richTextCopy", "postgraduate.img", "postgraduate.link.title", "postgraduate.link.ctaLink", "postgraduate.link.ctaTarget", "applyForScholarshipToggle", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowLink", "enquiriesTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "admissionPolicy.desc", "respurcesInfo.icon", "respurcesInfo.title", "respurcesInfo.ctaText", "respurcesInfo.ctaLink", "respurcesInfo.ctaTarget"]}', '[]', '2024-11-27 12:16:49.12', '2024-11-27 12:16:49.12', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5139, 'plugin::content-manager.explorer.update', '{}', 'api::admission-page.admission-page', '{"fields": ["desc", "AdmissionEligibilityTitle", "undergraduate.title", "undergraduate.richTextCopy", "undergraduate.img", "undergraduate.link.title", "undergraduate.link.ctaLink", "undergraduate.link.ctaTarget", "howToApplyTitle", "howToApplyDesc", "registrationProcess.title", "registrationProcess.icon", "beginYourAcademicDesc", "applyNowBtn", "admissionPoliciesTitle", "viewAllPoliciesLink", "viewAllPoliciesBtnText", "admissionResourcesTitle", "admissionCards.basicInfo.desc", "admissionCards.basicInfo.icon", "admissionCards.basicInfo.title", "admissionCards.tags.title", "admissionCards.brochureLink", "admissionCards.readMoreLink", "admissionCards.readMoreText", "admissionCards.brochureText", "postgraduate.title", "postgraduate.richTextCopy", "postgraduate.img", "postgraduate.link.title", "postgraduate.link.ctaLink", "postgraduate.link.ctaTarget", "applyForScholarshipToggle", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowLink", "enquiriesTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "admissionPolicy.desc", "respurcesInfo.icon", "respurcesInfo.title", "respurcesInfo.ctaText", "respurcesInfo.ctaLink", "respurcesInfo.ctaTarget"]}', '[]', '2024-11-27 12:16:49.129', '2024-11-27 12:16:49.129', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3704, 'plugin::content-manager.explorer.read', '{}', 'plugin::users-permissions.user', '{"fields": ["username", "email", "provider", "password", "resetPasswordToken", "confirmationToken", "confirmed", "blocked", "role"]}', '[]', '2024-07-10 11:45:14.811', '2024-07-10 11:45:14.811', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3705, 'plugin::content-manager.explorer.update', '{}', 'plugin::users-permissions.user', '{"fields": ["username", "email", "provider", "password", "resetPasswordToken", "confirmationToken", "confirmed", "blocked", "role"]}', '[]', '2024-07-10 11:45:14.819', '2024-07-10 11:45:14.819', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5140, 'plugin::content-manager.explorer.create', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "scholarshipTitle", "scholarshipDesc", "howToApplyTitle", "howToApplyDesc", "eligibilityTitle", "eligibilityDesc", "scholarshipTable.title", "scholarshipTable.richTextCopy", "internationalStudentRequirement.logo", "internationalStudentRequirement.title", "internationalStudentRequirement.richTextCopy", "faqTitle", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "admissionEnqTitle", "scholarshipListing.title", "scholarshipListing.desc", "scholarshipListing.ctaTarget", "scholarshipListing.ctaLink", "scholarshipListing.ctaText", "scholarshipListing.img", "faqs.title", "faqs.richTextCopy", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.138', '2024-11-27 12:16:49.138', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3706, 'plugin::content-manager.explorer.delete', '{}', 'plugin::users-permissions.user', '{}', '[]', '2024-07-10 11:45:14.828', '2024-07-10 11:45:14.828', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3707, 'plugin::content-manager.explorer.create', '{}', 'api::administration.administration', '{"fields": ["img", "title", "designation", "phone", "email", "administration_category", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.837', '2024-07-10 11:45:14.837', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3537, 'plugin::content-manager.explorer.delete', '{}', 'api::program-page.program-page', '{}', '[]', '2024-06-12 18:39:33.429', '2024-06-12 18:39:33.429', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3538, 'plugin::content-manager.explorer.publish', '{}', 'api::program-page.program-page', '{}', '[]', '2024-06-12 18:39:35.209', '2024-06-12 18:39:35.209', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3708, 'plugin::content-manager.explorer.read', '{}', 'api::administration.administration', '{"fields": ["img", "title", "designation", "phone", "email", "administration_category", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.846', '2024-07-10 11:45:14.846', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3709, 'plugin::content-manager.explorer.update', '{}', 'api::administration.administration', '{"fields": ["img", "title", "designation", "phone", "email", "administration_category", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.855', '2024-07-10 11:45:14.855', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3710, 'plugin::content-manager.explorer.delete', '{}', 'api::administration.administration', '{}', '[]', '2024-07-10 11:45:14.862', '2024-07-10 11:45:14.862', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3711, 'plugin::content-manager.explorer.publish', '{}', 'api::administration.administration', '{}', '[]', '2024-07-10 11:45:14.871', '2024-07-10 11:45:14.871', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3712, 'plugin::content-manager.explorer.create', '{}', 'api::administration-category.administration-category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.879', '2024-07-10 11:45:14.879', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5141, 'plugin::content-manager.explorer.read', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "scholarshipTitle", "scholarshipDesc", "howToApplyTitle", "howToApplyDesc", "eligibilityTitle", "eligibilityDesc", "scholarshipTable.title", "scholarshipTable.richTextCopy", "internationalStudentRequirement.logo", "internationalStudentRequirement.title", "internationalStudentRequirement.richTextCopy", "faqTitle", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "admissionEnqTitle", "scholarshipListing.title", "scholarshipListing.desc", "scholarshipListing.ctaTarget", "scholarshipListing.ctaLink", "scholarshipListing.ctaText", "scholarshipListing.img", "faqs.title", "faqs.richTextCopy", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.147', '2024-11-27 12:16:49.147', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5142, 'plugin::content-manager.explorer.update', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "scholarshipTitle", "scholarshipDesc", "howToApplyTitle", "howToApplyDesc", "eligibilityTitle", "eligibilityDesc", "scholarshipTable.title", "scholarshipTable.richTextCopy", "internationalStudentRequirement.logo", "internationalStudentRequirement.title", "internationalStudentRequirement.richTextCopy", "faqTitle", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "admissionEnqTitle", "scholarshipListing.title", "scholarshipListing.desc", "scholarshipListing.ctaTarget", "scholarshipListing.ctaLink", "scholarshipListing.ctaText", "scholarshipListing.img", "faqs.title", "faqs.richTextCopy", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.157', '2024-11-27 12:16:49.157', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5143, 'plugin::content-manager.explorer.create', '{}', 'api::campus-life.campus-life', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentLifeTitle", "desc", "whyDubaiToggle", "academicExcellence.title", "academicExcellence.richTextCopy", "academicExcellence.img", "academicExcellence.link.title", "academicExcellence.link.ctaLink", "academicExcellence.link.ctaTarget", "sustainabilityMaheDubaiSection.title", "sustainabilityMaheDubaiSection.desc", "sustainabilityMaheDubaiSection.img", "sustainabilityMaheDubaiSection.ctaText", "sustainabilityMaheDubaiSection.ctaLink", "sustainabilityMaheDubaiSection.ctaTarget", "cards.title", "cards.richTextCopy", "cards.img", "cards.link.title", "cards.link.ctaLink", "cards.link.ctaTarget", "studentExperience.title", "studentExperience.richTextCopy", "studentExperience.img", "studentExperience.ctaText", "studentExperience.ctaLink", "studentExperience.ctaTarget", "studentExperience.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-27 12:16:49.167', '2024-11-27 12:16:49.167', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4518, 'plugin::content-manager.explorer.delete', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{}', '[]', '2024-07-26 17:00:51.401', '2024-07-26 17:00:51.401', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4519, 'plugin::content-manager.explorer.publish', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{}', '[]', '2024-07-26 17:00:51.409', '2024-07-26 17:00:51.409', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3870, 'plugin::content-manager.explorer.delete', '{}', 'api::events-page.events-page', '{}', '[]', '2024-07-10 11:45:16.007', '2024-07-10 11:45:16.007', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4250, 'plugin::content-manager.explorer.update', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "richTextCopy", "worldWideTitle", "shortDesc", "img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:14.816', '2024-07-10 20:27:14.816', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4674, 'plugin::content-manager.explorer.read', '{}', 'api::student-policy-page.student-policy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentPolicies.title", "studentPolicies.ctaLink", "studentPolicies.ctaText", "studentPolicies.ctaTarget", "studentPolicies.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.408', '2024-07-31 12:50:37.408', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4675, 'plugin::content-manager.explorer.update', '{}', 'api::student-policy-page.student-policy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentPolicies.title", "studentPolicies.ctaLink", "studentPolicies.ctaText", "studentPolicies.ctaTarget", "studentPolicies.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.414', '2024-07-31 12:50:37.414', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4251, 'plugin::content-manager.explorer.update', '{}', 'api::news-detail-page.news-detail-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:15.304', '2024-07-10 20:27:15.304', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4252, 'plugin::content-manager.explorer.update', '{}', 'api::news-main.news-main', '{"fields": ["spotlightTitle", "spotlightDesc", "moreNewsTitle", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:16.08', '2024-07-10 20:27:16.08', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4253, 'plugin::content-manager.explorer.update', '{}', 'api::open-day.open-day', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "subTitle", "table.date", "table.location", "table.time", "table.status", "pointsSec.title", "pointsSec.title2", "pointsSec.points.title", "videoUrl", "formTitle", "formDescription", "videoThumbnail", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:16.56', '2024-07-10 20:27:16.56', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3393, 'plugin::content-manager.explorer.delete', '{}', 'api::events-page.events-page', '{}', '[]', '2024-05-31 16:48:18.194', '2024-05-31 16:48:18.194', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3394, 'plugin::content-manager.explorer.publish', '{}', 'api::events-page.events-page', '{}', '[]', '2024-05-31 16:48:19.836', '2024-05-31 16:48:19.836', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4703, 'plugin::content-manager.explorer.create', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "benefitTitle", "benefits.title", "benefits.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:00.937', '2024-07-31 13:00:00.937', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4255, 'plugin::content-manager.explorer.update', '{}', 'api::our-faculty.our-faculty', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:17.526', '2024-07-10 20:27:17.526', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4704, 'plugin::content-manager.explorer.read', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "benefitTitle", "benefits.title", "benefits.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:00.944', '2024-07-31 13:00:00.944', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3713, 'plugin::content-manager.explorer.read', '{}', 'api::administration-category.administration-category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.887', '2024-07-10 11:45:14.887', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3714, 'plugin::content-manager.explorer.update', '{}', 'api::administration-category.administration-category', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.897', '2024-07-10 11:45:14.897', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3715, 'plugin::content-manager.explorer.delete', '{}', 'api::administration-category.administration-category', '{}', '[]', '2024-07-10 11:45:14.904', '2024-07-10 11:45:14.904', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3716, 'plugin::content-manager.explorer.publish', '{}', 'api::administration-category.administration-category', '{}', '[]', '2024-07-10 11:45:14.91', '2024-07-10 11:45:14.91', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3717, 'plugin::content-manager.explorer.create', '{}', 'api::apply-form.apply-form', '{"fields": ["firstName", "lastName", "email", "phone", "country", "programOfInterest", "nationality", "IntakeOfInterest", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.916', '2024-07-10 11:45:14.916', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3718, 'plugin::content-manager.explorer.read', '{}', 'api::apply-form.apply-form', '{"fields": ["firstName", "lastName", "email", "phone", "country", "programOfInterest", "nationality", "IntakeOfInterest", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.928', '2024-07-10 11:45:14.928', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3719, 'plugin::content-manager.explorer.update', '{}', 'api::apply-form.apply-form', '{"fields": ["firstName", "lastName", "email", "phone", "country", "programOfInterest", "nationality", "IntakeOfInterest", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:14.935', '2024-07-10 11:45:14.935', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3720, 'plugin::content-manager.explorer.delete', '{}', 'api::apply-form.apply-form', '{}', '[]', '2024-07-10 11:45:14.942', '2024-07-10 11:45:14.942', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3721, 'plugin::content-manager.explorer.publish', '{}', 'api::apply-form.apply-form', '{}', '[]', '2024-07-10 11:45:14.951', '2024-07-10 11:45:14.951', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3871, 'plugin::content-manager.explorer.publish', '{}', 'api::events-page.events-page', '{}', '[]', '2024-07-10 11:45:16.013', '2024-07-10 11:45:16.013', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4256, 'plugin::content-manager.explorer.update', '{}', 'api::policy.policy', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "richTextCopy", "admissionEnqTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:18.008', '2024-07-10 20:27:18.008', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4257, 'plugin::content-manager.explorer.update', '{}', 'api::privacy-policy.privacy-policy', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:18.489', '2024-07-10 20:27:18.489', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5144, 'plugin::content-manager.explorer.read', '{}', 'api::campus-life.campus-life', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentLifeTitle", "desc", "whyDubaiToggle", "academicExcellence.title", "academicExcellence.richTextCopy", "academicExcellence.img", "academicExcellence.link.title", "academicExcellence.link.ctaLink", "academicExcellence.link.ctaTarget", "sustainabilityMaheDubaiSection.title", "sustainabilityMaheDubaiSection.desc", "sustainabilityMaheDubaiSection.img", "sustainabilityMaheDubaiSection.ctaText", "sustainabilityMaheDubaiSection.ctaLink", "sustainabilityMaheDubaiSection.ctaTarget", "cards.title", "cards.richTextCopy", "cards.img", "cards.link.title", "cards.link.ctaLink", "cards.link.ctaTarget", "studentExperience.title", "studentExperience.richTextCopy", "studentExperience.img", "studentExperience.ctaText", "studentExperience.ctaLink", "studentExperience.ctaTarget", "studentExperience.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-27 12:16:49.176', '2024-11-27 12:16:49.176', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4705, 'plugin::content-manager.explorer.update', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "benefitTitle", "benefits.title", "benefits.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:00.951', '2024-07-31 13:00:00.951', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5145, 'plugin::content-manager.explorer.update', '{}', 'api::campus-life.campus-life', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentLifeTitle", "desc", "whyDubaiToggle", "academicExcellence.title", "academicExcellence.richTextCopy", "academicExcellence.img", "academicExcellence.link.title", "academicExcellence.link.ctaLink", "academicExcellence.link.ctaTarget", "sustainabilityMaheDubaiSection.title", "sustainabilityMaheDubaiSection.desc", "sustainabilityMaheDubaiSection.img", "sustainabilityMaheDubaiSection.ctaText", "sustainabilityMaheDubaiSection.ctaLink", "sustainabilityMaheDubaiSection.ctaTarget", "cards.title", "cards.richTextCopy", "cards.img", "cards.link.title", "cards.link.ctaLink", "cards.link.ctaTarget", "studentExperience.title", "studentExperience.richTextCopy", "studentExperience.img", "studentExperience.ctaText", "studentExperience.ctaLink", "studentExperience.ctaTarget", "studentExperience.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-27 12:16:49.184', '2024-11-27 12:16:49.184', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5146, 'plugin::content-manager.explorer.create', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programs.title", "programs.desc", "programs.richTextCopy", "ApplicationRegTitle", "applicationRegFeeTable.program", "applicationRegFeeTable.applicationFee", "applicationRegFeeTable.richTextCopy", "notes.title", "notes.desc", "virtualTourToggle", "openDayToggle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "applyForScholarshipToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.193', '2024-11-27 12:16:49.193', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5147, 'plugin::content-manager.explorer.read', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programs.title", "programs.desc", "programs.richTextCopy", "ApplicationRegTitle", "applicationRegFeeTable.program", "applicationRegFeeTable.applicationFee", "applicationRegFeeTable.richTextCopy", "notes.title", "notes.desc", "virtualTourToggle", "openDayToggle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "applyForScholarshipToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.202', '2024-11-27 12:16:49.202', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3890, 'plugin::content-manager.explorer.delete', '{}', 'api::header-component.header-component', '{}', '[]', '2024-07-10 11:45:16.141', '2024-07-10 11:45:16.141', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3891, 'plugin::content-manager.explorer.publish', '{}', 'api::header-component.header-component', '{}', '[]', '2024-07-10 11:45:16.147', '2024-07-10 11:45:16.147', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3895, 'plugin::content-manager.explorer.delete', '{}', 'api::history.history', '{}', '[]', '2024-07-10 11:45:16.178', '2024-07-10 11:45:16.178', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3896, 'plugin::content-manager.explorer.publish', '{}', 'api::history.history', '{}', '[]', '2024-07-10 11:45:16.185', '2024-07-10 11:45:16.185', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5148, 'plugin::content-manager.explorer.update', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programs.title", "programs.desc", "programs.richTextCopy", "ApplicationRegTitle", "applicationRegFeeTable.program", "applicationRegFeeTable.applicationFee", "applicationRegFeeTable.richTextCopy", "notes.title", "notes.desc", "virtualTourToggle", "openDayToggle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "applyForScholarshipToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.211', '2024-11-27 12:16:49.211', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4260, 'plugin::content-manager.explorer.update', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accreditationSec.leftTitle", "accreditationSec.rightTitle", "accreditationSec.img", "accreditationSec.leftRichTextCopy", "accreditationSec.rightRichTextCopy", "higherEducationSec.title", "higherEducationSec.slider.logo", "higherEducationSec.slider.title", "higherEducationSec.slider.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:19.946', '2024-07-10 20:27:19.946', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4261, 'plugin::content-manager.explorer.update', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overViewSection.title", "overViewSection.richTextCopy", "overViewSection.img", "overViewSection.ctaLink", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:20.432', '2024-07-10 20:27:20.432', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4262, 'plugin::content-manager.explorer.update', '{}', 'api::research-awards-page.research-awards-page', '{"fields": ["awardSection.title", "awardSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:20.917', '2024-07-10 20:27:20.917', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5149, 'plugin::content-manager.explorer.create', '{}', 'api::header-component.header-component', '{"fields": ["logo", "mainMenu.title", "mainMenu.ctaLink", "mainMenu.highlight", "mainMenu.ctaTarget", "mainMenu.SubMenu.title", "mainMenu.SubMenu.ctaLink", "mainMenu.SubMenu.ctaTarget", "mainMenu.SubMenu.highlight", "topMenu.title", "topMenu.ctaLink", "topMenu.highlight", "topMenu.ctaTarget", "topMenu.SubMenu.title", "topMenu.SubMenu.ctaLink", "topMenu.SubMenu.ctaTarget", "topMenu.SubMenu.highlight", "enquireNowText", "enquireNowLink", "enquireNowTarget", "ApplyNowLink", "ApplyNowText", "ApplyNowTarget", "floatingComponent.title", "floatingComponent.link", "floatingComponent.img", "FooterMenu.title", "FooterMenu.ctaLink", "FooterMenu.highlight", "FooterMenu.ctaTarget", "FooterMenu.SubMenu.title", "FooterMenu.SubMenu.ctaLink", "FooterMenu.SubMenu.ctaTarget", "FooterMenu.SubMenu.highlight", "bottomNote", "socialLinksData.icon", "socialLinksData.title", "socialLinksData.ctaText", "socialLinksData.ctaLink", "socialLinksData.ctaTarget", "bottomMenu.title", "bottomMenu.ctaLink", "bottomMenu.ctaTarget", "bottomMenu.highlight", "leaderShipPageBanner.desktopImg", "leaderShipPageBanner.mobileImg", "leaderShipPageBanner.title", "programPageApplyForScholarshipSection.title", "programPageApplyForScholarshipSection.richTextCopy", "programPageApplyForScholarshipSection.img", "programPageApplyForScholarshipSection.ctaText", "programPageApplyForScholarshipSection.ctaLink", "programPageApplyForScholarshipSection.ctaTarget", "programPageApplyForScholarshipSection.desc", "programPageWhyDubaiHeading", "programPageVirtualTourSection.title", "programPageVirtualTourSection.richTextCopy", "programPageVirtualTourSection.img", "programPageVirtualTourSection.ctaText", "programPageVirtualTourSection.ctaLink", "programPageVirtualTourSection.ctaTarget", "programPageVirtualTourSection.desc", "whyMaheDubaiCards.title", "whyMaheDubaiCards.desc", "whyMaheDubaiCards.ctaLink", "whyMaheDubaiCards.ctaText", "whyMaheDubaiCards.ctaTarget", "whyMaheDubaiCards.img", "contactUs.title", "contactUs.desc", "contactUs.sendMessage.title", "contactUs.sendMessage.img", "contactUs.sendMessage.ctaTarget", "contactUs.sendMessage.ctaLink", "contactUs.sendMessage.ctaText", "contactUs.phoneSection.title", "contactUs.phoneSection.img", "contactUs.phoneSection.ctaTarget", "contactUs.phoneSection.ctaLink", "contactUs.phoneSection.ctaText", "contactUs.mainImg", "event.title", "event.desc", "event.btnText", "event.ctaLink", "event.ctaTarget", "blog.title", "blog.desc", "blog.btnText", "blog.ctaLink", "blog.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "schoolSidePanel.key", "schoolSidePanel.value", "becomePartOfMaheDubaiSection.tag", "becomePartOfMaheDubaiSection.title", "becomePartOfMaheDubaiSection.subTitle", "becomePartOfMaheDubaiSection.desc", "becomePartOfMaheDubaiSection.ctaTarget", "becomePartOfMaheDubaiSection.ctaLink", "becomePartOfMaheDubaiSection.ctaText", "becomePartOfMaheDubaiSection.ctaLink2", "becomePartOfMaheDubaiSection.ctaText2", "virtualTourCampusLife.tag", "virtualTourCampusLife.title", "virtualTourCampusLife.subTitle", "virtualTourCampusLife.desc", "virtualTourCampusLife.ctaTarget", "virtualTourCampusLife.ctaLink", "virtualTourCampusLife.ctaText", "virtualTourCampusLife.ctaLink2", "virtualTourCampusLife.ctaText2", "whyDubai.title", "whyDubai.desc", "whyDubai.img", "whyDubai.ctaText", "whyDubai.ctaLink", "whyDubai.ctaTarget", "applyForScholarship.title", "applyForScholarship.richTextCopy", "applyForScholarship.img", "applyForScholarship.ctaText", "applyForScholarship.ctaLink", "applyForScho
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4264, 'plugin::content-manager.explorer.update', '{}', 'api::research-committe-list.research-committe-list', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "academicQualificationTitle", "experienceTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:21.889', '2024-07-10 20:27:21.889', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5150, 'plugin::content-manager.explorer.read', '{}', 'api::header-component.header-component', '{"fields": ["logo", "mainMenu.title", "mainMenu.ctaLink", "mainMenu.highlight", "mainMenu.ctaTarget", "mainMenu.SubMenu.title", "mainMenu.SubMenu.ctaLink", "mainMenu.SubMenu.ctaTarget", "mainMenu.SubMenu.highlight", "topMenu.title", "topMenu.ctaLink", "topMenu.highlight", "topMenu.ctaTarget", "topMenu.SubMenu.title", "topMenu.SubMenu.ctaLink", "topMenu.SubMenu.ctaTarget", "topMenu.SubMenu.highlight", "enquireNowText", "enquireNowLink", "enquireNowTarget", "ApplyNowLink", "ApplyNowText", "ApplyNowTarget", "floatingComponent.title", "floatingComponent.link", "floatingComponent.img", "FooterMenu.title", "FooterMenu.ctaLink", "FooterMenu.highlight", "FooterMenu.ctaTarget", "FooterMenu.SubMenu.title", "FooterMenu.SubMenu.ctaLink", "FooterMenu.SubMenu.ctaTarget", "FooterMenu.SubMenu.highlight", "bottomNote", "socialLinksData.icon", "socialLinksData.title", "socialLinksData.ctaText", "socialLinksData.ctaLink", "socialLinksData.ctaTarget", "bottomMenu.title", "bottomMenu.ctaLink", "bottomMenu.ctaTarget", "bottomMenu.highlight", "leaderShipPageBanner.desktopImg", "leaderShipPageBanner.mobileImg", "leaderShipPageBanner.title", "programPageApplyForScholarshipSection.title", "programPageApplyForScholarshipSection.richTextCopy", "programPageApplyForScholarshipSection.img", "programPageApplyForScholarshipSection.ctaText", "programPageApplyForScholarshipSection.ctaLink", "programPageApplyForScholarshipSection.ctaTarget", "programPageApplyForScholarshipSection.desc", "programPageWhyDubaiHeading", "programPageVirtualTourSection.title", "programPageVirtualTourSection.richTextCopy", "programPageVirtualTourSection.img", "programPageVirtualTourSection.ctaText", "programPageVirtualTourSection.ctaLink", "programPageVirtualTourSection.ctaTarget", "programPageVirtualTourSection.desc", "whyMaheDubaiCards.title", "whyMaheDubaiCards.desc", "whyMaheDubaiCards.ctaLink", "whyMaheDubaiCards.ctaText", "whyMaheDubaiCards.ctaTarget", "whyMaheDubaiCards.img", "contactUs.title", "contactUs.desc", "contactUs.sendMessage.title", "contactUs.sendMessage.img", "contactUs.sendMessage.ctaTarget", "contactUs.sendMessage.ctaLink", "contactUs.sendMessage.ctaText", "contactUs.phoneSection.title", "contactUs.phoneSection.img", "contactUs.phoneSection.ctaTarget", "contactUs.phoneSection.ctaLink", "contactUs.phoneSection.ctaText", "contactUs.mainImg", "event.title", "event.desc", "event.btnText", "event.ctaLink", "event.ctaTarget", "blog.title", "blog.desc", "blog.btnText", "blog.ctaLink", "blog.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "schoolSidePanel.key", "schoolSidePanel.value", "becomePartOfMaheDubaiSection.tag", "becomePartOfMaheDubaiSection.title", "becomePartOfMaheDubaiSection.subTitle", "becomePartOfMaheDubaiSection.desc", "becomePartOfMaheDubaiSection.ctaTarget", "becomePartOfMaheDubaiSection.ctaLink", "becomePartOfMaheDubaiSection.ctaText", "becomePartOfMaheDubaiSection.ctaLink2", "becomePartOfMaheDubaiSection.ctaText2", "virtualTourCampusLife.tag", "virtualTourCampusLife.title", "virtualTourCampusLife.subTitle", "virtualTourCampusLife.desc", "virtualTourCampusLife.ctaTarget", "virtualTourCampusLife.ctaLink", "virtualTourCampusLife.ctaText", "virtualTourCampusLife.ctaLink2", "virtualTourCampusLife.ctaText2", "whyDubai.title", "whyDubai.desc", "whyDubai.img", "whyDubai.ctaText", "whyDubai.ctaLink", "whyDubai.ctaTarget", "applyForScholarship.title", "applyForScholarship.richTextCopy", "applyForScholarship.img", "applyForScholarship.ctaText", "applyForScholarship.ctaLink", "applyForSchola
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5151, 'plugin::content-manager.explorer.update', '{}', 'api::header-component.header-component', '{"fields": ["logo", "mainMenu.title", "mainMenu.ctaLink", "mainMenu.highlight", "mainMenu.ctaTarget", "mainMenu.SubMenu.title", "mainMenu.SubMenu.ctaLink", "mainMenu.SubMenu.ctaTarget", "mainMenu.SubMenu.highlight", "topMenu.title", "topMenu.ctaLink", "topMenu.highlight", "topMenu.ctaTarget", "topMenu.SubMenu.title", "topMenu.SubMenu.ctaLink", "topMenu.SubMenu.ctaTarget", "topMenu.SubMenu.highlight", "enquireNowText", "enquireNowLink", "enquireNowTarget", "ApplyNowLink", "ApplyNowText", "ApplyNowTarget", "floatingComponent.title", "floatingComponent.link", "floatingComponent.img", "FooterMenu.title", "FooterMenu.ctaLink", "FooterMenu.highlight", "FooterMenu.ctaTarget", "FooterMenu.SubMenu.title", "FooterMenu.SubMenu.ctaLink", "FooterMenu.SubMenu.ctaTarget", "FooterMenu.SubMenu.highlight", "bottomNote", "socialLinksData.icon", "socialLinksData.title", "socialLinksData.ctaText", "socialLinksData.ctaLink", "socialLinksData.ctaTarget", "bottomMenu.title", "bottomMenu.ctaLink", "bottomMenu.ctaTarget", "bottomMenu.highlight", "leaderShipPageBanner.desktopImg", "leaderShipPageBanner.mobileImg", "leaderShipPageBanner.title", "programPageApplyForScholarshipSection.title", "programPageApplyForScholarshipSection.richTextCopy", "programPageApplyForScholarshipSection.img", "programPageApplyForScholarshipSection.ctaText", "programPageApplyForScholarshipSection.ctaLink", "programPageApplyForScholarshipSection.ctaTarget", "programPageApplyForScholarshipSection.desc", "programPageWhyDubaiHeading", "programPageVirtualTourSection.title", "programPageVirtualTourSection.richTextCopy", "programPageVirtualTourSection.img", "programPageVirtualTourSection.ctaText", "programPageVirtualTourSection.ctaLink", "programPageVirtualTourSection.ctaTarget", "programPageVirtualTourSection.desc", "whyMaheDubaiCards.title", "whyMaheDubaiCards.desc", "whyMaheDubaiCards.ctaLink", "whyMaheDubaiCards.ctaText", "whyMaheDubaiCards.ctaTarget", "whyMaheDubaiCards.img", "contactUs.title", "contactUs.desc", "contactUs.sendMessage.title", "contactUs.sendMessage.img", "contactUs.sendMessage.ctaTarget", "contactUs.sendMessage.ctaLink", "contactUs.sendMessage.ctaText", "contactUs.phoneSection.title", "contactUs.phoneSection.img", "contactUs.phoneSection.ctaTarget", "contactUs.phoneSection.ctaLink", "contactUs.phoneSection.ctaText", "contactUs.mainImg", "event.title", "event.desc", "event.btnText", "event.ctaLink", "event.ctaTarget", "blog.title", "blog.desc", "blog.btnText", "blog.ctaLink", "blog.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "schoolSidePanel.key", "schoolSidePanel.value", "becomePartOfMaheDubaiSection.tag", "becomePartOfMaheDubaiSection.title", "becomePartOfMaheDubaiSection.subTitle", "becomePartOfMaheDubaiSection.desc", "becomePartOfMaheDubaiSection.ctaTarget", "becomePartOfMaheDubaiSection.ctaLink", "becomePartOfMaheDubaiSection.ctaText", "becomePartOfMaheDubaiSection.ctaLink2", "becomePartOfMaheDubaiSection.ctaText2", "virtualTourCampusLife.tag", "virtualTourCampusLife.title", "virtualTourCampusLife.subTitle", "virtualTourCampusLife.desc", "virtualTourCampusLife.ctaTarget", "virtualTourCampusLife.ctaLink", "virtualTourCampusLife.ctaText", "virtualTourCampusLife.ctaLink2", "virtualTourCampusLife.ctaText2", "whyDubai.title", "whyDubai.desc", "whyDubai.img", "whyDubai.ctaText", "whyDubai.ctaLink", "whyDubai.ctaTarget", "applyForScholarship.title", "applyForScholarship.richTextCopy", "applyForScholarship.img", "applyForScholarship.ctaText", "applyForScholarship.ctaLink", "applyForScho
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3608, 'plugin::content-manager.explorer.read', '{}', 'api::faculty-type.faculty-type', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:56.999', '2024-07-02 12:02:56.999', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3609, 'plugin::content-manager.explorer.read', '{}', 'api::leadership.leadership', '{"fields": ["title", "designation", "intro", "img", "richTextCopy", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:02:57.506', '2024-07-02 12:02:57.506', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4267, 'plugin::content-manager.explorer.update', '{}', 'api::research-publication-page.research-publication-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "desc", "filesArray.icon", "filesArray.title", "filesArray.ctaText", "filesArray.ctaLink", "filesArray.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:23.353', '2024-07-10 20:27:23.353', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4268, 'plugin::content-manager.explorer.update', '{}', 'api::research-strategy-page.research-strategy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "strategySec.title", "strategySec.desc", "coreValTitle", "valuesData.title", "valuesData.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:23.842', '2024-07-10 20:27:23.842', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4269, 'plugin::content-manager.explorer.update', '{}', 'api::student-policy-page.student-policy-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentPolicies.title", "studentPolicies.ctaLink", "studentPolicies.ctaText", "studentPolicies.ctaTarget", "studentPolicies.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:24.323', '2024-07-10 20:27:24.323', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4676, 'plugin::content-manager.explorer.create', '{}', 'api::student-service.student-service', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentServiceSection.title", "studentServiceSection.richTextCopy", "studentServiceSection.img", "studentServiceSection.link.title", "studentServiceSection.link.ctaLink", "studentServiceSection.link.ctaTarget", "studentServiceFirstImg", "dedicatedTitle", "support.title", "support.richTextCopy", "support.img", "support.link.title", "support.link.ctaLink", "support.link.ctaTarget", "twoColumnSection.title", "twoColumnSection.richTextCopy", "twoColumnSection.img", "twoColumnSection.link.title", "twoColumnSection.link.ctaLink", "twoColumnSection.link.ctaTarget", "healthAndSafetySection.img1", "healthAndSafetySection.img2", "healthAndSafetySection.img3", "healthAndSafetySection.title", "healthAndSafetySection.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.42', '2024-07-31 12:50:37.42', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3633, 'plugin::content-manager.explorer.update', '{}', 'api::success-story.success-story', '{"fields": ["name", "designation", "title", "shortDescription", "richTextCopy", "img", "desktopBanner", "mobileBanner", "bannerTitle", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:09.704', '2024-07-02 12:03:09.704', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3634, 'plugin::content-manager.explorer.update', '{}', 'api::university.university', '{"fields": ["title", "img", "slug", "desktopImg", "mobileImg", "richTextCopy", "shortDesc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-02 12:03:10.198', '2024-07-02 12:03:10.198', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4677, 'plugin::content-manager.explorer.read', '{}', 'api::student-service.student-service', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentServiceSection.title", "studentServiceSection.richTextCopy", "studentServiceSection.img", "studentServiceSection.link.title", "studentServiceSection.link.ctaLink", "studentServiceSection.link.ctaTarget", "studentServiceFirstImg", "dedicatedTitle", "support.title", "support.richTextCopy", "support.img", "support.link.title", "support.link.ctaLink", "support.link.ctaTarget", "twoColumnSection.title", "twoColumnSection.richTextCopy", "twoColumnSection.img", "twoColumnSection.link.title", "twoColumnSection.link.ctaLink", "twoColumnSection.link.ctaTarget", "healthAndSafetySection.img1", "healthAndSafetySection.img2", "healthAndSafetySection.img3", "healthAndSafetySection.title", "healthAndSafetySection.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.435', '2024-07-31 12:50:37.435', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4272, 'plugin::content-manager.explorer.update', '{}', 'api::terms-and-condition.terms-and-condition', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:25.781', '2024-07-10 20:27:25.781', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4709, 'plugin::content-manager.explorer.create', '{}', 'api::facilities-page.facilities-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "section1.richTextCopy", "section1.img", "services.title", "services.richTextCopy", "services.img", "services.link.title", "services.link.ctaLink", "services.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.766', '2024-07-31 13:00:19.766', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4710, 'plugin::content-manager.explorer.read', '{}', 'api::facilities-page.facilities-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "section1.richTextCopy", "section1.img", "services.title", "services.richTextCopy", "services.img", "services.link.title", "services.link.ctaLink", "services.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.778', '2024-07-31 13:00:19.778', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4711, 'plugin::content-manager.explorer.update', '{}', 'api::facilities-page.facilities-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "section1.richTextCopy", "section1.img", "services.title", "services.richTextCopy", "services.img", "services.link.title", "services.link.ctaLink", "services.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.789', '2024-07-31 13:00:19.789', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4712, 'plugin::content-manager.explorer.create', '{}', 'api::how-to-apply-page.how-to-apply-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "readMorebtnText", "offerAdmission.title", "offerAdmission.richTextCopy", "importantNote", "moreDetailText", "documentRequiredProgram.title", "documentRequiredProgram.richTextCopy", "documentRequiredProgram.note", "personImg", "downloadOnlineTitle", "downloadDesc", "addressHeading", "applicationProcedure.title", "applicationProcedure.richTextCopy", "applicationProcedure.img", "applicationProcedure.link.title", "applicationProcedure.link.ctaLink", "applicationProcedure.link.ctaTarget", "downloadbtn.title", "downloadbtn.ctaLink", "downloadbtn.ctaTarget", "applyBtn.title", "applyBtn.ctaLink", "applyBtn.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.798', '2024-07-31 13:00:19.798', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4713, 'plugin::content-manager.explorer.read', '{}', 'api::how-to-apply-page.how-to-apply-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "readMorebtnText", "offerAdmission.title", "offerAdmission.richTextCopy", "importantNote", "moreDetailText", "documentRequiredProgram.title", "documentRequiredProgram.richTextCopy", "documentRequiredProgram.note", "personImg", "downloadOnlineTitle", "downloadDesc", "addressHeading", "applicationProcedure.title", "applicationProcedure.richTextCopy", "applicationProcedure.img", "applicationProcedure.link.title", "applicationProcedure.link.ctaLink", "applicationProcedure.link.ctaTarget", "downloadbtn.title", "downloadbtn.ctaLink", "downloadbtn.ctaTarget", "applyBtn.title", "applyBtn.ctaLink", "applyBtn.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.805', '2024-07-31 13:00:19.805', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3780, 'plugin::content-manager.explorer.delete', '{}', 'api::program.program', '{}', '[]', '2024-07-10 11:45:15.357', '2024-07-10 11:45:15.357', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3781, 'plugin::content-manager.explorer.publish', '{}', 'api::program.program', '{}', '[]', '2024-07-10 11:45:15.363', '2024-07-10 11:45:15.363', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3782, 'plugin::content-manager.explorer.create', '{}', 'api::research-committe.research-committe', '{"fields": ["academicQualification.degree", "academicQualification.specialisation", "academicQualification.institute", "academicQualification.year", "name", "designation", "phone", "email", "qualificationExp.institution", "qualificationExp.designation", "qualificationExp.role", "qualificationExp.tenure", "richTextCopy", "richTextCopy1", "img", "phone2", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "research_committee_type"]}', '[]', '2024-07-10 11:45:15.371', '2024-07-10 11:45:15.371', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3783, 'plugin::content-manager.explorer.read', '{}', 'api::research-committe.research-committe', '{"fields": ["academicQualification.degree", "academicQualification.specialisation", "academicQualification.institute", "academicQualification.year", "name", "designation", "phone", "email", "qualificationExp.institution", "qualificationExp.designation", "qualificationExp.role", "qualificationExp.tenure", "richTextCopy", "richTextCopy1", "img", "phone2", "slug", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "research_committee_type"]}', '[]', '2024-07-10 11:45:15.38', '2024-07-10 11:45:15.38', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3976, 'plugin::content-manager.explorer.publish', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{}', '[]', '2024-07-10 11:45:16.727', '2024-07-10 11:45:16.727', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4714, 'plugin::content-manager.explorer.update', '{}', 'api::how-to-apply-page.how-to-apply-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "readMorebtnText", "offerAdmission.title", "offerAdmission.richTextCopy", "importantNote", "moreDetailText", "documentRequiredProgram.title", "documentRequiredProgram.richTextCopy", "documentRequiredProgram.note", "personImg", "downloadOnlineTitle", "downloadDesc", "addressHeading", "applicationProcedure.title", "applicationProcedure.richTextCopy", "applicationProcedure.img", "applicationProcedure.link.title", "applicationProcedure.link.ctaLink", "applicationProcedure.link.ctaTarget", "downloadbtn.title", "downloadbtn.ctaLink", "downloadbtn.ctaTarget", "applyBtn.title", "applyBtn.ctaLink", "applyBtn.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.814', '2024-07-31 13:00:19.814', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3803, 'plugin::content-manager.explorer.read', '{}', 'api::university.university', '{"fields": ["title", "img", "slug", "desktopImg", "mobileImg", "richTextCopy", "shortDesc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.534', '2024-07-10 11:45:15.534', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3804, 'plugin::content-manager.explorer.update', '{}', 'api::university.university', '{"fields": ["title", "img", "slug", "desktopImg", "mobileImg", "richTextCopy", "shortDesc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 11:45:15.542', '2024-07-10 11:45:15.542', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3805, 'plugin::content-manager.explorer.delete', '{}', 'api::university.university', '{}', '[]', '2024-07-10 11:45:15.548', '2024-07-10 11:45:15.548', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3806, 'plugin::content-manager.explorer.publish', '{}', 'api::university.university', '{}', '[]', '2024-07-10 11:45:15.556', '2024-07-10 11:45:15.556', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3810, 'plugin::content-manager.explorer.delete', '{}', 'api::about-us-page.about-us-page', '{}', '[]', '2024-07-10 11:45:15.581', '2024-07-10 11:45:15.581', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3811, 'plugin::content-manager.explorer.publish', '{}', 'api::about-us-page.about-us-page', '{}', '[]', '2024-07-10 11:45:15.587', '2024-07-10 11:45:15.587', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3815, 'plugin::content-manager.explorer.delete', '{}', 'api::administration-page.administration-page', '{}', '[]', '2024-07-10 11:45:15.612', '2024-07-10 11:45:15.612', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3816, 'plugin::content-manager.explorer.publish', '{}', 'api::administration-page.administration-page', '{}', '[]', '2024-07-10 11:45:15.62', '2024-07-10 11:45:15.62', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3835, 'plugin::content-manager.explorer.delete', '{}', 'api::awards-and-achievement.awards-and-achievement', '{}', '[]', '2024-07-10 11:45:15.764', '2024-07-10 11:45:15.764', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3820, 'plugin::content-manager.explorer.delete', '{}', 'api::admission-page.admission-page', '{}', '[]', '2024-07-10 11:45:15.658', '2024-07-10 11:45:15.658', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3821, 'plugin::content-manager.explorer.publish', '{}', 'api::admission-page.admission-page', '{}', '[]', '2024-07-10 11:45:15.665', '2024-07-10 11:45:15.665', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3836, 'plugin::content-manager.explorer.publish', '{}', 'api::awards-and-achievement.awards-and-achievement', '{}', '[]', '2024-07-10 11:45:15.775', '2024-07-10 11:45:15.775', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4679, 'plugin::content-manager.explorer.create', '{}', 'api::sustainability.sustainability', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "sustainabilityInfo.title", "sustainabilityInfo.richTextCopy", "sustainabilityInfo.img", "sustainabilityInfo.link.title", "sustainabilityInfo.link.ctaLink", "sustainabilityInfo.link.ctaTarget", "note", "icon", "ctaLink", "ctaText", "ctaTarget", "fileNameTxt", "speakerInfo.title", "speakerInfo.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.448', '2024-07-31 12:50:37.448', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4680, 'plugin::content-manager.explorer.read', '{}', 'api::sustainability.sustainability', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "sustainabilityInfo.title", "sustainabilityInfo.richTextCopy", "sustainabilityInfo.img", "sustainabilityInfo.link.title", "sustainabilityInfo.link.ctaLink", "sustainabilityInfo.link.ctaTarget", "note", "icon", "ctaLink", "ctaText", "ctaTarget", "fileNameTxt", "speakerInfo.title", "speakerInfo.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.455', '2024-07-31 12:50:37.455', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4678, 'plugin::content-manager.explorer.update', '{}', 'api::student-service.student-service', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentServiceSection.title", "studentServiceSection.richTextCopy", "studentServiceSection.img", "studentServiceSection.link.title", "studentServiceSection.link.ctaLink", "studentServiceSection.link.ctaTarget", "studentServiceFirstImg", "dedicatedTitle", "support.title", "support.richTextCopy", "support.img", "support.link.title", "support.link.ctaLink", "support.link.ctaTarget", "twoColumnSection.title", "twoColumnSection.richTextCopy", "twoColumnSection.img", "twoColumnSection.link.title", "twoColumnSection.link.ctaLink", "twoColumnSection.link.ctaTarget", "healthAndSafetySection.img1", "healthAndSafetySection.img2", "healthAndSafetySection.img3", "healthAndSafetySection.title", "healthAndSafetySection.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.441', '2024-07-31 12:50:37.441', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4681, 'plugin::content-manager.explorer.update', '{}', 'api::sustainability.sustainability', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "sustainabilityInfo.title", "sustainabilityInfo.richTextCopy", "sustainabilityInfo.img", "sustainabilityInfo.link.title", "sustainabilityInfo.link.ctaLink", "sustainabilityInfo.link.ctaTarget", "note", "icon", "ctaLink", "ctaText", "ctaTarget", "fileNameTxt", "speakerInfo.title", "speakerInfo.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.465', '2024-07-31 12:50:37.465', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4682, 'plugin::content-manager.explorer.create', '{}', 'api::terms-and-condition.terms-and-condition', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.473', '2024-07-31 12:50:37.473', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4683, 'plugin::content-manager.explorer.read', '{}', 'api::terms-and-condition.terms-and-condition', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.481', '2024-07-31 12:50:37.481', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4684, 'plugin::content-manager.explorer.update', '{}', 'api::terms-and-condition.terms-and-condition', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.489', '2024-07-31 12:50:37.489', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3825, 'plugin::content-manager.explorer.delete', '{}', 'api::alumni-page.alumni-page', '{}', '[]', '2024-07-10 11:45:15.694', '2024-07-10 11:45:15.694', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3826, 'plugin::content-manager.explorer.publish', '{}', 'api::alumni-page.alumni-page', '{}', '[]', '2024-07-10 11:45:15.701', '2024-07-10 11:45:15.701', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4721, 'plugin::content-manager.explorer.create', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.873', '2024-07-31 13:00:19.873', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4722, 'plugin::content-manager.explorer.read', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.88', '2024-07-31 13:00:19.88', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4723, 'plugin::content-manager.explorer.update', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 13:00:19.887', '2024-07-31 13:00:19.887', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3830, 'plugin::content-manager.explorer.delete', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{}', '[]', '2024-07-10 11:45:15.73', '2024-07-10 11:45:15.73', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3831, 'plugin::content-manager.explorer.publish', '{}', 'api::apply-for-scholarship-page.apply-for-scholarship-page', '{}', '[]', '2024-07-10 11:45:15.737', '2024-07-10 11:45:15.737', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4727, 'plugin::content-manager.explorer.create', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstIntroImage", "secondIntroImage", "rightImage", "introduction.title", "introduction.richTextCopy", "secondSectionWhatWeDo.logo", "secondSectionWhatWeDo.title", "secondSectionWhatWeDo.richTextCopy", "ourTeam.title", "ourTeam.desc", "viewAllBtn.ctaTarget", "viewAllBtn.ctaText", "viewAllBtn.ctaLink", "administrations", "ourProjectTitle", "ourProjectSubtitle", "projects.desc", "projects.icon", "projects.title", "igniteSection.title", "igniteSection.key", "igniteSection.richTextCopy", "igniteSection.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 15:52:43.584', '2024-07-31 15:52:43.584', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3840, 'plugin::content-manager.explorer.delete', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{}', '[]', '2024-07-10 11:45:15.801', '2024-07-10 11:45:15.801', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3841, 'plugin::content-manager.explorer.publish', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{}', '[]', '2024-07-10 11:45:15.808', '2024-07-10 11:45:15.808', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4728, 'plugin::content-manager.explorer.read', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstIntroImage", "secondIntroImage", "rightImage", "introduction.title", "introduction.richTextCopy", "secondSectionWhatWeDo.logo", "secondSectionWhatWeDo.title", "secondSectionWhatWeDo.richTextCopy", "ourTeam.title", "ourTeam.desc", "viewAllBtn.ctaTarget", "viewAllBtn.ctaText", "viewAllBtn.ctaLink", "administrations", "ourProjectTitle", "ourProjectSubtitle", "projects.desc", "projects.icon", "projects.title", "igniteSection.title", "igniteSection.key", "igniteSection.richTextCopy", "igniteSection.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 15:52:44.101', '2024-07-31 15:52:44.101', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4729, 'plugin::content-manager.explorer.update', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstIntroImage", "secondIntroImage", "rightImage", "introduction.title", "introduction.richTextCopy", "secondSectionWhatWeDo.logo", "secondSectionWhatWeDo.title", "secondSectionWhatWeDo.richTextCopy", "ourTeam.title", "ourTeam.desc", "viewAllBtn.ctaTarget", "viewAllBtn.ctaText", "viewAllBtn.ctaLink", "administrations", "ourProjectTitle", "ourProjectSubtitle", "projects.desc", "projects.icon", "projects.title", "igniteSection.title", "igniteSection.key", "igniteSection.richTextCopy", "igniteSection.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 15:52:44.588', '2024-07-31 15:52:44.588', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3845, 'plugin::content-manager.explorer.delete', '{}', 'api::blog-listing.blog-listing', '{}', '[]', '2024-07-10 11:45:15.836', '2024-07-10 11:45:15.836', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3846, 'plugin::content-manager.explorer.publish', '{}', 'api::blog-listing.blog-listing', '{}', '[]', '2024-07-10 11:45:15.842', '2024-07-10 11:45:15.842', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5152, 'plugin::content-manager.explorer.create', '{}', 'api::home-page.home-page', '{"fields": ["banner.title", "banner.subTitle", "banner.desktopImg", "banner.mobileImg", "banner.exploreMoreBtn.ctaTarget", "banner.exploreMoreBtn.ctaText", "banner.exploreMoreBtn.ctaLink", "homePageSlider.title", "homePageSlider.desc", "homePageSlider.designation", "homePageSlider.frontImg", "homePageSlider.backImg", "socialInfo.SocialTitle", "socialInfo.SocialKey", "aboutMaheText", "aboutMaheDesc", "ctaTextMaheDubai", "types.desc", "types.icon", "types.title", "ourProgTitle", "ourProgDesc", "campusRoundTitle", "announcementTitle", "announcementComp.img", "announcementComp.ctaLink", "announcementComp.ctaText", "ctaLinkMaheDubai", "latestNews.btnText", "latestNews.ctaLink", "latestNews.ctaTarget", "latestNews.desc", "upcomingEvents.btnText", "upcomingEvents.ctaLink", "upcomingEvents.ctaTarget", "upcomingEvents.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "moreProgramsBtn.ctaTarget", "moreProgramsBtn.ctaText", "moreProgramsBtn.ctaLink", "campusLifeToggle", "admissionsToggle"]}', '[]', '2024-11-27 12:16:49.251', '2024-11-27 12:16:49.251', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4733, 'plugin::content-manager.explorer.delete', '{}', 'api::degree.degree', '{}', '[]', '2024-08-05 15:20:11.044', '2024-08-05 15:20:11.044', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3850, 'plugin::content-manager.explorer.delete', '{}', 'api::campus-life.campus-life', '{}', '[]', '2024-07-10 11:45:15.867', '2024-07-10 11:45:15.867', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3851, 'plugin::content-manager.explorer.publish', '{}', 'api::campus-life.campus-life', '{}', '[]', '2024-07-10 11:45:15.873', '2024-07-10 11:45:15.873', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4734, 'plugin::content-manager.explorer.publish', '{}', 'api::degree.degree', '{}', '[]', '2024-08-05 15:20:11.542', '2024-08-05 15:20:11.542', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4963, 'plugin::content-manager.explorer.create', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programs.title", "programs.desc", "programs.richTextCopy", "ApplicationRegTitle", "applicationRegFeeTable.program", "applicationRegFeeTable.applicationFee", "applicationRegFeeTable.richTextCopy", "notes.title", "notes.desc", "virtualTourToggle", "openDayToggle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "applyForScholarshipToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:37.51', '2024-11-25 11:31:37.51', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3855, 'plugin::content-manager.explorer.delete', '{}', 'api::career-page-banner.career-page-banner', '{}', '[]', '2024-07-10 11:45:15.9', '2024-07-10 11:45:15.9', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3856, 'plugin::content-manager.explorer.publish', '{}', 'api::career-page-banner.career-page-banner', '{}', '[]', '2024-07-10 11:45:15.907', '2024-07-10 11:45:15.907', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5153, 'plugin::content-manager.explorer.read', '{}', 'api::home-page.home-page', '{"fields": ["banner.title", "banner.subTitle", "banner.desktopImg", "banner.mobileImg", "banner.exploreMoreBtn.ctaTarget", "banner.exploreMoreBtn.ctaText", "banner.exploreMoreBtn.ctaLink", "homePageSlider.title", "homePageSlider.desc", "homePageSlider.designation", "homePageSlider.frontImg", "homePageSlider.backImg", "socialInfo.SocialTitle", "socialInfo.SocialKey", "aboutMaheText", "aboutMaheDesc", "ctaTextMaheDubai", "types.desc", "types.icon", "types.title", "ourProgTitle", "ourProgDesc", "campusRoundTitle", "announcementTitle", "announcementComp.img", "announcementComp.ctaLink", "announcementComp.ctaText", "ctaLinkMaheDubai", "latestNews.btnText", "latestNews.ctaLink", "latestNews.ctaTarget", "latestNews.desc", "upcomingEvents.btnText", "upcomingEvents.ctaLink", "upcomingEvents.ctaTarget", "upcomingEvents.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "moreProgramsBtn.ctaTarget", "moreProgramsBtn.ctaText", "moreProgramsBtn.ctaLink", "campusLifeToggle", "admissionsToggle"]}', '[]', '2024-11-27 12:16:49.277', '2024-11-27 12:16:49.277', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4965, 'plugin::content-manager.explorer.create', '{}', 'api::home-page.home-page', '{"fields": ["banner.title", "banner.subTitle", "banner.desktopImg", "banner.mobileImg", "banner.exploreMoreBtn.ctaTarget", "banner.exploreMoreBtn.ctaText", "banner.exploreMoreBtn.ctaLink", "homePageSlider.title", "homePageSlider.desc", "homePageSlider.designation", "homePageSlider.frontImg", "homePageSlider.backImg", "socialInfo.SocialTitle", "socialInfo.SocialKey", "aboutMaheText", "aboutMaheDesc", "ctaTextMaheDubai", "types.desc", "types.icon", "types.title", "ourProgTitle", "ourProgDesc", "campusRoundTitle", "announcementTitle", "announcementComp.img", "announcementComp.ctaLink", "announcementComp.ctaText", "ctaLinkMaheDubai", "latestNews.btnText", "latestNews.ctaLink", "latestNews.ctaTarget", "latestNews.desc", "upcomingEvents.btnText", "upcomingEvents.ctaLink", "upcomingEvents.ctaTarget", "upcomingEvents.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "moreProgramsBtn.ctaTarget", "moreProgramsBtn.ctaText", "moreProgramsBtn.ctaLink", "campusLifeToggle", "admissionsToggle"]}', '[]', '2024-11-25 11:31:38.525', '2024-11-25 11:31:38.525', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5154, 'plugin::content-manager.explorer.update', '{}', 'api::home-page.home-page', '{"fields": ["banner.title", "banner.subTitle", "banner.desktopImg", "banner.mobileImg", "banner.exploreMoreBtn.ctaTarget", "banner.exploreMoreBtn.ctaText", "banner.exploreMoreBtn.ctaLink", "homePageSlider.title", "homePageSlider.desc", "homePageSlider.designation", "homePageSlider.frontImg", "homePageSlider.backImg", "socialInfo.SocialTitle", "socialInfo.SocialKey", "aboutMaheText", "aboutMaheDesc", "ctaTextMaheDubai", "types.desc", "types.icon", "types.title", "ourProgTitle", "ourProgDesc", "campusRoundTitle", "announcementTitle", "announcementComp.img", "announcementComp.ctaLink", "announcementComp.ctaText", "ctaLinkMaheDubai", "latestNews.btnText", "latestNews.ctaLink", "latestNews.ctaTarget", "latestNews.desc", "upcomingEvents.btnText", "upcomingEvents.ctaLink", "upcomingEvents.ctaTarget", "upcomingEvents.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "moreProgramsBtn.ctaTarget", "moreProgramsBtn.ctaText", "moreProgramsBtn.ctaLink", "campusLifeToggle", "admissionsToggle"]}', '[]', '2024-11-27 12:16:49.287', '2024-11-27 12:16:49.287', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3860, 'plugin::content-manager.explorer.delete', '{}', 'api::career-services-center.career-services-center', '{}', '[]', '2024-07-10 11:45:15.935', '2024-07-10 11:45:15.935', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3861, 'plugin::content-manager.explorer.publish', '{}', 'api::career-services-center.career-services-center', '{}', '[]', '2024-07-10 11:45:15.942', '2024-07-10 11:45:15.942', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5155, 'plugin::content-manager.explorer.create', '{}', 'api::international-admission.international-admission', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentAdmissionReq.title", "internationalStudentAdmissionReq.richTextCopy", "internationalStudentAdmissionReq.img", "internationalStudentAdmissionReq.link.title", "internationalStudentAdmissionReq.link.ctaLink", "internationalStudentAdmissionReq.link.ctaTarget", "imageNote.note", "imageNote.title", "imageNote.img", "imageNote.ctaLink", "imageNote.ctaTarget", "imageNote.ctaText", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "pdfArray.icon", "pdfArray.title", "pdfArray.ctaText", "pdfArray.ctaLink", "pdfArray.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.296', '2024-11-27 12:16:49.296', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3865, 'plugin::content-manager.explorer.delete', '{}', 'api::contact-us-page.contact-us-page', '{}', '[]', '2024-07-10 11:45:15.974', '2024-07-10 11:45:15.974', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3866, 'plugin::content-manager.explorer.publish', '{}', 'api::contact-us-page.contact-us-page', '{}', '[]', '2024-07-10 11:45:15.981', '2024-07-10 11:45:15.981', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5156, 'plugin::content-manager.explorer.read', '{}', 'api::international-admission.international-admission', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentAdmissionReq.title", "internationalStudentAdmissionReq.richTextCopy", "internationalStudentAdmissionReq.img", "internationalStudentAdmissionReq.link.title", "internationalStudentAdmissionReq.link.ctaLink", "internationalStudentAdmissionReq.link.ctaTarget", "imageNote.note", "imageNote.title", "imageNote.img", "imageNote.ctaLink", "imageNote.ctaTarget", "imageNote.ctaText", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "pdfArray.icon", "pdfArray.title", "pdfArray.ctaText", "pdfArray.ctaLink", "pdfArray.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.306', '2024-11-27 12:16:49.306', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5157, 'plugin::content-manager.explorer.update', '{}', 'api::international-admission.international-admission', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentAdmissionReq.title", "internationalStudentAdmissionReq.richTextCopy", "internationalStudentAdmissionReq.img", "internationalStudentAdmissionReq.link.title", "internationalStudentAdmissionReq.link.ctaLink", "internationalStudentAdmissionReq.link.ctaTarget", "imageNote.note", "imageNote.title", "imageNote.img", "imageNote.ctaLink", "imageNote.ctaTarget", "imageNote.ctaText", "ourProcess.title", "ourProcess.shortDesc", "ourProcess.ourProcessImg.title", "ourProcess.ourProcessImg.img", "pdfArray.icon", "pdfArray.title", "pdfArray.ctaText", "pdfArray.ctaLink", "pdfArray.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "admissionsToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.315', '2024-11-27 12:16:49.315', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4971, 'plugin::content-manager.explorer.create', '{}', 'api::ranking-page.ranking-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accordianRankings.title", "accordianRankings.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:41.611', '2024-11-25 11:31:41.611', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3875, 'plugin::content-manager.explorer.delete', '{}', 'api::facilities-page.facilities-page', '{}', '[]', '2024-07-10 11:45:16.043', '2024-07-10 11:45:16.043', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3876, 'plugin::content-manager.explorer.publish', '{}', 'api::facilities-page.facilities-page', '{}', '[]', '2024-07-10 11:45:16.05', '2024-07-10 11:45:16.05', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4972, 'plugin::content-manager.explorer.create', '{}', 'api::school-collection.school-collection', '{"fields": ["title", "desktopImg", "mobileImg", "slug", "overviewSection.logo", "overviewSection.title", "overviewSection.richTextCopy", "messageFromDean.title", "messageFromDean.intro", "messageFromDean.richTextCopy", "messageFromDean.img", "deputyChairPerson.title", "deputyChairPerson.intro", "deputyChairPerson.richTextCopy", "deputyChairPerson.img", "awardTitle", "awards", "accredationTitle", "accredationImgs.img", "ourFacultyTitle", "faculties", "programTitle", "programs", "schoolHighlightTitle", "announcementTitle", "announcements.img", "announcements.ctaLink", "announcements.ctaText", "latestNewsTitle", "viewNews.ctaTarget", "viewNews.ctaText", "viewNews.ctaLink", "news", "upcomingEventsTitle", "upcomingEventsBtn.ctaTarget", "upcomingEventsBtn.ctaText", "upcomingEventsBtn.ctaLink", "events", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-25 11:31:42.201', '2024-11-25 11:31:42.201', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4974, 'plugin::content-manager.explorer.create', '{}', 'api::winter-camp-page.winter-camp-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "overviewSection.img", "overviewSection.link.title", "overviewSection.link.ctaLink", "overviewSection.link.ctaTarget", "campusTitle", "card1.calendarIcon", "card1.title", "card1.desc", "card1.desktopImg", "card1.mobileImg", "card2.title", "card2.desc", "card2.desktopImg", "card2.mobileImg", "card2.uaeResidentTitle1", "card2.uaeResidentTitle2", "card2.price1", "card2.price2", "card2.perWeek1", "card2.perWeek2", "card2.calendarIcon", "winterTitle", "galleryArray.img", "winterCampCard.title", "winterCampCard.desc", "winterCampCard.ctaLink", "winterCampCard.ctaText", "winterCampCard.ctaTarget", "winterCampCard.img", "whyDubaiToggle", "findoutNextHouseCard.title", "findoutNextHouseCard.desc", "findoutNextHouseCard.img", "findoutNextHouseCard.ctaText", "findoutNextHouseCard.ctaLink", "findoutNextHouseCard.ctaTarget", "testimonialTitle", "testimonialDesc", "comments.name", "comments.designation", "comments.comment", "comments.img", "comments.link.title", "comments.link.ctaLink", "comments.link.ctaTarget", "accomodation.logo", "accomodation.title", "accomodation.richTextCopy", "videoImageDesktop", "videoImageMobile", "videoLink", "videoImageTitle", "upcomingEventsTitle", "virtualTourToggle", "openDayToggle", "galleryText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:43.456', '2024-11-25 11:31:43.456', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3880, 'plugin::content-manager.explorer.delete', '{}', 'api::faq-page.faq-page', '{}', '[]', '2024-07-10 11:45:16.08', '2024-07-10 11:45:16.08', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3881, 'plugin::content-manager.explorer.publish', '{}', 'api::faq-page.faq-page', '{}', '[]', '2024-07-10 11:45:16.089', '2024-07-10 11:45:16.089', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3885, 'plugin::content-manager.explorer.delete', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{}', '[]', '2024-07-10 11:45:16.111', '2024-07-10 11:45:16.111', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3886, 'plugin::content-manager.explorer.publish', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{}', '[]', '2024-07-10 11:45:16.116', '2024-07-10 11:45:16.116', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5158, 'plugin::content-manager.explorer.create', '{}', 'api::international-collaboration.international-collaboration', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalCollaboration.title", "internationalCollaboration.richTextCopy", "internationalCollaboration.img", "internationalCollaboration.link.title", "internationalCollaboration.link.ctaLink", "internationalCollaboration.link.ctaTarget", "studentExchange.title", "studentExchange.richTextCopy", "studentExchange.img", "studentExchange.link.title", "studentExchange.link.ctaLink", "studentExchange.link.ctaTarget", "logoCardSlider.title", "logoCardSlider.icon", "academicPartnerTitle", "academicDesc", "cultureEducationTitle.title", "cultureEducationTitle.richTextCopy", "cultureEducationTitle.img", "cultureEducationTitle.link.title", "cultureEducationTitle.link.ctaLink", "cultureEducationTitle.link.ctaTarget", "partnershipCard.title", "partnershipCard.icon", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.323', '2024-11-27 12:16:49.323', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3900, 'plugin::content-manager.explorer.delete', '{}', 'api::home-page.home-page', '{}', '[]', '2024-07-10 11:45:16.214', '2024-07-10 11:45:16.214', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3901, 'plugin::content-manager.explorer.publish', '{}', 'api::home-page.home-page', '{}', '[]', '2024-07-10 11:45:16.223', '2024-07-10 11:45:16.223', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4977, 'plugin::content-manager.explorer.read', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programs.title", "programs.desc", "programs.richTextCopy", "ApplicationRegTitle", "applicationRegFeeTable.program", "applicationRegFeeTable.applicationFee", "applicationRegFeeTable.richTextCopy", "notes.title", "notes.desc", "virtualTourToggle", "openDayToggle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "applyForScholarshipToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:45.095', '2024-11-25 11:31:45.095', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3905, 'plugin::content-manager.explorer.delete', '{}', 'api::how-to-apply-page.how-to-apply-page', '{}', '[]', '2024-07-10 11:45:16.255', '2024-07-10 11:45:16.255', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3906, 'plugin::content-manager.explorer.publish', '{}', 'api::how-to-apply-page.how-to-apply-page', '{}', '[]', '2024-07-10 11:45:16.261', '2024-07-10 11:45:16.261', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5159, 'plugin::content-manager.explorer.read', '{}', 'api::international-collaboration.international-collaboration', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalCollaboration.title", "internationalCollaboration.richTextCopy", "internationalCollaboration.img", "internationalCollaboration.link.title", "internationalCollaboration.link.ctaLink", "internationalCollaboration.link.ctaTarget", "studentExchange.title", "studentExchange.richTextCopy", "studentExchange.img", "studentExchange.link.title", "studentExchange.link.ctaLink", "studentExchange.link.ctaTarget", "logoCardSlider.title", "logoCardSlider.icon", "academicPartnerTitle", "academicDesc", "cultureEducationTitle.title", "cultureEducationTitle.richTextCopy", "cultureEducationTitle.img", "cultureEducationTitle.link.title", "cultureEducationTitle.link.ctaLink", "cultureEducationTitle.link.ctaTarget", "partnershipCard.title", "partnershipCard.icon", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.332', '2024-11-27 12:16:49.332', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5160, 'plugin::content-manager.explorer.update', '{}', 'api::international-collaboration.international-collaboration', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalCollaboration.title", "internationalCollaboration.richTextCopy", "internationalCollaboration.img", "internationalCollaboration.link.title", "internationalCollaboration.link.ctaLink", "internationalCollaboration.link.ctaTarget", "studentExchange.title", "studentExchange.richTextCopy", "studentExchange.img", "studentExchange.link.title", "studentExchange.link.ctaLink", "studentExchange.link.ctaTarget", "logoCardSlider.title", "logoCardSlider.icon", "academicPartnerTitle", "academicDesc", "cultureEducationTitle.title", "cultureEducationTitle.richTextCopy", "cultureEducationTitle.img", "cultureEducationTitle.link.title", "cultureEducationTitle.link.ctaLink", "cultureEducationTitle.link.ctaTarget", "partnershipCard.title", "partnershipCard.icon", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.342', '2024-11-27 12:16:49.342', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4750, 'plugin::content-manager.explorer.create', '{}', 'api::award.award', '{"fields": ["title", "rank", "address", "rankedBy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-08-05 16:25:15.391', '2024-08-05 16:25:15.391', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3910, 'plugin::content-manager.explorer.delete', '{}', 'api::international-admission.international-admission', '{}', '[]', '2024-07-10 11:45:16.282', '2024-07-10 11:45:16.282', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3911, 'plugin::content-manager.explorer.publish', '{}', 'api::international-admission.international-admission', '{}', '[]', '2024-07-10 11:45:16.287', '2024-07-10 11:45:16.287', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5161, 'plugin::content-manager.explorer.create', '{}', 'api::international-student.international-student', '{"fields": ["title", "intro", "richTextCopy", "img", "cards.title", "cards.richTextCopy", "cards.img", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowSection.btnText", "applyNowSection.ctaLink", "applyNowSection.ctaTarget", "applyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.351', '2024-11-27 12:16:49.351', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4752, 'plugin::content-manager.explorer.create', '{}', 'api::faculty.faculty', '{"fields": ["title", "designation", "phone", "email", "img", "faculty_type", "academics.biography.title", "academics.biography.richTextCopy", "academics.currentAcademicRole.title", "academics.currentAcademicRole.richTextCopy", "academics.SubjectCurrentTeachTitle", "academics.subjectCurrentTeachTable.subject", "academics.subjectCurrentTeachTable.subjectCode", "academics.subjectCurrentTeachTable.year", "academics.academicQualificationTitle", "academics.qualificationExpTitle", "academics.subjectTaughtRichText", "academics.academicQualification.degree", "academics.academicQualification.specialisation", "academics.academicQualification.institute", "academics.academicQualification.year", "academics.qualificationExp.institution", "academics.qualificationExp.designation", "academics.qualificationExp.role", "academics.qualificationExp.tenure", "academics.subjectTaughtTitle", "expertise.professionalAffiliationTitle", "expertise.areaOfInterestTitle", "expertise.richTextCopy", "research.research.title", "research.research.ctaLink", "research.research.ctaTarget", "research.research.shortDesc", "publication.title", "publication.shortDesc", "publication.ctaLink", "publication.ctaTarget", "publication.ctaText", "studentProjects.title", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-08-05 16:25:16.489', '2024-08-05 16:25:16.489', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5162, 'plugin::content-manager.explorer.read', '{}', 'api::international-student.international-student', '{"fields": ["title", "intro", "richTextCopy", "img", "cards.title", "cards.richTextCopy", "cards.img", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowSection.btnText", "applyNowSection.ctaLink", "applyNowSection.ctaTarget", "applyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.36', '2024-11-27 12:16:49.36', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3915, 'plugin::content-manager.explorer.delete', '{}', 'api::international-collaboration.international-collaboration', '{}', '[]', '2024-07-10 11:45:16.312', '2024-07-10 11:45:16.312', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3916, 'plugin::content-manager.explorer.publish', '{}', 'api::international-collaboration.international-collaboration', '{}', '[]', '2024-07-10 11:45:16.32', '2024-07-10 11:45:16.32', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4979, 'plugin::content-manager.explorer.read', '{}', 'api::home-page.home-page', '{"fields": ["banner.title", "banner.subTitle", "banner.desktopImg", "banner.mobileImg", "banner.exploreMoreBtn.ctaTarget", "banner.exploreMoreBtn.ctaText", "banner.exploreMoreBtn.ctaLink", "homePageSlider.title", "homePageSlider.desc", "homePageSlider.designation", "homePageSlider.frontImg", "homePageSlider.backImg", "socialInfo.SocialTitle", "socialInfo.SocialKey", "aboutMaheText", "aboutMaheDesc", "ctaTextMaheDubai", "types.desc", "types.icon", "types.title", "ourProgTitle", "ourProgDesc", "campusRoundTitle", "announcementTitle", "announcementComp.img", "announcementComp.ctaLink", "announcementComp.ctaText", "ctaLinkMaheDubai", "latestNews.btnText", "latestNews.ctaLink", "latestNews.ctaTarget", "latestNews.desc", "upcomingEvents.btnText", "upcomingEvents.ctaLink", "upcomingEvents.ctaTarget", "upcomingEvents.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "moreProgramsBtn.ctaTarget", "moreProgramsBtn.ctaText", "moreProgramsBtn.ctaLink", "campusLifeToggle", "admissionsToggle"]}', '[]', '2024-11-25 11:31:46.268', '2024-11-25 11:31:46.268', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4756, 'plugin::content-manager.explorer.read', '{}', 'api::award.award', '{"fields": ["title", "rank", "address", "rankedBy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-08-05 16:25:18.632', '2024-08-05 16:25:18.632', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3920, 'plugin::content-manager.explorer.delete', '{}', 'api::international-student.international-student', '{}', '[]', '2024-07-10 11:45:16.347', '2024-07-10 11:45:16.347', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3921, 'plugin::content-manager.explorer.publish', '{}', 'api::international-student.international-student', '{}', '[]', '2024-07-10 11:45:16.354', '2024-07-10 11:45:16.354', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4081, 'plugin::content-manager.explorer.publish', '{}', 'api::sustainability.sustainability', '{}', '[]', '2024-07-10 11:45:17.473', '2024-07-10 11:45:17.473', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4758, 'plugin::content-manager.explorer.read', '{}', 'api::faculty.faculty', '{"fields": ["title", "designation", "phone", "email", "img", "faculty_type", "academics.biography.title", "academics.biography.richTextCopy", "academics.currentAcademicRole.title", "academics.currentAcademicRole.richTextCopy", "academics.SubjectCurrentTeachTitle", "academics.subjectCurrentTeachTable.subject", "academics.subjectCurrentTeachTable.subjectCode", "academics.subjectCurrentTeachTable.year", "academics.academicQualificationTitle", "academics.qualificationExpTitle", "academics.subjectTaughtRichText", "academics.academicQualification.degree", "academics.academicQualification.specialisation", "academics.academicQualification.institute", "academics.academicQualification.year", "academics.qualificationExp.institution", "academics.qualificationExp.designation", "academics.qualificationExp.role", "academics.qualificationExp.tenure", "academics.subjectTaughtTitle", "expertise.professionalAffiliationTitle", "expertise.areaOfInterestTitle", "expertise.richTextCopy", "research.research.title", "research.research.ctaLink", "research.research.ctaTarget", "research.research.shortDesc", "publication.title", "publication.shortDesc", "publication.ctaLink", "publication.ctaTarget", "publication.ctaText", "studentProjects.title", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-08-05 16:25:19.626', '2024-08-05 16:25:19.626', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5163, 'plugin::content-manager.explorer.update', '{}', 'api::international-student.international-student', '{"fields": ["title", "intro", "richTextCopy", "img", "cards.title", "cards.richTextCopy", "cards.img", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowSection.btnText", "applyNowSection.ctaLink", "applyNowSection.ctaTarget", "applyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.37', '2024-11-27 12:16:49.37', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5164, 'plugin::content-manager.explorer.create', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.379', '2024-11-27 12:16:49.379', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5165, 'plugin::content-manager.explorer.read', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.387', '2024-11-27 12:16:49.387', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4762, 'plugin::content-manager.explorer.update', '{}', 'api::award.award', '{"fields": ["title", "rank", "address", "rankedBy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-08-05 16:25:21.642', '2024-08-05 16:25:21.642', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5166, 'plugin::content-manager.explorer.update', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.396', '2024-11-27 12:16:49.396', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3935, 'plugin::content-manager.explorer.delete', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{}', '[]', '2024-07-10 11:45:16.459', '2024-07-10 11:45:16.459', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3936, 'plugin::content-manager.explorer.publish', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{}', '[]', '2024-07-10 11:45:16.464', '2024-07-10 11:45:16.464', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5167, 'plugin::content-manager.explorer.create', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{"fields": ["title", "intro", "richTextCopy", "img", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.406', '2024-11-27 12:16:49.406', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3940, 'plugin::content-manager.explorer.delete', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{}', '[]', '2024-07-10 11:45:16.491', '2024-07-10 11:45:16.491', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3941, 'plugin::content-manager.explorer.publish', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{}', '[]', '2024-07-10 11:45:16.499', '2024-07-10 11:45:16.499', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3950, 'plugin::content-manager.explorer.delete', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{}', '[]', '2024-07-10 11:45:16.547', '2024-07-10 11:45:16.547', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3951, 'plugin::content-manager.explorer.publish', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{}', '[]', '2024-07-10 11:45:16.553', '2024-07-10 11:45:16.553', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4764, 'plugin::content-manager.explorer.update', '{}', 'api::faculty.faculty', '{"fields": ["title", "designation", "phone", "email", "img", "faculty_type", "academics.biography.title", "academics.biography.richTextCopy", "academics.currentAcademicRole.title", "academics.currentAcademicRole.richTextCopy", "academics.SubjectCurrentTeachTitle", "academics.subjectCurrentTeachTable.subject", "academics.subjectCurrentTeachTable.subjectCode", "academics.subjectCurrentTeachTable.year", "academics.academicQualificationTitle", "academics.qualificationExpTitle", "academics.subjectTaughtRichText", "academics.academicQualification.degree", "academics.academicQualification.specialisation", "academics.academicQualification.institute", "academics.academicQualification.year", "academics.qualificationExp.institution", "academics.qualificationExp.designation", "academics.qualificationExp.role", "academics.qualificationExp.tenure", "academics.subjectTaughtTitle", "expertise.professionalAffiliationTitle", "expertise.areaOfInterestTitle", "expertise.richTextCopy", "research.research.title", "research.research.ctaLink", "research.research.ctaTarget", "research.research.shortDesc", "publication.title", "publication.shortDesc", "publication.ctaLink", "publication.ctaTarget", "publication.ctaText", "studentProjects.title", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-08-05 16:25:22.673', '2024-08-05 16:25:22.673', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5168, 'plugin::content-manager.explorer.read', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{"fields": ["title", "intro", "richTextCopy", "img", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.417', '2024-11-27 12:16:49.417', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5169, 'plugin::content-manager.explorer.update', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{"fields": ["title", "intro", "richTextCopy", "img", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.426', '2024-11-27 12:16:49.426', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3960, 'plugin::content-manager.explorer.delete', '{}', 'api::international-students-page.international-students-page', '{}', '[]', '2024-07-10 11:45:16.62', '2024-07-10 11:45:16.62', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3961, 'plugin::content-manager.explorer.publish', '{}', 'api::international-students-page.international-students-page', '{}', '[]', '2024-07-10 11:45:16.627', '2024-07-10 11:45:16.627', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4985, 'plugin::content-manager.explorer.read', '{}', 'api::ranking-page.ranking-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accordianRankings.title", "accordianRankings.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:49.449', '2024-11-25 11:31:49.449', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4768, 'plugin::content-manager.explorer.delete', '{}', 'api::school-collection.school-collection', '{}', '[]', '2024-08-05 16:25:24.7', '2024-08-05 16:25:24.7', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4769, 'plugin::content-manager.explorer.publish', '{}', 'api::school-collection.school-collection', '{}', '[]', '2024-08-05 16:25:25.2', '2024-08-05 16:25:25.2', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4986, 'plugin::content-manager.explorer.read', '{}', 'api::school-collection.school-collection', '{"fields": ["title", "desktopImg", "mobileImg", "slug", "overviewSection.logo", "overviewSection.title", "overviewSection.richTextCopy", "messageFromDean.title", "messageFromDean.intro", "messageFromDean.richTextCopy", "messageFromDean.img", "deputyChairPerson.title", "deputyChairPerson.intro", "deputyChairPerson.richTextCopy", "deputyChairPerson.img", "awardTitle", "awards", "accredationTitle", "accredationImgs.img", "ourFacultyTitle", "faculties", "programTitle", "programs", "schoolHighlightTitle", "announcementTitle", "announcements.img", "announcements.ctaLink", "announcements.ctaText", "latestNewsTitle", "viewNews.ctaTarget", "viewNews.ctaText", "viewNews.ctaLink", "news", "upcomingEventsTitle", "upcomingEventsBtn.ctaTarget", "upcomingEventsBtn.ctaText", "upcomingEventsBtn.ctaLink", "events", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-25 11:31:49.951', '2024-11-25 11:31:49.951', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5170, 'plugin::content-manager.explorer.create', '{}', 'api::international-students-page.international-students-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentCenter.title", "internationalStudentCenter.richTextCopy", "internationalStudentCenter.img", "internationalStudentCenter.key", "internationalStudentsOrientationSessions.title", "internationalStudentsOrientationSessions.richTextCopy", "internationalStudentsOrientationSessions.img", "internationalStudentsOrientationSessions.key", "internationalStudentsActivities.title", "internationalStudentsActivities.richTextCopy", "internationalStudentsActivities.img", "internationalStudentsActivities.key", "internationalStudentsVisaRequirement.title", "internationalStudentsVisaRequirement.richTextCopy", "internationalStudentsVisaRequirement.img", "internationalStudentsVisaRequirement.key", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.439', '2024-11-27 12:16:49.439', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3970, 'plugin::content-manager.explorer.delete', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{}', '[]', '2024-07-10 11:45:16.686', '2024-07-10 11:45:16.686', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3971, 'plugin::content-manager.explorer.publish', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{}', '[]', '2024-07-10 11:45:16.691', '2024-07-10 11:45:16.691', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3975, 'plugin::content-manager.explorer.delete', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{}', '[]', '2024-07-10 11:45:16.72', '2024-07-10 11:45:16.72', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4770, 'plugin::content-manager.explorer.create', '{}', 'api::program-page.program-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programTitle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "findOutNextHouse.title", "findOutNextHouse.desc", "findOutNextHouse.img", "findOutNextHouse.ctaText", "findOutNextHouse.ctaLink", "findOutNextHouse.ctaTarget", "discoverDubaiCard.title", "discoverDubaiCard.desc", "discoverDubaiCard.ctaLink", "discoverDubaiCard.ctaText", "discoverDubaiCard.ctaTarget", "discoverDubaiCard.img", "joinMaheDubaiSection.title", "joinMaheDubaiSection.desc", "joinMaheDubaiSection.btnText", "joinMaheDubaiSection.ctaLink", "joinMaheDubaiSection.ctaTarget", "internationalStudentSection.title", "internationalStudentSection.richTextCopy", "internationalStudentSection.exploreMore.title", "internationalStudentSection.exploreMore.ctaLink", "internationalStudentSection.exploreMore.ctaTarget", "card1.title", "card1.desc", "card1.img", "card1.readMore.title", "card1.readMore.ctaLink", "card1.readMore.ctaTarget", "card2.title", "card2.desc", "card2.img", "card2.readMore.title", "card2.readMore.ctaLink", "card2.readMore.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "readMoreTitle"]}', '[]', '2024-08-05 16:29:29.658', '2024-08-05 16:29:29.658', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4771, 'plugin::content-manager.explorer.read', '{}', 'api::program-page.program-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programTitle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "findOutNextHouse.title", "findOutNextHouse.desc", "findOutNextHouse.img", "findOutNextHouse.ctaText", "findOutNextHouse.ctaLink", "findOutNextHouse.ctaTarget", "discoverDubaiCard.title", "discoverDubaiCard.desc", "discoverDubaiCard.ctaLink", "discoverDubaiCard.ctaText", "discoverDubaiCard.ctaTarget", "discoverDubaiCard.img", "joinMaheDubaiSection.title", "joinMaheDubaiSection.desc", "joinMaheDubaiSection.btnText", "joinMaheDubaiSection.ctaLink", "joinMaheDubaiSection.ctaTarget", "internationalStudentSection.title", "internationalStudentSection.richTextCopy", "internationalStudentSection.exploreMore.title", "internationalStudentSection.exploreMore.ctaLink", "internationalStudentSection.exploreMore.ctaTarget", "card1.title", "card1.desc", "card1.img", "card1.readMore.title", "card1.readMore.ctaLink", "card1.readMore.ctaTarget", "card2.title", "card2.desc", "card2.img", "card2.readMore.title", "card2.readMore.ctaLink", "card2.readMore.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "readMoreTitle"]}', '[]', '2024-08-05 16:29:30.156', '2024-08-05 16:29:30.156', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3990, 'plugin::content-manager.explorer.delete', '{}', 'api::open-day.open-day', '{}', '[]', '2024-07-10 11:45:16.856', '2024-07-10 11:45:16.856', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3991, 'plugin::content-manager.explorer.publish', '{}', 'api::open-day.open-day', '{}', '[]', '2024-07-10 11:45:16.863', '2024-07-10 11:45:16.863', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4772, 'plugin::content-manager.explorer.update', '{}', 'api::program-page.program-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programTitle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "findOutNextHouse.title", "findOutNextHouse.desc", "findOutNextHouse.img", "findOutNextHouse.ctaText", "findOutNextHouse.ctaLink", "findOutNextHouse.ctaTarget", "discoverDubaiCard.title", "discoverDubaiCard.desc", "discoverDubaiCard.ctaLink", "discoverDubaiCard.ctaText", "discoverDubaiCard.ctaTarget", "discoverDubaiCard.img", "joinMaheDubaiSection.title", "joinMaheDubaiSection.desc", "joinMaheDubaiSection.btnText", "joinMaheDubaiSection.ctaLink", "joinMaheDubaiSection.ctaTarget", "internationalStudentSection.title", "internationalStudentSection.richTextCopy", "internationalStudentSection.exploreMore.title", "internationalStudentSection.exploreMore.ctaLink", "internationalStudentSection.exploreMore.ctaTarget", "card1.title", "card1.desc", "card1.img", "card1.readMore.title", "card1.readMore.ctaLink", "card1.readMore.ctaTarget", "card2.title", "card2.desc", "card2.img", "card2.readMore.title", "card2.readMore.ctaLink", "card2.readMore.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "readMoreTitle"]}', '[]', '2024-08-05 16:29:30.651', '2024-08-05 16:29:30.651', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4642, 'plugin::content-manager.explorer.update', '{}', 'api::program-page.program-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programTitle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "findOutNextHouse.title", "findOutNextHouse.desc", "findOutNextHouse.img", "findOutNextHouse.ctaText", "findOutNextHouse.ctaLink", "findOutNextHouse.ctaTarget", "discoverDubaiCard.title", "discoverDubaiCard.desc", "discoverDubaiCard.ctaLink", "discoverDubaiCard.ctaText", "discoverDubaiCard.ctaTarget", "discoverDubaiCard.img", "joinMaheDubaiSection.title", "joinMaheDubaiSection.desc", "joinMaheDubaiSection.btnText", "joinMaheDubaiSection.ctaLink", "joinMaheDubaiSection.ctaTarget", "internationalStudentSection.title", "internationalStudentSection.richTextCopy", "internationalStudentSection.exploreMore.title", "internationalStudentSection.exploreMore.ctaLink", "internationalStudentSection.exploreMore.ctaTarget", "card1.title", "card1.desc", "card1.img", "card1.readMore.title", "card1.readMore.ctaLink", "card1.readMore.ctaTarget", "card2.title", "card2.desc", "card2.img", "card2.readMore.title", "card2.readMore.ctaLink", "card2.readMore.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "readMoreTitle"]}', '[]', '2024-07-31 12:50:37.129', '2024-08-05 16:29:32.026', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3995, 'plugin::content-manager.explorer.delete', '{}', 'api::our-campus.our-campus', '{}', '[]', '2024-07-10 11:45:16.894', '2024-07-10 11:45:16.894', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (3996, 'plugin::content-manager.explorer.publish', '{}', 'api::our-campus.our-campus', '{}', '[]', '2024-07-10 11:45:16.901', '2024-07-10 11:45:16.901', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4000, 'plugin::content-manager.explorer.delete', '{}', 'api::our-faculty.our-faculty', '{}', '[]', '2024-07-10 11:45:16.925', '2024-07-10 11:45:16.925', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4001, 'plugin::content-manager.explorer.publish', '{}', 'api::our-faculty.our-faculty', '{}', '[]', '2024-07-10 11:45:16.931', '2024-07-10 11:45:16.931', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4005, 'plugin::content-manager.explorer.delete', '{}', 'api::policy.policy', '{}', '[]', '2024-07-10 11:45:16.957', '2024-07-10 11:45:16.957', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4006, 'plugin::content-manager.explorer.publish', '{}', 'api::policy.policy', '{}', '[]', '2024-07-10 11:45:16.962', '2024-07-10 11:45:16.962', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4010, 'plugin::content-manager.explorer.delete', '{}', 'api::privacy-policy.privacy-policy', '{}', '[]', '2024-07-10 11:45:16.985', '2024-07-10 11:45:16.985', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4011, 'plugin::content-manager.explorer.publish', '{}', 'api::privacy-policy.privacy-policy', '{}', '[]', '2024-07-10 11:45:16.991', '2024-07-10 11:45:16.991', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4640, 'plugin::content-manager.explorer.create', '{}', 'api::program-page.program-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programTitle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "findOutNextHouse.title", "findOutNextHouse.desc", "findOutNextHouse.img", "findOutNextHouse.ctaText", "findOutNextHouse.ctaLink", "findOutNextHouse.ctaTarget", "discoverDubaiCard.title", "discoverDubaiCard.desc", "discoverDubaiCard.ctaLink", "discoverDubaiCard.ctaText", "discoverDubaiCard.ctaTarget", "discoverDubaiCard.img", "joinMaheDubaiSection.title", "joinMaheDubaiSection.desc", "joinMaheDubaiSection.btnText", "joinMaheDubaiSection.ctaLink", "joinMaheDubaiSection.ctaTarget", "internationalStudentSection.title", "internationalStudentSection.richTextCopy", "internationalStudentSection.exploreMore.title", "internationalStudentSection.exploreMore.ctaLink", "internationalStudentSection.exploreMore.ctaTarget", "card1.title", "card1.desc", "card1.img", "card1.readMore.title", "card1.readMore.ctaLink", "card1.readMore.ctaTarget", "card2.title", "card2.desc", "card2.img", "card2.readMore.title", "card2.readMore.ctaLink", "card2.readMore.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "readMoreTitle"]}', '[]', '2024-07-31 12:50:37.113', '2024-08-05 16:29:35.271', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5171, 'plugin::content-manager.explorer.read', '{}', 'api::international-students-page.international-students-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentCenter.title", "internationalStudentCenter.richTextCopy", "internationalStudentCenter.img", "internationalStudentCenter.key", "internationalStudentsOrientationSessions.title", "internationalStudentsOrientationSessions.richTextCopy", "internationalStudentsOrientationSessions.img", "internationalStudentsOrientationSessions.key", "internationalStudentsActivities.title", "internationalStudentsActivities.richTextCopy", "internationalStudentsActivities.img", "internationalStudentsActivities.key", "internationalStudentsVisaRequirement.title", "internationalStudentsVisaRequirement.richTextCopy", "internationalStudentsVisaRequirement.img", "internationalStudentsVisaRequirement.key", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.451', '2024-11-27 12:16:49.451', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4988, 'plugin::content-manager.explorer.read', '{}', 'api::winter-camp-page.winter-camp-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "overviewSection.img", "overviewSection.link.title", "overviewSection.link.ctaLink", "overviewSection.link.ctaTarget", "campusTitle", "card1.calendarIcon", "card1.title", "card1.desc", "card1.desktopImg", "card1.mobileImg", "card2.title", "card2.desc", "card2.desktopImg", "card2.mobileImg", "card2.uaeResidentTitle1", "card2.uaeResidentTitle2", "card2.price1", "card2.price2", "card2.perWeek1", "card2.perWeek2", "card2.calendarIcon", "winterTitle", "galleryArray.img", "winterCampCard.title", "winterCampCard.desc", "winterCampCard.ctaLink", "winterCampCard.ctaText", "winterCampCard.ctaTarget", "winterCampCard.img", "whyDubaiToggle", "findoutNextHouseCard.title", "findoutNextHouseCard.desc", "findoutNextHouseCard.img", "findoutNextHouseCard.ctaText", "findoutNextHouseCard.ctaLink", "findoutNextHouseCard.ctaTarget", "testimonialTitle", "testimonialDesc", "comments.name", "comments.designation", "comments.comment", "comments.img", "comments.link.title", "comments.link.ctaLink", "comments.link.ctaTarget", "accomodation.logo", "accomodation.title", "accomodation.richTextCopy", "videoImageDesktop", "videoImageMobile", "videoLink", "videoImageTitle", "upcomingEventsTitle", "virtualTourToggle", "openDayToggle", "galleryText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:50.965', '2024-11-25 11:31:50.965', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4015, 'plugin::content-manager.explorer.delete', '{}', 'api::program-page.program-page', '{}', '[]', '2024-07-10 11:45:17.014', '2024-07-10 11:45:17.014', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4016, 'plugin::content-manager.explorer.publish', '{}', 'api::program-page.program-page', '{}', '[]', '2024-07-10 11:45:17.023', '2024-07-10 11:45:17.023', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4020, 'plugin::content-manager.explorer.delete', '{}', 'api::ranking-page.ranking-page', '{}', '[]', '2024-07-10 11:45:17.046', '2024-07-10 11:45:17.046', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4021, 'plugin::content-manager.explorer.publish', '{}', 'api::ranking-page.ranking-page', '{}', '[]', '2024-07-10 11:45:17.054', '2024-07-10 11:45:17.054', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4025, 'plugin::content-manager.explorer.delete', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{}', '[]', '2024-07-10 11:45:17.101', '2024-07-10 11:45:17.101', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4026, 'plugin::content-manager.explorer.publish', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{}', '[]', '2024-07-10 11:45:17.113', '2024-07-10 11:45:17.113', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4641, 'plugin::content-manager.explorer.read', '{}', 'api::program-page.program-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programTitle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "findOutNextHouse.title", "findOutNextHouse.desc", "findOutNextHouse.img", "findOutNextHouse.ctaText", "findOutNextHouse.ctaLink", "findOutNextHouse.ctaTarget", "discoverDubaiCard.title", "discoverDubaiCard.desc", "discoverDubaiCard.ctaLink", "discoverDubaiCard.ctaText", "discoverDubaiCard.ctaTarget", "discoverDubaiCard.img", "joinMaheDubaiSection.title", "joinMaheDubaiSection.desc", "joinMaheDubaiSection.btnText", "joinMaheDubaiSection.ctaLink", "joinMaheDubaiSection.ctaTarget", "internationalStudentSection.title", "internationalStudentSection.richTextCopy", "internationalStudentSection.exploreMore.title", "internationalStudentSection.exploreMore.ctaLink", "internationalStudentSection.exploreMore.ctaTarget", "card1.title", "card1.desc", "card1.img", "card1.readMore.title", "card1.readMore.ctaLink", "card1.readMore.ctaTarget", "card2.title", "card2.desc", "card2.img", "card2.readMore.title", "card2.readMore.ctaLink", "card2.readMore.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "readMoreTitle"]}', '[]', '2024-07-31 12:50:37.121', '2024-08-05 16:29:35.271', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4030, 'plugin::content-manager.explorer.delete', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{}', '[]', '2024-07-10 11:45:17.145', '2024-07-10 11:45:17.145', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4031, 'plugin::content-manager.explorer.publish', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{}', '[]', '2024-07-10 11:45:17.152', '2024-07-10 11:45:17.152', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5172, 'plugin::content-manager.explorer.update', '{}', 'api::international-students-page.international-students-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentCenter.title", "internationalStudentCenter.richTextCopy", "internationalStudentCenter.img", "internationalStudentCenter.key", "internationalStudentsOrientationSessions.title", "internationalStudentsOrientationSessions.richTextCopy", "internationalStudentsOrientationSessions.img", "internationalStudentsOrientationSessions.key", "internationalStudentsActivities.title", "internationalStudentsActivities.richTextCopy", "internationalStudentsActivities.img", "internationalStudentsActivities.key", "internationalStudentsVisaRequirement.title", "internationalStudentsVisaRequirement.richTextCopy", "internationalStudentsVisaRequirement.img", "internationalStudentsVisaRequirement.key", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.465', '2024-11-27 12:16:49.465', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5173, 'plugin::content-manager.explorer.create', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{"fields": ["title", "intro", "richTextCopy", "img", "ourProcess.title", "ourProcess.description", "ourProcess.cards.icon", "ourProcess.cards.title", "ourProcess.note", "ourProcess.whatsappLink", "ourProcess.pdfSec.title", "ourProcess.pdfSec.link", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.476', '2024-11-27 12:16:49.476', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5174, 'plugin::content-manager.explorer.read', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{"fields": ["title", "intro", "richTextCopy", "img", "ourProcess.title", "ourProcess.description", "ourProcess.cards.icon", "ourProcess.cards.title", "ourProcess.note", "ourProcess.whatsappLink", "ourProcess.pdfSec.title", "ourProcess.pdfSec.link", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.503', '2024-11-27 12:16:49.503', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4035, 'plugin::content-manager.explorer.delete', '{}', 'api::research-awards-page.research-awards-page', '{}', '[]', '2024-07-10 11:45:17.188', '2024-07-10 11:45:17.188', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4036, 'plugin::content-manager.explorer.publish', '{}', 'api::research-awards-page.research-awards-page', '{}', '[]', '2024-07-10 11:45:17.195', '2024-07-10 11:45:17.195', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5175, 'plugin::content-manager.explorer.update', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{"fields": ["title", "intro", "richTextCopy", "img", "ourProcess.title", "ourProcess.description", "ourProcess.cards.icon", "ourProcess.cards.title", "ourProcess.note", "ourProcess.whatsappLink", "ourProcess.pdfSec.title", "ourProcess.pdfSec.link", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.512', '2024-11-27 12:16:49.512', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4040, 'plugin::content-manager.explorer.delete', '{}', 'api::research-collaboration-page.research-collaboration-page', '{}', '[]', '2024-07-10 11:45:17.222', '2024-07-10 11:45:17.222', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4041, 'plugin::content-manager.explorer.publish', '{}', 'api::research-collaboration-page.research-collaboration-page', '{}', '[]', '2024-07-10 11:45:17.228', '2024-07-10 11:45:17.228', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4045, 'plugin::content-manager.explorer.delete', '{}', 'api::research-committe-list.research-committe-list', '{}', '[]', '2024-07-10 11:45:17.256', '2024-07-10 11:45:17.256', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4046, 'plugin::content-manager.explorer.publish', '{}', 'api::research-committe-list.research-committe-list', '{}', '[]', '2024-07-10 11:45:17.263', '2024-07-10 11:45:17.263', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4050, 'plugin::content-manager.explorer.delete', '{}', 'api::research-guide-line-page.research-guide-line-page', '{}', '[]', '2024-07-10 11:45:17.287', '2024-07-10 11:45:17.287', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4051, 'plugin::content-manager.explorer.publish', '{}', 'api::research-guide-line-page.research-guide-line-page', '{}', '[]', '2024-07-10 11:45:17.293', '2024-07-10 11:45:17.293', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4055, 'plugin::content-manager.explorer.delete', '{}', 'api::research-main.research-main', '{}', '[]', '2024-07-10 11:45:17.316', '2024-07-10 11:45:17.316', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4056, 'plugin::content-manager.explorer.publish', '{}', 'api::research-main.research-main', '{}', '[]', '2024-07-10 11:45:17.322', '2024-07-10 11:45:17.322', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4991, 'plugin::content-manager.explorer.update', '{}', 'api::fee-and-funding-page.fee-and-funding-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "programs.title", "programs.desc", "programs.richTextCopy", "ApplicationRegTitle", "applicationRegFeeTable.program", "applicationRegFeeTable.applicationFee", "applicationRegFeeTable.richTextCopy", "notes.title", "notes.desc", "virtualTourToggle", "openDayToggle", "howToApply.title", "howToApply.desc", "howToApply.steps.title", "howToApply.steps.img", "howToApply.note", "howToApply.explore.title", "howToApply.explore.ctaLink", "howToApply.explore.ctaTarget", "applyForScholarshipToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:52.523', '2024-11-25 11:31:52.523', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5176, 'plugin::content-manager.explorer.create', '{}', 'api::ranking-page.ranking-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accordianRankings.title", "accordianRankings.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.521', '2024-11-27 12:16:49.521', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4993, 'plugin::content-manager.explorer.update', '{}', 'api::home-page.home-page', '{"fields": ["banner.title", "banner.subTitle", "banner.desktopImg", "banner.mobileImg", "banner.exploreMoreBtn.ctaTarget", "banner.exploreMoreBtn.ctaText", "banner.exploreMoreBtn.ctaLink", "homePageSlider.title", "homePageSlider.desc", "homePageSlider.designation", "homePageSlider.frontImg", "homePageSlider.backImg", "socialInfo.SocialTitle", "socialInfo.SocialKey", "aboutMaheText", "aboutMaheDesc", "ctaTextMaheDubai", "types.desc", "types.icon", "types.title", "ourProgTitle", "ourProgDesc", "campusRoundTitle", "announcementTitle", "announcementComp.img", "announcementComp.ctaLink", "announcementComp.ctaText", "ctaLinkMaheDubai", "latestNews.btnText", "latestNews.ctaLink", "latestNews.ctaTarget", "latestNews.desc", "upcomingEvents.btnText", "upcomingEvents.ctaLink", "upcomingEvents.ctaTarget", "upcomingEvents.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "moreProgramsBtn.ctaTarget", "moreProgramsBtn.ctaText", "moreProgramsBtn.ctaLink", "campusLifeToggle", "admissionsToggle"]}', '[]', '2024-11-25 11:31:53.536', '2024-11-25 11:31:53.536', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4060, 'plugin::content-manager.explorer.delete', '{}', 'api::research-publication-page.research-publication-page', '{}', '[]', '2024-07-10 11:45:17.351', '2024-07-10 11:45:17.351', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4061, 'plugin::content-manager.explorer.publish', '{}', 'api::research-publication-page.research-publication-page', '{}', '[]', '2024-07-10 11:45:17.358', '2024-07-10 11:45:17.358', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5177, 'plugin::content-manager.explorer.read', '{}', 'api::ranking-page.ranking-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accordianRankings.title", "accordianRankings.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.531', '2024-11-27 12:16:49.531', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5178, 'plugin::content-manager.explorer.update', '{}', 'api::ranking-page.ranking-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accordianRankings.title", "accordianRankings.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.54', '2024-11-27 12:16:49.54', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5179, 'plugin::content-manager.explorer.create', '{}', 'api::why-dubai-page.why-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "whyDubaiSection.title", "whyDubaiSection.richTextCopy", "whyDubaiSection.img", "whyDubaiSection.ctaText", "whyDubaiSection.ctaLink", "whyDubaiSection.ctaTarget", "whyDubaiSection.desc", "careerOpportunitiesSection.title", "careerOpportunitiesSection.richTextCopy", "careerOpportunitiesSection.img", "careerOpportunitiesSection.link.title", "careerOpportunitiesSection.link.ctaLink", "careerOpportunitiesSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "admissionsToggle", "studentServicesToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.548', '2024-11-27 12:16:49.548', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4065, 'plugin::content-manager.explorer.delete', '{}', 'api::research-strategy-page.research-strategy-page', '{}', '[]', '2024-07-10 11:45:17.386', '2024-07-10 11:45:17.386', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4066, 'plugin::content-manager.explorer.publish', '{}', 'api::research-strategy-page.research-strategy-page', '{}', '[]', '2024-07-10 11:45:17.392', '2024-07-10 11:45:17.392', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5180, 'plugin::content-manager.explorer.read', '{}', 'api::why-dubai-page.why-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "whyDubaiSection.title", "whyDubaiSection.richTextCopy", "whyDubaiSection.img", "whyDubaiSection.ctaText", "whyDubaiSection.ctaLink", "whyDubaiSection.ctaTarget", "whyDubaiSection.desc", "careerOpportunitiesSection.title", "careerOpportunitiesSection.richTextCopy", "careerOpportunitiesSection.img", "careerOpportunitiesSection.link.title", "careerOpportunitiesSection.link.ctaLink", "careerOpportunitiesSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "admissionsToggle", "studentServicesToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.556', '2024-11-27 12:16:49.556', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5094, 'plugin::content-manager.explorer.delete', '{}', 'api::news-events-category.news-events-category', '{}', '[]', '2024-11-26 12:46:28.522', '2024-11-26 12:46:28.522', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4070, 'plugin::content-manager.explorer.delete', '{}', 'api::student-policy-page.student-policy-page', '{}', '[]', '2024-07-10 11:45:17.413', '2024-07-10 11:45:17.413', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4071, 'plugin::content-manager.explorer.publish', '{}', 'api::student-policy-page.student-policy-page', '{}', '[]', '2024-07-10 11:45:17.419', '2024-07-10 11:45:17.419', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5095, 'plugin::content-manager.explorer.publish', '{}', 'api::news-events-category.news-events-category', '{}', '[]', '2024-11-26 12:46:29.158', '2024-11-26 12:46:29.158', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4075, 'plugin::content-manager.explorer.delete', '{}', 'api::student-service.student-service', '{}', '[]', '2024-07-10 11:45:17.44', '2024-07-10 11:45:17.44', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4076, 'plugin::content-manager.explorer.publish', '{}', 'api::student-service.student-service', '{}', '[]', '2024-07-10 11:45:17.445', '2024-07-10 11:45:17.445', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4080, 'plugin::content-manager.explorer.delete', '{}', 'api::sustainability.sustainability', '{}', '[]', '2024-07-10 11:45:17.466', '2024-07-10 11:45:17.466', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4085, 'plugin::content-manager.explorer.delete', '{}', 'api::terms-and-condition.terms-and-condition', '{}', '[]', '2024-07-10 11:45:17.499', '2024-07-10 11:45:17.499', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4086, 'plugin::content-manager.explorer.publish', '{}', 'api::terms-and-condition.terms-and-condition', '{}', '[]', '2024-07-10 11:45:17.506', '2024-07-10 11:45:17.506', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4999, 'plugin::content-manager.explorer.update', '{}', 'api::ranking-page.ranking-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accordianRankings.title", "accordianRankings.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:56.573', '2024-11-25 11:31:56.573', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5000, 'plugin::content-manager.explorer.update', '{}', 'api::school-collection.school-collection', '{"fields": ["title", "desktopImg", "mobileImg", "slug", "overviewSection.logo", "overviewSection.title", "overviewSection.richTextCopy", "messageFromDean.title", "messageFromDean.intro", "messageFromDean.richTextCopy", "messageFromDean.img", "deputyChairPerson.title", "deputyChairPerson.intro", "deputyChairPerson.richTextCopy", "deputyChairPerson.img", "awardTitle", "awards", "accredationTitle", "accredationImgs.img", "ourFacultyTitle", "faculties", "programTitle", "programs", "schoolHighlightTitle", "announcementTitle", "announcements.img", "announcements.ctaLink", "announcements.ctaText", "latestNewsTitle", "viewNews.ctaTarget", "viewNews.ctaText", "viewNews.ctaLink", "news", "upcomingEventsTitle", "upcomingEventsBtn.ctaTarget", "upcomingEventsBtn.ctaText", "upcomingEventsBtn.ctaLink", "events", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-25 11:31:57.061', '2024-11-25 11:31:57.061', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4090, 'plugin::content-manager.explorer.delete', '{}', 'api::why-dubai-page.why-dubai-page', '{}', '[]', '2024-07-10 11:45:17.532', '2024-07-10 11:45:17.532', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4091, 'plugin::content-manager.explorer.publish', '{}', 'api::why-dubai-page.why-dubai-page', '{}', '[]', '2024-07-10 11:45:17.539', '2024-07-10 11:45:17.539', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5096, 'plugin::content-manager.explorer.create', '{}', 'api::event.event', '{"fields": ["date", "title", "slug", "desktopImg", "mobileImg", "shortDesc", "btnText", "eventImg", "richTextCopy", "school_type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection", "news_events_category"]}', '[]', '2024-11-26 12:48:58.403', '2024-11-26 12:48:58.403', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5098, 'plugin::content-manager.explorer.read', '{}', 'api::event.event', '{"fields": ["date", "title", "slug", "desktopImg", "mobileImg", "shortDesc", "btnText", "eventImg", "richTextCopy", "school_type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection", "news_events_category"]}', '[]', '2024-11-26 12:48:59.407', '2024-11-26 12:48:59.407', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5100, 'plugin::content-manager.explorer.update', '{}', 'api::event.event', '{"fields": ["date", "title", "slug", "desktopImg", "mobileImg", "shortDesc", "btnText", "eventImg", "richTextCopy", "school_type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection", "news_events_category"]}', '[]', '2024-11-26 12:49:00.417', '2024-11-26 12:49:00.417', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5103, 'plugin::content-manager.explorer.create', '{}', 'api::news-single.news-single', '{"fields": ["date", "richTextCopy", "shortDesc", "title", "desktopImg", "mobileImg", "slug", "btnText", "newsImg", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "spolight", "school_collection", "news_events_category"]}', '[]', '2024-11-26 12:50:42.957', '2024-11-26 12:50:42.957', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5105, 'plugin::content-manager.explorer.read', '{}', 'api::news-single.news-single', '{"fields": ["date", "richTextCopy", "shortDesc", "title", "desktopImg", "mobileImg", "slug", "btnText", "newsImg", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "spolight", "school_collection", "news_events_category"]}', '[]', '2024-11-26 12:50:44.014', '2024-11-26 12:50:44.014', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5107, 'plugin::content-manager.explorer.update', '{}', 'api::news-single.news-single', '{"fields": ["date", "richTextCopy", "shortDesc", "title", "desktopImg", "mobileImg", "slug", "btnText", "newsImg", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "spolight", "school_collection", "news_events_category"]}', '[]', '2024-11-26 12:50:45.036', '2024-11-26 12:50:45.036', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5002, 'plugin::content-manager.explorer.update', '{}', 'api::winter-camp-page.winter-camp-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "overviewSection.img", "overviewSection.link.title", "overviewSection.link.ctaLink", "overviewSection.link.ctaTarget", "campusTitle", "card1.calendarIcon", "card1.title", "card1.desc", "card1.desktopImg", "card1.mobileImg", "card2.title", "card2.desc", "card2.desktopImg", "card2.mobileImg", "card2.uaeResidentTitle1", "card2.uaeResidentTitle2", "card2.price1", "card2.price2", "card2.perWeek1", "card2.perWeek2", "card2.calendarIcon", "winterTitle", "galleryArray.img", "winterCampCard.title", "winterCampCard.desc", "winterCampCard.ctaLink", "winterCampCard.ctaText", "winterCampCard.ctaTarget", "winterCampCard.img", "whyDubaiToggle", "findoutNextHouseCard.title", "findoutNextHouseCard.desc", "findoutNextHouseCard.img", "findoutNextHouseCard.ctaText", "findoutNextHouseCard.ctaLink", "findoutNextHouseCard.ctaTarget", "testimonialTitle", "testimonialDesc", "comments.name", "comments.designation", "comments.comment", "comments.img", "comments.link.title", "comments.link.ctaLink", "comments.link.ctaTarget", "accomodation.logo", "accomodation.title", "accomodation.richTextCopy", "videoImageDesktop", "videoImageMobile", "videoLink", "videoImageTitle", "upcomingEventsTitle", "virtualTourToggle", "openDayToggle", "galleryText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 11:31:58.234', '2024-11-25 11:31:58.234', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4095, 'plugin::content-manager.explorer.delete', '{}', 'api::winter-camp-page.winter-camp-page', '{}', '[]', '2024-07-10 11:45:17.564', '2024-07-10 11:45:17.564', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4096, 'plugin::content-manager.explorer.publish', '{}', 'api::winter-camp-page.winter-camp-page', '{}', '[]', '2024-07-10 11:45:17.571', '2024-07-10 11:45:17.571', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5181, 'plugin::content-manager.explorer.update', '{}', 'api::why-dubai-page.why-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "whyDubaiSection.title", "whyDubaiSection.richTextCopy", "whyDubaiSection.img", "whyDubaiSection.ctaText", "whyDubaiSection.ctaLink", "whyDubaiSection.ctaTarget", "whyDubaiSection.desc", "careerOpportunitiesSection.title", "careerOpportunitiesSection.richTextCopy", "careerOpportunitiesSection.img", "careerOpportunitiesSection.link.title", "careerOpportunitiesSection.link.ctaLink", "careerOpportunitiesSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "admissionsToggle", "studentServicesToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.564', '2024-11-27 12:16:49.564', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4100, 'plugin::content-manager.explorer.delete', '{}', 'api::world-wide-page.world-wide-page', '{}', '[]', '2024-07-10 11:45:17.597', '2024-07-10 11:45:17.597', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4101, 'plugin::content-manager.explorer.publish', '{}', 'api::world-wide-page.world-wide-page', '{}', '[]', '2024-07-10 11:45:17.605', '2024-07-10 11:45:17.605', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4103, 'plugin::content-manager.explorer.create', '{}', 'api::administration-page.administration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:01.114', '2024-07-10 20:26:01.114', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4107, 'plugin::content-manager.explorer.create', '{}', 'api::awards-and-achievement.awards-and-achievement', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "awardsAndCertificateSec.title", "awardsAndCertificateSec.awardsCertificate.title", "awardsAndCertificateSec.awardsCertificate.category", "awardsAndCertificateSec.awardsCertificate.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:03.066', '2024-07-10 20:26:03.066', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5182, 'plugin::content-manager.explorer.create', '{}', 'api::winter-camp-page.winter-camp-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "overviewSection.img", "overviewSection.link.title", "overviewSection.link.ctaLink", "overviewSection.link.ctaTarget", "campusTitle", "card1.calendarIcon", "card1.title", "card1.desc", "card1.desktopImg", "card1.mobileImg", "card2.title", "card2.desc", "card2.desktopImg", "card2.mobileImg", "card2.uaeResidentTitle1", "card2.uaeResidentTitle2", "card2.price1", "card2.price2", "card2.perWeek1", "card2.perWeek2", "card2.calendarIcon", "winterTitle", "galleryArray.img", "winterCampCard.title", "winterCampCard.desc", "winterCampCard.ctaLink", "winterCampCard.ctaText", "winterCampCard.ctaTarget", "winterCampCard.img", "whyDubaiToggle", "findoutNextHouseCard.title", "findoutNextHouseCard.desc", "findoutNextHouseCard.img", "findoutNextHouseCard.ctaText", "findoutNextHouseCard.ctaLink", "findoutNextHouseCard.ctaTarget", "testimonialTitle", "testimonialDesc", "comments.name", "comments.designation", "comments.comment", "comments.img", "comments.link.title", "comments.link.ctaLink", "comments.link.ctaTarget", "accomodation.logo", "accomodation.title", "accomodation.richTextCopy", "videoImageDesktop", "videoImageMobile", "videoLink", "videoImageTitle", "upcomingEventsTitle", "virtualTourToggle", "openDayToggle", "galleryText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.573', '2024-11-27 12:16:49.573', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4109, 'plugin::content-manager.explorer.create', '{}', 'api::blog-listing.blog-listing', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "subTitle", "title2", "subTitle2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:04.039', '2024-07-10 20:26:04.039', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5183, 'plugin::content-manager.explorer.read', '{}', 'api::winter-camp-page.winter-camp-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "overviewSection.img", "overviewSection.link.title", "overviewSection.link.ctaLink", "overviewSection.link.ctaTarget", "campusTitle", "card1.calendarIcon", "card1.title", "card1.desc", "card1.desktopImg", "card1.mobileImg", "card2.title", "card2.desc", "card2.desktopImg", "card2.mobileImg", "card2.uaeResidentTitle1", "card2.uaeResidentTitle2", "card2.price1", "card2.price2", "card2.perWeek1", "card2.perWeek2", "card2.calendarIcon", "winterTitle", "galleryArray.img", "winterCampCard.title", "winterCampCard.desc", "winterCampCard.ctaLink", "winterCampCard.ctaText", "winterCampCard.ctaTarget", "winterCampCard.img", "whyDubaiToggle", "findoutNextHouseCard.title", "findoutNextHouseCard.desc", "findoutNextHouseCard.img", "findoutNextHouseCard.ctaText", "findoutNextHouseCard.ctaLink", "findoutNextHouseCard.ctaTarget", "testimonialTitle", "testimonialDesc", "comments.name", "comments.designation", "comments.comment", "comments.img", "comments.link.title", "comments.link.ctaLink", "comments.link.ctaTarget", "accomodation.logo", "accomodation.title", "accomodation.richTextCopy", "videoImageDesktop", "videoImageMobile", "videoLink", "videoImageTitle", "upcomingEventsTitle", "virtualTourToggle", "openDayToggle", "galleryText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.582', '2024-11-27 12:16:49.582', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4111, 'plugin::content-manager.explorer.create', '{}', 'api::career-page-banner.career-page-banner', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "cards.title", "cards.subTitle", "cards.ctaText", "cards.ctaLink", "cards.ctaTarget", "cards.richTextCopy", "cards.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:05.028', '2024-07-10 20:26:05.028', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4275, 'plugin::content-manager.explorer.update', '{}', 'api::world-wide-page.world-wide-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "intro", "detailLink.title", "detailLink.ctaLink", "detailLink.ctaTarget", "universityListings.title", "universityListings.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:27:27.245', '2024-07-10 20:27:27.245', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5184, 'plugin::content-manager.explorer.update', '{}', 'api::winter-camp-page.winter-camp-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overviewSection.title", "overviewSection.richTextCopy", "overviewSection.img", "overviewSection.link.title", "overviewSection.link.ctaLink", "overviewSection.link.ctaTarget", "campusTitle", "card1.calendarIcon", "card1.title", "card1.desc", "card1.desktopImg", "card1.mobileImg", "card2.title", "card2.desc", "card2.desktopImg", "card2.mobileImg", "card2.uaeResidentTitle1", "card2.uaeResidentTitle2", "card2.price1", "card2.price2", "card2.perWeek1", "card2.perWeek2", "card2.calendarIcon", "winterTitle", "galleryArray.img", "winterCampCard.title", "winterCampCard.desc", "winterCampCard.ctaLink", "winterCampCard.ctaText", "winterCampCard.ctaTarget", "winterCampCard.img", "whyDubaiToggle", "findoutNextHouseCard.title", "findoutNextHouseCard.desc", "findoutNextHouseCard.img", "findoutNextHouseCard.ctaText", "findoutNextHouseCard.ctaLink", "findoutNextHouseCard.ctaTarget", "testimonialTitle", "testimonialDesc", "comments.name", "comments.designation", "comments.comment", "comments.img", "comments.link.title", "comments.link.ctaLink", "comments.link.ctaTarget", "accomodation.logo", "accomodation.title", "accomodation.richTextCopy", "videoImageDesktop", "videoImageMobile", "videoLink", "videoImageTitle", "upcomingEventsTitle", "virtualTourToggle", "openDayToggle", "galleryText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:16:49.591', '2024-11-27 12:16:49.591', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4112, 'plugin::content-manager.explorer.create', '{}', 'api::career-services-center.career-services-center', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "richTextCopy", "img1", "img2", "visionTitle", "visionDescription", "figures.title", "figures.subTitle", "figures.icon", "features.title", "features.intro", "features.richTextCopy", "features.img", "maheDubaiTitle", "maheDubaiDescription", "maheDubaiLink", "maheDubaiImg", "incubationCenterTitle", "incubationCenterIntro", "incubationCenterRichTextCopy", "incubationCenterLink", "incubationCenterImg1", "incubationCenterImg2", "incubationCenterImg3", "eventTitle", "partners.title", "partners.description", "partners.cards.title", "partners.cards.logo", "sucessStoriesTitle", "maheDubaiBtnText", "incubationCenterBtnText", "sucessStoriesBtnText", "sucessStoriesBtnLink", "eventReadmoreBtn.title", "eventReadmoreBtn.ctaLink", "eventReadmoreBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:05.515', '2024-07-10 20:26:05.515', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4113, 'plugin::content-manager.explorer.create', '{}', 'api::contact-us-page.contact-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstHeading", "img", "form.title", "form.desc", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "liveChat.icon", "liveChat.title", "liveChat.doubleText.title", "liveChat.doubleText.ctaLink", "liveChat.doubleText.ctaTarget", "socialMedia.icon", "socialMedia.title", "socialMedia.iconsData.ctaTarget", "socialMedia.iconsData.ctaLink", "socialMedia.iconsData.icon", "socialMedia.iconsData.ctaText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:06.002', '2024-07-10 20:26:06.002', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4114, 'plugin::content-manager.explorer.create', '{}', 'api::events-page.events-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "upcomingEventsTitle", "pastEventsTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:06.49', '2024-07-10 20:26:06.49', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5185, 'plugin::content-manager.explorer.create', '{}', 'api::award.award', '{"fields": ["title", "rank", "address", "rankedBy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-11-27 12:17:16.815', '2024-11-27 12:17:16.815', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5186, 'plugin::content-manager.explorer.read', '{}', 'api::award.award', '{"fields": ["title", "rank", "address", "rankedBy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-11-27 12:17:16.824', '2024-11-27 12:17:16.824', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5187, 'plugin::content-manager.explorer.update', '{}', 'api::award.award', '{"fields": ["title", "rank", "address", "rankedBy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-11-27 12:17:16.832', '2024-11-27 12:17:16.832', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4118, 'plugin::content-manager.explorer.create', '{}', 'api::history.history', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "ourHistoryTitle", "desc", "ourHistory.year", "ourHistory.desktopImg", "ourHistory.mobileImg", "ourHistory.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:08.446', '2024-07-10 20:26:08.446', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5188, 'plugin::content-manager.explorer.create', '{}', 'api::event.event', '{"fields": ["date", "title", "slug", "desktopImg", "mobileImg", "shortDesc", "btnText", "eventImg", "richTextCopy", "school_type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection", "news_events_category"]}', '[]', '2024-11-27 12:17:16.841', '2024-11-27 12:17:16.841', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5189, 'plugin::content-manager.explorer.read', '{}', 'api::event.event', '{"fields": ["date", "title", "slug", "desktopImg", "mobileImg", "shortDesc", "btnText", "eventImg", "richTextCopy", "school_type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection", "news_events_category"]}', '[]', '2024-11-27 12:17:16.848', '2024-11-27 12:17:16.848', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5190, 'plugin::content-manager.explorer.update', '{}', 'api::event.event', '{"fields": ["date", "title", "slug", "desktopImg", "mobileImg", "shortDesc", "btnText", "eventImg", "richTextCopy", "school_type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection", "news_events_category"]}', '[]', '2024-11-27 12:17:16.856', '2024-11-27 12:17:16.856', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5006, 'plugin::content-manager.explorer.create', '{}', 'api::international-collaboration.international-collaboration', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalCollaboration.title", "internationalCollaboration.richTextCopy", "internationalCollaboration.img", "internationalCollaboration.link.title", "internationalCollaboration.link.ctaLink", "internationalCollaboration.link.ctaTarget", "studentExchange.title", "studentExchange.richTextCopy", "studentExchange.img", "studentExchange.link.title", "studentExchange.link.ctaLink", "studentExchange.link.ctaTarget", "logoCardSlider.title", "logoCardSlider.icon", "academicPartnerTitle", "academicDesc", "cultureEducationTitle.title", "cultureEducationTitle.richTextCopy", "cultureEducationTitle.img", "cultureEducationTitle.link.title", "cultureEducationTitle.link.ctaLink", "cultureEducationTitle.link.ctaTarget", "partnershipCard.title", "partnershipCard.icon", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 13:30:05.502', '2024-11-25 13:30:05.502', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5191, 'plugin::content-manager.explorer.create', '{}', 'api::faculty.faculty', '{"fields": ["title", "designation", "phone", "email", "img", "faculty_type", "academics.biography.title", "academics.biography.richTextCopy", "academics.currentAcademicRole.title", "academics.currentAcademicRole.richTextCopy", "academics.SubjectCurrentTeachTitle", "academics.subjectCurrentTeachTable.subject", "academics.subjectCurrentTeachTable.subjectCode", "academics.subjectCurrentTeachTable.year", "academics.academicQualificationTitle", "academics.qualificationExpTitle", "academics.subjectTaughtRichText", "academics.academicQualification.degree", "academics.academicQualification.specialisation", "academics.academicQualification.institute", "academics.academicQualification.year", "academics.qualificationExp.institution", "academics.qualificationExp.designation", "academics.qualificationExp.role", "academics.qualificationExp.tenure", "academics.subjectTaughtTitle", "expertise.professionalAffiliationTitle", "expertise.areaOfInterestTitle", "expertise.richTextCopy", "research.research.title", "research.research.ctaLink", "research.research.ctaTarget", "research.research.shortDesc", "publication.title", "publication.shortDesc", "publication.ctaLink", "publication.ctaTarget", "publication.ctaText", "studentProjects.title", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-11-27 12:17:16.864', '2024-11-27 12:17:16.864', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5008, 'plugin::content-manager.explorer.read', '{}', 'api::international-collaboration.international-collaboration', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalCollaboration.title", "internationalCollaboration.richTextCopy", "internationalCollaboration.img", "internationalCollaboration.link.title", "internationalCollaboration.link.ctaLink", "internationalCollaboration.link.ctaTarget", "studentExchange.title", "studentExchange.richTextCopy", "studentExchange.img", "studentExchange.link.title", "studentExchange.link.ctaLink", "studentExchange.link.ctaTarget", "logoCardSlider.title", "logoCardSlider.icon", "academicPartnerTitle", "academicDesc", "cultureEducationTitle.title", "cultureEducationTitle.richTextCopy", "cultureEducationTitle.img", "cultureEducationTitle.link.title", "cultureEducationTitle.link.ctaLink", "cultureEducationTitle.link.ctaTarget", "partnershipCard.title", "partnershipCard.icon", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 13:30:06.527', '2024-11-25 13:30:06.527', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5192, 'plugin::content-manager.explorer.read', '{}', 'api::faculty.faculty', '{"fields": ["title", "designation", "phone", "email", "img", "faculty_type", "academics.biography.title", "academics.biography.richTextCopy", "academics.currentAcademicRole.title", "academics.currentAcademicRole.richTextCopy", "academics.SubjectCurrentTeachTitle", "academics.subjectCurrentTeachTable.subject", "academics.subjectCurrentTeachTable.subjectCode", "academics.subjectCurrentTeachTable.year", "academics.academicQualificationTitle", "academics.qualificationExpTitle", "academics.subjectTaughtRichText", "academics.academicQualification.degree", "academics.academicQualification.specialisation", "academics.academicQualification.institute", "academics.academicQualification.year", "academics.qualificationExp.institution", "academics.qualificationExp.designation", "academics.qualificationExp.role", "academics.qualificationExp.tenure", "academics.subjectTaughtTitle", "expertise.professionalAffiliationTitle", "expertise.areaOfInterestTitle", "expertise.richTextCopy", "research.research.title", "research.research.ctaLink", "research.research.ctaTarget", "research.research.shortDesc", "publication.title", "publication.shortDesc", "publication.ctaLink", "publication.ctaTarget", "publication.ctaText", "studentProjects.title", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-11-27 12:17:16.873', '2024-11-27 12:17:16.873', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4791, 'plugin::content-manager.explorer.create', '{}', 'api::degree.degree', '{"fields": ["title", "key", "programs", "img", "ctaLink", "ctaText", "shortDesc"]}', '[]', '2024-08-08 17:30:42.502', '2024-08-08 17:30:42.502', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5010, 'plugin::content-manager.explorer.update', '{}', 'api::international-collaboration.international-collaboration', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalCollaboration.title", "internationalCollaboration.richTextCopy", "internationalCollaboration.img", "internationalCollaboration.link.title", "internationalCollaboration.link.ctaLink", "internationalCollaboration.link.ctaTarget", "studentExchange.title", "studentExchange.richTextCopy", "studentExchange.img", "studentExchange.link.title", "studentExchange.link.ctaLink", "studentExchange.link.ctaTarget", "logoCardSlider.title", "logoCardSlider.icon", "academicPartnerTitle", "academicDesc", "cultureEducationTitle.title", "cultureEducationTitle.richTextCopy", "cultureEducationTitle.img", "cultureEducationTitle.link.title", "cultureEducationTitle.link.ctaLink", "cultureEducationTitle.link.ctaTarget", "partnershipCard.title", "partnershipCard.icon", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 13:30:07.551', '2024-11-25 13:30:07.551', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5193, 'plugin::content-manager.explorer.update', '{}', 'api::faculty.faculty', '{"fields": ["title", "designation", "phone", "email", "img", "faculty_type", "academics.biography.title", "academics.biography.richTextCopy", "academics.currentAcademicRole.title", "academics.currentAcademicRole.richTextCopy", "academics.SubjectCurrentTeachTitle", "academics.subjectCurrentTeachTable.subject", "academics.subjectCurrentTeachTable.subjectCode", "academics.subjectCurrentTeachTable.year", "academics.academicQualificationTitle", "academics.qualificationExpTitle", "academics.subjectTaughtRichText", "academics.academicQualification.degree", "academics.academicQualification.specialisation", "academics.academicQualification.institute", "academics.academicQualification.year", "academics.qualificationExp.institution", "academics.qualificationExp.designation", "academics.qualificationExp.role", "academics.qualificationExp.tenure", "academics.subjectTaughtTitle", "expertise.professionalAffiliationTitle", "expertise.areaOfInterestTitle", "expertise.richTextCopy", "research.research.title", "research.research.ctaLink", "research.research.ctaTarget", "research.research.shortDesc", "publication.title", "publication.shortDesc", "publication.ctaLink", "publication.ctaTarget", "publication.ctaText", "studentProjects.title", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "phone2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "school_collection"]}', '[]', '2024-11-27 12:17:16.883', '2024-11-27 12:17:16.883', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4792, 'plugin::content-manager.explorer.read', '{}', 'api::degree.degree', '{"fields": ["title", "key", "programs", "img", "ctaLink", "ctaText", "shortDesc"]}', '[]', '2024-08-08 17:30:43.005', '2024-08-08 17:30:43.005', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5194, 'plugin::content-manager.explorer.create', '{}', 'api::news-single.news-single', '{"fields": ["date", "richTextCopy", "shortDesc", "title", "desktopImg", "mobileImg", "slug", "btnText", "newsImg", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "spolight", "school_collection", "news_events_category"]}', '[]', '2024-11-27 12:17:16.893', '2024-11-27 12:17:16.893', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4134, 'plugin::content-manager.explorer.create', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "richTextCopy", "worldWideTitle", "shortDesc", "img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:16.306', '2024-07-10 20:26:16.306', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4135, 'plugin::content-manager.explorer.create', '{}', 'api::news-detail-page.news-detail-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:16.792', '2024-07-10 20:26:16.792', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4136, 'plugin::content-manager.explorer.create', '{}', 'api::news-main.news-main', '{"fields": ["spotlightTitle", "spotlightDesc", "moreNewsTitle", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:17.277', '2024-07-10 20:26:17.277', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4137, 'plugin::content-manager.explorer.create', '{}', 'api::open-day.open-day', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "subTitle", "table.date", "table.location", "table.time", "table.status", "pointsSec.title", "pointsSec.title2", "pointsSec.points.title", "videoUrl", "formTitle", "formDescription", "videoThumbnail", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:17.762', '2024-07-10 20:26:17.762', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4793, 'plugin::content-manager.explorer.update', '{}', 'api::degree.degree', '{"fields": ["title", "key", "programs", "img", "ctaLink", "ctaText", "shortDesc"]}', '[]', '2024-08-08 17:30:43.5', '2024-08-08 17:30:43.5', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4139, 'plugin::content-manager.explorer.create', '{}', 'api::our-faculty.our-faculty', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:19.024', '2024-07-10 20:26:19.024', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4140, 'plugin::content-manager.explorer.create', '{}', 'api::policy.policy', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "richTextCopy", "admissionEnqTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:19.511', '2024-07-10 20:26:19.511', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4141, 'plugin::content-manager.explorer.create', '{}', 'api::privacy-policy.privacy-policy', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:19.998', '2024-07-10 20:26:19.998', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5195, 'plugin::content-manager.explorer.read', '{}', 'api::news-single.news-single', '{"fields": ["date", "richTextCopy", "shortDesc", "title", "desktopImg", "mobileImg", "slug", "btnText", "newsImg", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "spolight", "school_collection", "news_events_category"]}', '[]', '2024-11-27 12:17:16.901', '2024-11-27 12:17:16.901', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5196, 'plugin::content-manager.explorer.update', '{}', 'api::news-single.news-single', '{"fields": ["date", "richTextCopy", "shortDesc", "title", "desktopImg", "mobileImg", "slug", "btnText", "newsImg", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "spolight", "school_collection", "news_events_category"]}', '[]', '2024-11-27 12:17:16.914', '2024-11-27 12:17:16.914', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5197, 'plugin::content-manager.explorer.create', '{}', 'api::program.program', '{"fields": ["title", "slug", "desktopImg", "mobileImg", "courseDetail.courseDetailsData.title", "courseDetail.courseDetailsData.subTitle", "courseDetail.courseDetailsData.icon", "courseDetail.downloadBrochure.title", "courseDetail.downloadBrochure.ctaLink", "courseDetail.downloadBrochure.ctaTarget", "bookNowCard.publication.title", "bookNowCard.publication.shortDesc", "bookNowCard.publication.ctaLink", "bookNowCard.publication.ctaTarget", "bookNowCard.publication.ctaText", "courseOverview.logo", "courseOverview.title", "courseOverview.richTextCopy", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "richTextCopy", "benefits.logo", "benefits.title", "benefits.richTextCopy", "benefitsImage", "accreditationSection.title", "accreditationSection.richTextCopy", "accreditationSection.img", "accreditationSection.link.title", "accreditationSection.link.ctaLink", "accreditationSection.link.ctaTarget", "courseAccreditationTitle", "images.img", "admissionReqSection.title", "admissionReqSection.richTextCopy", "admissionReqSection.img", "admissionReqSection.link.title", "admissionReqSection.link.ctaLink", "admissionReqSection.link.ctaTarget", "admissionReqImg", "careerOpportunities.img", "careerOpportunities.icon", "careerOpportunities.title", "careerOpportunities.richTextCopy", "courseOption.title", "courseOption.img", "courseOption.hoverText", "yearsSection.title", "yearsSection.richTextCopy", "shortDesc", "programTableRichText", "courseDetailSectionWithIcon.logo", "courseDetailSectionWithIcon.title", "courseDetailSectionWithIcon.richTextCopy", "feeSection.logo", "feeSection.title", "feeSection.richTextCopy", "feeSectionImg", "feePrograms.key", "feePrograms.value", "school_collection", "degrees", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:17:16.923', '2024-11-27 12:17:16.923', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4144, 'plugin::content-manager.explorer.create', '{}', 'api::recognitions-and-accreditation.recognitions-and-accreditation', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "accreditationSec.leftTitle", "accreditationSec.rightTitle", "accreditationSec.img", "accreditationSec.leftRichTextCopy", "accreditationSec.rightRichTextCopy", "higherEducationSec.title", "higherEducationSec.slider.logo", "higherEducationSec.slider.title", "higherEducationSec.slider.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:21.462', '2024-07-10 20:26:21.462', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4145, 'plugin::content-manager.explorer.create', '{}', 'api::research-at-dubai-page.research-at-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "overViewSection.title", "overViewSection.richTextCopy", "overViewSection.img", "overViewSection.ctaLink", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:21.949', '2024-07-10 20:26:21.949', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4146, 'plugin::content-manager.explorer.create', '{}', 'api::research-awards-page.research-awards-page', '{"fields": ["awardSection.title", "awardSection.desc", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-10 20:26:22.438', '2024-07-10 20:26:22.438', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5198, 'plugin::content-manager.explorer.read', '{}', 'api::program.program', '{"fields": ["title", "slug", "desktopImg", "mobileImg", "courseDetail.courseDetailsData.title", "courseDetail.courseDetailsData.subTitle", "courseDetail.courseDetailsData.icon", "courseDetail.downloadBrochure.title", "courseDetail.downloadBrochure.ctaLink", "courseDetail.downloadBrochure.ctaTarget", "bookNowCard.publication.title", "bookNowCard.publication.shortDesc", "bookNowCard.publication.ctaLink", "bookNowCard.publication.ctaTarget", "bookNowCard.publication.ctaText", "courseOverview.logo", "courseOverview.title", "courseOverview.richTextCopy", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "richTextCopy", "benefits.logo", "benefits.title", "benefits.richTextCopy", "benefitsImage", "accreditationSection.title", "accreditationSection.richTextCopy", "accreditationSection.img", "accreditationSection.link.title", "accreditationSection.link.ctaLink", "accreditationSection.link.ctaTarget", "courseAccreditationTitle", "images.img", "admissionReqSection.title", "admissionReqSection.richTextCopy", "admissionReqSection.img", "admissionReqSection.link.title", "admissionReqSection.link.ctaLink", "admissionReqSection.link.ctaTarget", "admissionReqImg", "careerOpportunities.img", "careerOpportunities.icon", "careerOpportunities.title", "careerOpportunities.richTextCopy", "courseOption.title", "courseOption.img", "courseOption.hoverText", "yearsSection.title", "yearsSection.richTextCopy", "shortDesc", "programTableRichText", "courseDetailSectionWithIcon.logo", "courseDetailSectionWithIcon.title", "courseDetailSectionWithIcon.richTextCopy", "feeSection.logo", "feeSection.title", "feeSection.richTextCopy", "feeSectionImg", "feePrograms.key", "feePrograms.value", "school_collection", "degrees", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:17:16.931', '2024-11-27 12:17:16.931', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4535, 'plugin::content-manager.explorer.create', '{}', 'api::faq-page.faq-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "faqs.title", "faqs.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "title"]}', '[]', '2024-07-31 12:47:03.172', '2024-07-31 12:47:03.172', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4536, 'plugin::content-manager.explorer.read', '{}', 'api::faq-page.faq-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "faqs.title", "faqs.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "title"]}', '[]', '2024-07-31 12:47:03.179', '2024-07-31 12:47:03.179', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4537, 'plugin::content-manager.explorer.update', '{}', 'api::faq-page.faq-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "faqs.title", "faqs.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "title"]}', '[]', '2024-07-31 12:47:03.185', '2024-07-31 12:47:03.185', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5199, 'plugin::content-manager.explorer.update', '{}', 'api::program.program', '{"fields": ["title", "slug", "desktopImg", "mobileImg", "courseDetail.courseDetailsData.title", "courseDetail.courseDetailsData.subTitle", "courseDetail.courseDetailsData.icon", "courseDetail.downloadBrochure.title", "courseDetail.downloadBrochure.ctaLink", "courseDetail.downloadBrochure.ctaTarget", "bookNowCard.publication.title", "bookNowCard.publication.shortDesc", "bookNowCard.publication.ctaLink", "bookNowCard.publication.ctaTarget", "bookNowCard.publication.ctaText", "courseOverview.logo", "courseOverview.title", "courseOverview.richTextCopy", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "richTextCopy", "benefits.logo", "benefits.title", "benefits.richTextCopy", "benefitsImage", "accreditationSection.title", "accreditationSection.richTextCopy", "accreditationSection.img", "accreditationSection.link.title", "accreditationSection.link.ctaLink", "accreditationSection.link.ctaTarget", "courseAccreditationTitle", "images.img", "admissionReqSection.title", "admissionReqSection.richTextCopy", "admissionReqSection.img", "admissionReqSection.link.title", "admissionReqSection.link.ctaLink", "admissionReqSection.link.ctaTarget", "admissionReqImg", "careerOpportunities.img", "careerOpportunities.icon", "careerOpportunities.title", "careerOpportunities.richTextCopy", "courseOption.title", "courseOption.img", "courseOption.hoverText", "yearsSection.title", "yearsSection.richTextCopy", "shortDesc", "programTableRichText", "courseDetailSectionWithIcon.logo", "courseDetailSectionWithIcon.title", "courseDetailSectionWithIcon.richTextCopy", "feeSection.logo", "feeSection.title", "feeSection.richTextCopy", "feeSectionImg", "feePrograms.key", "feePrograms.value", "school_collection", "degrees", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 12:17:16.96', '2024-11-27 12:17:16.96', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5200, 'plugin::content-manager.explorer.create', '{}', 'api::school-collection.school-collection', '{"fields": ["title", "desktopImg", "mobileImg", "slug", "overviewSection.logo", "overviewSection.title", "overviewSection.richTextCopy", "messageFromDean.title", "messageFromDean.intro", "messageFromDean.richTextCopy", "messageFromDean.img", "deputyChairPerson.title", "deputyChairPerson.intro", "deputyChairPerson.richTextCopy", "deputyChairPerson.img", "awardTitle", "awards", "accredationTitle", "accredationImgs.img", "ourFacultyTitle", "faculties", "programTitle", "programs", "schoolHighlightTitle", "announcementTitle", "announcements.img", "announcements.ctaLink", "announcements.ctaText", "latestNewsTitle", "viewNews.ctaTarget", "viewNews.ctaText", "viewNews.ctaLink", "news", "upcomingEventsTitle", "upcomingEventsBtn.ctaTarget", "upcomingEventsBtn.ctaText", "upcomingEventsBtn.ctaLink", "events", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-27 12:17:16.97', '2024-11-27 12:17:16.97', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4541, 'plugin::content-manager.explorer.create', '{}', 'api::about-us-page.about-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "aboutMaheDubaiSection.title", "aboutMaheDubaiSection.desc", "aboutMaheDubaiSection.ctaLink", "aboutMaheDubaiSection.ctaText", "aboutMaheDubaiSection.ctaTarget", "aboutMaheDubaiSection.videoLink", "programs.desc", "programs.icon", "programs.title", "ourHistoryTitle", "historyDesc", "leadershipTitle", "leadershipDesc", "recognitionAccelerationSection.title", "recognitionAccelerationSection.richTextCopy", "recognitionAccelerationSection.img", "recognitionAccelerationSection.ctaText", "recognitionAccelerationSection.ctaLink", "recognitionAccelerationSection.ctaTarget", "recognitionAccelerationSection.desc", "visionSection.desc", "visionSection.icon", "visionSection.title", "rankingTitle", "rankingDesc", "ctaTarget", "ctaText", "ctaLink", "smallPicture", "largePicture", "ranksFaq.title", "ranksFaq.desc", "worldWideTitle", "worldWideDesc", "proudDesc", "administrationTitle", "administrationDesc", "studentPoliciesTitle", "viewAllPoliciesText", "viewAllPoliciesLink", "worldWideViewMore.title", "worldWideViewMore.ctaLink", "worldWideViewMore.ctaTarget", "awardLink.title", "awardLink.ctaLink", "awardLink.ctaTarget", "admissionLink.title", "admissionLink.ctaLink", "admissionLink.ctaTarget", "leaderships", "universities", "awards", "administrations", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:28.923', '2024-07-31 12:49:28.923', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4542, 'plugin::content-manager.explorer.read', '{}', 'api::about-us-page.about-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "aboutMaheDubaiSection.title", "aboutMaheDubaiSection.desc", "aboutMaheDubaiSection.ctaLink", "aboutMaheDubaiSection.ctaText", "aboutMaheDubaiSection.ctaTarget", "aboutMaheDubaiSection.videoLink", "programs.desc", "programs.icon", "programs.title", "ourHistoryTitle", "historyDesc", "leadershipTitle", "leadershipDesc", "recognitionAccelerationSection.title", "recognitionAccelerationSection.richTextCopy", "recognitionAccelerationSection.img", "recognitionAccelerationSection.ctaText", "recognitionAccelerationSection.ctaLink", "recognitionAccelerationSection.ctaTarget", "recognitionAccelerationSection.desc", "visionSection.desc", "visionSection.icon", "visionSection.title", "rankingTitle", "rankingDesc", "ctaTarget", "ctaText", "ctaLink", "smallPicture", "largePicture", "ranksFaq.title", "ranksFaq.desc", "worldWideTitle", "worldWideDesc", "proudDesc", "administrationTitle", "administrationDesc", "studentPoliciesTitle", "viewAllPoliciesText", "viewAllPoliciesLink", "worldWideViewMore.title", "worldWideViewMore.ctaLink", "worldWideViewMore.ctaTarget", "awardLink.title", "awardLink.ctaLink", "awardLink.ctaTarget", "admissionLink.title", "admissionLink.ctaLink", "admissionLink.ctaTarget", "leaderships", "universities", "awards", "administrations", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:28.935', '2024-07-31 12:49:28.935', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4543, 'plugin::content-manager.explorer.update', '{}', 'api::about-us-page.about-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "aboutMaheDubaiSection.title", "aboutMaheDubaiSection.desc", "aboutMaheDubaiSection.ctaLink", "aboutMaheDubaiSection.ctaText", "aboutMaheDubaiSection.ctaTarget", "aboutMaheDubaiSection.videoLink", "programs.desc", "programs.icon", "programs.title", "ourHistoryTitle", "historyDesc", "leadershipTitle", "leadershipDesc", "recognitionAccelerationSection.title", "recognitionAccelerationSection.richTextCopy", "recognitionAccelerationSection.img", "recognitionAccelerationSection.ctaText", "recognitionAccelerationSection.ctaLink", "recognitionAccelerationSection.ctaTarget", "recognitionAccelerationSection.desc", "visionSection.desc", "visionSection.icon", "visionSection.title", "rankingTitle", "rankingDesc", "ctaTarget", "ctaText", "ctaLink", "smallPicture", "largePicture", "ranksFaq.title", "ranksFaq.desc", "worldWideTitle", "worldWideDesc", "proudDesc", "administrationTitle", "administrationDesc", "studentPoliciesTitle", "viewAllPoliciesText", "viewAllPoliciesLink", "worldWideViewMore.title", "worldWideViewMore.ctaLink", "worldWideViewMore.ctaTarget", "awardLink.title", "awardLink.ctaLink", "awardLink.ctaTarget", "admissionLink.title", "admissionLink.ctaLink", "admissionLink.ctaTarget", "leaderships", "universities", "awards", "administrations", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:28.945', '2024-07-31 12:49:28.945', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4544, 'plugin::content-manager.explorer.create', '{}', 'api::administration-page.administration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:28.951', '2024-07-31 12:49:28.951', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4545, 'plugin::content-manager.explorer.read', '{}', 'api::administration-page.administration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:28.958', '2024-07-31 12:49:28.958', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4546, 'plugin::content-manager.explorer.update', '{}', 'api::administration-page.administration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:28.964', '2024-07-31 12:49:28.964', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5201, 'plugin::content-manager.explorer.read', '{}', 'api::school-collection.school-collection', '{"fields": ["title", "desktopImg", "mobileImg", "slug", "overviewSection.logo", "overviewSection.title", "overviewSection.richTextCopy", "messageFromDean.title", "messageFromDean.intro", "messageFromDean.richTextCopy", "messageFromDean.img", "deputyChairPerson.title", "deputyChairPerson.intro", "deputyChairPerson.richTextCopy", "deputyChairPerson.img", "awardTitle", "awards", "accredationTitle", "accredationImgs.img", "ourFacultyTitle", "faculties", "programTitle", "programs", "schoolHighlightTitle", "announcementTitle", "announcements.img", "announcements.ctaLink", "announcements.ctaText", "latestNewsTitle", "viewNews.ctaTarget", "viewNews.ctaText", "viewNews.ctaLink", "news", "upcomingEventsTitle", "upcomingEventsBtn.ctaTarget", "upcomingEventsBtn.ctaText", "upcomingEventsBtn.ctaLink", "events", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-27 12:17:16.98', '2024-11-27 12:17:16.98', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5202, 'plugin::content-manager.explorer.update', '{}', 'api::school-collection.school-collection', '{"fields": ["title", "desktopImg", "mobileImg", "slug", "overviewSection.logo", "overviewSection.title", "overviewSection.richTextCopy", "messageFromDean.title", "messageFromDean.intro", "messageFromDean.richTextCopy", "messageFromDean.img", "deputyChairPerson.title", "deputyChairPerson.intro", "deputyChairPerson.richTextCopy", "deputyChairPerson.img", "awardTitle", "awards", "accredationTitle", "accredationImgs.img", "ourFacultyTitle", "faculties", "programTitle", "programs", "schoolHighlightTitle", "announcementTitle", "announcements.img", "announcements.ctaLink", "announcements.ctaText", "latestNewsTitle", "viewNews.ctaTarget", "viewNews.ctaText", "viewNews.ctaLink", "news", "upcomingEventsTitle", "upcomingEventsBtn.ctaTarget", "upcomingEventsBtn.ctaText", "upcomingEventsBtn.ctaLink", "events", "virtualTourToggle", "openDayToggle"]}', '[]', '2024-11-27 12:17:16.988', '2024-11-27 12:17:16.988', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4556, 'plugin::content-manager.explorer.create', '{}', 'api::awards-and-achievement.awards-and-achievement', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "awardsAndCertificateSec.title", "awardsAndCertificateSec.awardsCertificate.title", "awardsAndCertificateSec.awardsCertificate.category", "awardsAndCertificateSec.awardsCertificate.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.047', '2024-07-31 12:49:29.047', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4557, 'plugin::content-manager.explorer.read', '{}', 'api::awards-and-achievement.awards-and-achievement', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "awardsAndCertificateSec.title", "awardsAndCertificateSec.awardsCertificate.title", "awardsAndCertificateSec.awardsCertificate.category", "awardsAndCertificateSec.awardsCertificate.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.054', '2024-07-31 12:49:29.054', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4558, 'plugin::content-manager.explorer.update', '{}', 'api::awards-and-achievement.awards-and-achievement', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "awardsAndCertificateSec.title", "awardsAndCertificateSec.awardsCertificate.title", "awardsAndCertificateSec.awardsCertificate.category", "awardsAndCertificateSec.awardsCertificate.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.062', '2024-07-31 12:49:29.062', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5204, 'plugin::content-manager.explorer.read', '{}', 'api::about-us-page.about-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "aboutMaheDubaiSection.title", "aboutMaheDubaiSection.desc", "aboutMaheDubaiSection.ctaLink", "aboutMaheDubaiSection.ctaText", "aboutMaheDubaiSection.ctaTarget", "aboutMaheDubaiSection.videoLink", "programs.desc", "programs.icon", "programs.title", "ourHistoryTitle", "historyDesc", "leadershipTitle", "leadershipDesc", "leaderships", "recognitionAccelerationSection.title", "recognitionAccelerationSection.richTextCopy", "recognitionAccelerationSection.img", "recognitionAccelerationSection.ctaText", "recognitionAccelerationSection.ctaLink", "recognitionAccelerationSection.ctaTarget", "recognitionAccelerationSection.desc", "visionSection.desc", "visionSection.icon", "visionSection.title", "rankingTitle", "rankingDesc", "ctaTarget", "ctaText", "ctaLink", "smallPicture", "largePicture", "ranksFaq.title", "ranksFaq.desc", "worldWideTitle", "worldWideDesc", "universities", "worldWideViewMore.title", "worldWideViewMore.ctaLink", "worldWideViewMore.ctaTarget", "proudDesc", "administrationTitle", "administrationDesc", "administrations", "admissionLink.title", "admissionLink.ctaLink", "admissionLink.ctaTarget", "studentPoliciesTitle", "viewAllPoliciesText", "viewAllPoliciesLink", "awardLink.title", "awardLink.ctaLink", "awardLink.ctaTarget", "awards", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 14:48:45.819', '2024-11-27 14:48:45.819', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5203, 'plugin::content-manager.explorer.create', '{}', 'api::about-us-page.about-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "aboutMaheDubaiSection.title", "aboutMaheDubaiSection.desc", "aboutMaheDubaiSection.ctaLink", "aboutMaheDubaiSection.ctaText", "aboutMaheDubaiSection.ctaTarget", "aboutMaheDubaiSection.videoLink", "programs.desc", "programs.icon", "programs.title", "ourHistoryTitle", "historyDesc", "leadershipTitle", "leadershipDesc", "leaderships", "recognitionAccelerationSection.title", "recognitionAccelerationSection.richTextCopy", "recognitionAccelerationSection.img", "recognitionAccelerationSection.ctaText", "recognitionAccelerationSection.ctaLink", "recognitionAccelerationSection.ctaTarget", "recognitionAccelerationSection.desc", "visionSection.desc", "visionSection.icon", "visionSection.title", "rankingTitle", "rankingDesc", "ctaTarget", "ctaText", "ctaLink", "smallPicture", "largePicture", "ranksFaq.title", "ranksFaq.desc", "worldWideTitle", "worldWideDesc", "universities", "worldWideViewMore.title", "worldWideViewMore.ctaLink", "worldWideViewMore.ctaTarget", "proudDesc", "administrationTitle", "administrationDesc", "administrations", "admissionLink.title", "admissionLink.ctaLink", "admissionLink.ctaTarget", "studentPoliciesTitle", "viewAllPoliciesText", "viewAllPoliciesLink", "awardLink.title", "awardLink.ctaLink", "awardLink.ctaTarget", "awards", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 14:48:45.322', '2024-11-27 14:48:45.322', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4873, 'plugin::content-manager.explorer.update', '{}', 'api::school.school', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-22 18:17:11.505', '2024-11-27 17:20:45.982', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4562, 'plugin::content-manager.explorer.create', '{}', 'api::blog-listing.blog-listing', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "subTitle", "title2", "subTitle2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.094', '2024-07-31 12:49:29.094', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4563, 'plugin::content-manager.explorer.read', '{}', 'api::blog-listing.blog-listing', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "subTitle", "title2", "subTitle2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.1', '2024-07-31 12:49:29.1', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4564, 'plugin::content-manager.explorer.update', '{}', 'api::blog-listing.blog-listing', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "subTitle", "title2", "subTitle2", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.105', '2024-07-31 12:49:29.105', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4863, 'plugin::content-manager.explorer.create', '{}', 'api::degree.degree', '{"fields": ["title", "key", "programs", "img", "ctaLink", "ctaText", "shortDesc"]}', '[]', '2024-11-22 18:17:11.423', '2024-11-22 18:17:11.423', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4864, 'plugin::content-manager.explorer.read', '{}', 'api::degree.degree', '{"fields": ["title", "key", "programs", "img", "ctaLink", "ctaText", "shortDesc"]}', '[]', '2024-11-22 18:17:11.436', '2024-11-22 18:17:11.436', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4865, 'plugin::content-manager.explorer.update', '{}', 'api::degree.degree', '{"fields": ["title", "key", "programs", "img", "ctaLink", "ctaText", "shortDesc"]}', '[]', '2024-11-22 18:17:11.444', '2024-11-22 18:17:11.444', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4866, 'plugin::content-manager.explorer.delete', '{}', 'api::degree.degree', '{}', '[]', '2024-11-22 18:17:11.452', '2024-11-22 18:17:11.452', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4867, 'plugin::content-manager.explorer.publish', '{}', 'api::degree.degree', '{}', '[]', '2024-11-22 18:17:11.459', '2024-11-22 18:17:11.459', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4568, 'plugin::content-manager.explorer.create', '{}', 'api::career-page-banner.career-page-banner', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "cards.title", "cards.subTitle", "cards.ctaText", "cards.ctaLink", "cards.ctaTarget", "cards.richTextCopy", "cards.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.136', '2024-07-31 12:49:29.136', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4569, 'plugin::content-manager.explorer.read', '{}', 'api::career-page-banner.career-page-banner', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "cards.title", "cards.subTitle", "cards.ctaText", "cards.ctaLink", "cards.ctaTarget", "cards.richTextCopy", "cards.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.142', '2024-07-31 12:49:29.142', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4570, 'plugin::content-manager.explorer.update', '{}', 'api::career-page-banner.career-page-banner', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "cards.title", "cards.subTitle", "cards.ctaText", "cards.ctaLink", "cards.ctaTarget", "cards.richTextCopy", "cards.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.15', '2024-07-31 12:49:29.15', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4571, 'plugin::content-manager.explorer.create', '{}', 'api::career-services-center.career-services-center', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "richTextCopy", "img1", "img2", "visionTitle", "visionDescription", "figures.title", "figures.subTitle", "figures.icon", "features.title", "features.intro", "features.richTextCopy", "features.img", "maheDubaiTitle", "maheDubaiDescription", "maheDubaiLink", "maheDubaiImg", "incubationCenterTitle", "incubationCenterIntro", "incubationCenterRichTextCopy", "incubationCenterLink", "incubationCenterImg1", "incubationCenterImg2", "incubationCenterImg3", "eventTitle", "partners.title", "partners.description", "partners.cards.title", "partners.cards.logo", "sucessStoriesTitle", "maheDubaiBtnText", "incubationCenterBtnText", "sucessStoriesBtnText", "sucessStoriesBtnLink", "eventReadmoreBtn.title", "eventReadmoreBtn.ctaLink", "eventReadmoreBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.157', '2024-07-31 12:49:29.157', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4572, 'plugin::content-manager.explorer.read', '{}', 'api::career-services-center.career-services-center', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "richTextCopy", "img1", "img2", "visionTitle", "visionDescription", "figures.title", "figures.subTitle", "figures.icon", "features.title", "features.intro", "features.richTextCopy", "features.img", "maheDubaiTitle", "maheDubaiDescription", "maheDubaiLink", "maheDubaiImg", "incubationCenterTitle", "incubationCenterIntro", "incubationCenterRichTextCopy", "incubationCenterLink", "incubationCenterImg1", "incubationCenterImg2", "incubationCenterImg3", "eventTitle", "partners.title", "partners.description", "partners.cards.title", "partners.cards.logo", "sucessStoriesTitle", "maheDubaiBtnText", "incubationCenterBtnText", "sucessStoriesBtnText", "sucessStoriesBtnLink", "eventReadmoreBtn.title", "eventReadmoreBtn.ctaLink", "eventReadmoreBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.163', '2024-07-31 12:49:29.163', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4573, 'plugin::content-manager.explorer.update', '{}', 'api::career-services-center.career-services-center', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "richTextCopy", "img1", "img2", "visionTitle", "visionDescription", "figures.title", "figures.subTitle", "figures.icon", "features.title", "features.intro", "features.richTextCopy", "features.img", "maheDubaiTitle", "maheDubaiDescription", "maheDubaiLink", "maheDubaiImg", "incubationCenterTitle", "incubationCenterIntro", "incubationCenterRichTextCopy", "incubationCenterLink", "incubationCenterImg1", "incubationCenterImg2", "incubationCenterImg3", "eventTitle", "partners.title", "partners.description", "partners.cards.title", "partners.cards.logo", "sucessStoriesTitle", "maheDubaiBtnText", "incubationCenterBtnText", "sucessStoriesBtnText", "sucessStoriesBtnLink", "eventReadmoreBtn.title", "eventReadmoreBtn.ctaLink", "eventReadmoreBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.17', '2024-07-31 12:49:29.17', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4574, 'plugin::content-manager.explorer.create', '{}', 'api::contact-us-page.contact-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstHeading", "img", "form.title", "form.desc", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "liveChat.icon", "liveChat.title", "liveChat.doubleText.title", "liveChat.doubleText.ctaLink", "liveChat.doubleText.ctaTarget", "socialMedia.icon", "socialMedia.title", "socialMedia.iconsData.ctaTarget", "socialMedia.iconsData.ctaLink", "socialMedia.iconsData.icon", "socialMedia.iconsData.ctaText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.181', '2024-07-31 12:49:29.181', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4575, 'plugin::content-manager.explorer.read', '{}', 'api::contact-us-page.contact-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstHeading", "img", "form.title", "form.desc", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "liveChat.icon", "liveChat.title", "liveChat.doubleText.title", "liveChat.doubleText.ctaLink", "liveChat.doubleText.ctaTarget", "socialMedia.icon", "socialMedia.title", "socialMedia.iconsData.ctaTarget", "socialMedia.iconsData.ctaLink", "socialMedia.iconsData.icon", "socialMedia.iconsData.ctaText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.195', '2024-07-31 12:49:29.195', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4576, 'plugin::content-manager.explorer.update', '{}', 'api::contact-us-page.contact-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstHeading", "img", "form.title", "form.desc", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "liveChat.icon", "liveChat.title", "liveChat.doubleText.title", "liveChat.doubleText.ctaLink", "liveChat.doubleText.ctaTarget", "socialMedia.icon", "socialMedia.title", "socialMedia.iconsData.ctaTarget", "socialMedia.iconsData.ctaLink", "socialMedia.iconsData.icon", "socialMedia.iconsData.ctaText", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.202', '2024-07-31 12:49:29.202', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4577, 'plugin::content-manager.explorer.create', '{}', 'api::events-page.events-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "upcomingEventsTitle", "pastEventsTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.21', '2024-07-31 12:49:29.21', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4578, 'plugin::content-manager.explorer.read', '{}', 'api::events-page.events-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "upcomingEventsTitle", "pastEventsTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.219', '2024-07-31 12:49:29.219', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4579, 'plugin::content-manager.explorer.update', '{}', 'api::events-page.events-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "upcomingEventsTitle", "pastEventsTitle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.228', '2024-07-31 12:49:29.228', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5205, 'plugin::content-manager.explorer.update', '{}', 'api::about-us-page.about-us-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "aboutMaheDubaiSection.title", "aboutMaheDubaiSection.desc", "aboutMaheDubaiSection.ctaLink", "aboutMaheDubaiSection.ctaText", "aboutMaheDubaiSection.ctaTarget", "aboutMaheDubaiSection.videoLink", "programs.desc", "programs.icon", "programs.title", "ourHistoryTitle", "historyDesc", "leadershipTitle", "leadershipDesc", "leaderships", "recognitionAccelerationSection.title", "recognitionAccelerationSection.richTextCopy", "recognitionAccelerationSection.img", "recognitionAccelerationSection.ctaText", "recognitionAccelerationSection.ctaLink", "recognitionAccelerationSection.ctaTarget", "recognitionAccelerationSection.desc", "visionSection.desc", "visionSection.icon", "visionSection.title", "rankingTitle", "rankingDesc", "ctaTarget", "ctaText", "ctaLink", "smallPicture", "largePicture", "ranksFaq.title", "ranksFaq.desc", "worldWideTitle", "worldWideDesc", "universities", "worldWideViewMore.title", "worldWideViewMore.ctaLink", "worldWideViewMore.ctaTarget", "proudDesc", "administrationTitle", "administrationDesc", "administrations", "admissionLink.title", "admissionLink.ctaLink", "admissionLink.ctaTarget", "studentPoliciesTitle", "viewAllPoliciesText", "viewAllPoliciesLink", "awardLink.title", "awardLink.ctaLink", "awardLink.ctaTarget", "awards", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 14:48:46.307', '2024-11-27 14:48:46.307', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4583, 'plugin::content-manager.explorer.create', '{}', 'api::history.history', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "ourHistoryTitle", "desc", "ourHistory.year", "ourHistory.desktopImg", "ourHistory.mobileImg", "ourHistory.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.26', '2024-07-31 12:49:29.26', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4584, 'plugin::content-manager.explorer.read', '{}', 'api::history.history', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "ourHistoryTitle", "desc", "ourHistory.year", "ourHistory.desktopImg", "ourHistory.mobileImg", "ourHistory.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.266', '2024-07-31 12:49:29.266', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4585, 'plugin::content-manager.explorer.update', '{}', 'api::history.history', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "ourHistoryTitle", "desc", "ourHistory.year", "ourHistory.desktopImg", "ourHistory.mobileImg", "ourHistory.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.273', '2024-07-31 12:49:29.273', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5206, 'plugin::content-manager.explorer.create', '{}', 'api::admission-page.admission-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "desc", "AdmissionEligibilityTitle", "undergraduate.title", "undergraduate.richTextCopy", "undergraduate.img", "undergraduate.link.title", "undergraduate.link.ctaLink", "undergraduate.link.ctaTarget", "howToApplyTitle", "howToApplyDesc", "registrationProcess.title", "registrationProcess.icon", "beginYourAcademicDesc", "applyNowBtn", "admissionPoliciesTitle", "viewAllPoliciesLink", "viewAllPoliciesBtnText", "admissionResourcesTitle", "admissionCards.basicInfo.desc", "admissionCards.basicInfo.icon", "admissionCards.basicInfo.title", "admissionCards.tags.title", "admissionCards.brochureLink", "admissionCards.readMoreLink", "admissionCards.readMoreText", "admissionCards.brochureText", "applyForScholarshipToggle", "applyNowLink", "admissionPolicy.desc", "respurcesInfo.icon", "respurcesInfo.title", "respurcesInfo.ctaText", "respurcesInfo.ctaLink", "respurcesInfo.ctaTarget", "enquiriesTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "postgraduate.title", "postgraduate.richTextCopy", "postgraduate.img", "postgraduate.link.title", "postgraduate.link.ctaLink", "postgraduate.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 17:02:27.355', '2024-11-27 17:02:27.355', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4877, 'plugin::content-manager.explorer.delete', '{}', 'api::school-collection.school-collection', '{}', '[]', '2024-11-22 18:17:11.544', '2024-11-22 18:17:11.544', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4878, 'plugin::content-manager.explorer.publish', '{}', 'api::school-collection.school-collection', '{}', '[]', '2024-11-22 18:17:11.553', '2024-11-22 18:17:11.553', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5207, 'plugin::content-manager.explorer.read', '{}', 'api::admission-page.admission-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "desc", "AdmissionEligibilityTitle", "undergraduate.title", "undergraduate.richTextCopy", "undergraduate.img", "undergraduate.link.title", "undergraduate.link.ctaLink", "undergraduate.link.ctaTarget", "howToApplyTitle", "howToApplyDesc", "registrationProcess.title", "registrationProcess.icon", "beginYourAcademicDesc", "applyNowBtn", "admissionPoliciesTitle", "viewAllPoliciesLink", "viewAllPoliciesBtnText", "admissionResourcesTitle", "admissionCards.basicInfo.desc", "admissionCards.basicInfo.icon", "admissionCards.basicInfo.title", "admissionCards.tags.title", "admissionCards.brochureLink", "admissionCards.readMoreLink", "admissionCards.readMoreText", "admissionCards.brochureText", "applyForScholarshipToggle", "applyNowLink", "admissionPolicy.desc", "respurcesInfo.icon", "respurcesInfo.title", "respurcesInfo.ctaText", "respurcesInfo.ctaLink", "respurcesInfo.ctaTarget", "enquiriesTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "postgraduate.title", "postgraduate.richTextCopy", "postgraduate.img", "postgraduate.link.title", "postgraduate.link.ctaLink", "postgraduate.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 17:02:27.866', '2024-11-27 17:02:27.866', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5208, 'plugin::content-manager.explorer.update', '{}', 'api::admission-page.admission-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "desc", "AdmissionEligibilityTitle", "undergraduate.title", "undergraduate.richTextCopy", "undergraduate.img", "undergraduate.link.title", "undergraduate.link.ctaLink", "undergraduate.link.ctaTarget", "howToApplyTitle", "howToApplyDesc", "registrationProcess.title", "registrationProcess.icon", "beginYourAcademicDesc", "applyNowBtn", "admissionPoliciesTitle", "viewAllPoliciesLink", "viewAllPoliciesBtnText", "admissionResourcesTitle", "admissionCards.basicInfo.desc", "admissionCards.basicInfo.icon", "admissionCards.basicInfo.title", "admissionCards.tags.title", "admissionCards.brochureLink", "admissionCards.readMoreLink", "admissionCards.readMoreText", "admissionCards.brochureText", "applyForScholarshipToggle", "applyNowLink", "admissionPolicy.desc", "respurcesInfo.icon", "respurcesInfo.title", "respurcesInfo.ctaText", "respurcesInfo.ctaLink", "respurcesInfo.ctaTarget", "enquiriesTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "bottomApplyNowSection.btnText", "bottomApplyNowSection.ctaLink", "bottomApplyNowSection.ctaTarget", "bottomApplyNowSection.desc", "postgraduate.title", "postgraduate.richTextCopy", "postgraduate.img", "postgraduate.link.title", "postgraduate.link.ctaLink", "postgraduate.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 17:02:28.38', '2024-11-27 17:02:28.38', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4427, 'plugin::content-manager.explorer.create', '{}', 'api::research-guide-line-page.research-guide-line-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "guideLineSection.title", "guideLineSection.richTextCopy", "guideLineSection.img", "guideLineSection.link.title", "guideLineSection.link.ctaLink", "guideLineSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:38.77', '2024-07-22 11:23:38.77', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4428, 'plugin::content-manager.explorer.create', '{}', 'api::research-main.research-main', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "generalInfo.title", "generalInfo.richTextCopy", "generalInfo.img", "generalInfo.link.title", "generalInfo.link.ctaLink", "generalInfo.link.ctaTarget", "researchAtTitle", "researchGuidelinesData.title", "researchGuidelinesData.desc", "researchGuidelinesData.ctaTarget", "researchGuidelinesData.ctaLink", "researchGuidelinesData.ctaText", "researchGuidelinesData.img", "leadership.title", "leadership.desc", "leadership.btnText", "leadership.ctaLink", "leadership.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:39.278', '2024-07-22 11:23:39.278', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4429, 'plugin::content-manager.explorer.create', '{}', 'api::student-service.student-service', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentServiceSection.title", "studentServiceSection.richTextCopy", "studentServiceSection.img", "studentServiceSection.link.title", "studentServiceSection.link.ctaLink", "studentServiceSection.link.ctaTarget", "studentServiceFirstImg", "dedicatedTitle", "support.title", "support.richTextCopy", "support.img", "support.link.title", "support.link.ctaLink", "support.link.ctaTarget", "twoColumnSection.title", "twoColumnSection.richTextCopy", "twoColumnSection.img", "twoColumnSection.link.title", "twoColumnSection.link.ctaLink", "twoColumnSection.link.ctaTarget", "healthAndSafetySection.img1", "healthAndSafetySection.img2", "healthAndSafetySection.img3", "healthAndSafetySection.title", "healthAndSafetySection.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:39.793', '2024-07-22 11:23:39.793', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4430, 'plugin::content-manager.explorer.create', '{}', 'api::sustainability.sustainability', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "sustainabilityInfo.title", "sustainabilityInfo.richTextCopy", "sustainabilityInfo.img", "sustainabilityInfo.link.title", "sustainabilityInfo.link.ctaLink", "sustainabilityInfo.link.ctaTarget", "note", "icon", "ctaLink", "ctaText", "ctaTarget", "fileNameTxt", "speakerInfo.title", "speakerInfo.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:40.435', '2024-07-22 11:23:40.435', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5217, 'plugin::content-manager.explorer.create', '{}', 'api::school.school', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "events"]}', '[]', '2024-11-27 17:20:37.398', '2024-11-27 17:20:37.398', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5220, 'plugin::content-manager.explorer.read', '{}', 'api::school.school', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "events"]}', '[]', '2024-11-27 17:20:38.884', '2024-11-27 17:20:38.884', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5223, 'plugin::content-manager.explorer.update', '{}', 'api::school.school', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "events"]}', '[]', '2024-11-27 17:20:40.355', '2024-11-27 17:20:40.355', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4872, 'plugin::content-manager.explorer.read', '{}', 'api::school.school', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-22 18:17:11.497', '2024-11-27 17:20:45.982', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5122, 'plugin::content-manager.explorer.update', '{}', 'api::news-events-category.news-events-category', '{"fields": ["title", "key", "type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "news"]}', '[]', '2024-11-27 12:15:06.681', '2024-11-27 17:20:42.576', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4871, 'plugin::content-manager.explorer.create', '{}', 'api::school.school', '{"fields": ["title", "key", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-22 18:17:11.489', '2024-11-27 17:20:45.982', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4616, 'plugin::content-manager.explorer.create', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "richTextCopy", "worldWideTitle", "shortDesc", "img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.504', '2024-07-31 12:49:29.504', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4617, 'plugin::content-manager.explorer.read', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "richTextCopy", "worldWideTitle", "shortDesc", "img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.511', '2024-07-31 12:49:29.511', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4618, 'plugin::content-manager.explorer.update', '{}', 'api::manipal-jai-pur-university.manipal-jai-pur-university', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "richTextCopy", "worldWideTitle", "shortDesc", "img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:29.518', '2024-07-31 12:49:29.518', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4619, 'plugin::content-manager.explorer.create', '{}', 'api::news-detail-page.news-detail-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:44.317', '2024-07-31 12:49:44.317', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4620, 'plugin::content-manager.explorer.read', '{}', 'api::news-detail-page.news-detail-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:44.325', '2024-07-31 12:49:44.325', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4621, 'plugin::content-manager.explorer.update', '{}', 'api::news-detail-page.news-detail-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:49:44.333', '2024-07-31 12:49:44.333', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5230, 'plugin::content-manager.explorer.create', '{}', 'api::news-events-category.news-events-category', '{"fields": ["title", "key", "type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "events", "news"]}', '[]', '2024-11-28 16:50:29.247', '2024-11-28 16:50:29.247', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5231, 'plugin::content-manager.explorer.read', '{}', 'api::news-events-category.news-events-category', '{"fields": ["title", "key", "type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "events", "news"]}', '[]', '2024-11-28 16:50:29.743', '2024-11-28 16:50:29.743', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5232, 'plugin::content-manager.explorer.update', '{}', 'api::news-events-category.news-events-category', '{"fields": ["title", "key", "type", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "events", "news"]}', '[]', '2024-11-28 16:50:30.26', '2024-11-28 16:50:30.26', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4622, 'plugin::content-manager.explorer.create', '{}', 'api::news-main.news-main', '{"fields": ["spotlightTitle", "spotlightDesc", "moreNewsTitle", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:36.963', '2024-07-31 12:50:36.963', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4623, 'plugin::content-manager.explorer.read', '{}', 'api::news-main.news-main', '{"fields": ["spotlightTitle", "spotlightDesc", "moreNewsTitle", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:36.972', '2024-07-31 12:50:36.972', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4624, 'plugin::content-manager.explorer.update', '{}', 'api::news-main.news-main', '{"fields": ["spotlightTitle", "spotlightDesc", "moreNewsTitle", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:36.981', '2024-07-31 12:50:36.981', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4625, 'plugin::content-manager.explorer.create', '{}', 'api::open-day.open-day', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "subTitle", "table.date", "table.location", "table.time", "table.status", "pointsSec.title", "pointsSec.title2", "pointsSec.points.title", "videoUrl", "formTitle", "formDescription", "videoThumbnail", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:36.989', '2024-07-31 12:50:36.989', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4626, 'plugin::content-manager.explorer.read', '{}', 'api::open-day.open-day', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "subTitle", "table.date", "table.location", "table.time", "table.status", "pointsSec.title", "pointsSec.title2", "pointsSec.points.title", "videoUrl", "formTitle", "formDescription", "videoThumbnail", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:36.998', '2024-07-31 12:50:36.998', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4627, 'plugin::content-manager.explorer.update', '{}', 'api::open-day.open-day', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "intro", "subTitle", "table.date", "table.location", "table.time", "table.status", "pointsSec.title", "pointsSec.title2", "pointsSec.points.title", "videoUrl", "formTitle", "formDescription", "videoThumbnail", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.007', '2024-07-31 12:50:37.007', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4413, 'plugin::content-manager.explorer.create', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "benefitTitle", "benefits.title", "benefits.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:31.331', '2024-07-22 11:23:31.331', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4415, 'plugin::content-manager.explorer.create', '{}', 'api::facilities-page.facilities-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "section1.richTextCopy", "section1.img", "services.title", "services.richTextCopy", "services.img", "services.link.title", "services.link.ctaLink", "services.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:32.369', '2024-07-22 11:23:32.369', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4416, 'plugin::content-manager.explorer.create', '{}', 'api::how-to-apply-page.how-to-apply-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "readMorebtnText", "offerAdmission.title", "offerAdmission.richTextCopy", "importantNote", "moreDetailText", "documentRequiredProgram.title", "documentRequiredProgram.richTextCopy", "documentRequiredProgram.note", "personImg", "downloadOnlineTitle", "downloadDesc", "addressHeading", "applicationProcedure.title", "applicationProcedure.richTextCopy", "applicationProcedure.img", "applicationProcedure.link.title", "applicationProcedure.link.ctaLink", "applicationProcedure.link.ctaTarget", "downloadbtn.title", "downloadbtn.ctaLink", "downloadbtn.ctaTarget", "applyBtn.title", "applyBtn.ctaLink", "applyBtn.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:32.899', '2024-07-22 11:23:32.899', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4426, 'plugin::content-manager.explorer.create', '{}', 'api::research-collaboration-page.research-collaboration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "collSection.title", "collSection.richTextCopy", "collSection.img", "collSection.link.title", "collSection.link.ctaLink", "collSection.link.ctaTarget", "shortDesc", "cards.desc", "cards.icon", "cards.title", "partnerInfo.title", "partnerInfo.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:38.205', '2024-07-22 11:23:38.205', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5227, 'plugin::content-manager.explorer.create', '{}', 'api::alumni-page.alumni-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "alumniInfo.title", "alumniInfo.richTextCopy", "alumniInfo.img", "alumniInfo.link.title", "alumniInfo.link.ctaLink", "alumniInfo.link.ctaTarget", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "alumniAssociationSection.title", "alumniAssociationSection.richTextCopy", "alumniAssociationSection.img", "alumniAssociationSection.ctaText", "alumniAssociationSection.ctaLink", "alumniAssociationSection.ctaTarget", "alumniAssociationSection.desc", "givingBackForm.title", "givingBackForm.desc", "givingBackSection.title", "givingBackSection.desc", "AlumniTitle", "alumniSuccessComponent.title", "alumniSuccessComponent.desc", "alumniSuccessComponent.videoLink", "alumniSuccessComponent.img", "discoverAlumni", "discoverSidemenu.title", "discoverSidemenu.type", "discoverSidemenu.ctaTarget", "discoverSidemenu.key", "discoverSidemenu.ctaLink", "eventTitle", "eventDesc", "getinTouch.title", "getinTouch.desc", "getinTouch.email", "getinTouch.phone", "getinTouch.phone2", "readMoreEventbtn.title", "readMoreEventbtn.ctaLink", "readMoreEventbtn.ctaTarget", "alumniCards.title", "alumniCards.phone", "alumniCards.phone2", "alumniCards.email", "alumniCards.designation", "alumniCards.img", "alumniCards.key", "events", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 17:58:37.464', '2024-11-27 17:58:37.464', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4421, 'plugin::content-manager.explorer.create', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:35.606', '2024-07-22 11:23:35.606', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5228, 'plugin::content-manager.explorer.read', '{}', 'api::alumni-page.alumni-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "alumniInfo.title", "alumniInfo.richTextCopy", "alumniInfo.img", "alumniInfo.link.title", "alumniInfo.link.ctaLink", "alumniInfo.link.ctaTarget", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "alumniAssociationSection.title", "alumniAssociationSection.richTextCopy", "alumniAssociationSection.img", "alumniAssociationSection.ctaText", "alumniAssociationSection.ctaLink", "alumniAssociationSection.ctaTarget", "alumniAssociationSection.desc", "givingBackForm.title", "givingBackForm.desc", "givingBackSection.title", "givingBackSection.desc", "AlumniTitle", "alumniSuccessComponent.title", "alumniSuccessComponent.desc", "alumniSuccessComponent.videoLink", "alumniSuccessComponent.img", "discoverAlumni", "discoverSidemenu.title", "discoverSidemenu.type", "discoverSidemenu.ctaTarget", "discoverSidemenu.key", "discoverSidemenu.ctaLink", "eventTitle", "eventDesc", "getinTouch.title", "getinTouch.desc", "getinTouch.email", "getinTouch.phone", "getinTouch.phone2", "readMoreEventbtn.title", "readMoreEventbtn.ctaLink", "readMoreEventbtn.ctaTarget", "alumniCards.title", "alumniCards.phone", "alumniCards.phone2", "alumniCards.email", "alumniCards.designation", "alumniCards.img", "alumniCards.key", "events", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 17:58:37.985', '2024-11-27 17:58:37.985', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5229, 'plugin::content-manager.explorer.update', '{}', 'api::alumni-page.alumni-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "alumniInfo.title", "alumniInfo.richTextCopy", "alumniInfo.img", "alumniInfo.link.title", "alumniInfo.link.ctaLink", "alumniInfo.link.ctaTarget", "keyFacts.icon", "keyFacts.title", "keyFactPoints.title", "keyFactPoints.richTextCopy", "alumniAssociationSection.title", "alumniAssociationSection.richTextCopy", "alumniAssociationSection.img", "alumniAssociationSection.ctaText", "alumniAssociationSection.ctaLink", "alumniAssociationSection.ctaTarget", "alumniAssociationSection.desc", "givingBackForm.title", "givingBackForm.desc", "givingBackSection.title", "givingBackSection.desc", "AlumniTitle", "alumniSuccessComponent.title", "alumniSuccessComponent.desc", "alumniSuccessComponent.videoLink", "alumniSuccessComponent.img", "discoverAlumni", "discoverSidemenu.title", "discoverSidemenu.type", "discoverSidemenu.ctaTarget", "discoverSidemenu.key", "discoverSidemenu.ctaLink", "eventTitle", "eventDesc", "getinTouch.title", "getinTouch.desc", "getinTouch.email", "getinTouch.phone", "getinTouch.phone2", "readMoreEventbtn.title", "readMoreEventbtn.ctaLink", "readMoreEventbtn.ctaTarget", "alumniCards.title", "alumniCards.phone", "alumniCards.phone2", "alumniCards.email", "alumniCards.designation", "alumniCards.img", "alumniCards.key", "events", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-27 17:58:38.481', '2024-11-27 17:58:38.481', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4628, 'plugin::content-manager.explorer.create', '{}', 'api::our-campus.our-campus', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "campusCards.title", "campusCards.img", "campusCards.hoverText", "videoTitle", "videoRichTextCopy", "videoUrl", "aboutManipal.title", "aboutManipal.cards.title", "aboutManipal.cards.link", "aboutManipal.cards.img", "factsAndFigures.title", "factsAndFigures.description", "factsAndFigures.img", "factsAndFigures.figures.title", "factsAndFigures.figures.subTitle", "factsAndFigures.figures.icon", "desc", "readMoreAboutManipalBtn.title", "readMoreAboutManipalBtn.ctaLink", "readMoreAboutManipalBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "videoThumbnail"]}', '[]', '2024-07-31 12:50:37.014', '2024-07-31 12:50:37.014', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4435, 'plugin::content-manager.explorer.read', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "benefitTitle", "benefits.title", "benefits.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:43.143', '2024-07-22 11:23:43.143', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4437, 'plugin::content-manager.explorer.read', '{}', 'api::facilities-page.facilities-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "section1.richTextCopy", "section1.img", "services.title", "services.richTextCopy", "services.img", "services.link.title", "services.link.ctaLink", "services.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:44.195', '2024-07-22 11:23:44.195', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4438, 'plugin::content-manager.explorer.read', '{}', 'api::how-to-apply-page.how-to-apply-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "readMorebtnText", "offerAdmission.title", "offerAdmission.richTextCopy", "importantNote", "moreDetailText", "documentRequiredProgram.title", "documentRequiredProgram.richTextCopy", "documentRequiredProgram.note", "personImg", "downloadOnlineTitle", "downloadDesc", "addressHeading", "applicationProcedure.title", "applicationProcedure.richTextCopy", "applicationProcedure.img", "applicationProcedure.link.title", "applicationProcedure.link.ctaLink", "applicationProcedure.link.ctaTarget", "downloadbtn.title", "downloadbtn.ctaLink", "downloadbtn.ctaTarget", "applyBtn.title", "applyBtn.ctaLink", "applyBtn.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:44.703', '2024-07-22 11:23:44.703', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4450, 'plugin::content-manager.explorer.read', '{}', 'api::research-main.research-main', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "generalInfo.title", "generalInfo.richTextCopy", "generalInfo.img", "generalInfo.link.title", "generalInfo.link.ctaLink", "generalInfo.link.ctaTarget", "researchAtTitle", "researchGuidelinesData.title", "researchGuidelinesData.desc", "researchGuidelinesData.ctaTarget", "researchGuidelinesData.ctaLink", "researchGuidelinesData.ctaText", "researchGuidelinesData.img", "leadership.title", "leadership.desc", "leadership.btnText", "leadership.ctaLink", "leadership.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:51.142', '2024-07-22 11:23:51.142', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4443, 'plugin::content-manager.explorer.read', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:47.337', '2024-07-22 11:23:47.337', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4448, 'plugin::content-manager.explorer.read', '{}', 'api::research-collaboration-page.research-collaboration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "collSection.title", "collSection.richTextCopy", "collSection.img", "collSection.link.title", "collSection.link.ctaLink", "collSection.link.ctaTarget", "shortDesc", "cards.desc", "cards.icon", "cards.title", "partnerInfo.title", "partnerInfo.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:50.088', '2024-07-22 11:23:50.088', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4449, 'plugin::content-manager.explorer.read', '{}', 'api::research-guide-line-page.research-guide-line-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "guideLineSection.title", "guideLineSection.richTextCopy", "guideLineSection.img", "guideLineSection.link.title", "guideLineSection.link.ctaLink", "guideLineSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:50.626', '2024-07-22 11:23:50.626', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4451, 'plugin::content-manager.explorer.read', '{}', 'api::student-service.student-service', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentServiceSection.title", "studentServiceSection.richTextCopy", "studentServiceSection.img", "studentServiceSection.link.title", "studentServiceSection.link.ctaLink", "studentServiceSection.link.ctaTarget", "studentServiceFirstImg", "dedicatedTitle", "support.title", "support.richTextCopy", "support.img", "support.link.title", "support.link.ctaLink", "support.link.ctaTarget", "twoColumnSection.title", "twoColumnSection.richTextCopy", "twoColumnSection.img", "twoColumnSection.link.title", "twoColumnSection.link.ctaLink", "twoColumnSection.link.ctaTarget", "healthAndSafetySection.img1", "healthAndSafetySection.img2", "healthAndSafetySection.img3", "healthAndSafetySection.title", "healthAndSafetySection.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:51.675', '2024-07-22 11:23:51.675', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4452, 'plugin::content-manager.explorer.read', '{}', 'api::sustainability.sustainability', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "sustainabilityInfo.title", "sustainabilityInfo.richTextCopy", "sustainabilityInfo.img", "sustainabilityInfo.link.title", "sustainabilityInfo.link.ctaLink", "sustainabilityInfo.link.ctaTarget", "note", "icon", "ctaLink", "ctaText", "ctaTarget", "fileNameTxt", "speakerInfo.title", "speakerInfo.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:52.238', '2024-07-22 11:23:52.238', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4629, 'plugin::content-manager.explorer.read', '{}', 'api::our-campus.our-campus', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "campusCards.title", "campusCards.img", "campusCards.hoverText", "videoTitle", "videoRichTextCopy", "videoUrl", "aboutManipal.title", "aboutManipal.cards.title", "aboutManipal.cards.link", "aboutManipal.cards.img", "factsAndFigures.title", "factsAndFigures.description", "factsAndFigures.img", "factsAndFigures.figures.title", "factsAndFigures.figures.subTitle", "factsAndFigures.figures.icon", "desc", "readMoreAboutManipalBtn.title", "readMoreAboutManipalBtn.ctaLink", "readMoreAboutManipalBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "videoThumbnail"]}', '[]', '2024-07-31 12:50:37.021', '2024-07-31 12:50:37.021', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4630, 'plugin::content-manager.explorer.update', '{}', 'api::our-campus.our-campus', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "campusCards.title", "campusCards.img", "campusCards.hoverText", "videoTitle", "videoRichTextCopy", "videoUrl", "aboutManipal.title", "aboutManipal.cards.title", "aboutManipal.cards.link", "aboutManipal.cards.img", "factsAndFigures.title", "factsAndFigures.description", "factsAndFigures.img", "factsAndFigures.figures.title", "factsAndFigures.figures.subTitle", "factsAndFigures.figures.icon", "desc", "readMoreAboutManipalBtn.title", "readMoreAboutManipalBtn.ctaLink", "readMoreAboutManipalBtn.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL", "videoThumbnail"]}', '[]', '2024-07-31 12:50:37.035', '2024-07-31 12:50:37.035', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4631, 'plugin::content-manager.explorer.create', '{}', 'api::our-faculty.our-faculty', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.043', '2024-07-31 12:50:37.043', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4632, 'plugin::content-manager.explorer.read', '{}', 'api::our-faculty.our-faculty', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.05', '2024-07-31 12:50:37.05', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4633, 'plugin::content-manager.explorer.update', '{}', 'api::our-faculty.our-faculty', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.056', '2024-07-31 12:50:37.056', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4634, 'plugin::content-manager.explorer.create', '{}', 'api::policy.policy', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "richTextCopy", "admissionEnqTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.066', '2024-07-31 12:50:37.066', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4457, 'plugin::content-manager.explorer.update', '{}', 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "benefitTitle", "benefits.title", "benefits.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:54.916', '2024-07-22 11:23:54.916', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4459, 'plugin::content-manager.explorer.update', '{}', 'api::facilities-page.facilities-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "section1.richTextCopy", "section1.img", "services.title", "services.richTextCopy", "services.img", "services.link.title", "services.link.ctaLink", "services.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:55.959', '2024-07-22 11:23:55.959', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4460, 'plugin::content-manager.explorer.update', '{}', 'api::how-to-apply-page.how-to-apply-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "readMorebtnText", "offerAdmission.title", "offerAdmission.richTextCopy", "importantNote", "moreDetailText", "documentRequiredProgram.title", "documentRequiredProgram.richTextCopy", "documentRequiredProgram.note", "personImg", "downloadOnlineTitle", "downloadDesc", "addressHeading", "applicationProcedure.title", "applicationProcedure.richTextCopy", "applicationProcedure.img", "applicationProcedure.link.title", "applicationProcedure.link.ctaLink", "applicationProcedure.link.ctaTarget", "downloadbtn.title", "downloadbtn.ctaLink", "downloadbtn.ctaTarget", "applyBtn.title", "applyBtn.ctaLink", "applyBtn.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:56.519', '2024-07-22 11:23:56.519', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4465, 'plugin::content-manager.explorer.update', '{}', 'api::international-student-orientation-page.international-student-orientation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:23:59.162', '2024-07-22 11:23:59.162', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4470, 'plugin::content-manager.explorer.update', '{}', 'api::research-collaboration-page.research-collaboration-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "collSection.title", "collSection.richTextCopy", "collSection.img", "collSection.link.title", "collSection.link.ctaLink", "collSection.link.ctaTarget", "shortDesc", "cards.desc", "cards.icon", "cards.title", "partnerInfo.title", "partnerInfo.desc", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:24:01.792', '2024-07-22 11:24:01.792', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4471, 'plugin::content-manager.explorer.update', '{}', 'api::research-guide-line-page.research-guide-line-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "guideLineSection.title", "guideLineSection.richTextCopy", "guideLineSection.img", "guideLineSection.link.title", "guideLineSection.link.ctaLink", "guideLineSection.link.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:24:02.313', '2024-07-22 11:24:02.313', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4472, 'plugin::content-manager.explorer.update', '{}', 'api::research-main.research-main', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "generalInfo.title", "generalInfo.richTextCopy", "generalInfo.img", "generalInfo.link.title", "generalInfo.link.ctaLink", "generalInfo.link.ctaTarget", "researchAtTitle", "researchGuidelinesData.title", "researchGuidelinesData.desc", "researchGuidelinesData.ctaTarget", "researchGuidelinesData.ctaLink", "researchGuidelinesData.ctaText", "researchGuidelinesData.img", "leadership.title", "leadership.desc", "leadership.btnText", "leadership.ctaLink", "leadership.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:24:02.83', '2024-07-22 11:24:02.83', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4473, 'plugin::content-manager.explorer.update', '{}', 'api::student-service.student-service', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "studentServiceSection.title", "studentServiceSection.richTextCopy", "studentServiceSection.img", "studentServiceSection.link.title", "studentServiceSection.link.ctaLink", "studentServiceSection.link.ctaTarget", "studentServiceFirstImg", "dedicatedTitle", "support.title", "support.richTextCopy", "support.img", "support.link.title", "support.link.ctaLink", "support.link.ctaTarget", "twoColumnSection.title", "twoColumnSection.richTextCopy", "twoColumnSection.img", "twoColumnSection.link.title", "twoColumnSection.link.ctaLink", "twoColumnSection.link.ctaTarget", "healthAndSafetySection.img1", "healthAndSafetySection.img2", "healthAndSafetySection.img3", "healthAndSafetySection.title", "healthAndSafetySection.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:24:03.35', '2024-07-22 11:24:03.35', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4474, 'plugin::content-manager.explorer.update', '{}', 'api::sustainability.sustainability', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "sustainabilityInfo.title", "sustainabilityInfo.richTextCopy", "sustainabilityInfo.img", "sustainabilityInfo.link.title", "sustainabilityInfo.link.ctaLink", "sustainabilityInfo.link.ctaTarget", "note", "icon", "ctaLink", "ctaText", "ctaTarget", "fileNameTxt", "speakerInfo.title", "speakerInfo.richTextCopy", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-22 11:24:03.906', '2024-07-22 11:24:03.906', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4635, 'plugin::content-manager.explorer.read', '{}', 'api::policy.policy', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "richTextCopy", "admissionEnqTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.073', '2024-07-31 12:50:37.073', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4636, 'plugin::content-manager.explorer.update', '{}', 'api::policy.policy', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "richTextCopy", "admissionEnqTitle", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "whatsapp.icon", "whatsapp.title", "whatsapp.doubleText.title", "whatsapp.doubleText.ctaLink", "whatsapp.doubleText.ctaTarget", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.078', '2024-07-31 12:50:37.078', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4637, 'plugin::content-manager.explorer.create', '{}', 'api::privacy-policy.privacy-policy', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.085', '2024-07-31 12:50:37.085', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4638, 'plugin::content-manager.explorer.read', '{}', 'api::privacy-policy.privacy-policy', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.092', '2024-07-31 12:50:37.092', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4639, 'plugin::content-manager.explorer.update', '{}', 'api::privacy-policy.privacy-policy', '{"fields": ["title", "richTextCopy", "slug", "banner.desktopImg", "banner.mobileImg", "banner.title", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-07-31 12:50:37.101', '2024-07-31 12:50:37.101', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (4888, 'plugin::content-manager.explorer.create', '{}', 'api::innovation-incubation-page.innovation-incubation-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "firstIntroImage", "secondIntroImage", "rightImage", "introduction.title", "introduction.richTextCopy", "secondSectionWhatWeDo.logo", "secondSectionWhatWeDo.title", "secondSectionWhatWeDo.richTextCopy", "ourTeam.title", "ourTeam.desc", "viewAllBtn.ctaTarget", "viewAllBtn.ctaText", "viewAllBtn.ctaLink", "administrations", "ourProjectTitle", "ourProjectSubtitle", "projects.desc", "projects.icon", "projects.title", "igniteSection.title", "igniteSection.key", "igniteSection.richTextCopy", "igniteSection.img", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-22 18:17:11.629', '2024-11-22 18:17:11.629', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5042, 'plugin::content-manager.explorer.create', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:18.931', '2024-11-25 17:54:18.931', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5043, 'plugin::content-manager.explorer.create', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{"fields": ["title", "intro", "richTextCopy", "img", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:19.414', '2024-11-25 17:54:19.414', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5044, 'plugin::content-manager.explorer.create', '{}', 'api::international-students-page.international-students-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentCenter.title", "internationalStudentCenter.richTextCopy", "internationalStudentCenter.img", "internationalStudentCenter.key", "internationalStudentsOrientationSessions.title", "internationalStudentsOrientationSessions.richTextCopy", "internationalStudentsOrientationSessions.img", "internationalStudentsOrientationSessions.key", "internationalStudentsActivities.title", "internationalStudentsActivities.richTextCopy", "internationalStudentsActivities.img", "internationalStudentsActivities.key", "internationalStudentsVisaRequirement.title", "internationalStudentsVisaRequirement.richTextCopy", "internationalStudentsVisaRequirement.img", "internationalStudentsVisaRequirement.key", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:19.894', '2024-11-25 17:54:19.894', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5045, 'plugin::content-manager.explorer.create', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{"fields": ["title", "intro", "richTextCopy", "img", "ourProcess.title", "ourProcess.description", "ourProcess.cards.icon", "ourProcess.cards.title", "ourProcess.note", "ourProcess.whatsappLink", "ourProcess.pdfSec.title", "ourProcess.pdfSec.link", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:20.406', '2024-11-25 17:54:20.406', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5046, 'plugin::content-manager.explorer.read', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:20.888', '2024-11-25 17:54:20.888', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5047, 'plugin::content-manager.explorer.read', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{"fields": ["title", "intro", "richTextCopy", "img", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:21.368', '2024-11-25 17:54:21.368', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5048, 'plugin::content-manager.explorer.read', '{}', 'api::international-students-page.international-students-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentCenter.title", "internationalStudentCenter.richTextCopy", "internationalStudentCenter.img", "internationalStudentCenter.key", "internationalStudentsOrientationSessions.title", "internationalStudentsOrientationSessions.richTextCopy", "internationalStudentsOrientationSessions.img", "internationalStudentsOrientationSessions.key", "internationalStudentsActivities.title", "internationalStudentsActivities.richTextCopy", "internationalStudentsActivities.img", "internationalStudentsActivities.key", "internationalStudentsVisaRequirement.title", "internationalStudentsVisaRequirement.richTextCopy", "internationalStudentsVisaRequirement.img", "internationalStudentsVisaRequirement.key", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:21.853', '2024-11-25 17:54:21.853', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5049, 'plugin::content-manager.explorer.read', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{"fields": ["title", "intro", "richTextCopy", "img", "ourProcess.title", "ourProcess.description", "ourProcess.cards.icon", "ourProcess.cards.title", "ourProcess.note", "ourProcess.whatsappLink", "ourProcess.pdfSec.title", "ourProcess.pdfSec.link", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:22.337', '2024-11-25 17:54:22.337', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5050, 'plugin::content-manager.explorer.update', '{}', 'api::international-student-scholarship-page.international-student-scholarship-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "mainSection.title", "mainSection.richTextCopy", "mainSection.img", "mainSection.link.title", "mainSection.link.ctaLink", "mainSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:22.848', '2024-11-25 17:54:22.848', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5051, 'plugin::content-manager.explorer.update', '{}', 'api::international-students-about-dubai.international-students-about-dubai', '{"fields": ["title", "intro", "richTextCopy", "img", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:23.328', '2024-11-25 17:54:23.328', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5052, 'plugin::content-manager.explorer.update', '{}', 'api::international-students-page.international-students-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "internationalStudentCenter.title", "internationalStudentCenter.richTextCopy", "internationalStudentCenter.img", "internationalStudentCenter.key", "internationalStudentsOrientationSessions.title", "internationalStudentsOrientationSessions.richTextCopy", "internationalStudentsOrientationSessions.img", "internationalStudentsOrientationSessions.key", "internationalStudentsActivities.title", "internationalStudentsActivities.richTextCopy", "internationalStudentsActivities.img", "internationalStudentsActivities.key", "internationalStudentsVisaRequirement.title", "internationalStudentsVisaRequirement.richTextCopy", "internationalStudentsVisaRequirement.img", "internationalStudentsVisaRequirement.key", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:23.83', '2024-11-25 17:54:23.83', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5053, 'plugin::content-manager.explorer.update', '{}', 'api::international-students-visa-requirement.international-students-visa-requirement', '{"fields": ["title", "intro", "richTextCopy", "img", "ourProcess.title", "ourProcess.description", "ourProcess.cards.icon", "ourProcess.cards.title", "ourProcess.note", "ourProcess.whatsappLink", "ourProcess.pdfSec.title", "ourProcess.pdfSec.link", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "applyForScholarshipToggle", "admissionsToggle", "studentServicesToggle", "careerServiceToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 17:54:24.317', '2024-11-25 17:54:24.317', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5055, 'plugin::content-manager.explorer.create', '{}', 'api::header-component.header-component', '{"fields": ["logo", "mainMenu.title", "mainMenu.ctaLink", "mainMenu.highlight", "mainMenu.ctaTarget", "mainMenu.SubMenu.title", "mainMenu.SubMenu.ctaLink", "mainMenu.SubMenu.ctaTarget", "mainMenu.SubMenu.highlight", "topMenu.title", "topMenu.ctaLink", "topMenu.highlight", "topMenu.ctaTarget", "topMenu.SubMenu.title", "topMenu.SubMenu.ctaLink", "topMenu.SubMenu.ctaTarget", "topMenu.SubMenu.highlight", "enquireNowText", "enquireNowLink", "enquireNowTarget", "ApplyNowLink", "ApplyNowText", "ApplyNowTarget", "floatingComponent.title", "floatingComponent.link", "floatingComponent.img", "FooterMenu.title", "FooterMenu.ctaLink", "FooterMenu.highlight", "FooterMenu.ctaTarget", "FooterMenu.SubMenu.title", "FooterMenu.SubMenu.ctaLink", "FooterMenu.SubMenu.ctaTarget", "FooterMenu.SubMenu.highlight", "bottomNote", "socialLinksData.icon", "socialLinksData.title", "socialLinksData.ctaText", "socialLinksData.ctaLink", "socialLinksData.ctaTarget", "bottomMenu.title", "bottomMenu.ctaLink", "bottomMenu.ctaTarget", "bottomMenu.highlight", "leaderShipPageBanner.desktopImg", "leaderShipPageBanner.mobileImg", "leaderShipPageBanner.title", "programPageApplyForScholarshipSection.title", "programPageApplyForScholarshipSection.richTextCopy", "programPageApplyForScholarshipSection.img", "programPageApplyForScholarshipSection.ctaText", "programPageApplyForScholarshipSection.ctaLink", "programPageApplyForScholarshipSection.ctaTarget", "programPageApplyForScholarshipSection.desc", "programPageWhyDubaiHeading", "programPageVirtualTourSection.title", "programPageVirtualTourSection.richTextCopy", "programPageVirtualTourSection.img", "programPageVirtualTourSection.ctaText", "programPageVirtualTourSection.ctaLink", "programPageVirtualTourSection.ctaTarget", "programPageVirtualTourSection.desc", "whyMaheDubaiCards.title", "whyMaheDubaiCards.desc", "whyMaheDubaiCards.ctaLink", "whyMaheDubaiCards.ctaText", "whyMaheDubaiCards.ctaTarget", "whyMaheDubaiCards.img", "contactUs.title", "contactUs.desc", "contactUs.sendMessage.title", "contactUs.sendMessage.img", "contactUs.sendMessage.ctaTarget", "contactUs.sendMessage.ctaLink", "contactUs.sendMessage.ctaText", "contactUs.phoneSection.title", "contactUs.phoneSection.img", "contactUs.phoneSection.ctaTarget", "contactUs.phoneSection.ctaLink", "contactUs.phoneSection.ctaText", "contactUs.mainImg", "event.title", "event.desc", "event.btnText", "event.ctaLink", "event.ctaTarget", "blog.title", "blog.desc", "blog.btnText", "blog.ctaLink", "blog.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "schoolSidePanel.key", "schoolSidePanel.value", "becomePartOfMaheDubaiSection.tag", "becomePartOfMaheDubaiSection.title", "becomePartOfMaheDubaiSection.subTitle", "becomePartOfMaheDubaiSection.desc", "becomePartOfMaheDubaiSection.ctaTarget", "becomePartOfMaheDubaiSection.ctaLink", "becomePartOfMaheDubaiSection.ctaText", "becomePartOfMaheDubaiSection.ctaLink2", "becomePartOfMaheDubaiSection.ctaText2", "virtualTourCampusLife.tag", "virtualTourCampusLife.title", "virtualTourCampusLife.subTitle", "virtualTourCampusLife.desc", "virtualTourCampusLife.ctaTarget", "virtualTourCampusLife.ctaLink", "virtualTourCampusLife.ctaText", "virtualTourCampusLife.ctaLink2", "virtualTourCampusLife.ctaText2", "whyDubai.title", "whyDubai.desc", "whyDubai.img", "whyDubai.ctaText", "whyDubai.ctaLink", "whyDubai.ctaTarget", "applyForScholarship.title", "applyForScholarship.richTextCopy", "applyForScholarship.img", "applyForScholarship.ctaText", "applyForScholarship.ctaLink", "applyForScho
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5056, 'plugin::content-manager.explorer.create', '{}', 'api::why-dubai-page.why-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "whyDubaiSection.title", "whyDubaiSection.richTextCopy", "whyDubaiSection.img", "whyDubaiSection.ctaText", "whyDubaiSection.ctaLink", "whyDubaiSection.ctaTarget", "whyDubaiSection.desc", "careerOpportunitiesSection.title", "careerOpportunitiesSection.richTextCopy", "careerOpportunitiesSection.img", "careerOpportunitiesSection.link.title", "careerOpportunitiesSection.link.ctaLink", "careerOpportunitiesSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "admissionsToggle", "studentServicesToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 18:20:09.973', '2024-11-25 18:20:09.973', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5058, 'plugin::content-manager.explorer.read', '{}', 'api::header-component.header-component', '{"fields": ["logo", "mainMenu.title", "mainMenu.ctaLink", "mainMenu.highlight", "mainMenu.ctaTarget", "mainMenu.SubMenu.title", "mainMenu.SubMenu.ctaLink", "mainMenu.SubMenu.ctaTarget", "mainMenu.SubMenu.highlight", "topMenu.title", "topMenu.ctaLink", "topMenu.highlight", "topMenu.ctaTarget", "topMenu.SubMenu.title", "topMenu.SubMenu.ctaLink", "topMenu.SubMenu.ctaTarget", "topMenu.SubMenu.highlight", "enquireNowText", "enquireNowLink", "enquireNowTarget", "ApplyNowLink", "ApplyNowText", "ApplyNowTarget", "floatingComponent.title", "floatingComponent.link", "floatingComponent.img", "FooterMenu.title", "FooterMenu.ctaLink", "FooterMenu.highlight", "FooterMenu.ctaTarget", "FooterMenu.SubMenu.title", "FooterMenu.SubMenu.ctaLink", "FooterMenu.SubMenu.ctaTarget", "FooterMenu.SubMenu.highlight", "bottomNote", "socialLinksData.icon", "socialLinksData.title", "socialLinksData.ctaText", "socialLinksData.ctaLink", "socialLinksData.ctaTarget", "bottomMenu.title", "bottomMenu.ctaLink", "bottomMenu.ctaTarget", "bottomMenu.highlight", "leaderShipPageBanner.desktopImg", "leaderShipPageBanner.mobileImg", "leaderShipPageBanner.title", "programPageApplyForScholarshipSection.title", "programPageApplyForScholarshipSection.richTextCopy", "programPageApplyForScholarshipSection.img", "programPageApplyForScholarshipSection.ctaText", "programPageApplyForScholarshipSection.ctaLink", "programPageApplyForScholarshipSection.ctaTarget", "programPageApplyForScholarshipSection.desc", "programPageWhyDubaiHeading", "programPageVirtualTourSection.title", "programPageVirtualTourSection.richTextCopy", "programPageVirtualTourSection.img", "programPageVirtualTourSection.ctaText", "programPageVirtualTourSection.ctaLink", "programPageVirtualTourSection.ctaTarget", "programPageVirtualTourSection.desc", "whyMaheDubaiCards.title", "whyMaheDubaiCards.desc", "whyMaheDubaiCards.ctaLink", "whyMaheDubaiCards.ctaText", "whyMaheDubaiCards.ctaTarget", "whyMaheDubaiCards.img", "contactUs.title", "contactUs.desc", "contactUs.sendMessage.title", "contactUs.sendMessage.img", "contactUs.sendMessage.ctaTarget", "contactUs.sendMessage.ctaLink", "contactUs.sendMessage.ctaText", "contactUs.phoneSection.title", "contactUs.phoneSection.img", "contactUs.phoneSection.ctaTarget", "contactUs.phoneSection.ctaLink", "contactUs.phoneSection.ctaText", "contactUs.mainImg", "event.title", "event.desc", "event.btnText", "event.ctaLink", "event.ctaTarget", "blog.title", "blog.desc", "blog.btnText", "blog.ctaLink", "blog.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "schoolSidePanel.key", "schoolSidePanel.value", "becomePartOfMaheDubaiSection.tag", "becomePartOfMaheDubaiSection.title", "becomePartOfMaheDubaiSection.subTitle", "becomePartOfMaheDubaiSection.desc", "becomePartOfMaheDubaiSection.ctaTarget", "becomePartOfMaheDubaiSection.ctaLink", "becomePartOfMaheDubaiSection.ctaText", "becomePartOfMaheDubaiSection.ctaLink2", "becomePartOfMaheDubaiSection.ctaText2", "virtualTourCampusLife.tag", "virtualTourCampusLife.title", "virtualTourCampusLife.subTitle", "virtualTourCampusLife.desc", "virtualTourCampusLife.ctaTarget", "virtualTourCampusLife.ctaLink", "virtualTourCampusLife.ctaText", "virtualTourCampusLife.ctaLink2", "virtualTourCampusLife.ctaText2", "whyDubai.title", "whyDubai.desc", "whyDubai.img", "whyDubai.ctaText", "whyDubai.ctaLink", "whyDubai.ctaTarget", "applyForScholarship.title", "applyForScholarship.richTextCopy", "applyForScholarship.img", "applyForScholarship.ctaText", "applyForScholarship.ctaLink", "applyForSchola
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5059, 'plugin::content-manager.explorer.read', '{}', 'api::why-dubai-page.why-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "whyDubaiSection.title", "whyDubaiSection.richTextCopy", "whyDubaiSection.img", "whyDubaiSection.ctaText", "whyDubaiSection.ctaLink", "whyDubaiSection.ctaTarget", "whyDubaiSection.desc", "careerOpportunitiesSection.title", "careerOpportunitiesSection.richTextCopy", "careerOpportunitiesSection.img", "careerOpportunitiesSection.link.title", "careerOpportunitiesSection.link.ctaLink", "careerOpportunitiesSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "admissionsToggle", "studentServicesToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 18:20:11.432', '2024-11-25 18:20:11.432', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5061, 'plugin::content-manager.explorer.update', '{}', 'api::header-component.header-component', '{"fields": ["logo", "mainMenu.title", "mainMenu.ctaLink", "mainMenu.highlight", "mainMenu.ctaTarget", "mainMenu.SubMenu.title", "mainMenu.SubMenu.ctaLink", "mainMenu.SubMenu.ctaTarget", "mainMenu.SubMenu.highlight", "topMenu.title", "topMenu.ctaLink", "topMenu.highlight", "topMenu.ctaTarget", "topMenu.SubMenu.title", "topMenu.SubMenu.ctaLink", "topMenu.SubMenu.ctaTarget", "topMenu.SubMenu.highlight", "enquireNowText", "enquireNowLink", "enquireNowTarget", "ApplyNowLink", "ApplyNowText", "ApplyNowTarget", "floatingComponent.title", "floatingComponent.link", "floatingComponent.img", "FooterMenu.title", "FooterMenu.ctaLink", "FooterMenu.highlight", "FooterMenu.ctaTarget", "FooterMenu.SubMenu.title", "FooterMenu.SubMenu.ctaLink", "FooterMenu.SubMenu.ctaTarget", "FooterMenu.SubMenu.highlight", "bottomNote", "socialLinksData.icon", "socialLinksData.title", "socialLinksData.ctaText", "socialLinksData.ctaLink", "socialLinksData.ctaTarget", "bottomMenu.title", "bottomMenu.ctaLink", "bottomMenu.ctaTarget", "bottomMenu.highlight", "leaderShipPageBanner.desktopImg", "leaderShipPageBanner.mobileImg", "leaderShipPageBanner.title", "programPageApplyForScholarshipSection.title", "programPageApplyForScholarshipSection.richTextCopy", "programPageApplyForScholarshipSection.img", "programPageApplyForScholarshipSection.ctaText", "programPageApplyForScholarshipSection.ctaLink", "programPageApplyForScholarshipSection.ctaTarget", "programPageApplyForScholarshipSection.desc", "programPageWhyDubaiHeading", "programPageVirtualTourSection.title", "programPageVirtualTourSection.richTextCopy", "programPageVirtualTourSection.img", "programPageVirtualTourSection.ctaText", "programPageVirtualTourSection.ctaLink", "programPageVirtualTourSection.ctaTarget", "programPageVirtualTourSection.desc", "whyMaheDubaiCards.title", "whyMaheDubaiCards.desc", "whyMaheDubaiCards.ctaLink", "whyMaheDubaiCards.ctaText", "whyMaheDubaiCards.ctaTarget", "whyMaheDubaiCards.img", "contactUs.title", "contactUs.desc", "contactUs.sendMessage.title", "contactUs.sendMessage.img", "contactUs.sendMessage.ctaTarget", "contactUs.sendMessage.ctaLink", "contactUs.sendMessage.ctaText", "contactUs.phoneSection.title", "contactUs.phoneSection.img", "contactUs.phoneSection.ctaTarget", "contactUs.phoneSection.ctaLink", "contactUs.phoneSection.ctaText", "contactUs.mainImg", "event.title", "event.desc", "event.btnText", "event.ctaLink", "event.ctaTarget", "blog.title", "blog.desc", "blog.btnText", "blog.ctaLink", "blog.ctaTarget", "location.icon", "location.title", "location.doubleText.title", "location.doubleText.ctaLink", "location.doubleText.ctaTarget", "phone.icon", "phone.title", "phone.doubleText.title", "phone.doubleText.ctaLink", "phone.doubleText.ctaTarget", "email.icon", "email.title", "email.doubleText.title", "email.doubleText.ctaLink", "email.doubleText.ctaTarget", "schoolSidePanel.key", "schoolSidePanel.value", "becomePartOfMaheDubaiSection.tag", "becomePartOfMaheDubaiSection.title", "becomePartOfMaheDubaiSection.subTitle", "becomePartOfMaheDubaiSection.desc", "becomePartOfMaheDubaiSection.ctaTarget", "becomePartOfMaheDubaiSection.ctaLink", "becomePartOfMaheDubaiSection.ctaText", "becomePartOfMaheDubaiSection.ctaLink2", "becomePartOfMaheDubaiSection.ctaText2", "virtualTourCampusLife.tag", "virtualTourCampusLife.title", "virtualTourCampusLife.subTitle", "virtualTourCampusLife.desc", "virtualTourCampusLife.ctaTarget", "virtualTourCampusLife.ctaLink", "virtualTourCampusLife.ctaText", "virtualTourCampusLife.ctaLink2", "virtualTourCampusLife.ctaText2", "whyDubai.title", "whyDubai.desc", "whyDubai.img", "whyDubai.ctaText", "whyDubai.ctaLink", "whyDubai.ctaTarget", "applyForScholarship.title", "applyForScholarship.richTextCopy", "applyForScholarship.img", "applyForScholarship.ctaText", "applyForScholarship.ctaLink", "applyForScho
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5062, 'plugin::content-manager.explorer.update', '{}', 'api::why-dubai-page.why-dubai-page', '{"fields": ["banner.desktopImg", "banner.mobileImg", "banner.title", "whyDubaiSection.title", "whyDubaiSection.richTextCopy", "whyDubaiSection.img", "whyDubaiSection.ctaText", "whyDubaiSection.ctaLink", "whyDubaiSection.ctaTarget", "whyDubaiSection.desc", "careerOpportunitiesSection.title", "careerOpportunitiesSection.richTextCopy", "careerOpportunitiesSection.img", "careerOpportunitiesSection.link.title", "careerOpportunitiesSection.link.ctaLink", "careerOpportunitiesSection.link.ctaTarget", "virtualTourToggle", "openDayToggle", "admissionsToggle", "studentServicesToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-25 18:20:12.889', '2024-11-25 18:20:12.889', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5063, 'plugin::content-manager.explorer.create', '{}', 'api::international-student.international-student', '{"fields": ["title", "intro", "richTextCopy", "img", "cards.title", "cards.richTextCopy", "cards.img", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowSection.btnText", "applyNowSection.ctaLink", "applyNowSection.ctaTarget", "applyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 11:58:40.549', '2024-11-26 11:58:40.549', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5065, 'plugin::content-manager.explorer.update', '{}', 'api::international-student.international-student', '{"fields": ["title", "intro", "richTextCopy", "img", "cards.title", "cards.richTextCopy", "cards.img", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowSection.btnText", "applyNowSection.ctaLink", "applyNowSection.ctaTarget", "applyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 11:58:41.597', '2024-11-26 11:58:41.597', NULL, NULL);
INSERT INTO public.admin_permissions (id, action, action_parameters, subject, properties, conditions, created_at, updated_at, created_by_id, updated_by_id) VALUES (5064, 'plugin::content-manager.explorer.read', '{}', 'api::international-student.international-student', '{"fields": ["title", "intro", "richTextCopy", "img", "cards.title", "cards.richTextCopy", "cards.img", "sideMenuInternationalStudentPage.title", "sideMenuInternationalStudentPage.type", "sideMenuInternationalStudentPage.ctaTarget", "sideMenuInternationalStudentPage.key", "sideMenuInternationalStudentPage.ctaLink", "banner.desktopImg", "banner.mobileImg", "banner.title", "applyNowSection.btnText", "applyNowSection.ctaLink", "applyNowSection.ctaTarget", "applyNowSection.desc", "virtualTourToggle", "openDayToggle", "whyDubaiToggle", "campusLifeToggle", "seo.metaTitle", "seo.metaDescription", "seo.metaImage", "seo.metaSocial.socialNetwork", "seo.metaSocial.title", "seo.metaSocial.description", "seo.metaSocial.image", "seo.keywords", "seo.metaRobots", "seo.structuredData", "seo.metaViewport", "seo.canonicalURL"]}', '[]', '2024-11-26 11:58:41.044', '2024-11-26 11:58:41.044', NULL, NULL);
--
-- TOC entry 8004 (class 0 OID 680782)
-- Dependencies: 253
-- Data for Name: admin_permissions_role_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1, 1, 2, 1);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2, 2, 2, 2);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3, 3, 2, 3);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4, 4, 2, 4);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5, 5, 2, 5);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (6, 6, 2, 6);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (7, 7, 3, 1);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (8, 8, 3, 2);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (9, 9, 3, 3);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (10, 10, 3, 4);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (11, 11, 3, 5);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (12, 12, 3, 6);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (13, 13, 1, 1);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (14, 14, 1, 2);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (15, 15, 1, 3);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (16, 16, 1, 4);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (17, 17, 1, 5);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (18, 18, 1, 6);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (19, 19, 1, 7);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (20, 20, 1, 8);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (21, 21, 1, 9);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (22, 22, 1, 10);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (23, 23, 1, 11);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (24, 24, 1, 12);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (25, 25, 1, 13);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (26, 26, 1, 14);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (27, 27, 1, 15);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (28, 28, 1, 16);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (29, 29, 1, 17);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (30, 30, 1, 18);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (31, 31, 1, 19);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (32, 32, 1, 20);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (33, 33, 1, 21);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (34, 34, 1, 22);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (35, 35, 1, 23);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (36, 36, 1, 24);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (37, 37, 1, 25);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (38, 38, 1, 26);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (39, 39, 1, 27);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (40, 40, 1, 28);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (41, 41, 1, 29);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (42, 42, 1, 30);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (43, 43, 1, 31);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (44, 44, 1, 32);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (45, 45, 1, 33);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (46, 46, 1, 34);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (47, 47, 1, 35);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (48, 48, 1, 36);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (49, 49, 1, 37);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (50, 50, 1, 38);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (51, 51, 1, 39);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (52, 52, 1, 40);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (53, 53, 1, 41);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (54, 54, 1, 42);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (55, 55, 1, 43);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (56, 56, 1, 44);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (57, 57, 1, 45);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (58, 58, 1, 46);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (59, 59, 1, 47);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (60, 60, 1, 48);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (61, 61, 1, 49);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (62, 62, 1, 50);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (63, 63, 1, 51);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (64, 64, 1, 52);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (65, 65, 1, 53);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (66, 66, 1, 54);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (67, 67, 1, 55);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (68, 68, 1, 56);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (69, 69, 1, 57);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4748, 4750, 1, 1408);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5215, 5217, 1, 1599);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3854, 3856, 2, 160);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4750, 4752, 1, 1410);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4484, 4486, 1, 1368);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5218, 5220, 1, 1602);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4485, 4487, 1, 1369);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4486, 4488, 1, 1370);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4754, 4756, 1, 1414);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4756, 4758, 1, 1416);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5221, 5223, 1, 1605);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5092, 5094, 1, 1566);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5093, 5095, 1, 1567);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3555, 3557, 1, 973);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3556, 3558, 1, 974);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4760, 4762, 1, 1420);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4762, 4764, 1, 1422);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4766, 4768, 1, 1426);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4767, 4769, 1, 1427);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4789, 4791, 1, 1446);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3579, 3581, 1, 997);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3580, 3582, 1, 998);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4889, 4891, 2, 637);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3582, 3584, 1, 1000);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3583, 3585, 1, 1001);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3584, 3586, 1, 1002);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3588, 3590, 1, 1006);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2936, 2937, 1, 419);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3589, 3591, 1, 1007);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2937, 2938, 1, 420);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2938, 2939, 1, 421);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2939, 2940, 1, 422);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2940, 2941, 1, 423);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2941, 2942, 1, 424);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2942, 2943, 1, 425);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3595, 3597, 1, 1013);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3596, 3598, 1, 1014);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3597, 3599, 1, 1015);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3598, 3600, 1, 1016);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3600, 3602, 1, 1018);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3601, 3603, 1, 1019);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3602, 3604, 1, 1020);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3606, 3608, 1, 1024);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3607, 3609, 1, 1025);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3613, 3615, 1, 1031);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3614, 3616, 1, 1032);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3615, 3617, 1, 1033);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3616, 3618, 1, 1034);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2943, 2944, 1, 426);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3701, 3703, 2, 7);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2944, 2945, 1, 427);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4768, 4770, 1, 1428);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3702, 3704, 2, 8);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2945, 2946, 1, 428);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2946, 2947, 1, 429);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3703, 3705, 2, 9);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4769, 4771, 1, 1429);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2947, 2948, 1, 430);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3704, 3706, 2, 10);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2948, 2949, 1, 431);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2949, 2950, 1, 432);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2950, 2951, 1, 433);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4770, 4772, 1, 1430);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2951, 2952, 1, 434);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2952, 2953, 1, 435);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1120, 1120, 1, 163);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1121, 1121, 1, 164);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1122, 1122, 1, 165);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1123, 1123, 1, 166);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1124, 1124, 1, 167);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1125, 1125, 1, 168);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1126, 1126, 1, 169);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1127, 1127, 1, 170);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1128, 1128, 1, 171);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1129, 1129, 1, 172);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1130, 1130, 1, 173);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1131, 1131, 1, 174);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2953, 2954, 1, 436);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2954, 2955, 1, 437);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2955, 2956, 1, 438);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1135, 1135, 1, 178);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1136, 1136, 1, 179);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3705, 3707, 2, 11);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2956, 2957, 1, 439);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1520, 1520, 1, 265);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1141, 1141, 1, 184);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1142, 1142, 1, 185);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2957, 2958, 1, 440);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1144, 1144, 1, 187);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1521, 1521, 1, 266);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1146, 1146, 1, 189);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1147, 1147, 1, 190);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1148, 1148, 1, 191);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1149, 1149, 1, 192);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3706, 3708, 2, 12);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4790, 4792, 1, 1447);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4791, 4793, 1, 1448);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1153, 1153, 1, 196);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1523, 1523, 1, 268);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1155, 1155, 1, 198);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1156, 1156, 1, 199);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1157, 1157, 1, 200);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1158, 1158, 1, 201);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1159, 1159, 1, 202);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1160, 1160, 1, 203);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1161, 1161, 1, 204);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1162, 1162, 1, 205);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1163, 1163, 1, 206);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1164, 1164, 1, 207);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1165, 1165, 1, 208);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1166, 1166, 1, 209);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5004, 5006, 1, 1494);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1524, 1524, 1, 269);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3707, 3709, 2, 13);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1170, 1170, 1, 213);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1171, 1171, 1, 214);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1526, 1526, 1, 271);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4533, 4535, 2, 417);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1527, 1527, 1, 272);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1176, 1176, 1, 219);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1177, 1177, 1, 220);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4534, 4536, 2, 418);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1179, 1179, 1, 222);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1528, 1528, 1, 273);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1181, 1181, 1, 224);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1182, 1182, 1, 225);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1183, 1183, 1, 226);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1184, 1184, 1, 227);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4535, 4537, 2, 419);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3708, 3710, 2, 14);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1529, 1529, 1, 274);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1188, 1188, 1, 231);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1530, 1530, 1, 275);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3709, 3711, 2, 15);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1532, 1532, 1, 277);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1533, 1533, 1, 278);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3710, 3712, 2, 16);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1535, 1535, 1, 280);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1536, 1536, 1, 281);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1537, 1537, 1, 282);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5006, 5008, 1, 1496);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5225, 5227, 1, 1606);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3711, 3713, 2, 17);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3712, 3714, 2, 18);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4539, 4541, 2, 423);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3713, 3715, 2, 19);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3714, 3716, 2, 20);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3715, 3717, 2, 21);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4540, 4542, 2, 424);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4541, 4543, 2, 425);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4542, 4544, 2, 426);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3716, 3718, 2, 22);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3717, 3719, 2, 23);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4543, 4545, 2, 427);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3718, 3720, 2, 24);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4544, 4546, 2, 428);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5008, 5010, 1, 1498);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5226, 5228, 1, 1607);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5227, 5229, 1, 1608);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5228, 5230, 1, 1609);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5229, 5231, 1, 1610);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5230, 5232, 1, 1611);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1696, 1697, 1, 339);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1697, 1698, 1, 340);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1699, 1700, 1, 342);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1700, 1701, 1, 343);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1701, 1702, 1, 344);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4554, 4556, 2, 438);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1704, 1705, 1, 347);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1705, 1706, 1, 348);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4555, 4557, 2, 439);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1707, 1708, 1, 350);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1708, 1709, 1, 351);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1709, 1710, 1, 352);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4556, 4558, 2, 440);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5040, 5042, 1, 1524);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3618, 3620, 1, 1036);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3619, 3621, 1, 1037);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5041, 5043, 1, 1525);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5042, 5044, 1, 1526);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3620, 3622, 1, 1038);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3024, 3025, 1, 487);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3025, 3026, 1, 488);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3624, 3626, 1, 1042);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3625, 3627, 1, 1043);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3631, 3633, 1, 1049);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3043, 3044, 1, 506);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3044, 3045, 1, 507);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3632, 3634, 1, 1050);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3077, 3078, 1, 540);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3078, 3079, 1, 541);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3102, 3103, 1, 565);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3103, 3104, 1, 566);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3118, 3119, 1, 581);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3119, 3120, 1, 582);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4560, 4562, 2, 444);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3719, 3721, 2, 25);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4561, 4563, 2, 445);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4562, 4564, 2, 446);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2966, 2967, 1, 444);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2967, 2968, 1, 445);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3391, 3393, 1, 827);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3392, 3394, 1, 828);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2971, 2972, 1, 449);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2972, 2973, 1, 450);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4566, 4568, 2, 450);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4567, 4569, 2, 451);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3014, 3015, 1, 477);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3015, 3016, 1, 478);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3575, 3577, 1, 993);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3029, 3030, 1, 492);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3030, 3031, 1, 493);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4568, 4570, 2, 452);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4569, 4571, 2, 453);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3723, 3725, 2, 29);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4570, 4572, 2, 454);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4571, 4573, 2, 455);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3724, 3726, 2, 30);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4572, 4574, 2, 456);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4573, 4575, 2, 457);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3725, 3727, 2, 31);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3063, 3064, 1, 526);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3064, 3065, 1, 527);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3065, 3066, 1, 528);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3066, 3067, 1, 529);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3067, 3068, 1, 530);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3068, 3069, 1, 531);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3726, 3728, 2, 32);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3727, 3729, 2, 33);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3728, 3730, 2, 34);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3087, 3088, 1, 550);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3088, 3089, 1, 551);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4574, 4576, 2, 458);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4575, 4577, 2, 459);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4576, 4578, 2, 460);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3107, 3108, 1, 570);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3108, 3109, 1, 571);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4577, 4579, 2, 461);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3129, 3130, 1, 592);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3130, 3131, 1, 593);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4581, 4583, 2, 465);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3137, 3138, 1, 600);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3138, 3139, 1, 601);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4582, 4584, 2, 466);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3729, 3731, 2, 35);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3730, 3732, 2, 36);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3731, 3733, 2, 37);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4583, 4585, 2, 467);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5043, 5045, 1, 1527);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5044, 5046, 1, 1528);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3732, 3734, 2, 38);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3733, 3735, 2, 39);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3734, 3736, 2, 40);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3735, 3737, 2, 41);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3736, 3738, 2, 42);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3737, 3739, 2, 43);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3738, 3740, 2, 44);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3739, 3741, 2, 45);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5045, 5047, 1, 1529);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5046, 5048, 1, 1530);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5047, 5049, 1, 1531);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3669, 3671, 1, 1087);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3670, 3672, 1, 1088);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3743, 3745, 2, 49);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3671, 3673, 1, 1089);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3672, 3674, 1, 1090);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3673, 3675, 1, 1091);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3674, 3676, 1, 1092);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3675, 3677, 1, 1093);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3676, 3678, 1, 1094);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5048, 5050, 1, 1532);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5049, 5051, 1, 1533);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5050, 5052, 1, 1534);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5051, 5053, 1, 1535);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3744, 3746, 2, 50);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5053, 5055, 1, 1537);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5054, 5056, 1, 1538);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4490, 4492, 1, 1374);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4491, 4493, 1, 1375);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4492, 4494, 1, 1376);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5056, 5058, 1, 1540);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5057, 5059, 1, 1541);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5059, 5061, 1, 1543);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5060, 5062, 1, 1544);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3501, 3503, 1, 928);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3502, 3504, 1, 929);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3753, 3755, 2, 59);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3754, 3756, 2, 60);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3755, 3757, 2, 61);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3530, 3532, 1, 951);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3531, 3533, 1, 952);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4614, 4616, 2, 498);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3535, 3537, 1, 956);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3536, 3538, 1, 957);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4615, 4617, 2, 499);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4616, 4618, 2, 500);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4617, 4619, 2, 501);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4618, 4620, 2, 502);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4619, 4621, 2, 503);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5094, 5096, 1, 1568);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3756, 3758, 2, 62);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3757, 3759, 2, 63);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3758, 3760, 2, 64);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3759, 3761, 2, 65);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3760, 3762, 2, 66);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3761, 3763, 2, 67);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3762, 3764, 2, 68);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3763, 3765, 2, 69);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3764, 3766, 2, 70);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5096, 5098, 1, 1570);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5098, 5100, 1, 1572);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5101, 5103, 1, 1574);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5103, 5105, 1, 1576);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5105, 5107, 1, 1578);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5106, 5108, 1, 1579);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5107, 5109, 1, 1580);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5108, 5110, 1, 1581);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3576, 3578, 1, 994);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3577, 3579, 1, 995);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3578, 3580, 1, 996);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4620, 4622, 2, 504);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4621, 4623, 2, 505);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4411, 4413, 1, 1295);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4622, 4624, 2, 506);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2979, 2980, 1, 457);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2980, 2981, 1, 458);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4413, 4415, 1, 1297);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4414, 4416, 1, 1298);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2984, 2985, 1, 462);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2985, 2986, 1, 463);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4623, 4625, 2, 507);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4624, 4626, 2, 508);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2989, 2990, 1, 467);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2990, 2991, 1, 468);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4419, 4421, 1, 1303);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4625, 4627, 2, 509);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2994, 2995, 1, 472);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2995, 2996, 1, 473);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4626, 4628, 2, 510);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4424, 4426, 1, 1308);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4425, 4427, 1, 1309);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4426, 4428, 1, 1310);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4427, 4429, 1, 1311);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3019, 3020, 1, 482);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4428, 4430, 1, 1312);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4627, 4629, 2, 511);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4628, 4630, 2, 512);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4629, 4631, 2, 513);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4433, 4435, 1, 1317);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3020, 3021, 1, 483);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4630, 4632, 2, 514);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3773, 3775, 2, 79);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4435, 4437, 1, 1319);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4436, 4438, 1, 1320);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3774, 3776, 2, 80);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3778, 3780, 2, 84);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4631, 4633, 2, 515);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4632, 4634, 2, 516);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4441, 4443, 1, 1325);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5061, 5063, 1, 1545);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4633, 4635, 2, 517);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4634, 4636, 2, 518);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3779, 3781, 2, 85);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5062, 5064, 1, 1546);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4446, 4448, 1, 1330);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3780, 3782, 2, 86);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3781, 3783, 2, 87);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3782, 3784, 2, 88);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3783, 3785, 2, 89);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3784, 3786, 2, 90);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3785, 3787, 2, 91);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3786, 3788, 2, 92);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3787, 3789, 2, 93);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3788, 3790, 2, 94);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3789, 3791, 2, 95);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5063, 5065, 1, 1547);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4635, 4637, 2, 519);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4636, 4638, 2, 520);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3793, 3795, 2, 99);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4637, 4639, 2, 521);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4638, 4640, 2, 522);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3794, 3796, 2, 100);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4447, 4449, 1, 1331);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4448, 4450, 1, 1332);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4639, 4641, 2, 523);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4640, 4642, 2, 524);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4449, 4451, 1, 1333);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3795, 3797, 2, 101);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3796, 3798, 2, 102);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3797, 3799, 2, 103);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3798, 3800, 2, 104);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3799, 3801, 2, 105);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3800, 3802, 2, 106);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3801, 3803, 2, 107);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3802, 3804, 2, 108);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3803, 3805, 2, 109);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3804, 3806, 2, 110);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4450, 4452, 1, 1334);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3808, 3810, 2, 114);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3809, 3811, 2, 115);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5109, 5111, 1, 1582);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5110, 5112, 1, 1583);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5111, 5113, 1, 1584);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3813, 3815, 2, 119);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3814, 3816, 2, 120);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5112, 5114, 1, 1585);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5113, 5115, 1, 1586);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5114, 5116, 1, 1587);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3818, 3820, 2, 124);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3819, 3821, 2, 125);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4644, 4646, 2, 528);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5115, 5117, 1, 1588);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5116, 5118, 1, 1589);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4645, 4647, 2, 529);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4455, 4457, 1, 1339);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5117, 5119, 1, 1590);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3823, 3825, 2, 129);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3824, 3826, 2, 130);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5118, 5120, 2, 638);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5119, 5121, 2, 639);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5120, 5122, 2, 640);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3828, 3830, 2, 134);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3829, 3831, 2, 135);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5121, 5123, 2, 641);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5122, 5124, 2, 642);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3833, 3835, 2, 139);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3834, 3836, 2, 140);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3838, 3840, 2, 144);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4646, 4648, 2, 530);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4647, 4649, 2, 531);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4648, 4650, 2, 532);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3839, 3841, 2, 145);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3843, 3845, 2, 149);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3844, 3846, 2, 150);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4649, 4651, 2, 533);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4650, 4652, 2, 534);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4651, 4653, 2, 535);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3848, 3850, 2, 154);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3849, 3851, 2, 155);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3853, 3855, 2, 159);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4652, 4654, 2, 536);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4653, 4655, 2, 537);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4654, 4656, 2, 538);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4655, 4657, 2, 539);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4656, 4658, 2, 540);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4657, 4659, 2, 541);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4658, 4660, 2, 542);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4659, 4661, 2, 543);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4660, 4662, 2, 544);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4661, 4663, 2, 545);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4662, 4664, 2, 546);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4663, 4665, 2, 547);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4664, 4666, 2, 548);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4665, 4667, 2, 549);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4666, 4668, 2, 550);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4667, 4669, 2, 551);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4668, 4670, 2, 552);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4669, 4671, 2, 553);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4670, 4672, 2, 554);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4671, 4673, 2, 555);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4672, 4674, 2, 556);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4673, 4675, 2, 557);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4674, 4676, 2, 558);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3858, 3860, 2, 164);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3859, 3861, 2, 165);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3863, 3865, 2, 169);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3864, 3866, 2, 170);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5126, 5128, 2, 646);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3868, 3870, 2, 174);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3869, 3871, 2, 175);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5127, 5129, 2, 647);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5128, 5130, 2, 648);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3873, 3875, 2, 179);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3874, 3876, 2, 180);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3878, 3880, 2, 184);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3879, 3881, 2, 185);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5135, 5137, 2, 649);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3883, 3885, 2, 189);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3884, 3886, 2, 190);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5136, 5138, 2, 650);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5137, 5139, 2, 651);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5138, 5140, 2, 652);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3888, 3890, 2, 194);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3889, 3891, 2, 195);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5139, 5141, 2, 653);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5140, 5142, 2, 654);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5141, 5143, 2, 655);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3893, 3895, 2, 199);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3894, 3896, 2, 200);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5142, 5144, 2, 656);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5143, 5145, 2, 657);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5144, 5146, 2, 658);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3898, 3900, 2, 204);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3899, 3901, 2, 205);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5145, 5147, 2, 659);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5146, 5148, 2, 660);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5147, 5149, 2, 661);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3903, 3905, 2, 209);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3904, 3906, 2, 210);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5148, 5150, 2, 662);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5149, 5151, 2, 663);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5150, 5152, 2, 664);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3908, 3910, 2, 214);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3909, 3911, 2, 215);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5151, 5153, 2, 665);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5152, 5154, 2, 666);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5153, 5155, 2, 667);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3913, 3915, 2, 219);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3914, 3916, 2, 220);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5154, 5156, 2, 668);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5155, 5157, 2, 669);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5156, 5158, 2, 670);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3918, 3920, 2, 224);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3919, 3921, 2, 225);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4675, 4677, 2, 559);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4676, 4678, 2, 560);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4677, 4679, 2, 561);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4678, 4680, 2, 562);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4679, 4681, 2, 563);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4680, 4682, 2, 564);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4681, 4683, 2, 565);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4682, 4684, 2, 566);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5157, 5159, 2, 671);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5158, 5160, 2, 672);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5159, 5161, 2, 673);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3933, 3935, 2, 239);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3934, 3936, 2, 240);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5160, 5162, 2, 674);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5161, 5163, 2, 675);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5162, 5164, 2, 676);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3938, 3940, 2, 244);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3939, 3941, 2, 245);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4689, 4691, 2, 573);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5163, 5165, 2, 677);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5164, 5166, 2, 678);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5165, 5167, 2, 679);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3948, 3950, 2, 254);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3949, 3951, 2, 255);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4690, 4692, 2, 574);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4691, 4693, 2, 575);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5166, 5168, 2, 680);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5167, 5169, 2, 681);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5168, 5170, 2, 682);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5169, 5171, 2, 683);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5170, 5172, 2, 684);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3958, 3960, 2, 264);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3959, 3961, 2, 265);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4961, 4963, 1, 1451);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4963, 4965, 1, 1453);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3968, 3970, 2, 274);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3969, 3971, 2, 275);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4969, 4971, 1, 1459);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4970, 4972, 1, 1460);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3973, 3975, 2, 279);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3974, 3976, 2, 280);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4972, 4974, 1, 1462);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3978, 3980, 2, 284);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3979, 3981, 2, 285);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4975, 4977, 1, 1465);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3983, 3985, 2, 289);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3984, 3986, 2, 290);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4977, 4979, 1, 1467);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3988, 3990, 2, 294);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3989, 3991, 2, 295);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3993, 3995, 2, 299);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3994, 3996, 2, 300);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4983, 4985, 1, 1473);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4984, 4986, 1, 1474);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3998, 4000, 2, 304);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3999, 4001, 2, 305);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4986, 4988, 1, 1476);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4003, 4005, 2, 309);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4004, 4006, 2, 310);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4989, 4991, 1, 1479);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4991, 4993, 1, 1481);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4008, 4010, 2, 314);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4009, 4011, 2, 315);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4013, 4015, 2, 319);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4014, 4016, 2, 320);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4997, 4999, 1, 1487);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4998, 5000, 1, 1488);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5000, 5002, 1, 1490);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5171, 5173, 2, 685);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5172, 5174, 2, 686);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5173, 5175, 2, 687);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5174, 5176, 2, 688);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5175, 5177, 2, 689);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5176, 5178, 2, 690);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5177, 5179, 2, 691);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5178, 5180, 2, 692);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5179, 5181, 2, 693);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5180, 5182, 2, 694);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5181, 5183, 2, 695);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5182, 5184, 2, 696);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5183, 5185, 2, 697);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5184, 5186, 2, 698);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5185, 5187, 2, 699);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5186, 5188, 2, 700);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5187, 5189, 2, 701);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5188, 5190, 2, 702);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5189, 5191, 2, 703);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5190, 5192, 2, 704);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5191, 5193, 2, 705);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5192, 5194, 2, 706);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5193, 5195, 2, 707);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5194, 5196, 2, 708);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5195, 5197, 2, 709);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5196, 5198, 2, 710);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5197, 5199, 2, 711);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5198, 5200, 2, 712);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5199, 5201, 2, 713);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5200, 5202, 2, 714);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4018, 4020, 2, 324);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4019, 4021, 2, 325);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4023, 4025, 2, 329);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4024, 4026, 2, 330);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4028, 4030, 2, 334);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4029, 4031, 2, 335);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5201, 5203, 1, 1591);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5202, 5204, 1, 1592);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5203, 5205, 1, 1593);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4033, 4035, 2, 339);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4034, 4036, 2, 340);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4038, 4040, 2, 344);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4039, 4041, 2, 345);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4043, 4045, 2, 349);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4044, 4046, 2, 350);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4048, 4050, 2, 354);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4049, 4051, 2, 355);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4053, 4055, 2, 359);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4054, 4056, 2, 360);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4058, 4060, 2, 364);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4059, 4061, 2, 365);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4063, 4065, 2, 369);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4064, 4066, 2, 370);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4068, 4070, 2, 374);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4069, 4071, 2, 375);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4073, 4075, 2, 379);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4074, 4076, 2, 380);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4078, 4080, 2, 384);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4079, 4081, 2, 385);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4083, 4085, 2, 389);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4084, 4086, 2, 390);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4861, 4863, 2, 609);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4862, 4864, 2, 610);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4863, 4865, 2, 611);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4088, 4090, 2, 394);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4089, 4091, 2, 395);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4864, 4866, 2, 612);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4865, 4867, 2, 613);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4093, 4095, 2, 399);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4094, 4096, 2, 400);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4869, 4871, 2, 617);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4098, 4100, 2, 404);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4099, 4101, 2, 405);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4101, 4103, 1, 1120);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4457, 4459, 1, 1341);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4105, 4107, 1, 1124);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4458, 4460, 1, 1342);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4107, 4109, 1, 1126);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4109, 4111, 1, 1128);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4110, 4112, 1, 1129);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4111, 4113, 1, 1130);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4112, 4114, 1, 1131);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4116, 4118, 1, 1135);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4463, 4465, 1, 1347);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4870, 4872, 2, 618);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4468, 4470, 1, 1352);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4469, 4471, 1, 1353);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4701, 4703, 2, 585);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4132, 4134, 1, 1151);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4133, 4135, 1, 1152);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4134, 4136, 1, 1153);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4135, 4137, 1, 1154);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4702, 4704, 2, 586);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4137, 4139, 1, 1156);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4138, 4140, 1, 1157);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4139, 4141, 1, 1158);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4142, 4144, 1, 1161);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4143, 4145, 1, 1162);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4144, 4146, 1, 1163);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4470, 4472, 1, 1354);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4146, 4148, 1, 1165);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4471, 4473, 1, 1355);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4472, 4474, 1, 1356);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4149, 4151, 1, 1168);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4150, 4152, 1, 1169);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4151, 4153, 1, 1170);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4703, 4705, 2, 587);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4154, 4156, 1, 1173);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4157, 4159, 1, 1176);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4159, 4161, 1, 1178);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4163, 4165, 1, 1182);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4165, 4167, 1, 1184);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4167, 4169, 1, 1186);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4168, 4170, 1, 1187);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4169, 4171, 1, 1188);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4170, 4172, 1, 1189);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4496, 4498, 1, 1380);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4497, 4499, 1, 1381);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4707, 4709, 2, 591);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4708, 4710, 2, 592);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4709, 4711, 2, 593);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4710, 4712, 2, 594);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4711, 4713, 2, 595);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4712, 4714, 2, 596);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4719, 4721, 2, 603);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4720, 4722, 2, 604);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4721, 4723, 2, 605);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4871, 4873, 2, 619);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4875, 4877, 2, 623);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4876, 4878, 2, 624);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4886, 4888, 2, 634);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4887, 4889, 2, 635);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4725, 4727, 1, 1388);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4174, 4176, 1, 1193);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4726, 4728, 1, 1389);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4727, 4729, 1, 1390);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5204, 5206, 1, 1594);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4190, 4192, 1, 1209);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4191, 4193, 1, 1210);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4192, 4194, 1, 1211);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4193, 4195, 1, 1212);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5205, 5207, 1, 1595);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4195, 4197, 1, 1214);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4196, 4198, 1, 1215);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4197, 4199, 1, 1216);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5206, 5208, 1, 1596);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4200, 4202, 1, 1219);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4201, 4203, 1, 1220);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4202, 4204, 1, 1221);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4204, 4206, 1, 1223);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4207, 4209, 1, 1226);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4208, 4210, 1, 1227);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4209, 4211, 1, 1228);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4212, 4214, 1, 1231);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4215, 4217, 1, 1234);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4217, 4219, 1, 1236);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4221, 4223, 1, 1240);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4516, 4518, 2, 412);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4223, 4225, 1, 1242);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4517, 4519, 2, 413);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4225, 4227, 1, 1244);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4226, 4228, 1, 1245);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4227, 4229, 1, 1246);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4228, 4230, 1, 1247);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4731, 4733, 1, 1394);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4732, 4734, 1, 1395);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4232, 4234, 1, 1251);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4248, 4250, 1, 1267);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4249, 4251, 1, 1268);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4250, 4252, 1, 1269);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4251, 4253, 1, 1270);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4253, 4255, 1, 1272);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4254, 4256, 1, 1273);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4255, 4257, 1, 1274);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4258, 4260, 1, 1277);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4259, 4261, 1, 1278);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4260, 4262, 1, 1279);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4262, 4264, 1, 1281);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4265, 4267, 1, 1284);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4266, 4268, 1, 1285);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4267, 4269, 1, 1286);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4270, 4272, 1, 1289);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4273, 4275, 1, 1292);
INSERT INTO public.admin_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4888, 4890, 2, 636);
--
-- TOC entry 7978 (class 0 OID 680635)
-- Dependencies: 227
-- Data for Name: admin_roles; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.admin_roles (id, name, code, description, created_at, updated_at, created_by_id, updated_by_id) VALUES (1, 'Super Admin', 'strapi-super-admin', 'Super Admins can access and manage all features and settings.', '2024-05-14 15:26:41.01', '2024-05-14 15:26:41.01', NULL, NULL);
INSERT INTO public.admin_roles (id, name, code, description, created_at, updated_at, created_by_id, updated_by_id) VALUES (3, 'Author', 'strapi-author', 'Authors can manage the content they have created.', '2024-05-14 15:26:41.032', '2024-05-14 15:26:41.032', NULL, NULL);
INSERT INTO public.admin_roles (id, name, code, description, created_at, updated_at, created_by_id, updated_by_id) VALUES (2, 'Editor', 'strapi-editor', 'Editors can manage and publish contents including those of other users.', '2024-05-14 15:26:41.024', '2024-11-27 12:17:21.267', NULL, NULL);
--
-- TOC entry 7976 (class 0 OID 680624)
-- Dependencies: 225
-- Data for Name: admin_users; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.admin_users (id, firstname, lastname, username, email, password, reset_password_token, registration_token, is_active, blocked, prefered_language, created_at, updated_at, created_by_id, updated_by_id) VALUES (1, 'munawer', 'ali', NULL, 'mali@digitalgravity.ae', '$2a$10$KRccKEGIunOnus2JbSGBgO8VvCyhkmEj9hL3nHM8PplnVL6zg4rcC', NULL, NULL, true, false, NULL, '2024-05-14 16:28:34.437', '2024-05-14 16:28:34.437', NULL, NULL);
INSERT INTO public.admin_users (id, firstname, lastname, username, email, password, reset_password_token, registration_token, is_active, blocked, prefered_language, created_at, updated_at, created_by_id, updated_by_id) VALUES (2, 'Inshal', 'QA', NULL, 'inshaalfatima@digitalgravity.ae', '$2a$10$N18X3OoZDCZGQ8lCC3HT3uv8d5f/OUMcQ3UwrskivBL4lhyQz3WF6', NULL, 'c88af73d81bae5c08111b24d4974aaffdf95ba1b', true, false, NULL, '2024-07-10 11:23:11.796', '2024-07-10 11:23:39.215', NULL, NULL);
INSERT INTO public.admin_users (id, firstname, lastname, username, email, password, reset_password_token, registration_token, is_active, blocked, prefered_language, created_at, updated_at, created_by_id, updated_by_id) VALUES (3, 'Fayyaz', 'Ali', NULL, 'fayyazali@digitalgravity.ae', '$2a$10$HRjM7/DLmzJRvxiCmZcPne9e0ReRnuF.GsKX84nAxN3NCSXuVEVEi', NULL, NULL, true, false, NULL, '2024-07-31 15:59:02.201', '2024-11-27 14:45:39.51', NULL, NULL);
--
-- TOC entry 8006 (class 0 OID 680794)
-- Dependencies: 255
-- Data for Name: admin_users_roles_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.admin_users_roles_links (id, user_id, role_id, role_order, user_order) VALUES (1, 1, 1, 1, 1);
INSERT INTO public.admin_users_roles_links (id, user_id, role_id, role_order, user_order) VALUES (2, 2, 2, 1, 1);
INSERT INTO public.admin_users_roles_links (id, user_id, role_id, role_order, user_order) VALUES (6, 3, 1, 1, 2);
--
-- TOC entry 8026 (class 0 OID 742407)
-- Dependencies: 275
-- Data for Name: administration_categories; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.administration_categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (1, 'Admissions office', '2024-05-28 16:13:30.847', '2024-07-31 16:30:09.059', '2024-05-28 16:14:09.048', 1, 3, 'admissions-office');
INSERT INTO public.administration_categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (2, 'Accounts & Finance Department', '2024-06-06 12:24:50.062', '2024-07-31 16:34:37.08', '2024-06-06 12:24:51.495', 1, 3, 'accounts-and-finance-department');
INSERT INTO public.administration_categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (3, 'Visa Section', '2024-07-31 16:36:03.518', '2024-07-31 16:36:26.654', '2024-07-31 16:36:26.646', 3, 3, 'visa-section');
INSERT INTO public.administration_categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (4, 'Infrastructure & Services', '2024-07-31 16:39:57.985', '2024-07-31 16:40:01.852', '2024-07-31 16:40:01.836', 3, 3, 'infrastructure-and-services');
INSERT INTO public.administration_categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (5, 'Office of Student Affairs', '2024-07-31 16:41:00.325', '2024-07-31 16:41:02.945', '2024-07-31 16:41:02.937', 3, 3, 'office-of-student-affairs');
INSERT INTO public.administration_categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (6, 'Human Resources', '2024-07-31 16:41:41.852', '2024-07-31 16:41:44.967', '2024-07-31 16:41:44.958', 3, 3, 'human-resources');
INSERT INTO public.administration_categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (7, 'Deputy Registrar''s Office', '2024-07-31 16:43:06.097', '2024-07-31 16:43:08.843', '2024-07-31 16:43:08.832', 3, 3, 'deputy-registrars-office');
--
-- TOC entry 8538 (class 0 OID 1016727)
-- Dependencies: 787
-- Data for Name: administration_categories_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8028 (class 0 OID 742416)
-- Dependencies: 277
-- Data for Name: administration_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.administration_pages (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Administration', '2024-05-28 16:30:11.95', '2024-08-02 13:37:43.642', '2024-05-28 16:30:37.059', 1, 3);
--
-- TOC entry 8136 (class 0 OID 743047)
-- Dependencies: 385
-- Data for Name: administration_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.administration_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 36, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8024 (class 0 OID 742396)
-- Dependencies: 273
-- Data for Name: administrations; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.administrations (id, title, designation, phone, email, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (8, 'Vanja Grdinic', 'Manager - Africa', '+971 44 290 888', '-', '2024-05-28 16:17:24.185', '2024-11-25 10:58:40.764', '2024-05-30 13:51:47.454', 1, 3, '+971 44 290 749');
INSERT INTO public.administrations (id, title, designation, phone, email, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (13, 'Srikrishna Rao ', 'Head Finance', '+971 44 290 777', '-', '2024-05-28 16:17:24.185', '2024-11-25 10:59:36.028', '2024-07-31 16:57:34.211', 3, 3, '+971 44 290 703');
INSERT INTO public.administrations (id, title, designation, phone, email, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (11, 'Praveen Kumar', 'Assistant Manager - Government Affairs', '+971 44 290 777', '-', '2024-05-28 16:17:24.185', '2024-11-25 11:01:13.928', '2024-07-31 16:54:40.256', 3, 3, '+971 44 290 710');
INSERT INTO public.administrations (id, title, designation, phone, email, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (10, 'David D''Souza ', 'Head Infrastructure & Services', '+971 44 290 777', 'vanja.grdinic@manipaldubai.com', '2024-05-28 16:17:24.185', '2024-11-25 11:01:58.335', '2024-07-31 16:20:51.648', 3, 3, '+971 44 290 796');
INSERT INTO public.administrations (id, title, designation, phone, email, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (12, 'Ms Sarika Kaul ', 'Student Services Officer', '+ 971 44 290 777', '-', '2024-05-28 16:17:24.185', '2024-11-25 11:02:51.583', '2024-07-31 16:55:53.678', 3, 3, '+971 44 290 734');
INSERT INTO public.administrations (id, title, designation, phone, email, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (5, 'Ms Kritika Mathur', 'Student Engagement Officer', '+971 44 290 777', '-', '2024-05-28 16:17:24.185', '2024-11-25 11:03:40.99', '2024-05-29 10:38:24.417', 1, 3, '+971 44 290 730');
INSERT INTO public.administrations (id, title, designation, phone, email, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (6, 'Sajida Sabi', 'HR', '+971 44 290 777', '-', '2024-05-28 16:17:24.185', '2024-11-25 11:05:31.727', '2024-05-29 10:38:32.291', 1, 3, '+971 44 290 707');
INSERT INTO public.administrations (id, title, designation, phone, email, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (7, 'Dr. Sangeetha Vinod', 'Deputy Registrar', '-', 'deputy.registrar@manipaldubai.com ', '2024-05-28 16:17:24.185', '2024-11-25 11:06:11.274', '2024-05-29 10:38:39.476', 1, 3, '-');
--
-- TOC entry 8134 (class 0 OID 743036)
-- Dependencies: 383
-- Data for Name: administrations_administration_category_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.administrations_administration_category_links (id, administration_id, administration_category_id) VALUES (35, 8, 1);
INSERT INTO public.administrations_administration_category_links (id, administration_id, administration_category_id) VALUES (36, 13, 2);
INSERT INTO public.administrations_administration_category_links (id, administration_id, administration_category_id) VALUES (37, 11, 3);
INSERT INTO public.administrations_administration_category_links (id, administration_id, administration_category_id) VALUES (38, 10, 4);
INSERT INTO public.administrations_administration_category_links (id, administration_id, administration_category_id) VALUES (39, 12, 5);
INSERT INTO public.administrations_administration_category_links (id, administration_id, administration_category_id) VALUES (40, 5, 5);
INSERT INTO public.administrations_administration_category_links (id, administration_id, administration_category_id) VALUES (41, 6, 6);
INSERT INTO public.administrations_administration_category_links (id, administration_id, administration_category_id) VALUES (42, 7, 7);
--
-- TOC entry 8536 (class 0 OID 1015655)
-- Dependencies: 785
-- Data for Name: administrations_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8380 (class 0 OID 793074)
-- Dependencies: 629
-- Data for Name: admission_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.admission_pages (id, "desc", admission_eligibility_title, how_to_apply_title, how_to_apply_desc, begin_your_academic_desc, apply_now_btn, admission_policies_title, view_all_policies_link, view_all_policies_btn_text, admission_resources_title, created_at, updated_at, published_at, created_by_id, updated_by_id, apply_now_link, enquiries_title, apply_for_scholarship_toggle) VALUES (1, 'Application forms for admission to any program in Manipal Academy of Higher Education, Dubai can be obtained from the admissions office or downloaded from the website.
Completed application form along with necessary documents should be submitted to the Admissions Office with an Application + Registration Fee of AED 3,150/- for Undergraduate Programs and AED 1,680/- for Postgraduate, Certificate and PhD Programs (inclusive of 5% VAT). ', 'Admission Eligibility', 'How to Apply', 'Please quote your online application number in all correspondence.', 'The applications received will be scrutinised and subject to fulfilling the admission requirements, students will be informed of their selection as per the admission schedule.', 'Apply Now', 'Admission Policies', '/policies', 'View All Policies', 'Admission Resources', '2024-05-30 13:03:00.088', '2024-11-25 17:38:25.552', '2024-05-30 15:02:45.778', 1, 3, 'https://apply.manipaldubai.com/', 'Admissions Enquiries', true);
--
-- TOC entry 8388 (class 0 OID 793110)
-- Dependencies: 637
-- Data for Name: admission_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1353, 1, 2, 'manipal.long-text', 'admissionPolicy', 1);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1354, 1, 1, 'manipal.long-text', 'admissionPolicy', 3);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (33, 1, 1, 'manipal.admission-area', 'admissionCards', 4);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (47, 1, 1, 'manipal.registration-process', 'registrationProcess', 9);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (74, 1, 6, 'manipal.registration-process', 'respurcesInfo', 18);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (76, 1, 8, 'manipal.registration-process', 'respurcesInfo', 19);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2466, 1, 6, 'manipal.files-array', 'respurcesInfo', 1);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2467, 1, 8, 'manipal.files-array', 'respurcesInfo', 2);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2468, 1, 9, 'manipal.files-array', 'respurcesInfo', 3);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2469, 1, 10, 'manipal.files-array', 'respurcesInfo', 4);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1355, 1, 3, 'manipal.long-text', 'admissionPolicy', 5);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (42, 1, 2, 'manipal.admission-area', 'admissionCards', 7);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1356, 1, 4, 'manipal.long-text', 'admissionPolicy', 8);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1438, 1, 5, 'manipal.long-text', 'admissionPolicy', 10);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1467, 1, 6, 'manipal.long-text', 'admissionPolicy', 11);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (43, 1, 3, 'manipal.admission-area', 'admissionCards', 12);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (44, 1, 4, 'manipal.admission-area', 'admissionCards', 13);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 3, 'manipal.rich-text-array', 'admissionPolicy', 22);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 2, 'manipal.rich-text-array', 'admissionPolicy', 23);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (187, 1, 13, 'manipal.double-text-with-img-address', 'enquiries', 27);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (188, 1, 14, 'manipal.double-text-with-img-address', 'enquiries', 28);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (404, 1, 36, 'manipal.double-text-with-img-address', 'whatsapp', 35);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (401, 1, 33, 'manipal.double-text-with-img-address', 'location', 36);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (402, 1, 34, 'manipal.double-text-with-img-address', 'email', 37);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (403, 1, 35, 'manipal.double-text-with-img-address', 'phone', 38);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (49, 1, 4, 'manipal.registration-process', 'registrationProcess', 2);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (77, 1, 9, 'manipal.registration-process', 'respurcesInfo', 20);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (78, 1, 10, 'manipal.registration-process', 'respurcesInfo', 21);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 4, 'manipal.rich-text-array', 'admissionPolicy', 24);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 31, 'manipal.general-info', 'undergraduate', 30);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (50, 1, 3, 'manipal.registration-process', 'registrationProcess', 14);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (185, 1, 11, 'manipal.double-text-with-img-address', 'enquiries', 25);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (186, 1, 12, 'manipal.double-text-with-img-address', 'enquiries', 26);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (113, 1, 37, 'manipal.general-info', 'degrees', 29);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (19, 1, 1, 'manipal.bottom-apply-now-card', 'bottomApplyNowSection', 31);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (61, 1, 36, 'manipal.general-info', 'postgraduate', 32);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (62, 1, 4, 'manipal.image-click-title-desc-component', 'applyForScholarship', 33);
INSERT INTO public.admission_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (87, 1, 39, 'manipal.inner-banner', 'banner', 34);
--
-- TOC entry 8364 (class 0 OID 791333)
-- Dependencies: 613
-- Data for Name: alumni_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.alumni_pages (id, alumni_title, discover_alumni, event_title, event_desc, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Alumni Success Stories', 'Discover Alumni Via Pre Curated Lists', 'Events', 'Discovering Academic Excellence and Cultural Diversity Unveiling the Unparalleled Experience at Manipal Dubai!', '2024-06-03 11:40:19.926', '2024-11-26 14:53:50.349', '2024-06-03 11:55:10.3', 1, 1);
--
-- TOC entry 8370 (class 0 OID 791363)
-- Dependencies: 619
-- Data for Name: alumni_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (53, 1, 9, 'manipal.side-menu-international-student-page', 'discoverSidemenu', 1);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 1, 'manipal.alumni-success-component', 'alumniSuccessComponent', 2);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (428, 1, 37, 'manipal.info-title-rich-text', 'keyFactPoints', 3);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (54, 1, 10, 'manipal.side-menu-international-student-page', 'discoverSidemenu', 4);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 2, 'manipal.alumni-success-component', 'alumniSuccessComponent', 6);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 1, 3, 'manipal.alumni-success-component', 'alumniSuccessComponent', 8);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (453, 1, 38, 'manipal.info-title-rich-text', 'keyFactPoints', 9);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (55, 1, 11, 'manipal.side-menu-international-student-page', 'discoverSidemenu', 5);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 1, 4, 'manipal.alumni-success-component', 'alumniSuccessComponent', 10);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (154, 1, 5, 'manipal.alumni-success-component', 'alumniSuccessComponent', 11);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (454, 1, 39, 'manipal.info-title-rich-text', 'keyFactPoints', 12);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (455, 1, 40, 'manipal.info-title-rich-text', 'keyFactPoints', 14);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (456, 1, 41, 'manipal.info-title-rich-text', 'keyFactPoints', 15);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (457, 1, 42, 'manipal.info-title-rich-text', 'keyFactPoints', 16);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 51, 'manipal.general-info', 'alumniInfo', 23);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 52, 'manipal.inner-banner', 'banner', 24);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 52, 'manipal.general-info', 'benefitsSection', 25);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 9, 'manipal.image-click-title-desc-component', 'alumniAssociationSection', 26);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 1, 'manipal.getin-touch-component', 'getinTouch', 27);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (104, 1, 16, 'manipal.manipal-ranking-component', 'givingBackForm', 28);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (179, 1, 46, 'manipal.double-text-with-link', 'readMoreEventbtn', 29);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (427, 1, 9, 'manipal.visa-requirement-process-cards', 'keyFacts', 30);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (56, 1, 2, 'manipal.alumni-cards', 'alumniCards', 1);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (57, 1, 1, 'manipal.alumni-cards', 'alumniCards', 2);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (58, 1, 3, 'manipal.alumni-cards', 'alumniCards', 3);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (59, 1, 4, 'manipal.alumni-cards', 'alumniCards', 4);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (60, 1, 5, 'manipal.alumni-cards', 'alumniCards', 5);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (61, 1, 7, 'manipal.alumni-cards', 'alumniCards', 6);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (62, 1, 6, 'manipal.alumni-cards', 'alumniCards', 7);
INSERT INTO public.alumni_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (63, 1, 8, 'manipal.alumni-cards', 'alumniCards', 8);
--
-- TOC entry 8572 (class 0 OID 1018989)
-- Dependencies: 821
-- Data for Name: alumni_pages_events_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.alumni_pages_events_links (id, alumni_page_id, event_id, event_order) VALUES (3, 1, 1, 1);
--
-- TOC entry 8236 (class 0 OID 783333)
-- Dependencies: 485
-- Data for Name: apply_for_scholarship_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.apply_for_scholarship_pages (id, scholarship_title, scholarship_desc, how_to_apply_title, how_to_apply_desc, eligibility_title, eligibility_desc, faq_title, admission_enq_title, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, why_dubai_toggle, campus_life_toggle, admissions_toggle, career_service_toggle) VALUES (1, 'Scholarships', 'We are offering over 250 Experience Sheffield Scholarships worth £3,600 each for home fee-paying students starting their studies in September 2024. If you''re eligible, you''ll be invited to apply once you receive an offer from us.', 'How To Apply', 'How would you like to get involved with Manipal?', 'Eligibility', 'In the Admission Year 2022-2023, Manipal Academy of Higher Education - MAHE, Dubai Campus is offering the following scholarships recognizing the merit of deserving candidates:', 'Frequently Asked Questions', 'Admissions Enquiries', '2024-05-28 12:51:08.946', '2024-11-28 11:48:29.727', '2024-05-28 14:04:25.309', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL);
--
-- TOC entry 8306 (class 0 OID 783656)
-- Dependencies: 555
-- Data for Name: apply_for_scholarship_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 1, 'table.scholarship-table', 'scholarshipTable', 2);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 2, 'table.scholarship-table', 'scholarshipTable', 4);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (290, 1, 14, 'manipal.title-desc-img-link-component', 'scholarshipListing', 9);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 1, 3, 'table.scholarship-table', 'scholarshipTable', 10);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 1, 4, 'table.scholarship-table', 'scholarshipTable', 11);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 1, 5, 'table.scholarship-table', 'scholarshipTable', 13);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 1, 6, 'table.scholarship-table', 'scholarshipTable', 14);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (17, 1, 7, 'table.scholarship-table', 'scholarshipTable', 16);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 1, 8, 'table.scholarship-table', 'scholarshipTable', 18);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (205, 1, 10, 'manipal.title-desc-img-link-component', 'scholarshipListing', 1);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (206, 1, 11, 'manipal.title-desc-img-link-component', 'scholarshipListing', 3);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (207, 1, 12, 'manipal.title-desc-img-link-component', 'scholarshipListing', 5);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (208, 1, 13, 'manipal.title-desc-img-link-component', 'scholarshipListing', 6);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (40, 1, 4, 'manipal.double-text-with-img-address', 'enquiryWaysMethods', 21);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (41, 1, 6, 'manipal.double-text-with-img-address', 'enquiryWaysMethods', 22);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (345, 1, 11, 'manipal.biography', 'faqs', 6);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (346, 1, 12, 'manipal.biography', 'faqs', 7);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (42, 1, 5, 'manipal.double-text-with-img-address', 'enquiryWaysMethods', 23);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (43, 1, 7, 'manipal.double-text-with-img-address', 'enquiryWaysMethods', 24);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 2, 'manipal.our-process-component', 'ourProcess', 25);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 3, 'manipal.biography', 'overviewSection', 26);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 35, 'manipal.inner-banner', 'banner', 27);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (19, 1, 4, 'manipal.higher-education-slider', 'internationalStudentRequirement', 28);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (374, 1, 47, 'manipal.double-text-with-img-address', 'email', 29);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (373, 1, 46, 'manipal.double-text-with-img-address', 'phone', 30);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (372, 1, 45, 'manipal.double-text-with-img-address', 'whatsapp', 31);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (371, 1, 44, 'manipal.double-text-with-img-address', 'location', 32);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (340, 1, 6, 'manipal.biography', 'faqs', 1);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (341, 1, 7, 'manipal.biography', 'faqs', 2);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (342, 1, 8, 'manipal.biography', 'faqs', 3);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (343, 1, 9, 'manipal.biography', 'faqs', 4);
INSERT INTO public.apply_for_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (344, 1, 10, 'manipal.biography', 'faqs', 5);
--
-- TOC entry 8238 (class 0 OID 783344)
-- Dependencies: 487
-- Data for Name: apply_forms; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8540 (class 0 OID 1016741)
-- Dependencies: 789
-- Data for Name: apply_forms_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8030 (class 0 OID 742425)
-- Dependencies: 279
-- Data for Name: awards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (20, 'amongst Top 10 Hotel Management Colleges in India', '3rd', 'WGSHA, Manipal', 'Outlook & The Week - June 2012', '2024-08-01 14:32:58.515', '2024-08-01 14:35:02.052', '2024-08-01 14:33:00.956', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (21, 'Best Communication School', '.', 'MIC, Manipal', 'Public Relations Council of India, 2007', '2024-08-01 14:35:40.387', '2024-08-01 14:35:42.988', '2024-08-01 14:35:42.98', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (22, 'amongst Communication Colleges in India', '1st', 'MIC, Manipal', 'India Today , 2012,based on factual scores', '2024-08-01 14:36:28.23', '2024-08-01 14:36:31.593', '2024-08-01 14:36:31.582', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (24, 'in All India Emerging 40 Top B-Schools of Excellence', '8th', 'MIM, Manipal', ' Competition Success Review 2011 GHRDC B - School Survey, November', '2024-08-01 14:39:50.584', '2024-08-01 14:39:54.329', '2024-08-01 14:39:54.316', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (26, ' Best Business School in South India', '.', 'MIM, Manipal', 'Dainik Bhaskar, February 2010', '2024-08-01 14:42:29.681', '2024-08-01 14:42:32.253', '2024-08-01 14:42:32.245', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (8, 'among Top Medical College in India', ' 9th', 'KMC, Manipal', 'Outlook, June 2012', '2024-08-01 14:07:44.838', '2024-08-01 14:11:31.743', '2024-08-01 14:11:09.757', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (9, 'among Top Medical College in India', '7th', 'KMC, Manipal ', 'The Week, June 2012', '2024-08-01 14:13:39.377', '2024-08-01 14:13:46.659', '2024-08-01 14:13:46.651', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (10, 'amongst Top Medical College in India', '10th', 'KMC, Manipal ', 'India Today Nielsen Survey, 2011', '2024-08-01 14:17:10.857', '2024-08-01 14:17:19.472', '2024-08-01 14:17:19.465', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (11, 'amongst Private Engineering Colleges in Karnataka', '1st', 'MIT, Manipal', 'Outlook - June, 2012', '2024-08-01 14:20:39.255', '2024-08-01 14:21:08.79', '2024-08-01 14:21:08.767', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (12, 'amongst Private Engineering Colleges in India', '5th', 'MIT, Manipal', 'Outlook - June, 2012', '2024-08-01 14:23:21.747', '2024-08-01 14:23:24.096', '2024-08-01 14:23:24.089', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (13, 'amongst Top Engineering Colleges in Karnataka', '2nd', 'MIT, Manipal', 'CSR, GHRDC Engineering Colleges Survey, August 2011', '2024-08-01 14:24:14.72', '2024-08-01 14:24:17.36', '2024-08-01 14:24:17.349', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (14, ' amongst Top Engineering Colleges', '2nd', 'MIT, Manipal', 'Electronics for You Report, 2011', '2024-08-01 14:25:23.406', '2024-08-01 14:25:25.556', '2024-08-01 14:25:25.547', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (15, 'Outstanding Engineering Institute (South)', '.', 'MIT, Manipal', 'Star News National Business School Awards, 2011 (February 2011)', '2024-08-01 14:26:46.231', '2024-08-01 14:27:21.176', '2024-08-01 14:27:21.166', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (16, 'among Dental Colleges in India', '2nd', 'MCODS, Manipal', 'Outlook Ranking, 2012', '2024-08-01 14:28:18.818', '2024-08-01 14:28:22.113', '2024-08-01 14:28:22.104', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (17, 'among Top Pharmacy Colleges in India', '3rd', 'MCOPS, Manipal', 'Careers 3600, 2011', '2024-08-01 14:29:25', '2024-08-01 14:29:27.427', '2024-08-01 14:29:27.417', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (18, 'as Supreme Hotel Management Institute in India', '1st', 'WGSHA, Manipal', 'GHRDC Hotel Management Institutes - 2012', '2024-08-01 14:30:13.636', '2024-08-01 14:30:16.728', '2024-08-01 14:30:16.719', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (27, 'among India''s leading B - Schools', '26th', 'MIM, Manipal', 'Business Barons, October 2009', '2024-08-01 14:43:40.896', '2024-08-01 14:43:43.162', '2024-08-01 14:43:43.151', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (25, 'Rating among Top Business Schools in India', 'A+++', 'MIM, Manipal', 'Yuva Business School Ranking, July 2011', '2024-08-01 14:41:31.707', '2024-08-01 14:45:45.875', '2024-08-01 14:41:33.932', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (19, 'amongst Top Hotel Management Colleges in India', '2nd', 'WGSHA, Manipal', 'The Week, June 2011 ', '2024-08-01 14:31:52.857', '2024-08-02 18:18:57.334', '2024-08-01 14:31:55.271', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (23, 'amongst Communication Colleges in India', '5th', 'MIC, Manipal', 'Deccan Chronicle - 2012', '2024-08-01 14:37:35.633', '2024-08-02 18:20:25.993', '2024-08-01 14:37:39.019', 3, 3);
INSERT INTO public.awards (id, title, rank, address, ranked_by, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (7, 'among Medical Universities in India ', '2nd ', 'Manipal Academy of Higher Education - MAHE ', 'The Times of India ', '2024-08-01 13:49:03.619', '2024-11-25 17:00:35.353', '2024-08-01 13:49:38.572', 3, 3);
--
-- TOC entry 8032 (class 0 OID 742436)
-- Dependencies: 281
-- Data for Name: awards_and_achievements; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.awards_and_achievements (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-05-31 13:20:19.299', '2024-11-25 15:34:25.118', '2024-05-31 13:20:23.67', 1, 3);
--
-- TOC entry 8138 (class 0 OID 743061)
-- Dependencies: 387
-- Data for Name: awards_and_achievements_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.awards_and_achievements_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 47, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.awards_and_achievements_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.awards-and-certification-sec', 'awardsAndCertificateSec', NULL);
--
-- TOC entry 8542 (class 0 OID 1016755)
-- Dependencies: 791
-- Data for Name: awards_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8614 (class 0 OID 1124718)
-- Dependencies: 863
-- Data for Name: awards_school_collection_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.awards_school_collection_links (id, award_id, school_collection_id, award_order) VALUES (1, 7, 4, 4);
INSERT INTO public.awards_school_collection_links (id, award_id, school_collection_id, award_order) VALUES (2, 14, 4, 3);
INSERT INTO public.awards_school_collection_links (id, award_id, school_collection_id, award_order) VALUES (3, 11, 4, 2);
INSERT INTO public.awards_school_collection_links (id, award_id, school_collection_id, award_order) VALUES (4, 23, 4, 1);
--
-- TOC entry 8372 (class 0 OID 791528)
-- Dependencies: 621
-- Data for Name: benefits_of_manipal_dubai_scholarships_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages (id, benefit_title, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Benefits', '2024-05-27 17:17:14.989', '2024-11-27 15:03:19.37', '2024-05-27 17:17:17.396', 1, 3);
--
-- TOC entry 8374 (class 0 OID 791537)
-- Dependencies: 623
-- Data for Name: benefits_of_manipal_dubai_scholarships_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 17, 'manipal.faqs', 'faqs', 1);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 16, 'manipal.faqs', 'faqs', 3);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 18, 'manipal.faqs', 'faqs', 4);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 34, 'manipal.inner-banner', 'banner', 5);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 30, 'manipal.general-info', 'mainSection', 6);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (49, 1, 51, 'manipal.info-title-rich-text', 'benefits', 1);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (53, 1, 52, 'manipal.info-title-rich-text', 'benefits', 2);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (54, 1, 53, 'manipal.info-title-rich-text', 'benefits', 3);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (55, 1, 54, 'manipal.info-title-rich-text', 'benefits', 4);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (56, 1, 56, 'manipal.info-title-rich-text', 'benefits', 5);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (57, 1, 55, 'manipal.info-title-rich-text', 'benefits', 6);
INSERT INTO public.benefits_of_manipal_dubai_scholarships_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (58, 1, 57, 'manipal.info-title-rich-text', 'benefits', 7);
--
-- TOC entry 8036 (class 0 OID 742458)
-- Dependencies: 285
-- Data for Name: blog_listings; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.blog_listings (id, title, sub_title, title_2, sub_title_2, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Blogs', 'Discovering Excellence and Cultural Diversity Unveiling the Unparalleled Experience at Manipal Dubai!', 'Other Blogs', 'Discovering Academic Excellence and Cultural Diversity Unveiling the Unparalleled Experience at Manipal Dubai!', '2024-05-21 14:07:11.832', '2024-05-21 14:07:15.4', '2024-05-21 14:07:15.389', 1, 1);
--
-- TOC entry 8142 (class 0 OID 743086)
-- Dependencies: 391
-- Data for Name: blog_listings_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.blog_listings_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8034 (class 0 OID 742445)
-- Dependencies: 283
-- Data for Name: blogs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.blogs (id, short_desc, date, rich_text_copy, title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, btn_text) VALUES (2, 'In the Middle East, the program is
ranked among the best MBA programs', '2022-10-20', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p><p><img src="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/content_dbb227d008.jpg" alt="content.jpg" srcset="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_content_dbb227d008.jpg 227w,https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_content_dbb227d008.jpg 500w," sizes="100vw" width="571" height="393"><span style="white-space:pre-wrap;">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</span><br><br><span style="white-space:pre-wrap;">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora inc idunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>', 'What does the 5-star rating mean for MAHE Dubai?', 'what-does-the-5-star-rating-mean-for-mahe-dubai-1', '2024-05-21 14:10:32.521', '2024-08-01 17:54:38.841', '2024-05-21 14:29:21.429', 1, 1, 'Read More');
INSERT INTO public.blogs (id, short_desc, date, rich_text_copy, title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, btn_text) VALUES (1, 'In the Middle East, the program is
ranked among the best MBA programs', '2022-10-19', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p><p><img src="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/content_dbb227d008.jpg" alt="content.jpg" srcset="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_content_dbb227d008.jpg 227w,https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_content_dbb227d008.jpg 500w," sizes="100vw" width="571" height="393"><span style="white-space:pre-wrap;">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</span><br><br><span style="white-space:pre-wrap;">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora inc idunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>', 'Anxiety About High School Final Exam Results', 'anxiety-about-high-school-final-exam-results-1', '2024-05-21 14:10:32.521', '2024-09-18 17:56:16.007', '2024-09-18 17:56:15.991', 1, 1, 'Read More');
INSERT INTO public.blogs (id, short_desc, date, rich_text_copy, title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, btn_text) VALUES (5, 'In the Middle East, the program is
ranked among the best MBA programs', '2022-10-20', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p><p><img src="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/content_dbb227d008.jpg" alt="content.jpg" srcset="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_content_dbb227d008.jpg 227w,https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_content_dbb227d008.jpg 500w," sizes="100vw" width="571" height="393"><span style="white-space:pre-wrap;">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</span><br><br><span style="white-space:pre-wrap;">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora inc idunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>', 'What Employers hate about fresh graduates 2', 'what-employers-hate-about-fresh-graduates-2', '2024-05-21 14:10:32.521', '2024-05-27 10:26:42.584', '2024-05-23 09:55:00.068', 1, 1, 'Read More');
INSERT INTO public.blogs (id, short_desc, date, rich_text_copy, title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, btn_text) VALUES (4, 'In the Middle East, the program is
ranked among the best MBA programs', '2022-10-20', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p><p><img src="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/content_dbb227d008.jpg" alt="content.jpg" srcset="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_content_dbb227d008.jpg 227w,https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_content_dbb227d008.jpg 500w," sizes="100vw" width="571" height="393"><span style="white-space:pre-wrap;">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</span><br><br><span style="white-space:pre-wrap;">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora inc idunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>', 'What Employers hate about fresh graduates', 'what-employers-hate-about-fresh-graduates', '2024-05-21 14:10:32.521', '2024-07-08 18:11:04.594', '2024-05-21 14:43:05.996', 1, 1, 'Read More');
--
-- TOC entry 8140 (class 0 OID 743075)
-- Dependencies: 389
-- Data for Name: blogs_category_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.blogs_category_links (id, blog_id, category_id) VALUES (1, 1, 1);
INSERT INTO public.blogs_category_links (id, blog_id, category_id) VALUES (2, 2, 1);
INSERT INTO public.blogs_category_links (id, blog_id, category_id) VALUES (4, 4, 2);
INSERT INTO public.blogs_category_links (id, blog_id, category_id) VALUES (5, 5, 2);
--
-- TOC entry 8544 (class 0 OID 1016769)
-- Dependencies: 793
-- Data for Name: blogs_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.blogs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 2, 5, 'shared.seo', 'seo', NULL);
--
-- TOC entry 8240 (class 0 OID 783355)
-- Dependencies: 489
-- Data for Name: campus_lives; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.campus_lives (id, student_life_title, "desc", created_at, updated_at, published_at, created_by_id, updated_by_id, why_dubai_toggle, virtual_tour_toggle, open_day_toggle, student_services_toggle, career_service_toggle) VALUES (1, 'Student Life at MAHE Dubai ', 'Make memories. Make impact. Make the most of your student experience. Our campuses are places where bold ideas take shape and lifelong connections are made. ', '2024-05-23 12:01:37.252', '2024-11-28 09:50:05.496', '2024-05-23 12:39:09.63', 1, 3, true, true, true, true, true);
--
-- TOC entry 8308 (class 0 OID 783670)
-- Dependencies: 557
-- Data for Name: campus_lives_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (49, 1, 21, 'manipal.general-info', 'cards', 2);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (50, 1, 22, 'manipal.general-info', 'cards', 3);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (51, 1, 24, 'manipal.general-info', 'cards', 5);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (52, 1, 23, 'manipal.general-info', 'cards', 6);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (85, 1, 2, 'manipal.title-desc-img-link-component', 'studentServicesData', 9);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (228, 1, 1, 'manipal.main-btn', 'StudentServicesBtn', 19);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (337, 1, 2, 'manipal.main-btn', 'CareerServicesBtn', 20);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (722, 1, 77, 'manipal.general-info', 'academicExcellence', 1);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (723, 1, 78, 'manipal.general-info', 'academicExcellence', 2);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (724, 1, 79, 'manipal.general-info', 'academicExcellence', 3);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (725, 1, 80, 'manipal.general-info', 'academicExcellence', 4);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (726, 1, 81, 'manipal.general-info', 'academicExcellence', 5);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (817, 1, 93, 'manipal.general-info', 'academicExcellence', 6);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (104, 1, 3, 'manipal.title-desc-img-link-component', 'studentServicesData', 10);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 1, 'manipal.why-dubai-card', 'whyDubai', 13);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 2, 'manipal.why-dubai-card', 'sustainabilityMaheDubaiSection', 14);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 1, 'manipal.virtual-tour', 'becomePart', 15);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 12, 'manipal.inner-banner', 'banner', 16);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 2, 'manipal.virtual-tour', 'virtualTour', 17);
INSERT INTO public.campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 1, 1, 'manipal.image-click-title-desc-component', 'studentExperience', 18);
--
-- TOC entry 8040 (class 0 OID 742482)
-- Dependencies: 289
-- Data for Name: career_page_banners; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.career_page_banners (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-06-03 18:30:16.436', '2024-07-18 16:07:57.663', '2024-06-04 10:12:23.222', 1, 2);
--
-- TOC entry 8144 (class 0 OID 743100)
-- Dependencies: 393
-- Data for Name: career_page_banners_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 57, 'manipal.inner-banner', 'banner', 3);
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.career-jobs', 'cards', 1);
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 2, 'manipal.career-jobs', 'cards', 2);
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 4, 'manipal.career-jobs', 'cards', 3);
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 3, 'manipal.career-jobs', 'cards', 4);
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 6, 'manipal.career-jobs', 'cards', 5);
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 5, 'manipal.career-jobs', 'cards', 6);
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 7, 'manipal.career-jobs', 'cards', 7);
INSERT INTO public.career_page_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 8, 'manipal.career-jobs', 'cards', 8);
--
-- TOC entry 8392 (class 0 OID 793873)
-- Dependencies: 641
-- Data for Name: career_services_centers; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.career_services_centers (id, title, intro, rich_text_copy, vision_title, vision_description, mahe_dubai_title, mahe_dubai_description, mahe_dubai_link, incubation_center_title, incubation_center_intro, incubation_center_rich_text_copy, incubation_center_link, event_title, sucess_stories_title, created_at, updated_at, published_at, created_by_id, updated_by_id, mahe_dubai_btn_text, incubation_center_btn_text, sucess_stories_btn_text, sucess_stories_btn_link) VALUES (1, 'Overview', 'The MAHE Dubai Career Services Center plays a crucial role in bridging the gap between academia and industry, enabling both faculty and students to engage in market-driven research and explore opportunities that accelerate innovation towards commercialization. Our aim is to provide students with the support and resources needed to make informed career choices, manage their career development, and access the skills employers demand. Through a range of initiatives, we help students gain the practical experience and industry knowledge necessary to thrive in todays competitive job market.', '<p>To guide students in their career journey, the Career Services Center offers in-class sessions where experts speak directly to students about making well-informed career decisions and the steps needed for future career development. These sessions are designed to equip students with the knowledge they need to navigate the job market and secure valuable opportunities. Additionally, we organize a variety of skills development workshops focused on enhancing critical competencies such as communication, leadership, and teamwork—skills that are highly sought after by employers.</p><p>The center also hosts career fairs and employer presentations, providing students with a unique platform to network directly with graduate recruiters. These events not only expose students to potential employers but also allow them to learn more about different industries and the career paths available to them. By fostering strong connections between students and the professional world, the Career Services Center ensures that students are well-prepared for success and are able to pursue their career goals with confidence.</p><h5>They are also on-hand to help if you:</h5><ul><li>Are unsure about your plans and how to make decisions</li><li>Want help with application forms or your CV</li><li>Need to know more about where and how to look for jobs</li><li>Want information or advice on postgraduate study</li></ul>', 'Vision:', 'Empowering students by providing great career opportunities and establishing broad and deep strategic partnerships with organizations.
', 'MAHE Dubai Alumni Association', '<p>The <strong>MAHE Dubai Alumni Association</strong> is a vibrant community that connects graduates from diverse fields, fostering lifelong relationships and professional growth. As a member, you gain access to exclusive benefits, including networking opportunities, career support, and university resources like the library and specialized labs. The association also hosts events and workshops, keeping alumni engaged with the universitys evolving journey. Join us in celebrating the spirit of MAHE Dubai and staying connected to your alma mater.</p>', 'alumni', 'Innovation Incubation Center', 'The MAHE Dubai Innovation Centre/Incubation Facility is an initiative of Manipal Academy of Higher Education Dubai Campus to provide a nurturing environment to technology-based business ideas to prosper and become viable contributors to our community and economy.', '<h5><meta charset="utf-8"><span style="white-space:pre-wrap;">The MAHE Dubai Innovation Centre/Incubation Facility is an initiative of Manipal Academy of Higher Education Dubai Campus to provide a nurturing environment to technology-based business ideas to prosper and become viable contributors to our community and economy.</span></h5><p>This is an attempt to bring academia and industry closer to each other and enable faculty and students to pursue new avenues of market-driven research and participate in programs that will help to accelerate their innovations toward commercialization.</p>', 'innovation-incubation-center', 'Events', 'Success Stories', '2024-06-03 10:50:02.587', '2024-11-25 18:24:07.476', '2024-06-03 12:16:01.254', 1, 3, 'Explore More', 'Explore more', 'Read More', '?!');
--
-- TOC entry 8416 (class 0 OID 793983)
-- Dependencies: 665
-- Data for Name: career_services_centers_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 1, 2, 'manipal.career-services-figures', 'figures', 2);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (26, 1, 3, 'manipal.career-services-figures', 'figures', 3);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (45, 1, 5, 'manipal.career-services-figures', 'figures', 5);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (46, 1, 4, 'manipal.career-services-figures', 'figures', 6);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (55, 1, 6, 'manipal.career-services-figures', 'figures', 7);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (17, 1, 1, 'manipal.career-services-features', 'features', 1);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (22, 1, 2, 'manipal.career-services-features', 'features', 2);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (149, 1, 85, 'manipal.double-text-with-link', 'eventReadmoreBtn', 10);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.partners', 'partners', 8);
INSERT INTO public.career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 51, 'manipal.inner-banner', 'banner', 9);
--
-- TOC entry 8038 (class 0 OID 742469)
-- Dependencies: 287
-- Data for Name: careers; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8546 (class 0 OID 1016783)
-- Dependencies: 795
-- Data for Name: careers_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8042 (class 0 OID 742491)
-- Dependencies: 291
-- Data for Name: categories; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (2, 'career', '2024-05-21 14:43:16.654', '2024-07-02 12:16:01.412', '2024-05-21 14:43:18.189', 1, 1, 'career');
INSERT INTO public.categories (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, key) VALUES (1, 'Career Fairs', '2024-05-21 14:11:13.374', '2024-07-02 12:16:13.529', '2024-05-21 14:11:15.275', 1, 1, 'career-fairs');
--
-- TOC entry 8548 (class 0 OID 1016797)
-- Dependencies: 797
-- Data for Name: categories_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8360 (class 0 OID 790607)
-- Dependencies: 609
-- Data for Name: components_manipal_about_mahe_dubai_sections; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_about_mahe_dubai_sections (id, title, "desc", cta_link, cta_text, cta_target, video_link) VALUES (1, 'About MAHE Dubai', '<h5><strong>Manipal Academy of Higher Education, Dubai is a branch campus of Manipal Academy of Higher Education, India, the largest private university in the country enrolling over 25,000 students across 23 disciplines. &nbsp;</strong></h5><p>Manipal Academy of Higher Education (MAHE), Dubai Campus is a 5-star rated university as per the Knowledge and Human Development Authoritys (KHDA) Higher Education Classification (HEC) Rating 2022, with the overall rating score of 876 in the year 2022, and 836 in the year 2020. It is also a proud recipient of the Forbes Middle East Higher Education Award 2019 for Outstanding Support for Students.</p><p>MAHE Dubai offers over 50 undergraduate and postgraduate programmes in the streams of Liberal Arts, Business, Design and Architecture, Engineering and IT and Life Sciences. Manipal Academy of Higher Education established its presence in Dubai, UAE in the year 2000. At present, Manipal Academy of Higher Education, Dubai enrolls over 2,500 students from 45 nations across the globe and is an Indian multi-disciplinary university in the region.</p>', 'https://vrmanipaldubai.com/', 'Start virtual tour', '_blank', 'https://www.youtube.com/watch?v=yAoLSRbwxL8');
--
-- TOC entry 8398 (class 0 OID 793908)
-- Dependencies: 647
-- Data for Name: components_manipal_about_manipal_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (1, 'Facilities Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (2, 'Student Life Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (3, 'Program Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (4, 'Student Life Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (5, 'Facilities Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (6, 'Program Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (7, 'Student Life Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (8, 'Facilities Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (9, 'Program Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (10, 'Facilities Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (11, 'Student Life Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (12, 'Program Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (13, 'Student Life Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (14, 'Facilities Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (15, 'Program Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (16, 'Facilities Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (17, 'Student Life Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (18, 'Program Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (19, 'Student Life Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (20, 'Facilities Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (21, 'Program Read More', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (25, 'telegram', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (26, 'phone', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (27, 'whatsapp', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (28, 'smile', '#');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (22, 'Student Life', 'campus-life');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (23, 'Program', 'programs');
INSERT INTO public.components_manipal_about_manipal_cards (id, title, link) VALUES (24, 'Facilities', 'facilities');
--
-- TOC entry 8400 (class 0 OID 793917)
-- Dependencies: 649
-- Data for Name: components_manipal_about_manipal_secs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_about_manipal_secs (id, title) VALUES (1, 'About the University of Manipal');
INSERT INTO public.components_manipal_about_manipal_secs (id, title) VALUES (2, 'About the University of Manipal');
INSERT INTO public.components_manipal_about_manipal_secs (id, title) VALUES (3, 'About the University of Manipal');
INSERT INTO public.components_manipal_about_manipal_secs (id, title) VALUES (4, 'About the University of Manipal');
INSERT INTO public.components_manipal_about_manipal_secs (id, title) VALUES (5, 'About the University of Manipal');
INSERT INTO public.components_manipal_about_manipal_secs (id, title) VALUES (6, 'About the University of Manipal');
INSERT INTO public.components_manipal_about_manipal_secs (id, title) VALUES (7, 'About the University of Manipal');
INSERT INTO public.components_manipal_about_manipal_secs (id, title) VALUES (8, 'About the University of Manipal');
--
-- TOC entry 8420 (class 0 OID 794026)
-- Dependencies: 669
-- Data for Name: components_manipal_about_manipal_secs_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 2, 'manipal.about-manipal-cards', 'cards', 1);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.about-manipal-cards', 'cards', 2);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 3, 'manipal.about-manipal-cards', 'cards', 3);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 2, 4, 'manipal.about-manipal-cards', 'cards', 1);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 2, 5, 'manipal.about-manipal-cards', 'cards', 2);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 2, 6, 'manipal.about-manipal-cards', 'cards', 3);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 3, 7, 'manipal.about-manipal-cards', 'cards', 1);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 3, 8, 'manipal.about-manipal-cards', 'cards', 2);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 3, 9, 'manipal.about-manipal-cards', 'cards', 3);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 4, 11, 'manipal.about-manipal-cards', 'cards', 1);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 4, 10, 'manipal.about-manipal-cards', 'cards', 2);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 4, 12, 'manipal.about-manipal-cards', 'cards', 3);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 5, 13, 'manipal.about-manipal-cards', 'cards', 1);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 5, 14, 'manipal.about-manipal-cards', 'cards', 2);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 5, 15, 'manipal.about-manipal-cards', 'cards', 3);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 6, 17, 'manipal.about-manipal-cards', 'cards', 1);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (17, 6, 16, 'manipal.about-manipal-cards', 'cards', 2);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 6, 18, 'manipal.about-manipal-cards', 'cards', 3);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (19, 7, 19, 'manipal.about-manipal-cards', 'cards', 1);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (20, 7, 20, 'manipal.about-manipal-cards', 'cards', 2);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (21, 7, 21, 'manipal.about-manipal-cards', 'cards', 3);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (22, 8, 22, 'manipal.about-manipal-cards', 'cards', 1);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (23, 8, 24, 'manipal.about-manipal-cards', 'cards', 2);
INSERT INTO public.components_manipal_about_manipal_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (24, 8, 23, 'manipal.about-manipal-cards', 'cards', 3);
--
-- TOC entry 8068 (class 0 OID 742761)
-- Dependencies: 317
-- Data for Name: components_manipal_academics; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (1, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<div class=" generic-bullets"><ul><li>Programmable Logic Controller,</li><li>Microcontrollers and Embedded Systems (8051, ARM-7)</li><li>Robotic Path Planning, Machine Vision and Image Processing</li><li>Electric Drives, Linear Integrated Circuits and Applications</li><li>Sensors and Instrumentation</li></ul></div>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (7, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (8, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (9, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (3, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (12, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (4, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (5, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (2, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (6, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (10, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (11, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (13, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (14, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (15, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
INSERT INTO public.components_manipal_academics (id, subject_current_teach_title, academic_qualification_title, qualification_exp_title, subject_taught_rich_text, subject_taught_title) VALUES (16, 'Subject currently teaching', 'Academic qualifications', 'Qualifications & Experience', '<ul><li>DOING BUSINESS IN THE MIDDLE EAST- BBA 24S2- II Semester BBA</li><li>ECONOMICS FOR MANAGERS - MBA-I-104 - I Semester MBA</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA DAY</li><li>MANAGERIAL ECONOMICS - BBAC1102 - I Semester BBA EVENING</li><li>PRINCIPLES OF ECONOMICS - BCMP 1202 - I Semester BCOM</li><li>INTRODUCTION TO ECONOMICS -BMC3513-I Semester BA Media (2022-23)</li><li>MANAGERIAL ECONOMICS - HUM 5153- I Semester MTECH (Till 2023)</li></ul>', 'Subject Taught');
--
-- TOC entry 8162 (class 0 OID 743399)
-- Dependencies: 411
-- Data for Name: components_manipal_academics_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (722, 3, 14, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (723, 3, 15, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (724, 3, 9, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (725, 3, 10, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (726, 3, 11, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (727, 3, 26, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (728, 3, 27, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (729, 3, 28, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (730, 3, 18, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (731, 3, 17, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (732, 3, 19, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (744, 4, 16, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (745, 4, 17, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (746, 4, 12, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (747, 4, 13, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (748, 4, 14, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (749, 4, 30, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (750, 4, 29, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (751, 4, 31, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (752, 4, 22, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (753, 4, 20, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (754, 4, 21, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (755, 5, 18, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (756, 5, 19, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (757, 5, 15, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (758, 5, 17, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (759, 5, 16, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (760, 5, 32, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (761, 5, 34, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (762, 5, 33, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.biography', 'biography', 10);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 2, 'manipal.biography', 'currentAcademicRole', 11);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 1, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 2, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 3, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 4, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 5, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 9);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (105, 2, 4, 'manipal.biography', 'biography', 10);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (763, 5, 23, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (764, 5, 24, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (765, 5, 25, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (106, 2, 5, 'manipal.biography', 'currentAcademicRole', 11);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (109, 2, 6, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (110, 2, 7, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (111, 2, 8, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (122, 2, 24, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (123, 2, 23, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (124, 2, 25, 'table.academic-qualification', 'academicQualification', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (125, 2, 13, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (126, 2, 14, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (127, 2, 15, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (785, 6, 26, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (786, 6, 28, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (787, 6, 27, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 1, 'table.academic-qualification', 'academicQualification', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 1, 10, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 1, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 1, 6, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (815, 7, 38, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (810, 7, 22, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (812, 7, 22, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (816, 7, 39, 'table.academic-qualification', 'academicQualification', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (811, 7, 23, 'manipal.biography', 'currentAcademicRole', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (817, 7, 40, 'table.academic-qualification', 'academicQualification', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (813, 7, 21, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (814, 7, 23, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (818, 7, 31, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (819, 7, 29, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (820, 7, 30, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (826, 8, 43, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (821, 8, 24, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (782, 6, 37, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (783, 6, 35, 'table.academic-qualification', 'academicQualification', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (779, 6, 18, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (827, 8, 41, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (784, 6, 36, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (780, 6, 19, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (777, 6, 20, 'manipal.biography', 'biography', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (781, 6, 20, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (823, 8, 24, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (828, 8, 42, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (778, 6, 21, 'manipal.biography', 'currentAcademicRole', 11);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (822, 8, 25, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (824, 8, 25, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (825, 8, 26, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (829, 8, 34, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (830, 8, 32, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (831, 8, 33, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (837, 9, 44, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (832, 9, 26, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (838, 9, 46, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (834, 9, 27, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (839, 9, 45, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (833, 9, 27, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (835, 9, 28, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (836, 9, 29, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (840, 9, 35, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (841, 9, 36, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (842, 9, 37, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (848, 10, 47, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (843, 10, 28, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (849, 10, 49, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (845, 10, 30, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (850, 10, 48, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (844, 10, 29, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (846, 10, 31, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (847, 10, 32, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (851, 10, 39, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (852, 10, 38, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (853, 10, 40, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (870, 12, 54, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (871, 12, 53, 'table.academic-qualification', 'academicQualification', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (867, 12, 36, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (859, 11, 51, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (854, 11, 30, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (860, 11, 50, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (856, 11, 35, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (861, 11, 52, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (855, 11, 31, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (857, 11, 33, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (858, 11, 34, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (862, 11, 41, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (863, 11, 43, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (864, 11, 42, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (872, 12, 55, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (868, 12, 38, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (865, 12, 32, 'manipal.biography', 'biography', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (869, 12, 37, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (866, 12, 33, 'manipal.biography', 'currentAcademicRole', 11);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (892, 13, 56, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (887, 13, 34, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (889, 13, 39, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (893, 13, 57, 'table.academic-qualification', 'academicQualification', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (888, 13, 35, 'manipal.biography', 'currentAcademicRole', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (894, 13, 58, 'table.academic-qualification', 'academicQualification', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (890, 13, 40, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (891, 13, 41, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (895, 13, 47, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (896, 13, 48, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (897, 13, 49, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (903, 14, 59, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (898, 14, 36, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (904, 14, 61, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (900, 14, 42, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (905, 14, 60, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (873, 12, 45, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (874, 12, 44, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (875, 12, 46, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (899, 14, 37, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (901, 14, 43, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (902, 14, 44, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (906, 14, 50, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (907, 14, 51, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (908, 14, 52, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (914, 15, 63, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (909, 15, 38, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (915, 15, 62, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (911, 15, 45, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (916, 15, 64, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (910, 15, 39, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (912, 15, 46, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (913, 15, 47, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (917, 15, 54, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (918, 15, 53, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (919, 15, 55, 'table.qualification-exp', 'qualificationExp', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (925, 16, 65, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (920, 16, 40, 'manipal.biography', 'biography', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (926, 16, 66, 'table.academic-qualification', 'academicQualification', 3);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (922, 16, 48, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 4);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (927, 16, 67, 'table.academic-qualification', 'academicQualification', 5);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (921, 16, 41, 'manipal.biography', 'currentAcademicRole', 6);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (923, 16, 50, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 7);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (924, 16, 49, 'table.subject-current-teach-table', 'subjectCurrentTeachTable', 8);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (928, 16, 58, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (929, 16, 56, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.components_manipal_academics_components (id, entity_id, component_id, component_type, field, "order") VALUES (930, 16, 57, 'table.qualification-exp', 'qualificationExp', 3);
--
-- TOC entry 8070 (class 0 OID 742770)
-- Dependencies: 319
-- Data for Name: components_manipal_accordian_arrays; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_accordian_arrays (id, title, rich_text_copy) VALUES (3, 'Interdisciplinarity', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:19.9969px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_accordian_arrays (id, title, rich_text_copy) VALUES (4, 'Balancing Fundamental and Applied Rewatrds', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:19.9969px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_accordian_arrays (id, title, rich_text_copy) VALUES (8, 'Innovation Incubation Center', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">The MAHE Dubai Innovation Centre/Incubation Facility is an initiative of Manipal Academy of Higher Education Dubai Campus to provide a nurturing environment to technology-based business ideas to prosper and become viable contributors to our community and economy.</span><br><span style="white-space:pre-wrap;">This is an attempt to bring academia and industry closer to each other and enable faculty and students to pursue new avenues of market-driven research and participate in programs that will help to accelerate their innovations toward commercialization.</span><br><br><span style="white-space:pre-wrap;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ''Content here, content here'', making it look like readable English.</span><br><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span></p>');
INSERT INTO public.components_manipal_accordian_arrays (id, title, rich_text_copy) VALUES (1, 'We Serve the UAE', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:19.9969px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_accordian_arrays (id, title, rich_text_copy) VALUES (2, 'Student Centered', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:19.9969px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_accordian_arrays (id, title, rich_text_copy) VALUES (6, 'Anchoring an Ecosystem', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:19.9969px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_accordian_arrays (id, title, rich_text_copy) VALUES (5, 'Integrity', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:19.9969px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_accordian_arrays (id, title, rich_text_copy) VALUES (7, 'Offer of Addmission', '<p><strong>Your next steps:</strong></p><p><strong>Step 1: Explore Programs and Eligibility</strong></p><ul><li>Visit our Programs Page to explore the wide range of undergraduate and postgraduate courses available.</li><li>Review the eligibility criteria specific to your chosen program.</li></ul><p><strong>Step 2: Connect with an Admissions Expert &amp; Start Your Application&nbsp;</strong></p><ul><li>Contact our admissions team at admissions@manipaldubai.com or call +971 4 4290 888 to get a personalized counselling to find the most suitable program</li><li>Learn about scholarship opportunities and application tips to start your admissions process either by visiting the campus or virtually</li><li>Upload Required documents as advised by your admissions counsellor</li></ul><p><strong>Step 3: Pay Registration Fee</strong></p><ul><li>Pay application fee* through the online portal using a credit/debit card or other accepted payment methods</li></ul><p><strong>Step 4: Receive Your Provisional Offer Letter</strong></p><ul><li>Submit the eligibility documents (as advised by your advisor) and proceed to pay the tuition fee</li></ul>');
--
-- TOC entry 8072 (class 0 OID 742779)
-- Dependencies: 321
-- Data for Name: components_manipal_accreditation_secs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_accreditation_secs (id, left_title, right_title, left_rich_text_copy, right_rich_text_copy) VALUES (1, 'What is Accreditation?', 'Value of Accreditation', '<div><h5>In the United Arab Emirates (UAE), educational institutions, including Manipal University Dubai, have the option to voluntarily undergo an accreditation process conducted by regional accrediting bodies..</h5><p>Accreditation serves as a formal evaluation of the university''s adherence to academic and institutional standards. Manipal University Dubai has achieved accreditation, signifying its commitment to maintaining specified educational and institutional quality benchmarks.</p></div>', '<p>Accreditation provides public certification of acceptable institutional quality. It also provides institutions with the opportunity to undergo a process of critical self-analysis resulting in an opportunity for self -improvement. Although the term compliance is sometimes used synonymously with HLC and reaffirmation of accreditation, ultimately, the process is in place to promote continuous improvement.</p>');
--
-- TOC entry 8382 (class 0 OID 793085)
-- Dependencies: 631
-- Data for Name: components_manipal_admission_areas; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_admission_areas (id, brochure_link, read_more_link, read_more_text, brochure_text) VALUES (1, '#', '#', 'Read More', 'Download Brochure');
INSERT INTO public.components_manipal_admission_areas (id, brochure_link, read_more_link, read_more_text, brochure_text) VALUES (3, '#', '#', 'Read More', 'Download Brochure');
INSERT INTO public.components_manipal_admission_areas (id, brochure_link, read_more_link, read_more_text, brochure_text) VALUES (4, '#', '#', 'Read More', 'Download Brochure');
INSERT INTO public.components_manipal_admission_areas (id, brochure_link, read_more_link, read_more_text, brochure_text) VALUES (2, '#', '#', 'Read More', 'Download Brochure');
--
-- TOC entry 8390 (class 0 OID 793124)
-- Dependencies: 639
-- Data for Name: components_manipal_admission_areas_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 26, 'manipal.icon-card-array', 'basicInfo', 3);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 3, 28, 'manipal.icon-card-array', 'basicInfo', 3);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 16, 'manipal.double-text', 'tags', 1);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 15, 'manipal.double-text', 'tags', 2);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 3, 18, 'manipal.double-text', 'tags', 1);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 3, 20, 'manipal.double-text', 'tags', 2);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 4, 29, 'manipal.icon-card-array', 'basicInfo', 3);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 2, 27, 'manipal.icon-card-array', 'basicInfo', 3);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 4, 21, 'manipal.double-text', 'tags', 1);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 4, 22, 'manipal.double-text', 'tags', 2);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 2, 17, 'manipal.double-text', 'tags', 1);
INSERT INTO public.components_manipal_admission_areas_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 2, 19, 'manipal.double-text', 'tags', 2);
--
-- TOC entry 8488 (class 0 OID 950931)
-- Dependencies: 737
-- Data for Name: components_manipal_alumni_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_alumni_cards (id, title, phone, phone_2, email, designation, key) VALUES (5, 'Vanja Grdinic', '+971 44 290 777', '+971 44 290 749', 'vanja.grdinic@manipaldubai.com', 'Head Finance', 'research-professionals');
INSERT INTO public.components_manipal_alumni_cards (id, title, phone, phone_2, email, designation, key) VALUES (7, 'Srikrishna Rao', '+971 44 290 777', '+971 44 290 749', 'vanja.grdinic@manipaldubai.com', 'Head Finance', 'research-professionals');
INSERT INTO public.components_manipal_alumni_cards (id, title, phone, phone_2, email, designation, key) VALUES (6, 'Praveen Kumar', '+971 44 290 777', '+971 44 290 749', 'vanja.grdinic@manipaldubai.com', 'Assistant Manager - Government Affairs', 'research-professionals');
INSERT INTO public.components_manipal_alumni_cards (id, title, phone, phone_2, email, designation, key) VALUES (8, 'David D''Souza', '+971 44 290 777', '+971 44 290 749', 'vanja.grdinic@manipaldubai.com', 'Head Infrastructure & Services', 'designers-artists');
INSERT INTO public.components_manipal_alumni_cards (id, title, phone, phone_2, email, designation, key) VALUES (2, 'Vanja Grdinic', '+971 44 290 777', '+971 44 290 749', 'vanja.grdinic@manipaldubai.com', 'International Admissions Manager', 'teaching-training-professionals');
INSERT INTO public.components_manipal_alumni_cards (id, title, phone, phone_2, email, designation, key) VALUES (1, 'Srikrishna Rao', '+971 44 290 777', '+971 44 290 749', 'vanja.grdinic@manipaldubai.com', 'Head Finance', 'teaching-training-professionals');
INSERT INTO public.components_manipal_alumni_cards (id, title, phone, phone_2, email, designation, key) VALUES (4, 'David D''Souza', '+971 44 290 777', '+971 44 290 749', 'vanja.grdinic@manipaldubai.com', 'Head Infrastructure & Services', 'designers-artists');
INSERT INTO public.components_manipal_alumni_cards (id, title, phone, phone_2, email, designation, key) VALUES (3, 'Praveen Kumar', '+971 44 290 777', '+971 44 290 749', 'vanja.grdinic@manipaldubai.com', 'Assistant Manager - Government Affairs', 'teaching-training-professionals');
--
-- TOC entry 8366 (class 0 OID 791345)
-- Dependencies: 615
-- Data for Name: components_manipal_alumni_success_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_alumni_success_components (id, title, "desc", video_link) VALUES (1, 'Dr. Yousif Alobaidli', 'ACCA Finalist | B.Com Graduate, Manipal University Dubai ', 'https://youtu.be/a6BPk6QFXx0');
INSERT INTO public.components_manipal_alumni_success_components (id, title, "desc", video_link) VALUES (2, 'H.E Nour Al Kaabi', 'Human Resources | Recruiter | Talent Acquisition Specialist, Dubai', 'https://youtu.be/a6BPk6QFXx0');
INSERT INTO public.components_manipal_alumni_success_components (id, title, "desc", video_link) VALUES (3, 'Amilcar Guevara Torija', 'Works At GPT I Finance Graduate - Manipal Academy Of Higher Education, Dubai', 'https://youtu.be/a6BPk6QFXx0');
INSERT INTO public.components_manipal_alumni_success_components (id, title, "desc", video_link) VALUES (4, 'Elisabeth Sau', 'Business Development Manager at AL MANN TRADING (LLC), Dubai', 'https://youtu.be/a6BPk6QFXx0');
INSERT INTO public.components_manipal_alumni_success_components (id, title, "desc", video_link) VALUES (5, 'Elisabeth Sau', 'Business Development Manager at AL MANN TRADING (LLC), Dubai', 'https://youtu.be/a6BPk6QFXx0');
--
-- TOC entry 8446 (class 0 OID 803884)
-- Dependencies: 695
-- Data for Name: components_manipal_announcement_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (28, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (26, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (27, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (12, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (11, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (13, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (18, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (17, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (19, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (1, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (2, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (3, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (9, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (8, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (10, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (20, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (22, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (21, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (14, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (15, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (16, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (23, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (24, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (25, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (29, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (30, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (31, '#', NULL);
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (4, '#', '1');
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (5, '#', '2');
INSERT INTO public.components_manipal_announcement_components (id, cta_link, cta_text) VALUES (6, '#', '3');
--
-- TOC entry 8258 (class 0 OID 783448)
-- Dependencies: 507
-- Data for Name: components_manipal_application_reg_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8260 (class 0 OID 783457)
-- Dependencies: 509
-- Data for Name: components_manipal_application_reg_fee_tables; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_application_reg_fee_tables (id, program, application_fee, rich_text_copy) VALUES (1, 'All UG Programs ', 'AED 3,150', '<figure class="table" style="width:94.53%;"><table class="ck-table-resized"><colgroup><col style="width:51.75%;"><col style="width:48.25%;"></colgroup><thead><tr><th>Program</th><th>Application + Registration Fees&nbsp;</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">All UG programs</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">AED 3150</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8">All PG Programs</p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">AED 3100</span></p></td></tr></tbody></table></figure>');
--
-- TOC entry 8262 (class 0 OID 783466)
-- Dependencies: 511
-- Data for Name: components_manipal_apply_details_tables; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8074 (class 0 OID 742788)
-- Dependencies: 323
-- Data for Name: components_manipal_awards_and_certification_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_awards_and_certification_cards (id, title, category) VALUES (1, 'International Asia Pacific Quality Award', 'Award');
INSERT INTO public.components_manipal_awards_and_certification_cards (id, title, category) VALUES (2, 'Winner of IMC- Ramakrishna Bajaj National Quality Award', 'Award');
INSERT INTO public.components_manipal_awards_and_certification_cards (id, title, category) VALUES (3, 'FKCCI Export Excellence Award', 'Award');
INSERT INTO public.components_manipal_awards_and_certification_cards (id, title, category) VALUES (4, 'ISO 9001: 2008', 'Certificate');
INSERT INTO public.components_manipal_awards_and_certification_cards (id, title, category) VALUES (5, 'ISO 14001: 2004', 'Certificate');
--
-- TOC entry 8076 (class 0 OID 742797)
-- Dependencies: 325
-- Data for Name: components_manipal_awards_and_certification_secs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_awards_and_certification_secs (id, title) VALUES (1, 'We are proud to have received the following awards & certifications:');
--
-- TOC entry 8164 (class 0 OID 743413)
-- Dependencies: 413
-- Data for Name: components_manipal_awards_and_certification_secs_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_awards_and_certification_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.awards-and-certification-card', 'awardsCertificate', 1);
INSERT INTO public.components_manipal_awards_and_certification_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 2, 'manipal.awards-and-certification-card', 'awardsCertificate', 2);
INSERT INTO public.components_manipal_awards_and_certification_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 3, 'manipal.awards-and-certification-card', 'awardsCertificate', 3);
INSERT INTO public.components_manipal_awards_and_certification_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 4, 'manipal.awards-and-certification-card', 'awardsCertificate', 4);
INSERT INTO public.components_manipal_awards_and_certification_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 5, 'manipal.awards-and-certification-card', 'awardsCertificate', 5);
--
-- TOC entry 8078 (class 0 OID 742804)
-- Dependencies: 327
-- Data for Name: components_manipal_biographies; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (4, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (1, 'Biography', '<p>Dr. Sowmya Rao is a dedicated professional with extensive experience and a deep passion for teaching and research in Food Science and Nutrition. She is the Program Coordinator for BSc Food and Nutrition Science at School of Life Sciences, MAHE Dubai. Dr. Sowmyas research interest is in the field of Clinical Nutrition and Dietetics, Community nutrition and Food Science. She has authored scientific research articles, contributed chapters to books, and presented her research at various international conferences and seminars. &nbsp;She actively participates in community outreach programs to promote Food and Nutrition awareness and has been a distinguished guest speaker at numerous prestigious events. She has also gained valuable experience in the media industry through her participation as Nutritionist in television programs aired on Indian channels.&nbsp;</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (5, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (3, 'Overview', '<p>Discover a range of scholarship opportunities at Manipal Dubai Campus designed to support your academic journey. Our merit-based and need-based scholarships reward outstanding academic performance, leadership potential, and extracurricular achievements.</p><p>Open to both undergraduate and postgraduate students, these scholarships aim to make quality education accessible and affordable. Explore how studying in Dubai, at one of the UAEs leading universities, can be more attainable with financial support tailored to your aspirations.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (7, 'What are the procedures followed to enter MAHE Dubai campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell while on campus?</span></p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (6, 'I have not travelled outside the UAE. Should I fill the travel decleration form?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell while on campus?</span></p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (8, 'What are the safety measures students must follow while on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell while on campus?</span></p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (9, 'What other safety measures can I follow to protect myself while on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell while on campus?</span></p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (10, 'What if my mask is damaged on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell while on campus?</span></p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (11, 'What should I do if I feel unwell?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell while on campus?</span></p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (12, 'What should I do if I feel unwell while on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell while on campus?</span></p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (25, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (32, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (33, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (36, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (37, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (31, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (34, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (35, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (38, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (39, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (14, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (15, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (16, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (17, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (18, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (19, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (2, 'Current academics role & responsibilities', '<ul style="list-style-type:disc;"><li>Program Coordinator BSc Food and Nutrition Science</li><li>Coordinator for Teaching learning and Innovation</li><li>Coordinator for Academic Board meetings</li><li>SoLS coordinator for School connect Programs</li><li>Co-coordinator for SoLS annual conference-Current Trends in Life Sciences</li><li>SoLS coordinator for Life skills development</li><li>SoLS representative for AI task force</li></ul><h5><meta charset="utf-8"><span style="white-space:pre-wrap;">Subject currently teaching</span></h5><figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:29.49%;"><col style="width:32.22%;"><col style="width:38.29%;"></colgroup><thead><tr><th>Subject</th><th>Subject Code</th><th>Semester</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Principles of Nutrition</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><meta charset="utf-8">MND/MFS 503</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">I</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Food Preservation and Microbiology</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">MND 509/ MFS 507</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">I</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Clinical Nutrition and Dietetics-I</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">MND 510</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">II</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Clinical Nutrition and Dietetics-II</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">MND 601</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">III</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Nutrition Counseling</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">MND 609</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">III</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Life span and Community Nutrition</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">MND 508</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">II</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Food Additives and Allergens</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">MFS 508</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">II</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Grain Science and Technology</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">BFO 206</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IV</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Dairy Technology</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">BFO 208</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IV</span></p></td></tr><tr><td><meta cha
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (20, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (21, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (22, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (23, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (24, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (26, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (27, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (28, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (29, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (30, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (40, 'Biography', '<p>Dr. Taramol.K.G. is currently working with School of Business, MAHE, Dubai as Associate Professor in Economics. With her 17+ years of experience in significant leadership positions and substantial expertise in academic governance and curriculum development, she has taught undergraduate and post graduate courses in United Arab Emirates and India. Professor Taramol.K.G has completed her PhD in Economics from Bharathiar University, Coimbatore. she holds M.Phil. (Education) degree from Alagappa University, India, M. Ed from Kerala University, Master of Economics from Mahatma Gandhi University, Post Graduate Diploma in Business Management from the South Asian Institute of Management and Technology India. She is the recipient of the 2017 Best faculty Award from The South Indian Association of Scientists, Developers and Faculties, India. She is the Examination coordinator and the subject area coordinator, School of Business MAHE, Dubai.</p><p>Dr. Taramol K.G.s ongoing research interests surround Economics, Entrepreneurship and Education. She is a Harvard qualified professional to have an Australian patent to her name. She has presented more than twenty-five papers in national and international academic conferences and published papers in internationally ranked journals. Her research paper won the excellent paper award from IIER in 2014. She has won the “Best Presentation Award” from ICSMET in 2015, received the Best session paper award from BMEAS, Dubai, UAE 2015 and the Best presenter Award from ICHSSE in 2016.</p><p>Prof. Taramol K.G. has served as Keynote speaker &amp; session chair for many international conferences. She has hands on experience in organizing and conducting international conferences and workshops.</p><p>She is a motivational speaker and conducted several lectures in professional institutes and social institutions. She is a member of The Royal Economic Society and a lifetime member of the Kerala Economic Association (KEA). She has been appointed as the Honorary Advisory Member of the Social Science &amp; Humanities Research Association.</p>');
INSERT INTO public.components_manipal_biographies (id, title, rich_text_copy) VALUES (41, 'Current academics role & responsibilities', '<p>1. Teaching Responsibilities:</p><ul><li>Teach MBA, BCom, and BBA students in core and elective subjects, including Managerial Economics, Principles of Economics, Doing Business in the Middle East and Money &amp; Banking.</li><li>Design and deliver engaging lectures, tutorials, and case study discussions.</li><li>Develop course materials, assignments, and assessments to ensure alignment with learning objectives.</li><li>Provide academic guidance and mentorship to students, supporting their learning and career development.</li><li>Facilitate student discussions, group work, and projects to enhance practical application of theoretical concepts.</li></ul><p>2. Examination Coordinator:</p><ul><li>Oversee and manage the entire examination process for the School of Business, ensuring smooth operations before, during, and after exams.</li><li>Coordinate with faculty members to prepare and review exam papers for consistency, fairness, and academic rigor.</li><li>Organize exam schedules, allocation of exam duties, and assignment of invigilators.</li><li>Monitor exam-related logistics, including room assignments and student attendance for Internal examinations.</li><li>Ensure compliance with examination rules and regulations, addressing any issues or irregularities.</li><li>Assist in the preparation and release of results.</li></ul>');
--
-- TOC entry 8476 (class 0 OID 871906)
-- Dependencies: 725
-- Data for Name: components_manipal_bottom_apply_now_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_bottom_apply_now_cards (id, btn_text, cta_link, cta_target, "desc") VALUES (1, 'Apply Now', 'https://apply.manipaldubai.com/', NULL, 'Apply now for your Student Visa - January 2024');
INSERT INTO public.components_manipal_bottom_apply_now_cards (id, btn_text, cta_link, cta_target, "desc") VALUES (2, 'Apply Now', '#', '#', 'Apply now for your Student Visa - January 2024');
INSERT INTO public.components_manipal_bottom_apply_now_cards (id, btn_text, cta_link, cta_target, "desc") VALUES (3, 'Apply Now', '#', NULL, 'Apply now for your Student Visa - January 2024');
INSERT INTO public.components_manipal_bottom_apply_now_cards (id, btn_text, cta_link, cta_target, "desc") VALUES (4, 'View All News', '/news', NULL, 'Latest News');
INSERT INTO public.components_manipal_bottom_apply_now_cards (id, btn_text, cta_link, cta_target, "desc") VALUES (6, 'View All Events', 'events', NULL, 'Upcoming Events');
--
-- TOC entry 8402 (class 0 OID 793924)
-- Dependencies: 651
-- Data for Name: components_manipal_campus_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (1, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (2, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (3, 'Wide range of program offerings', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (4, 'International collaborations', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (5, 'Dedicated placement & internship cell', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (6, 'Multi-cultural environment', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (7, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (8, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (9, 'International collaborations', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (10, 'Wide range of program offerings', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (11, 'Dedicated placement & internship cell', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (12, 'Multi-cultural environment', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (13, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (14, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (15, 'Wide range of program offerings', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (16, 'International collaborations', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (17, 'Dedicated placement & internship cell', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (18, 'Multi-cultural environment', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (19, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (20, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (21, 'Wide range of program offerings', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (22, 'International collaborations', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (23, 'Dedicated placement & internship cell', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (24, 'Multi-cultural environment', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (25, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (26, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (27, 'Wide range of program offerings', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (28, 'International collaborations', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (29, 'Dedicated placement & internship cell', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (30, 'Multi-cultural environment', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (31, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (32, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (33, 'International collaborations', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (34, 'Wide range of program offerings', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (35, 'Dedicated placement & internship cell', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (36, 'Multi-cultural environment', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (37, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (38, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (39, 'Wide range of program offerings', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (40, 'International collaborations', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (41, 'Dedicated placement & internship cell', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (42, 'Multi-cultural environment', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (43, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (44, 'Wide range of program offerings', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (45, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (46, 'International collaborations', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (47, 'Dedicated placement & internship cell', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (48, 'Multi-cultural environment', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (49, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (50, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (51, 'The Manipal Legacy', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (52, NULL, NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (53, NULL, NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (55, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (56, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (57, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (58, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (60, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (61, 'Global presence', NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (62, NULL, NULL);
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (63, 'Manipal Legacy', 'Providing Quality Education since 1953');
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (65, 'Wide range of Program offering', 'A program for every student');
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (64, 'Global Presence', 'Network of 400000 alumni across the globe');
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (66, 'International Collaboration', 'Unique exchange program for Global Experience');
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (68, 'Multi Cultural Environment', 'Students from 45+ nationalities');
INSERT INTO public.components_manipal_campus_cards (id, title, hover_text) VALUES (67, 'Dedicated Placement & Internship Cell', 'To help students fast-track their careers');
--
-- TOC entry 8404 (class 0 OID 793931)
-- Dependencies: 653
-- Data for Name: components_manipal_campus_facts_and_figures; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_campus_facts_and_figures (id, title, description) VALUES (1, 'Our Facts & Figures', 'Manipal Dubai boasts an impressive array of resources and facilities, setting the stage for student success and holistic growth');
INSERT INTO public.components_manipal_campus_facts_and_figures (id, title, description) VALUES (2, 'Our Facts & Figures', 'Manipal Dubai boasts an impressive array of resources and facilities, setting the stage for student success and holistic growth');
INSERT INTO public.components_manipal_campus_facts_and_figures (id, title, description) VALUES (3, 'Our Facts & Figures', 'Manipal Dubai boasts an impressive array of resources and facilities, setting the stage for student success and holistic growth');
INSERT INTO public.components_manipal_campus_facts_and_figures (id, title, description) VALUES (4, 'Our Facts & Figures', 'Manipal Dubai boasts an impressive array of resources and facilities, setting the stage for student success and holistic growth');
INSERT INTO public.components_manipal_campus_facts_and_figures (id, title, description) VALUES (5, 'Our Facts & Figures', 'Manipal Dubai boasts an impressive array of resources and facilities, setting the stage for student success and holistic growth');
INSERT INTO public.components_manipal_campus_facts_and_figures (id, title, description) VALUES (6, 'Our Facts & Figures', 'Manipal Dubai boasts an impressive array of resources and facilities, setting the stage for student success and holistic growth');
INSERT INTO public.components_manipal_campus_facts_and_figures (id, title, description) VALUES (7, 'Our Facts & Figures', 'Manipal Dubai boasts an impressive array of resources and facilities, setting the stage for student success and holistic growth');
INSERT INTO public.components_manipal_campus_facts_and_figures (id, title, description) VALUES (8, 'Our Facts & Figures', 'Manipal Dubai boasts an impressive array of resources and facilities, setting the stage for student success and holistic growth');
--
-- TOC entry 8422 (class 0 OID 794040)
-- Dependencies: 671
-- Data for Name: components_manipal_campus_facts_and_figures_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.figures-cards', 'figures', 1);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 2, 'manipal.figures-cards', 'figures', 2);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 4, 'manipal.figures-cards', 'figures', 3);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 3, 'manipal.figures-cards', 'figures', 4);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 6, 'manipal.figures-cards', 'figures', 5);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 5, 'manipal.figures-cards', 'figures', 6);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 2, 8, 'manipal.figures-cards', 'figures', 1);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 2, 7, 'manipal.figures-cards', 'figures', 2);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 2, 10, 'manipal.figures-cards', 'figures', 3);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 2, 9, 'manipal.figures-cards', 'figures', 4);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 2, 11, 'manipal.figures-cards', 'figures', 5);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 2, 12, 'manipal.figures-cards', 'figures', 6);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 3, 13, 'manipal.figures-cards', 'figures', 1);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 3, 14, 'manipal.figures-cards', 'figures', 2);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 3, 16, 'manipal.figures-cards', 'figures', 3);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 3, 15, 'manipal.figures-cards', 'figures', 4);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (17, 3, 18, 'manipal.figures-cards', 'figures', 5);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 3, 17, 'manipal.figures-cards', 'figures', 6);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (19, 4, 19, 'manipal.figures-cards', 'figures', 1);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (20, 4, 20, 'manipal.figures-cards', 'figures', 2);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (21, 4, 21, 'manipal.figures-cards', 'figures', 3);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (22, 4, 22, 'manipal.figures-cards', 'figures', 4);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (23, 4, 24, 'manipal.figures-cards', 'figures', 5);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (24, 4, 23, 'manipal.figures-cards', 'figures', 6);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (25, 5, 25, 'manipal.figures-cards', 'figures', 1);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (26, 5, 26, 'manipal.figures-cards', 'figures', 2);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (27, 5, 27, 'manipal.figures-cards', 'figures', 3);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (28, 5, 28, 'manipal.figures-cards', 'figures', 4);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (29, 5, 29, 'manipal.figures-cards', 'figures', 5);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (30, 5, 30, 'manipal.figures-cards', 'figures', 6);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (31, 6, 31, 'manipal.figures-cards', 'figures', 1);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (32, 6, 32, 'manipal.figures-cards', 'figures', 2);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (33, 6, 33, 'manipal.figures-cards', 'figures', 3);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (34, 6, 34, 'manipal.figures-cards', 'figures', 4);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (35, 6, 35, 'manipal.figures-cards', 'figures', 5);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (36, 6, 36, 'manipal.figures-cards', 'figures', 6);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (37, 7, 37, 'manipal.figures-cards', 'figures', 1);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (38, 7, 38, 'manipal.figures-cards', 'figures', 2);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (39, 7, 39, 'manipal.figures-cards', 'figures', 3);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (40, 7, 40, 'manipal.figures-cards', 'figures', 4);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (41, 7, 41, 'manipal.figures-cards', 'figures', 5);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (42, 7, 42, 'manipal.figures-cards', 'figures', 6);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (43, 8, 43, 'manipal.figures-cards', 'figures', 1);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (44, 8, 44, 'manipal.figures-cards', 'figures', 2);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (45, 8, 46, 'manipal.figures-cards', 'figures', 3);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (46, 8, 45, 'manipal.figures-cards', 'figures', 4);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (51, 8, 48, 'manipal.figures-cards', 'figures', 5);
INSERT INTO public.components_manipal_campus_facts_and_figures_components (id, entity_id, component_id, component_type, field, "order") VALUES (52, 8, 47, 'manipal.figures-cards', 'figures', 6);
--
-- TOC entry 8264 (class 0 OID 783473)
-- Dependencies: 513
-- Data for Name: components_manipal_card1s; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_card1s (id, title, "desc") VALUES (1, 'A Thrilling Adventure on Campus ', 'The camp will take place between December 2023 to January 2024
');
--
-- TOC entry 8266 (class 0 OID 783482)
-- Dependencies: 515
-- Data for Name: components_manipal_card2s; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_card2s (id, title, "desc", uae_resident_title_1, uae_resident_title_2, price_1, price_2, per_week_1, per_week_2) VALUES (1, 'Camp Prices ', 'Choose to join us for a minimum of 1 week up to 3 weeks
', 'UAE Resident', 'International Visitor', '1,200 AED', '4,500 AED ', 'Per Week*', 'Per Week* ');
--
-- TOC entry 8442 (class 0 OID 802608)
-- Dependencies: 691
-- Data for Name: components_manipal_career_jobs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_career_jobs (id, title, sub_title, cta_text, cta_link, cta_target, rich_text_copy) VALUES (5, 'Adjunct Faculty - Business Analytics', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'Apply Now', '#', '#', '<p><span style="white-space:pre-wrap;">IT Lab Engineer</span><br><span style="white-space:pre-wrap;">Qualification</span></p><ul><li><p><span style="white-space:pre-wrap;">B.Tech-IT or CSE /M.Sc- IT or CSE / MCA with minimum 3 years of experience in Educational Institutes or any other Industry in the capacity of IT Support engineer or System Administrator.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Expertise Required</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge and experience in System &amp; Network Administration</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge of Hardware, Windows server, VMware, firewalls virtualization, DHCP, and Active Directory</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of programming languages like C, Java, and Python</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of SharePoint and Databases Management Applications</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to maintain servers, LAN, IT systems, software Licenses, Learning Management Systems and other ICT devices related with academic delivery and management</span></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to plan, design and execute IT service-related projects and able to handle few labs independently and provide support to faculty members.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Application Process</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">All applications to be sent across to HR Department only</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">CV and other details to be sent to </span><a href="mailto:jobs@manipaldubai.com"><span style="white-space:pre-wrap;">jobs@manipaldubai.com</span></a></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Applications received to reviewed internally</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Location: Manipal Academy of Higher Education - Dubai International Academic City Dubai&nbsp;</span></p></li></ul>');
INSERT INTO public.components_manipal_career_jobs (id, title, sub_title, cta_text, cta_link, cta_target, rich_text_copy) VALUES (6, 'Senior Manager - Sales (B2B)', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'Apply Now', '#', '#', '<p><span style="white-space:pre-wrap;">IT Lab Engineer</span><br><span style="white-space:pre-wrap;">Qualification</span></p><ul><li><p><span style="white-space:pre-wrap;">B.Tech-IT or CSE /M.Sc- IT or CSE / MCA with minimum 3 years of experience in Educational Institutes or any other Industry in the capacity of IT Support engineer or System Administrator.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Expertise Required</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge and experience in System &amp; Network Administration</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge of Hardware, Windows server, VMware, firewalls virtualization, DHCP, and Active Directory</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of programming languages like C, Java, and Python</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of SharePoint and Databases Management Applications</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to maintain servers, LAN, IT systems, software Licenses, Learning Management Systems and other ICT devices related with academic delivery and management</span></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to plan, design and execute IT service-related projects and able to handle few labs independently and provide support to faculty members.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Application Process</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">All applications to be sent across to HR Department only</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">CV and other details to be sent to </span><a href="mailto:jobs@manipaldubai.com"><span style="white-space:pre-wrap;">jobs@manipaldubai.com</span></a></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Applications received to reviewed internally</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Location: Manipal Academy of Higher Education - Dubai International Academic City Dubai&nbsp;</span></p></li></ul>');
INSERT INTO public.components_manipal_career_jobs (id, title, sub_title, cta_text, cta_link, cta_target, rich_text_copy) VALUES (1, 'Administrative Role', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'Apply Now', '#', '#', '<p><meta charset="utf-8"><meta charset="utf-8"><span style="white-space:pre-wrap;">IT Lab Engineer</span><br><span style="white-space:pre-wrap;">Qualification</span></p><ul><li><p><span style="white-space:pre-wrap;">B.Tech-IT or CSE /M.Sc- IT or CSE / MCA with minimum 3 years of experience in Educational Institutes or any other Industry in the capacity of IT Support engineer or System Administrator.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Expertise Required</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge and experience in System &amp; Network Administration</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge of Hardware, Windows server, VMware, firewalls virtualization, DHCP, and Active Directory</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of programming languages like C, Java, and Python</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of SharePoint and Databases Management Applications</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to maintain servers, LAN, IT systems, software Licenses, Learning Management Systems and other ICT devices related with academic delivery and management</span></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to plan, design and execute IT service-related projects and able to handle few labs independently and provide support to faculty members.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Application Process</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">All applications to be sent across to HR Department only</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">CV and other details to be sent to </span><a href="mailto:jobs@manipaldubai.com"><span style="white-space:pre-wrap;">jobs@manipaldubai.com</span></a></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Applications received to reviewed internally</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Location: Manipal Academy of Higher Education - Dubai International Academic City Dubai&nbsp;</span></p></li></ul>');
INSERT INTO public.components_manipal_career_jobs (id, title, sub_title, cta_text, cta_link, cta_target, rich_text_copy) VALUES (4, 'Manager - Admissions & Marketing', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'Apply Now', '#', '#', '<p><span style="white-space:pre-wrap;">IT Lab Engineer</span><br><span style="white-space:pre-wrap;">Qualification</span></p><ul><li><p><span style="white-space:pre-wrap;">B.Tech-IT or CSE /M.Sc- IT or CSE / MCA with minimum 3 years of experience in Educational Institutes or any other Industry in the capacity of IT Support engineer or System Administrator.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Expertise Required</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge and experience in System &amp; Network Administration</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge of Hardware, Windows server, VMware, firewalls virtualization, DHCP, and Active Directory</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of programming languages like C, Java, and Python</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of SharePoint and Databases Management Applications</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to maintain servers, LAN, IT systems, software Licenses, Learning Management Systems and other ICT devices related with academic delivery and management</span></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to plan, design and execute IT service-related projects and able to handle few labs independently and provide support to faculty members.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Application Process</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">All applications to be sent across to HR Department only</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">CV and other details to be sent to </span><a href="mailto:jobs@manipaldubai.com"><span style="white-space:pre-wrap;">jobs@manipaldubai.com</span></a></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Applications received to reviewed internally</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Location: Manipal Academy of Higher Education - Dubai International Academic City Dubai&nbsp;</span></p></li></ul>');
INSERT INTO public.components_manipal_career_jobs (id, title, sub_title, cta_text, cta_link, cta_target, rich_text_copy) VALUES (3, 'Senior Executive - Finance', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'Apply Now', '#', '#', '<p><span style="white-space:pre-wrap;">IT Lab Engineer</span><br><span style="white-space:pre-wrap;">Qualification</span></p><ul><li><p><span style="white-space:pre-wrap;">B.Tech-IT or CSE /M.Sc- IT or CSE / MCA with minimum 3 years of experience in Educational Institutes or any other Industry in the capacity of IT Support engineer or System Administrator.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Expertise Required</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge and experience in System &amp; Network Administration</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge of Hardware, Windows server, VMware, firewalls virtualization, DHCP, and Active Directory</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of programming languages like C, Java, and Python</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of SharePoint and Databases Management Applications</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to maintain servers, LAN, IT systems, software Licenses, Learning Management Systems and other ICT devices related with academic delivery and management</span></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to plan, design and execute IT service-related projects and able to handle few labs independently and provide support to faculty members.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Application Process</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">All applications to be sent across to HR Department only</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">CV and other details to be sent to </span><a href="mailto:jobs@manipaldubai.com"><span style="white-space:pre-wrap;">jobs@manipaldubai.com</span></a></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Applications received to reviewed internally</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Location: Manipal Academy of Higher Education - Dubai International Academic City Dubai&nbsp;</span></p></li></ul>');
INSERT INTO public.components_manipal_career_jobs (id, title, sub_title, cta_text, cta_link, cta_target, rich_text_copy) VALUES (2, 'IT Lab Engineer', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'Apply Now', '#', '$', '<p><span style="white-space:pre-wrap;">IT Lab Engineer</span><br><span style="white-space:pre-wrap;">Qualification</span></p><ul><li><p><span style="white-space:pre-wrap;">B.Tech-IT or CSE /M.Sc- IT or CSE / MCA with minimum 3 years of experience in Educational Institutes or any other Industry in the capacity of IT Support engineer or System Administrator.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Expertise Required</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge and experience in System &amp; Network Administration</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge of Hardware, Windows server, VMware, firewalls virtualization, DHCP, and Active Directory</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of programming languages like C, Java, and Python</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of SharePoint and Databases Management Applications</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to maintain servers, LAN, IT systems, software Licenses, Learning Management Systems and other ICT devices related with academic delivery and management</span></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to plan, design and execute IT service-related projects and able to handle few labs independently and provide support to faculty members.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Application Process</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">All applications to be sent across to HR Department only</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">CV and other details to be sent to </span><a href="mailto:jobs@manipaldubai.com"><span style="white-space:pre-wrap;">jobs@manipaldubai.com</span></a></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Applications received to reviewed internally</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Location: Manipal Academy of Higher Education - Dubai International Academic City Dubai&nbsp;</span></p></li></ul>');
INSERT INTO public.components_manipal_career_jobs (id, title, sub_title, cta_text, cta_link, cta_target, rich_text_copy) VALUES (7, 'Teaching Assistant', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'Apply Now', '#', '#', '<p><span style="white-space:pre-wrap;">IT Lab Engineer</span><br><span style="white-space:pre-wrap;">Qualification</span></p><ul><li><p><span style="white-space:pre-wrap;">B.Tech-IT or CSE /M.Sc- IT or CSE / MCA with minimum 3 years of experience in Educational Institutes or any other Industry in the capacity of IT Support engineer or System Administrator.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Expertise Required</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge and experience in System &amp; Network Administration</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge of Hardware, Windows server, VMware, firewalls virtualization, DHCP, and Active Directory</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of programming languages like C, Java, and Python</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of SharePoint and Databases Management Applications</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to maintain servers, LAN, IT systems, software Licenses, Learning Management Systems and other ICT devices related with academic delivery and management</span></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to plan, design and execute IT service-related projects and able to handle few labs independently and provide support to faculty members.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Application Process</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">All applications to be sent across to HR Department only</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">CV and other details to be sent to </span><a href="mailto:jobs@manipaldubai.com"><span style="white-space:pre-wrap;">jobs@manipaldubai.com</span></a></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Applications received to reviewed internally</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Location: Manipal Academy of Higher Education - Dubai International Academic City Dubai&nbsp;</span></p></li></ul>');
INSERT INTO public.components_manipal_career_jobs (id, title, sub_title, cta_text, cta_link, cta_target, rich_text_copy) VALUES (8, 'Assistant Professor - CS and IT', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'Apply Now', '#', '#', '<p><span style="white-space:pre-wrap;">IT Lab Engineer</span><br><span style="white-space:pre-wrap;">Qualification</span></p><ul><li><p><span style="white-space:pre-wrap;">B.Tech-IT or CSE /M.Sc- IT or CSE / MCA with minimum 3 years of experience in Educational Institutes or any other Industry in the capacity of IT Support engineer or System Administrator.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Expertise Required</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge and experience in System &amp; Network Administration</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Good knowledge of Hardware, Windows server, VMware, firewalls virtualization, DHCP, and Active Directory</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of programming languages like C, Java, and Python</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Basic knowledge of SharePoint and Databases Management Applications</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to maintain servers, LAN, IT systems, software Licenses, Learning Management Systems and other ICT devices related with academic delivery and management</span></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Candidate should be able to plan, design and execute IT service-related projects and able to handle few labs independently and provide support to faculty members.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Application Process</span></p></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">All applications to be sent across to HR Department only</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">CV and other details to be sent to </span><a href="mailto:jobs@manipaldubai.com"><span style="white-space:pre-wrap;">jobs@manipaldubai.com</span></a></li><li><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Applications received to reviewed internally</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Location: Manipal Academy of Higher Education - Dubai International Academic City Dubai&nbsp;</span></p></li></ul>');
--
-- TOC entry 8406 (class 0 OID 793940)
-- Dependencies: 655
-- Data for Name: components_manipal_career_services_features; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (1, 'Work Experience and Internships', 'Gaining work experience is an invaluable step towards building practical knowledge, developing essential skills, and refining your career goals.', '<p>These opportunities provide real-world exposure, helping you stand out in a competitive job market. For students looking for more structured opportunities, internships are a popular choice. Typically full-time and conducted during the summer break, internships are designed primarily for undergraduate students nearing the end of their third year of study. These roles offer a deeper understanding of industry-specific practices and help bridge the gap between academic learning and professional application. At MAHE Dubai, we encourage students to take advantage of these opportunities to enhance their employability and gain insights into their chosen career paths. Whether through short-term work experience or formal internships, these experiences play a pivotal role in shaping a successful future.</p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (2, 'Part time and Vacation Employment', 'Engaging in part-time work or seasonal employment during vacations is an excellent way to support your expenses, such as books, bills, and other university essentials, while also gaining valuable transferable skills. These experiences not only enhance your resume but also contribute significantly to improving your overall graduate employability.', '<p>The Careers Advisory Service at MAHE Dubai is dedicated to helping students find part-time jobs during their studies or secure seasonal employment opportunities over the holidays. By participating in these roles, you can develop key competencies like time management, communication, and problem-solving, all of which are highly valued by employers.</p><p>Take advantage of these opportunities to build your professional skill set while effectively managing your academic and personal commitments.</p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (4, 'deputy chairperson', 'Dr. Jason Fitzsimmons', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (8, 'deputy chairperson', 'Dr. Jason Fitzsimmons', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (9, 'Message from the Dean', 'S.K Pandey', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (7, 'Message from the Dean', 'S.K Pandey', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (10, 'deputy chairperson', 'Dr. Jason Fitzsimmons', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (5, 'Message from the Dean', 'S.K Pandey', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (6, 'deputy chairperson', 'Dr. Jason Fitzsimmons', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (13, 'Message from the Dean', 'S.K Pandey', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (14, 'deputy chairperson', 'Dr. Jason Fitzsimmons', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (17, 'Message from the Dean', 'S.K Pandey', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (15, 'Message from the Dean', 'S.K Pandey', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (12, 'deputy chairperson', 'Dr. Jason Fitzsimmons', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (16, 'deputy chairperson', 'Dr. Jason Fitzsimmons', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (18, 'deputy chairperson', 'Dr. Jason Fitzsimmons', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (11, 'Message from the Dean', 'S.K Pandey', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
INSERT INTO public.components_manipal_career_services_features (id, title, intro, rich_text_copy) VALUES (3, 'Message from the Dean', 'S.K Pandey', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Since its inception, School of Engineering &amp; Information Technology has been continuously striving for excellence in education, training and research with a mission of offering value based education.</span><br><br><span style="white-space:pre-wrap;">Student success is at the heart of our mission and all the activities are intended to enable our students to achieve their highest levels.&nbsp;</span><br><span style="white-space:pre-wrap;">At the School of Engineering &amp; IT, students are encouraged to open their minds and proactively create real world solutions.&nbsp;</span><br><span style="white-space:pre-wrap;">We offer our students a rich educational experience and produce graduates who are well prepared to enter and assume leadership roles in the profession. The future goal of the School of Engineering &amp; IT is to enhance its education and develop a multidisciplinary and collaborative research environment.</span></p>');
--
-- TOC entry 8408 (class 0 OID 793949)
-- Dependencies: 657
-- Data for Name: components_manipal_career_services_figures; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (50, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (51, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (52, 'Program Length:', '4 years (8 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (53, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (54, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (57, 'Program Length:', '1 years (2 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (55, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (56, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (3, '1300', 'work opportunities offered last year');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (2, '93%', 'Student satisfaction rating');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (5, '160+', 'Employers attended career fairs');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (4, '88%', 'Students pursuing Higher Studies');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (6, '60+', 'Career skills workshop');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (58, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (59, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (60, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (61, 'Program Length:', '3 years (6 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (62, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (63, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (64, 'Program Length:', '2 years (4 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (65, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (66, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (67, 'Program Length:', '1 Year');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (68, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (69, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (70, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (71, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (72, 'Program Length:', '3 years (6 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (73, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (78, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (79, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (80, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (81, 'Program Length:', '4 years (8 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (84, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (82, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (83, 'Program Length:', '4 years (8 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (85, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (86, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (87, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (88, 'Program Length:', '2 years (4 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (89, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (31, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (30, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (33, 'Program Length:', '5 years (10 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (32, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (42, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (43, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (44, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (45, 'Program Length:', '4 years (8 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (90, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (91, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (92, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (93, 'Program Length:', '2 years (4 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (35, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (34, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (36, 'Program Length:', '4 years (8 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (37, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (38, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (41, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (40, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (39, 'Program Length:', '3 years (6 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (46, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (47, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (48, 'Program Length:', '3 years (6 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (49, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (94, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (95, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (96, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (97, 'Program Length:', '2 years (4 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (98, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (99, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (100, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (101, 'Program Length:', '2 years (4 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (102, 'Program Length:', '2 years (4 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (103, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (104, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (105, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (106, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (107, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (108, 'Application Deadline:', '24 June 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (109, 'Program Length:', '2 years (4 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (74, 'Starting Date:', '16 September 2025');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (75, 'Study Mode:', 'Full-Time');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (76, 'Program Length:', '4 years (8 semesters)');
INSERT INTO public.components_manipal_career_services_figures (id, title, sub_title) VALUES (77, 'Application Deadline:', '24 June 2025');
--
-- TOC entry 8520 (class 0 OID 964487)
-- Dependencies: 769
-- Data for Name: components_manipal_contact_us_sections; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_contact_us_sections (id, title, "desc") VALUES (1, 'Contact Us', 'Have a question about this course or studying with us? Our dedicated enquiries team can help.');
--
-- TOC entry 8524 (class 0 OID 964505)
-- Dependencies: 773
-- Data for Name: components_manipal_contact_us_sections_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_contact_us_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.icon-link-component', 'sendMessage', NULL);
INSERT INTO public.components_manipal_contact_us_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 2, 'manipal.icon-link-component', 'phoneSection', NULL);
--
-- TOC entry 8268 (class 0 OID 783491)
-- Dependencies: 517
-- Data for Name: components_manipal_double_text_with_img_addresses; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (35, 'Phone Number');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (36, 'WhatsApp');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (15, 'Dubai');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (17, 'Phone Number');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (16, 'Email Address');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (18, 'WhatsApp');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (19, 'Live Chat');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (20, 'Social Media');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (22, 'Phone Number');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (9, 'phone');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (23, 'Email Address');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (24, 'WhatsApp');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (21, 'Dubai');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (8, 'location');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (10, 'email');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (40, 'Dubai');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (41, 'Email Address');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (42, 'Phone Number');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (43, 'WhatsApp');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (30, 'Location');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (31, 'phone');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (32, 'email');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (12, 'Email Address');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (11, 'Dubai');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (14, 'WhatsApp');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (13, 'Phone Number');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (37, 'Location');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (38, 'phone');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (39, 'email');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (25, 'Dubai');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (26, 'Email Address');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (4, 'Dubai');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (6, 'Email Address');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (7, 'WhatsApp');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (5, 'Phone Number');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (27, 'Phone Number');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (28, 'WhatsApp');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (29, 'Live Chat');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (1, 'Address');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (2, 'Email');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (3, 'Phone');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (44, 'Location');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (45, 'WhatsApp');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (46, 'Phone Number');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (47, 'Email Address');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (33, 'Dubai');
INSERT INTO public.components_manipal_double_text_with_img_addresses (id, title) VALUES (34, 'Email Address');
--
-- TOC entry 8330 (class 0 OID 783825)
-- Dependencies: 579
-- Data for Name: components_manipal_double_text_with_img_addresses_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (123, 13, 14, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (124, 13, 15, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (112, 1, 1, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (111, 2, 3, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (377, 32, 58, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (126, 16, 19, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (127, 16, 20, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (130, 18, 23, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (131, 18, 24, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 3, 4, 'manipal.double-text', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (132, 19, 25, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (133, 20, 26, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (113, 3, 4, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (390, 40, 71, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (391, 41, 73, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (392, 41, 72, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (55, 9, 2, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (380, 34, 61, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (57, 9, 4, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (59, 8, 1, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (105, 4, 6, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (402, 44, 78, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (106, 6, 7, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (222, 22, 35, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (223, 22, 36, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (56, 10, 3, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (58, 10, 5, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (107, 7, 8, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (108, 7, 9, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (37, 5, 11, 'manipal.double-text', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (224, 23, 34, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (393, 42, 74, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (225, 24, 37, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (394, 42, 75, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (226, 24, 38, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (400, 43, 76, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (381, 35, 63, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (109, 5, 11, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (221, 21, 33, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (110, 5, 10, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (385, 37, 66, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (401, 43, 77, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (374, 30, 55, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (407, 47, 83, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (326, 25, 47, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (125, 15, 18, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (120, 12, 13, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (119, 11, 12, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (331, 28, 52, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (128, 17, 21, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (129, 17, 22, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.double-text', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (378, 32, 59, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 2, 3, 'manipal.double-text', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (121, 14, 16, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (122, 14, 17, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (379, 33, 60, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (329, 27, 51, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (408, 47, 84, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (388, 39, 69, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (327, 26, 48, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (389, 39, 70, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (386, 38, 67, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (387, 38, 68, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (405, 46, 81, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (333, 29, 54, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (375, 31, 56, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (406, 46, 82, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (330, 27, 50, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (403, 45, 80, 'manipal.double-text-with-link', 'doubleText', 1);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (404, 45, 79, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (1244, 27, 126, 'manipal.double-text-with-link', 'doubleText', 3);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (328, 26, 49, 'manipal.double-text-with-link', 'doubleText', 2);
INSERT INTO public.components_manipal_double_text_with_img_addresses_components (id, entity_id, component_id, component_type, field, "order") VALUES (383, 36, 65, 'manipal.double-text-with-link', 'doubleText', 1);
--
-- TOC entry 8474 (class 0 OID 847860)
-- Dependencies: 723
-- Data for Name: components_manipal_double_text_with_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (101, 'Get a prospectus', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (61, 'admissions@manipaldubai.com', 'admissions@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (58, 'info@manipaldubai.com', 'info@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (49, 'info@manipaldubai.com', 'info@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (51, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (2, '+971 4 4290 888', 'tel:+97144290888
', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (4, '+971 4 4290 888', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (3, 'info@manipaldubai.com', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (12, 'G04,Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (13, 'admissions@manipaldubai.com', 'admissions@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (16, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (17, '800 6832', '800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (14, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (15, '800 6832', '800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (1, 'G04, Dubai International Academic City (DIAC),
PO Box 345050, Dubai - UAE', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (5, 'admissions@manipaldubai.com', 'mailto:admissions@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (18, 'G04, Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (20, 'info@manipaldubai.com', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (19, 'admissions@manipaldubai.com', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (21, '+971 4 4290 88', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (22, '8800 6832
', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (23, '+971 4 4290 88', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (24, '8800 6832', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (25, 'Chat Now', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (26, 'social platform Icon', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (34, 'admissions@manipaldubai.com', 'mailto:admissions@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (35, '+971 4 4290 888', 'tel:+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (36, '800 6832', 'tel:8006832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (37, '+971 4 4290 888', 'tel:+97144290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (38, '800 6832', 'tel:800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (33, 'G04,Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (127, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (54, 'We will share the link', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (92, 'Get a Prospectus', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (93, 'Apply Now', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (47, 'G04,Dubai International Academic City (DIAC)
PO Box 345050
Dubai UAE', 'https://maps.app.goo.gl/T7jmMZXq2icqhuHS6', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (6, 'G04,Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (32, 'Read More', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (45, 'Apply Now', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (41, 'Explore More', '/international-students', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (50, '800 6832', '800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (8, '+971 4 4290 888,', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (9, '800 6832', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (7, 'admissions@manipaldubai.com', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (11, '+971 4 4290 888,', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (10, ' 800 6832', '#', '#');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (89, 'Explore More', 'facilities', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (46, 'Read More', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (122, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (71, 'G04,Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (73, 'admissions@manipaldubai.com', 'admissions@manipaldubai.com
', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (72, 'info@manipaldubai.com', 'info@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (75, '800 6832', '800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (74, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (76, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (77, '800 6832', '800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (120, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (70, 'admissions@manipaldubai.com', 'admissions@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (30, 'Download Applications', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (88, 'Explore More', 'why-dubai', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (42, 'Read More', '/admissions', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (43, 'Read More', '/admissions', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (95, 'Get a Prospectus', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (28, 'View more', 'awards-achievements', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (96, 'Apply Now', 'https://apply.manipaldubai.com/', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (29, 'View all', 'administration', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (106, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (31, 'Apply', 'https://apply.manipaldubai.com/ ', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (63, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (39, 'Read More', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (65, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (66, 'G04, Dubai International Academic City (DIAC), PO Box 345050, Dubai - UAE', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (79, '800 6832', '800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (87, 'Explore More', 'international-students/international-students-visa-requirement', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (48, 'admissions@manipaldubai.com', 'admissions@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (80, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (84, 'info@manipaldubai.com', 'info@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (126, '+971 4 369 4541', '+971 4 369 4541', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (44, 'Get a Prospectus', '!#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (67, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (68, '+971 4800 6832', '+971 4800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (40, 'Apply Now', 'https://apply.manipaldubai.com/ ', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (102, 'Apply Now', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (85, 'Read More', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (69, 'info@manipaldubai.com', 'info@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (56, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (60, 'G04,Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (107, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (103, 'Explore More', '#', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (112, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (110, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (83, 'admissions@manipaldubai.com', 'admissions@manipaldubai.com', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (111, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (113, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (108, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (109, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (131, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (114, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (115, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (81, '+971 4 4290 888', '+971 4 4290 888', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (116, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (117, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (118, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (119, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (82, '800 6832', '800 6832', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (121, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (132, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (123, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (124, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (125, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (52, '0501318681', '0501318681', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (128, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (129, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (27, 'View more', 'worldwide-manipal', NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (78, 'G04,Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (130, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (133, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (135, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (138, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (139, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (142, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (134, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (136, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (137, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (140, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (141, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (143, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (144, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (145, NULL, NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (146, 'Explore More', '/admissions', '_blank');
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (55, 'G04, Dubai International Academic City (DIAC), PO Box 345050, Dubai - UAE', NULL, NULL);
INSERT INTO public.components_manipal_double_text_with_links (id, title, cta_link, cta_target) VALUES (59, 'admissions@manipaldubai.com', 'admissions@manipaldubai.com', NULL);
--
-- TOC entry 8270 (class 0 OID 783498)
-- Dependencies: 519
-- Data for Name: components_manipal_double_texts; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (1, 'G04, Dubai International Academic City (DIAC), PO Box 345050, Dubai - UAE');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (3, '+971 4 4290 888 - +971 4800 6832');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (4, 'admissions@manipaldubai.com');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (9, 'admissions@manipaldubai.com');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (10, '+971 4 4290 888');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (14, '800 6832');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (11, '+971 4 4290 888,');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (12, 'G04,Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (16, 'Admissions Schedule');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (15, 'Scholarship');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (18, 'Admissions Schedule');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (20, 'Scholarship');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (21, 'Admissions Schedule');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (22, 'Scholarship');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (17, 'Admissions Schedule');
INSERT INTO public.components_manipal_double_texts (id, title) VALUES (19, 'Scholarship');
--
-- TOC entry 8080 (class 0 OID 742813)
-- Dependencies: 329
-- Data for Name: components_manipal_expertise; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (7, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (4, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (5, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (6, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (2, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (3, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (1, 'Professional affiliations & contributions', 'Area of Interest', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Clinical Nutrition and Dietetics</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Body compositional studies- Determinants of risks for developing non-communicable diseases</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Community Nutrition-Anemia and PCOS research studies</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Use of Digital tools in nutrition research- Assessments of Nutritional status and food intake patterns of university students</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Food Science- Product development</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Use of camel milk in traditional Indian vermicelli kheer, Oats incorporation in rotis and other traditional foods</span></p></td></tr></tbody></table></figure><h5><meta charset="utf-8"><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Life Member of National Institute of Nutrition, Hyderabad, India</span></p></td><td><meta charset="utf-8"><p>&nbsp;</p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (9, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (10, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (11, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (12, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (13, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (14, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (15, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (16, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_expertise (id, professional_affiliation_title, area_of_interest_title, rich_text_copy) VALUES (17, 'Professional affiliations & contributions', 'Area for Research', '<figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:54.52%;"><col style="width:45.48%;"></colgroup><thead><tr><th>Area of Interest</th><th>Area of Research</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Economics</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating economic trends, the impact of policies on emerging markets, the relationship between economic development and entrepreneurship, and the role of microfinance in poverty alleviation and financial inclusion.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Entrepreneurship</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Exploring the role of entrepreneurship in economic development, venture capital, and sustainable business practices.</p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Education</span></p><p>&nbsp;</p></td><td><meta charset="utf-8"><p><meta charset="utf-8">Investigating the effectiveness of teaching methods and education management systems in higher secondary schools, with a focus on improving curriculum delivery, student outcomes, and educational administration practices.</p></td></tr></tbody></table></figure><h5><span style="white-space:pre-wrap;">Professional affiliations &amp; contributions</span></h5><figure class="table" style="width:92.16%;"><table class="ck-table-resized"><colgroup><col style="width:30.82%;"><col style="width:37.5%;"><col style="width:31.68%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">SI. No.</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Membership No.</span></p></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">1</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">IEEE Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">91149514</span></p></td></tr><tr><td>2</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">ASME Membership</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">100768773</span></p></td></tr><tr><td>3</td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">The Institution of Engineers</span></p></td><td><meta charset="utf-8"><p><span style="white-space:pre-wrap;">AM171851-5</span></p></td></tr></tbody></table></figure>');
--
-- TOC entry 8082 (class 0 OID 742822)
-- Dependencies: 331
-- Data for Name: components_manipal_faqs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (2, 'What health and safety conditions will MAHE Dubai follow in the new academic year?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Temperature screening of all students, faculty, staff and visitors at the entry point</span><br><span style="white-space:pre-wrap;">Maintaining physical distance guidelines as recommended by the relevant health authorities</span><br><span style="white-space:pre-wrap;">Mandatory wearing of face masks by all persons on campus at all times</span><br><span style="white-space:pre-wrap;">Reducing the head-count capacity in classrooms</span><br><span style="white-space:pre-wrap;">Seating arrangements adjusted to maintain 1.5meter of distance in classrooms</span><br><span style="white-space:pre-wrap;">Installation of adequate safety signage and hand sanitizing facility throughout the campus</span><br><span style="white-space:pre-wrap;">Limiting group activites such as celebrations, gatherings, and sports events to be conducted according to the DHA safety protocols</span><br><span style="white-space:pre-wrap;">Additional cleaning schedules including frequent sanitization and disinfection of frequently accessed surfaces and places</span><br><span style="white-space:pre-wrap;">Providing an isolation room for people showing symptoms of Covid-19</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (1, 'What health and safety conditions will MAHE Dubai follow in the new academic year?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Maintaining health and safety is everyones responsibility. Conditions to protect students and staff include:</span><meta charset="utf-8"></p><p><span style="white-space:pre-wrap;">Temperature screening of all students, faculty, staff and visitors at the entry point</span><br><span style="white-space:pre-wrap;">Maintaining physical distance guidelines as recommended by the relevant health authorities</span><br><span style="white-space:pre-wrap;">Mandatory wearing of face masks by all persons on campus at all times</span><br><span style="white-space:pre-wrap;">Reducing the head-count capacity in classrooms</span><br><span style="white-space:pre-wrap;">Seating arrangements adjusted to maintain 1.5meter of distance in classrooms</span><br><span style="white-space:pre-wrap;">Installation of adequate safety signage and hand sanitizing facility throughout the campus</span><br><span style="white-space:pre-wrap;">Limiting group activites such as celebrations, gatherings, and sports events to be conducted according to the DHA safety protocols</span><br><span style="white-space:pre-wrap;">Additional cleaning schedules including frequent sanitization and disinfection of frequently accessed surfaces and places</span><br><span style="white-space:pre-wrap;">Providing an isolation room for people showing symptoms of Covid-19</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (72, 'Is parking available on campus?', '<p>Yes, free parking is available on campus.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (9, 'Please Note:', '<ul><li>Application Fees and Registration fees are non-refundable</li><li>Any overseas taxes / bank charges applicable for international remittance has to be borne by students / parents.</li><li>Caution Deposit of AED 500/- for all programs (except MBA) is payable along with registration fees. This is refundable at the end of the program after deduction towards damages/loss of items, if any, caused by student.</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (67, 'What support services are available for international students?', '<p>Support services for international students include academic advising, cultural adjustment assistance, visa and immigration support, and access to the international student community for social and cultural integration. For more information, international students can visit the universitys international student services office or website.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (70, 'Are prayer rooms accessible to students on campus?', '<p>Yes, prayer rooms are accessible to students on campus.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (11, 'Transport Fees:', '<ul><li><meta charset="utf-8">Dubai Sector 1 (Silicon Oasis, International City, Al Warqa): AED 2,000 per semester</li><li>Dubai Sector 2 (Rest of Dubai): AED 2,250 per semester</li><li>Sharjah, Ajman &amp; Jebel Ali: AED 2,500 per semester</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (7, 'Ranked No. 1 among Private & Deemed Universities in India (The WEEK, May 2016)', '<p><span style="background-color:rgb(234,239,249);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:18px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East) indicates that a particular MBA program, likely offered by an educational institution, has achieved a high ranking in a regional assessment conducted by Forbes Middle East.</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (69, 'Are there any wellness and counseling services available to students? ', '<p>The MAHE Dubai Wellness Hub (MWH) fosters community well-being through counselling services, educational programs promoting healthy lifestyles, and community outreach events. With a focus on mental health, MWH aims to support well-being, acceptance of challenges, promote self-discovery, and cultivate compassion on campus.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (63, 'Are there any cultural or recreational activities for students?', '<p>Yes, there are various cultural and recreational activities for students on campus. The university celebrates festivals and hosts events like Carnival, an inter-university event, and Confluence, an inter-school event. These activities provide opportunities for students to engage in cultural celebrations, competitions, and community-building experiences.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (65, 'What dining options are available on campus?', '<p>On-campus dining is primarily provided through a cafeteria offering a variety of meals for breakfast, lunch, and dinner, catering to different tastes and dietary preferences.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (12, 'Hostel Fees:', '<ul><li><meta charset="utf-8">Single Occupancy - AED 35,500 per year</li><li>Double Occupancy - AED 28,500 per year</li><li>Triple Occupancy - AED 25,500 per year</li><li>Hostel Caution Deposit: AED 500*</li></ul><p>* Deposit are refundable at the end of the program after deduction towards damages/loss of items, if any, caused by student<br>* Hostel Fee does not include cost for Food.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (5, 'Asias Top 200 universities - QS University Rankings: Asia 2016', '<p><span style="background-color:rgb(234,239,249);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:18px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East) indicates that a particular MBA program, likely offered by an educational institution, has achieved a high ranking in a regional assessment conducted by Forbes Middle East.</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (8, '9th ASSOCHAM Higher Education Summit & National Excellence Awards (February 2016)', '<p>Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East) indicates that a particular MBA program, likely offered by an educational institution, has achieved a high ranking in a regional assessment conducted by Forbes Middle East.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (4, 'What sports facilities and events does the university offer?', '<p>The university offers sports facilities including a dedicated sports hall for events, and hosts sports events throughout the academic year. The university also features a sports club where students can participate in various athletic activities and competitions.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (64, 'What are the housing options for students on campus?', '<p>On-campus housing options include separate hostels for boys and girls, with shared apartments and single rooms. Amenities typically include Wi-Fi, study areas, and recreational spaces and catered food services. For more details, visit the universitys housing services page or contact the student housing office.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (66, 'What recreational activities are available on campus? ', '<p>On campus, students can enjoy various recreational activities including an activity room, music room, basketball court, badminton court, cricket pitch, dance room, and gym.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (68, 'What transportation options are available for commuting to and from campus?', '<p>Students can commute to and from campus using public transport routes and on-campus bus services.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (10, 'Academic Fees:', '<ul><li><meta charset="utf-8"><meta charset="utf-8">For BCom (Professional + ACCA): Exam Fee for ACCA is not included in the ACCA Fee</li><li>Degree Certificate Fee: AED 850 (inclusive of VAT)</li><li>Alumni Fee: AED 500 (one-time &amp; optional)</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (71, 'Are field trips provided by the university as part of the course curriculum?', '<p>Yes, field trips are provided by the university as per the course requirements, sometimes including international destinations</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (6, 'Top-Ranked: No. 3 MBA Program in the Middle East', '<p><span style="background-color:rgb(234,239,249);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:18px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East) indicates that a particular MBA program, likely offered by an educational institution, has achieved a high ranking in a regional assessment conducted by Forbes Middle East.</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (13, 'Student Visa Charges:', '<ul><li><meta charset="utf-8">AED 5,145 per year inclusive of VAT (including Health Insurance)</li><li>Visa Caution Deposit: AED 4,000*</li><li>Visa Fee is decided by the UAE Government and is subject to change</li></ul><p>* Deposit is refundable at the end of the program after deduction towards damages/loss of items, if any, caused by student</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (37, 'Anchoring an Ecosystem', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (21, 'What are the safety measures students must follow while on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What are the safety measures students must follow while on campus?</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (30, 'Some of our current research partners include:', '<ul><li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.&nbsp;</li><li>Vestibulum congue metus vel maximus vestibulum.&nbsp;</li><li>Nunc eget ipsum in tortor laoreet tempor.&nbsp;</li><li>Aenean dictum erat a lacinia vestibulum.&nbsp;</li><li>Quisque eleifend felis non ipsum aliquam iaculis.</li><li>Quisque sit amet nibh at eros finibus porttitor.</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (25, 'What should I do if I feel unwell while on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell while on campus?</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (24, 'What should I do if I feel unwell?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What should I do if I feel unwell?</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (20, 'I have not travelled outside the UAE. Should I fill the travel decleration form?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">I have not travelled outside the UAE. Should I fill the travel decleration form?</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (17, 'Financial Assistance', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (16, 'Recognition of Talent', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (18, 'Empowering Excellence', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (23, 'What if my mask is damaged on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What if my mask is damaged on campus?</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (76, 'Best University promoting Research - 9th ASSOCHAM Higher Education Summit & National Excellence Awards (February 2016)', '<ul><li>Best University promoting Research - 9th ASSOCHAM Higher Education Summit &amp; National Excellence Awards (February 2016)</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (54, 'What health and safety conditions will MAHE Dubai follow in the new academic year?', '<p style="margin-left:40px;"><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (34, 'Student Centered', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (33, 'We Serve the UAE', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (35, 'Interdisciplinarity', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (36, 'Balancing Fundamental and Applied Rewatrds', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (75, 'Ranked No. 1 among Private & Deemed Universities in India (The WEEK, May 2016)', '<ul><li>Ranked No. 1 among Private &amp; Deemed Universities in India (The WEEK, May 2016)</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (77, 'AAA+ rating among top private deemed universities in India', '<ul><li>AAA+ rating among top private deemed universities in India</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (38, 'Integrity', '<p><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Empowering education for all, Manipal Dubai provides a range of financial aid options, ensuring access to quality learning through scholarships and financial support initiatives</span></span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (42, 'Awards & Recognitions ', '<p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lord Mayor of Karlsruhe, Dr Frank Mentrup</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Peter Prokosch, Managing Director, UNEP, former CEO of World Wide Fund for Nature, Germany</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Michael Kunz, Karlsruhe Institute of Technology, Germany</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Prof Roland Akeselsson, Lund University, Sweden</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Antonio Calo, University of Oulu, Finland</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lord Mayor of Karlsruhe, Dr Frank Mentrup</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-sp
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (40, 'Speakers', '<p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lord Mayor of Karlsruhe, Dr Frank Mentrup</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Peter Prokosch, Managing Director, UNEP, former CEO of World Wide Fund for Nature, Germany</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Michael Kunz, Karlsruhe Institute of Technology, Germany</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Prof Roland Akeselsson, Lund University, Sweden</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Antonio Calo, University of Oulu, Finland</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lord Mayor of Karlsruhe, Dr Frank Mentrup</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;l
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (50, 'What symptoms should I look for?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (41, 'Student Core Team', '<p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lord Mayor of Karlsruhe, Dr Frank Mentrup</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Peter Prokosch, Managing Director, UNEP, former CEO of World Wide Fund for Nature, Germany</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Michael Kunz, Karlsruhe Institute of Technology, Germany</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Prof Roland Akeselsson, Lund University, Sweden</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Antonio Calo, University of Oulu, Finland</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lord Mayor of Karlsruhe, Dr Frank Mentrup</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (78, 'Ranked 1st among RP by private universities in India', '<ul><li>Ranked 1st among RP by private universities in India</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (19, 'What are the procedures followed to enter MAHE Dubai campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What are the procedures followed to enter MAHE Dubai campus?</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (22, 'What other safety measures can I follow to protect myself while on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What other safety measures can I follow to protect myself while on campus?</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (79, '3rd among the top private universities in India - EducationWorld', '<ul><li>3rd among the top private universities in India - EducationWorld</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (39, 'The Team', '<p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lord Mayor of Karlsruhe, Dr Frank Mentrup</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Peter Prokosch, Managing Director, UNEP, former CEO of World Wide Fund for Nature, Germany</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Michael Kunz, Karlsruhe Institute of Technology, Germany</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Prof Roland Akeselsson, Lund University, Sweden</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Antonio Calo, University of Oulu, Finland</p><p style="-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lord Mayor of Karlsruhe, Dr Frank Mentrup</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (32, 'RESEARCH STRATEGY OF MAHE - DUBAI', '<p>The Strategic Research Plan 2017-22 provides the strategic research direction for the Manipal Academy of higher Education, Dubai Campus. The Strategic Research Plan (SRP) is intended to be aligned with and linked with Home Campus, Manipal Academy of higher Education, INDIA.</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (46, 'What are the procedures followed to enter MAHE Dubai campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (81, 'Ranked 5th among top private universities in India', '<ul><li>Ranked 5th among top private universities in India</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (43, 'I have not travelled outside the UAE. Should I fill the travel decleration form?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (55, 'What health and safety conditions will MAHE Dubai follow in the new academic year?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (57, 'What health and safety conditions will MAHE Dubai follow in the new academic year?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (44, 'What health and safety conditions will MAHE Dubai follow in the new academic year?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (45, 'What are the safety measures students must follow while on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (51, 'What should I do if I feel unwell?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (56, 'I have not travelled outside the UAE. Should I fill the travel decleration form?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (58, 'I have not travelled outside the UAE. Should I fill the travel decleration form?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (74, ' Asias Top 200 universities - QS University Rankings: Asia 2016', '<ul><li>Asias Top 200 universities - QS University Rankings: Asia 2016</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (73, ' Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East)', '<ul><li>Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East)</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (80, 'Ranked 101-110 amongst BRICS nations - QS University Ranking BRICS 2016', '<ul><li>Ranked 101-110 amongst BRICS nations - QS University Ranking BRICS 2016</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (47, 'What if my mask is damaged on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (48, 'What other safety measures can I follow to protect myself while on campus?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (52, 'What should I do if I feel unwell while on campus?', '<p>-<meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (49, 'If someone I attend class with tests positive for COVID-19, will I be notified? How?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (53, 'I have not travelled outside the UAE. Should I fill the travel decleration form?', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (31, 'Research Awards', '<p>Mentioned below are a few research papers published by our faculty.</p><ul><li>Excellent paper Award - Ravishankar Dudhe and Sumathy A., “Microfluidics based Blood protein separation and behavior modelling implemented using COMSOL Multiphysics” International Conference on Innovative Research in Science, Technology and Management (ICIRSTM-17), Singapore, Sept 17-18, 2017.</li><li>K.G.Taramol, School of Business, received Best Paper Presentation Award at the International Conference on Social Science, Literature, Economic and Education, Dubai, May 2016. The topic of paper was “A study on Psycho-Social problems of adolescent girls in Kerala”.</li><li>Sachidananda K, School of Engineering and IT, received Best Poster Presentation Award, April 2016 on “Stiffness of an engaging spurgear pair in an altered toothsum spur gearing”.</li><li>Anil Sequeira, School of Engineering and IT, received Young Innovators Award, April 2016 for “Experimental investigation of waste PET in natural sand brinks”.</li><li>The MSc final year students (Sheriff A, Edgar A, Sethi DK, and Rayees N) under supervision of faculty members Dr Faheem SM, Ms Banu Hussaina and Ms Seenivasan R had obtained the 2nd position for the best poster competition at Fourth UAE National Genetic Diseases Conference, Dubai, 2014. The title of the abstract was “Gold Nanocomposites: A novel approach towards breast cancer therapy”.</li><li>Mohammad Zeeshan Ansari, Abdul Kader Obriwala, Sarah Sajidali received research award in Under Graduate Research Competition Abu Dhabi University. The title of the project was ”Targeting aggregate formation in Parkinsons and other neurodegenerative diseases: A computational biology approach”.</li></ul>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (3, 'What types of student organizations and clubs are available on campus?', '<p>The university offers diverse clubs like Arts, Dance, Drama, and Music for creative expression, and Debate, Literary, and Photography for intellectual and artistic growth. Engage in social responsibility with the Community Outreach &amp; Student Well-being and Conservation &amp; Environment Clubs, enhance teamwork in the Sports Club, and explore cultural heritage in the UAE Heritage/Arabic Club</p>');
INSERT INTO public.components_manipal_faqs (id, title, "desc") VALUES (14, 'FEE PAYMENT MODE:', '<ul><li>Annual Tuition Fee is payable in 4 instalments. However, the first payment must be accompanied by no more than three post-dated cheques. For the details on instalment due dates please contact office of admissions or accounts</li><li>The first instalment is payable in cash or through credit / debit card or through current dated cheque. Students are also required to deposit post-dated cheques at the time of making first payment for the balance instalments</li><li>Cheques should be made in favor of MANIPAL EDUCATION (MENA) FZ LLC</li><li>Fees can be also paid via bank online Transfer in AED, in the bank details given below. In the case of same, office of accounts has to be informed with the payment transfer details : -</li></ul><p>* Manipal Education (MENA) FZ LLC, Standard Chartered Bank, Account No: 01-3892867-01, IBAN No: AE930440000001389286701, Swift Code: SCBLAEADXXX, Bur Dubai Branch, Dubai, UAE.</p>');
--
-- TOC entry 8410 (class 0 OID 793958)
-- Dependencies: 659
-- Data for Name: components_manipal_figures_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (1, '18453+', 'Current Students');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (2, '39442+', 'Alumni');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (4, '124+', 'Accredited Programs');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (3, '175+', 'Teaching & Research Laboratories');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (5, '14', 'Colleges');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (6, '03', 'Campuses');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (7, '39442+', 'Alumni');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (8, '18453+', 'Current Students');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (9, '175+', 'Teaching & Research Laboratories');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (10, '124+', 'Accredited Programs');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (11, '03', 'Campuses');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (12, '14', 'Colleges');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (13, '18453+', 'Current Students');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (14, '39442+', 'Alumni');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (15, '175+', 'Teaching & Research Laboratories');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (16, '124+', 'Accredited Programs');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (17, '14', 'Colleges');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (18, '03', 'Campuses');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (19, '18453+', 'Current Students');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (20, '39442+', 'Alumni');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (21, '124+', 'Accredited Programs');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (22, '175+', 'Teaching & Research Laboratories');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (23, '14', 'Colleges');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (24, '03', 'Campuses');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (25, '18453+', 'Current Students');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (26, '39442+', 'Alumni');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (27, '124+', 'Accredited Programs');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (28, '175+', 'Teaching & Research Laboratories');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (29, '03', 'Campuses');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (30, '14', 'Colleges');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (31, '18453+', 'Current Students');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (32, '39442+', 'Alumni');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (33, '124+', 'Accredited Programs');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (34, '175+', 'Teaching & Research Laboratories');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (35, '03', 'Campuses');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (36, '14', 'Colleges');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (37, '18453+', 'Current Students');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (38, '39442+', 'Alumni');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (39, '124+', 'Accredited Programs');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (40, '175+', 'Teaching & Research Laboratories');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (41, '03', 'Campuses');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (42, '14', 'Colleges');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (44, '2500+', 'Students');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (43, '45+', 'Nationalities');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (45, '5 ', 'Schools');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (46, '8800 ', 'Alumni');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (47, '25+', 'years of Quality Education in Dubai');
INSERT INTO public.components_manipal_figures_cards (id, title, sub_title) VALUES (48, '7 ', 'Disciplines');
--
-- TOC entry 8084 (class 0 OID 742831)
-- Dependencies: 333
-- Data for Name: components_manipal_files_arrays; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (8, 'instagram', 'instagram', 'https://www.instagram.com/manipaldxb/?hl=en', NULL);
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (9, 'facebook', 'facebook', 'https://www.facebook.com/MAHEDubai/', NULL);
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (12, 'twitter', 'twitter', 'https://twitter.com/manipaldxb?lang=en', NULL);
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (13, '2014-2015 ', 'Download now', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2014_15_MAHE_Dubai_ff8093e834.pdf', NULL);
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (2, '2014-2015', 'Download now', '#', 'null');
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (1, '2014-2015', 'Download now', '#', 'null');
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (10, 'linkedin', 'linkedin', 'https://www.linkedin.com/school/mahe-dubai/', NULL);
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (14, '2015-2016', 'Download now', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2015_16_Mahe_Dubai_721b408f8a.pdf', '#');
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (15, '2016-2017', 'Download now', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2016_17_MAHE_Dubai_747dd0f10b.pdf', NULL);
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (11, 'youtube', 'youtube', 'https://www.youtube.com/user/manipaldubai', NULL);
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (3, 'Student Visa Guidelines', 'Download Now', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Visa_Guidelines_917628ba90.pdf', '#');
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (4, 'Student Visa Application', 'Download Now', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Visa_Application_Form_aaf26b20a1.pdf', '#');
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (5, 'DTMFZA Student Undertaking Execution Version', 'Download Now', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/DTMFZA_Student_Undertaking_execution_version_1f4b29ac4a.pdf', '#');
INSERT INTO public.components_manipal_files_arrays (id, title, cta_text, cta_link, cta_target) VALUES (6, 'Bonafide Form', 'Download Now', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Bonafide_Letter_7f82889665.pdf', '#');
--
-- TOC entry 8086 (class 0 OID 742840)
-- Dependencies: 335
-- Data for Name: components_manipal_general_infos; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (49, 'Student Services and Counseling', '<p>All student activities within the University are taken care of by the Student Services Officer. Students seeking advice in any academic or personal matter can meet with the counsellor at any time suitable to the student. All matters relating to such issues are held strictly confidential.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (100, 'Admission Requirements', '<p>For ACCA training in Dubai at Manipal Academy of Higher Education, applicants should meet the requirements for a Bachelor of Commerce degree. The following are the eligibility criteria for admission:</p><ul><li>Successfully pass the 10+2 examination or its recognised equivalent.</li><li>The qualifying examination should be conducted by a recognised board.</li><li>Obtain a minimum of 50% aggregate marks in the qualifying examination.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (22, '45+', '<p><strong>Nationalities</strong></p><p>for a rich cultural experience</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (24, '12+', '<p><strong>Clubs &amp; Societies</strong></p><p>to engage in various interests&nbsp;</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (21, '2500+', '<p><strong>Number of Students</strong></p><p>from diverse backgrounds </p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (87, 'Admission Requirements', '<p>For Bachelors in Architecture program at Manipal Academy of Higher Education, Dubai, the following admission criteria must be met:</p><ul><li>A mandatory pass in 10+2 level examination from a recognised board with Physics and Mathematics as compulsory subjects, plus one of the following subjects: Chemistry, Biology, Technical Vocational subject, Computer Science, Information Technology, Informatics Practices, Engineering Graphics or Business Studies, securing at least 45% marks in aggregate.</li><li>Alternatively, applicants can have passed a 10+3 diploma examination with Mathematics as a compulsory subject, achieving at least 45% marks in aggregate.</li><li>A valid score in the National Aptitude Test in Architecture (NATA) conducted by the Council of Architecture (CoA) or the JEE Mains Paper II is required.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (18, 'Visa Support', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">it is mandatory for all students to have a valid UAE residence visa to study in the UAE.</span><br><span style="white-space:pre-wrap;">Manipal Academy of Higher Education, Dubai supports the procurement of a Student Visa for International and non-resident students seeking to study at the University. is enables international students to arrive in the UAE on an international student visa. Non-nationals residing in the UAE are also eligible to apply for a visa once they are of the age of 15.</span></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (17, 'Student Visa:', '<p>Navigate the visa process smoothly with expert guidance and support for international students pursuing their education at Manipal Dubai.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (88, 'Admission Requirements', '<p>The following are the admission requirements for the B.Sc. Applied Psychology program at Manipal Academy of Higher Education, Dubai:</p><ul><li>Passed the qualifying 10+2 examination or its equivalent from a recognised board.</li><li>At least 50% aggregate marks in the 10+2 examination.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (23, '100+', '<p><strong>Number of Events</strong></p><p>fostering a dynamic campus culture</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (20, 'Sports', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span><br><span style="white-space:pre-wrap;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ''Content here, content here'', making it look like readable English. Many desktop publishing packages and web page editors.</span></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (5, 'Your Student Experience at MAHE Dubai', '<p><span style="color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:18px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">AT MAHE Dubai life isnt all about studying - it''s also a great place to make lifelong friends and have fun! From joining a club or society to meeting up with friends in multipurpose hall, library, gymnasium or at one of the common hangout spaces across the campus, there are plenty of things to do outside of academia across our campus and so much more to explore while you study and live in Dubai.</span></span></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (29, 'Visa Requirement', '<p>It is mandatory for all students to have a valid UAE residence visa to study in the UAE. Manipal Academy of Higher Education, Dubai supports the procurement of a Student Visa for International and non-resident students seeking to study at the University. This enables international students to arrive in the UAE on an international student visa. Non-nationals residing in the UAE are also eligible to apply for a visa once they are of the age of 15. Student visa support is available for students who enroll for a full-time basis in a program of study. Visas are normally valid for a period of 12 months and require renewal every year depending on the duration of the program enrolled in. The Student Visa is valid for the purpose of Education alone and does not permit the student to work.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (47, 'Transportation', '<p><strong>The campus provides students with comfortable, cost and time effective transportation within Dubai, Sharjah, Abu Dhabi* and Ajman.</strong></p><p>Abu Dhabi transport is based on availability of the vehicles</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (15, 'Diversity and Inclusivity:', '<p>Embrace a culture of acceptance and belonging, fostering diversity and inclusivity across the campus community.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (12, 'Admission Support and Guidance:', '<p>Receive personalized assistance and guidance throughout the admission process at Manipal Dubai.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (13, 'Campus Life and Activities:', '<p>Engage in a vibrant community with diverse extracurricular opportunities and enriching campus events.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (14, 'Student Wellbeing:', '<p>Prioritize your health and wellness with comprehensive support services and resources for student wellbeing.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (16, 'Accommodation:', '<p>Explore comfortable and convenient housing options tailored to student needs within close proximity to campus.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (57, 'Visa Support', '<h5 style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-24);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;line-height:1.25;margin-bottom:0.6818em;margin-right:0px;margin-top:0px;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">It is mandatory for all students to have a valid UAE residence visa to study in the UAE.</h5><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin-bottom:1.25em;margin-right:0px;margin-top:0px;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Manipal Academy of Higher Education, Dubai supports the procurement of a Student Visa for International and non-resident students seeking to study at the University. is enables international students to arrive in the UAE on an international student visa. Non-nationals residing in the UAE are also eligible to apply for a visa once they are of the age of 15.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (101, 'Admission Requirements', '<p>Join the School of Engineering &amp; Information Technology for this program at Manipal Academy of Higher Education in Dubai. To get started, students need to:</p><ul><li>Have successfully completed a 10+2 examination or its equivalent.</li><li>Hold a certification from a recognised educational board.</li><li>Achieve at least a 45% aggregate mark in Physics, Mathematics, and one optional technical subject.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (104, 'Admission Requirements', '<p>The Global MBA in International Business program at Manipal Academy of Higher Education, Dubai, requires candidates to meet the following criteria:</p><ul><li>Possess a Bachelor''s degree of at least three years recognised by Manipal University.</li><li>Achieve a minimum of 50% aggregate in the qualifying exam.</li><li>Present valid scores from CAT, MAT, GMAT or XAT.</li><li>Successfully completed a personal interview conducted by the University.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (106, 'Admission Requirements', '<p>The Global MBA in International Business program at Manipal Academy of Higher Education, Dubai, requires candidates to meet the following criteria:</p><ul><li>Possess a Bachelor''s degree of at least three years recognised by Manipal University.</li><li>Achieve a minimum of 50% aggregate in the qualifying exam.</li><li>Present valid scores from CAT, MAT, GMAT or XAT.</li><li>Successfully completed a personal interview conducted by the University.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (89, 'Admission Requirements', '<p>Join a community of budding filmmakers and media professionals at Manipal Academy of Higher Education, Dubai. Aspiring students are required to meet the following criteria to embark on their educational journey in film and television production:</p><ul><li>Completion of the 10+2 examination or its equivalent from a recognised board.</li><li>Have passed with a minimum of 45% aggregate marks.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (27, 'Career Opportunities', '<p>Dubai is a city of futuristic vision and dynamic growth, presenting numerous career opportunities across diverse sectors. As a global business hub, it attracts multinational corporations and offers cutting-edge job prospects, especially in trade, commerce, and technology. The city''s strategic role in international markets and its hosting of major events like Expo 2020 amplify employment possibilities, from internships to full-time careers.&nbsp;</p><p>In Dubai''s safe, cosmopolitan environment, professionals thrive in a culture of innovation and excellence, where networking and skill development are nurtured, setting the stage for a prosperous career in a world-class destination. As a multi-disciplinary institution, Manipal Academy of Higher Education, Dubai, present an opportunity to learn and upskill as per industry demands. Backed by two decades of trust in the region, our graduates are prepared to take on the expectations of Dubais booming job market.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (102, 'Admission Requirements', '<p>Admission to the Bachelor of Interior Design program at Manipal Academy of Higher Education, Dubai, is open to students who meet the following criteria:</p><ul><li>Have successfully passed the 10+2 examination or its equivalent.</li><li>Have successfully passed the 10+2 examination or its equivalent.</li><li>Candidates must have achieved at least 50% aggregate marks.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (103, 'Admission Requirements', '<p>The Global MBA in International Business program at Manipal Academy of Higher Education, Dubai, requires candidates to meet the following criteria:</p><ul><li>Possess a Bachelor''s degree of at least three years recognised by Manipal University.</li><li>Achieve a minimum of 50% aggregate in the qualifying exam.</li><li>Present valid scores from CAT, MAT, GMAT or XAT.</li><li>Successfully completed a personal interview conducted by the University.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (105, 'Admission Requirements', '<p>The Global MBA in International Business program at Manipal Academy of Higher Education, Dubai, requires candidates to meet the following criteria:</p><ul><li>Possess a Bachelor''s degree of at least three years recognised by Manipal University.</li><li>Achieve a minimum of 50% aggregate in the qualifying exam.</li><li>Present valid scores from CAT, MAT, GMAT or XAT.</li><li>Successfully completed a personal interview conducted by the University.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (19, 'Why Study in Dubai', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Students are ensured an enriching future at Manipal Academy of Higher Education, Dubai.</span><br><span style="white-space:pre-wrap;">Here, the students are preparedfor the dynamic global economythrough excellence in academia, achieved through globally-relevantcurriculum, backed byworld-class faculty. An ultra-modern campus, spreadover an area of 750,000 sq ft,well-equipped with modern facilities andamenities to provide all its studentsa conducive environment to growacademically as well as personally.</span></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (107, 'Admission Requirements', '<p>The Global MBA in International Business program at Manipal Academy of Higher Education, Dubai, requires candidates to meet the following criteria:</p><ul><li>Possess a Bachelor''s degree of at least three years recognised by Manipal University.</li><li>Achieve a minimum of 50% aggregate in the qualifying exam.</li><li>Present valid scores from CAT, MAT, GMAT or XAT.</li><li>Successfully completed a personal interview conducted by the University.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (108, 'Admission Requirements', '<p>The Global MBA in International Business program at Manipal Academy of Higher Education, Dubai, requires candidates to meet the following criteria:</p><ul><li>Possess a Bachelor''s degree of at least three years recognised by Manipal University.</li><li>Achieve a minimum of 50% aggregate in the qualifying exam.</li><li>Present valid scores from CAT, MAT, GMAT or XAT.</li><li>Successfully completed a personal interview conducted by the University.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (26, 'Thriving Global Hub ', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Dubai stands as a global center for business, innovation, and cultural diversity. Studying at Manipal Dubai allows you to immerse yourself in this dynamic and cosmopolitan city, experiencing its rich tapestry of cultures and opportunities.</span><br><br><span style="white-space:pre-wrap;">It was planned within the framework of the “European Year of Creativity and Innovation”. This multi-stakeholder event was an opportunity to discuss how the fast changing technological, environmental, social and economic factors are influencing the entire education sector and to deliberate on strategies needed to make education and training more responsive to the 21st century challenges. The delegates shared their inspirations and experiences about making sustainability an integral part of teaching and learning.</span><br>&nbsp;</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (59, 'Sports', '<h5 style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-24);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;line-height:1.25;margin-bottom:0.6818em;margin-right:0px;margin-top:0px;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">MAHE Dubai boasts top-tier sports facilities, with its sports teams excelling in major inter-university events.</h5><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin-bottom:1.25em;margin-right:0px;margin-top:0px;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Indoor amenities include basketball, badminton, and volleyball courts, while outdoor spaces feature tennis courts, cricket nets, and a mini-football field. Separate recreation rooms for both genders offer additional entertainment with snooker, foosball, and table tennis. The campus also houses a cutting-edge gymnasium equipped for training and performance enhancement.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (4, 'RESEARCH AT MAHE - DUBAI', '<p>The objective of creating Research and Development Program (R&amp;DP) at Manipal Academy of Higher Education, Dubai is to develop and nurture research aptitude among its faculty and staff members. The initiation of Research &amp; the Development Program at Manipal Academy of Higher Education, Dubai is in line with Manipal Academy of Higher Education, India, where research has always been an area of paramount importance and Manipal Academy of Higher Education, Dubai, would also encourage research by faculty and staff members.&nbsp;</p><p>The mission of Research and Development Program at Manipal Academy of Higher Education, Dubai is to</p><ol><li>Encourage and support research to improve human health, environment, knowledge, skills, social and economic aspects,</li><li>Advance and disseminate knowledge and technology to improve all aspects of human life and</li><li>Provide research training and research assistance to the students, faculty and staff memb</li></ol>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (58, 'Why Study in Dubai', '<h5 style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-24);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;line-height:1.25;margin-bottom:0.6818em;margin-right:0px;margin-top:0px;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Discover unparalleled opportunities when you study at Manipal Dubai Campus.</h5><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin-bottom:1.25em;margin-right:0px;margin-top:0px;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Situated in the futuristic city of Dubai. Benefit from world-class infrastructure, a melting pot of over 200 nationalities, and the stability of a leading global hub for economic and political activities. Consistently ranked among one of the top cities worldwide for its exceptional standards in cleanliness, work flexibility, low unemployment rates, and favorable corporate tax environment, Dubai offers a unique study experience unlike any other city in the world.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (90, 'Admission Requirements', '<p>To qualify for admission into the BBA program at Manipal Academy of Higher Education, Dubai, candidates must satisfy the following criteria:</p><ul><li>Successfully pass the 10+2 examination or its recognised equivalent.</li><li>The qualifying examination should be conducted by a recognised board.</li><li>Obtain a minimum of 50% aggregate marks in the qualifying examination.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (1, 'InternationalCollaborations ', '<h6><meta charset="utf-8"><span style="white-space:pre-wrap;">Manipal Academy of Higher Education - MAHE Dubais long tradition for international cooperation in the areas of teaching and research is quite naturally reflected in a host of international collaborations the university prides itself in.</span></h6><p><span style="white-space:pre-wrap;">The Purpose of the collaborations with the esteemed universities is to contribute to the universities conducive academic environment by facilitating in terms of:</span></p><ul><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Student Exchange: Short Term, Semester Exchange, Year Exchange, as well as Credit Transfer</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Faculty Exchange</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Collaborative Research</span></li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (55, 'International Students Scholarships', '<p>MAHE Dubai invites applications from all over the globe and is home to students from over 45 nationalities.</p><p>To promote diversity and encourage more international students to take admission in the various programs offered at MAHE Dubai, our International Students can earn a scholarship of upto 50% based on the geographical location and the grade obtained in their latest qualification from which they belong to.</p><p>Students may apply for the scholarship during the time of admission with our International Admissions department.</p><p>Please note, the scholarship amount is subject to vary for each student based on location and merit.</p><p>The scholarship for International Students applies on the 1st year tuition fee. To be able to extend the scholarship further to second and third year would be decided based on the scores/ grade the students attains.</p><p>For more details and assistance, please contact office of Admissions / Accounts Manipal Academy of Higher Education - MAHE, Dubai Campus @ <a href="mailto:admissions@manipaldubai.com">admissions@manipaldubai.com</a></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (91, 'Admission Requirements', '<p>To be eligible for the BSc Biotechnology program at Manipal Academy of Higher Education, Dubai, candidates must fulfill the following criteria:</p><ul><li>Successful completion of 10+2, A-level, International Baccalaureate (IB), American 12th grade or an equivalent program.</li><li>The candidate''s study in the two years should include Physics, Chemistry, English and Biology.</li><li>A minimum of 50% marks is required in Physics, Chemistry and Biology.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (92, 'Admission Requirements', '<p>To be eligible for the BTech Computer Science Engineering at Manipal Academy of Higher Education, Dubai, applicants must meet the following criteria:</p><ul><li>Successful completion of 10+2 or an equivalent examination.</li><li>Mandatory study of Physics, Mathematics and English as compulsory subjects.</li><li>An optional subject chosen from Chemistry, Biotechnology, Biology or any technical vocational subject.</li><li>A minimum aggregate of 45% marks in Physics, Mathematics and the chosen optional subject combined.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (65, 'Hostel Facilities', '<p>Manipal Academy of Higher Education, Dubai provides separate residential facilities on campus for boys and girls. Hostel rooms are well appointed and comfortable but are limited in number and therefore offered on a first come first served basis and are subject to availability. In both the Boys and Girls Hostel, there is round-the-clock security and a full-time warden is appointed to manage student welfare.</p><p>All students availing residential facilities are provided a bed, mattress, study table and chair and a cupboard for their clothes and personal belongings.</p><p>Both Boys and Girls Hostels have independent common rooms with television and laundry facilities. Each Hostel has a common Dining facility. Wi-fi internet facilities are provided to all hostel residents and this is included in the hostel fee.</p><p>Hostel facilities are not available during the summer holidays. Hostel fees have to be paid in one installment at the beginning of the year, while registering for the program. The university reserves the right to deduct any amount due from the caution deposit towards damage of hostel property and facilities.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (70, 'Healthcare Services', '<p>Round the clock healthcare services are provided on campus and for the hostel residents. A fully equipped medical room is available on campus to deal with medical emergencies.&nbsp;</p><p>Trained staff are available on campus at all times. 24 Hour Ambulatory Service facilities are provided by Dubai International Academic City. Hospitals are easily accessible within a 15 minute drive from campus.&nbsp;</p><p>Students on the university visa will need to have mandatory health insurance which covers them within the UAE and (in some cases) internationally as well.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (28, 'Overview ', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>At Manipal Academy of Higher Education, Dubai Campus, we are committed to nurturing talent and providing opportunities for deserving students. Join us on a journey towards academic excellence and personal growth.</strong></span><br><br><span style="white-space:pre-wrap;">Through innovative teaching methodologies and a supportive environment, we empower students to explore their passions and emerge as well-rounded, global citizens. Join our dedicated community, where learning extends far beyond the classroom, nurturing not just academic excellence, but also the skills and mindset needed for a dynamic, successful future.</span><br><br><span style="white-space:pre-wrap;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum. Many desktop publishing packages and web page editors now use Lorem Ipsum as their &nbsp;default model text</span></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (32, NULL, NULL);
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (68, 'Laboratories', '<p>Manipal Academy of Higher Education, Dubai has well-equipped laboratories to help graduate, undergraduate and PhD students pursue their studies and research.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (30, 'Why Choose Manipal Dubai Scholarships', '<p>Choosing <strong>Manipal Academy of Higher Education, Dubai means joining a 5-star rated university</strong> that offers world-class education, comprehensive scholarships, and a dynamic, multicultural environment. With programs designed to meet global industry standards, students gain access to exceptional teaching, state-of-the-art facilities, and diverse career opportunities in Dubais thriving economy. The university emphasizes holistic development through extracurricular activities, wellness programs, and a strong focus on employability and innovation. At MAHE Dubai, students benefit from a vibrant community, financial support, and the tools to achieve academic and professional excellence in a global landscape.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (33, 'Melaka Manipal Medical College, Malaysia', '<p>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (35, 'Manipal College of Medical Science, Nepal', '<p>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (71, 'International Students Centre', '<p>As part of our initiative to cater to international students and to enhance their overall experience at MAHE, Dubai Campus, we have set up the International Students Centre.&nbsp;</p><p>It is located on Block B, Ground Floor. The purpose of the office is to provide additional support for our existing International Students and to assist newly arrived International Students to adapt to university life at MAHE, Dubai Campus. The office is designed to create a working environment for them to interact.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (93, 'Student Support Services', '<p>At the heart of the Manipal Academy of Higher Education Dubai Campus is a promise to support you wholly—mind, body, and spirit. With dedicated counselling, health services, and academic advising, we provide an environment that fosters personal and intellectual growth.</p><p>These services are integral to our educational philosophy. They ensure that students have the resources and support they need to navigate their academic journey and thrive both personally and professionally.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (66, 'Food Court', '<p>Manipal Academy of Higher Education, Dubai provides ample student dining facilities at its Food Court &amp; Cafeteria. Students are given ample choice including vegetarian and non-vegetarian meal options at highly subsidized rates. Menus change daily giving the students ample variety and choice. Western and Indian dining options are available. In addition, a wide selection of healthy juices and snacking options are available to students at the Food Court. The Food Court also hosts a small convenience store with a selection of beverages, packaged food and vending machines for coffee, tea and other options.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (67, 'Central Library', '<p>The vision of the Library is to support the Manipal Dubai Campus in building an internationally top ranked university by establishing a knowledge hub and to enable access to information resources of all kinds and provide innovative, responsive, and effective services to meet the changing needs of the academic community.</p><p>The Library surrounded by lecture theatres and classrooms is also equipped with all the necessary facilities, making it a pleasant environment to study in. It holds learning material predominantly related to Business &amp; Management, Finance, Economics, Engineering, Computer Science &amp; Information Technology, Biotechnology, Interior Design, Architecture and its allied subjects and aims to develop a comprehensive collection of information resources which are useful for academic and research purposes. The Library plays a proactive role to ensure that the information resources are acquired and organised to meet the present and future needs of its users.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (60, 'Course Overview', '<p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin-bottom:1.25em;margin-right:0px;margin-top:0px;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">The M.Tech. in Computer Science &amp; Information Security is designed tocreate trained computer science security experts who are vitally needed to protect data, systems, networks, communications, and storage from ever expanding security threats. It provides a strong blend of theoretical ideas and realistic hands-on learning across a range of subjects.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">The M.Tech. in Computer Science &amp; Information Security is designed tocreate trained computer science security experts who are vitally needed to protect data, systems, networks, communications, and storage from ever expanding security threats. It provides a strong blend of theoretical ideas and realistic hands-on learning across a range of subjects.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (77, 'Academic Excellence', '<p>Our curriculum focuses beyond mastering the subject matter; its about engaging deeply with ideas that matter. Rooted in research and innovation, our programs challenge and inspire students to prioritise intellectual growth.</p><p>We foster a learning culture where students engage with cutting-edge ideas and collaborate on transformative projects, preparing them for a future of success and impactful contributions to their communities.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (95, 'Admission Requirements', '<p>For the <strong>Foundation certificate</strong>, Manipal Academy of Higher Education, Dubai, welcomes students from varied educational backgrounds, emphasising inclusivity and the potential for academic growth. To register for the course, the following are some admission requirements that applicants must meet:</p><ul><li>Pass in at least 5 subjects at the "O" Level.</li><li>Grades above E for "A" Level students.</li><li>Completion of at least 4 subjects for "AS" Level students.</li><li>NIOS Board, Indian, and Pakistani Curriculum students must have passed all subjects with scores below 45%.</li><li>IB students need to have completed all subjects with less than 24 points.</li><li>Completion of two years of a three-year Diploma course, equivalent to higher secondary education.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (3, 'Cultural and Education Immersion Program', '<p>Admissions to Manipal Dubai Campus are competitive, with thousands of students applying each year to our undergraduate and postgraduate programs across five distinguished schools. To ensure smooth application experience, we encourage all prospective students to seek guidance from our admissions experts. They will assist you through every step of the process and provide information on scholarships to support your educational journey.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (38, 'Overview', '<p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong style="box-sizing:border-box;font-size:1.333em;font-weight:400;letter-spacing:0.03em;margin:0px;outline:none;padding:0px;">We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (37, 'Undergraduate', '<p>The School of Engineering &amp; Information Technology at Manipal Academy of Higher Education, Dubai, specializes in various fields including information systems</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (78, 'Diverse Community', '<p>At the Manipal Academy of Higher Education Dubai campus, our diverse student body is at the core of our collective experience. Students from various cultural backgrounds come together to create a rich blend of perspectives. Such a globalised environment fosters cultural exchange and tolerance, enriching the educational experience for everyone involved.</p><p>By promoting global perspectives, we prepare students to thrive in an interconnected world. They are equipped with the understanding and sensitivity to navigate and contribute in diverse environments worldwide.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (42, 'Library Services', '<p><span style="font-size:20px;">Our Library provides general and curriculum related information, learning resources, facilities and systems students to support the quality and standards of academic programs and classroom instructions, and to support the professional development of the faculty. The Library has a wide variety of educational and research material, which goes beyond the levels of the programs.</span></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (31, ' DOCUMENTS REQUIRED FOR UNDERGRADUATE PROGRAMS', '<ul><li>Attested copy of mark sheet/ grade sheet of 12th Std. examination/ equivalent - original &amp; photocopy</li><li>Certified copy of 10th Std. mark sheet - original &amp; photocopy</li><li>Transfer Certificate or School Leaving Certificate - original (will not be returned)</li><li>Conduct Certificate issued by the school - original (will not be returned)</li><li>Passport Copy - 1 set</li><li>10 passport size photographs</li></ul><p>NOTE: ORIGINAL MARK SHEET WILL BE RETURNED IMMEDIATELY AFTER VERIFICATION.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (79, 'State-of-the-Art Facilities', '<p>Our state-of-the-art facilities, from advanced laboratories to comprehensive libraries, are designed to support the holistic development of our students. These modern resources empower learners to explore, innovate, and achieve academic excellence in a nurturing environment.</p><p>Recreational areas and communal spaces further enhance the student experience, offering relaxation, fitness, and social interaction opportunities. These facilities are integral to fostering a well-rounded education, ensuring students have everything they need to succeed.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (96, 'Admission Requirements', '<p>Admission to the Bachelor of Arts in Mass Media and Communication program is designed for students with a passion for media and a desire to make an impact. Eligible candidates must have:</p><ul><li>Passed the 10+2 examination or its equivalent from a recognised board.</li><li>Achieved at least 45% aggregate marks.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (99, 'Admission Requirements', '<p>The School of Humanities and Social Sciences awaits you at the Manipal Academy of Higher Education, Dubai. Those students aiming to join this vibrant community are expected to fulfil the following admission criteria:</p><ul><li>Completed 10+2 examination or its equivalent.</li><li>Certified from a recognised board.</li><li>Passed with at least 50% aggregate marks.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (40, 'Research Collaborations', '<p>Academic Research has been one of the core objectives of our academics team. The faculty members of Manipal Academy of Higher Education, Dubai have actively collaborated with regional and international universities, over the years.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (41, 'Research Guidelines ', '<h5>Good research practice underpins high-quality science and supports the robust evidence base needed to drive improvements in all aspects of human life.</h5><p>It provides strong foundations for research careers, supporting high quality education and training, and delivers assurance to those whose work builds on the findings of others. Good research practice also helps to increase public confidence and trust in the research process and its outputs.&nbsp;</p><p>The responsibility for promoting and delivering good research practice is shared by the whole research community. Researchers should strive for the highest achievable standards in the planning, conduct and reporting of their research and demonstrate integrity in their dealings with others. Researchers should foster a culture which supports and embeds good research practice and aims to prevent research misconduct.</p><p><a target="_blank" rel="noopener noreferrer" href="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/RESEARCH_GUIDELINES_MAHE_Dubai_02574a6fad.pdf">Read More</a></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (39, 'Research Guidelines', '<p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong style="box-sizing:border-box;font-size:1.333em;font-weight:400;letter-spacing:0.03em;margin:0px;outline:none;padding:0px;">We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (36, 'DOCUMENTS REQUIRED FOR POSTGRADUATE PROGRAMS', '<ul><li>Certified copy of Bachelor Degree and a copy of the mark sheet (along with the original)</li><li>Passport copy</li><li>5 Passport size photographs</li></ul><p>NOTE: ORIGINAL MARK SHEET WILL BE RETURNED IMMEDIATELY AFTER VERIFICATION.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (80, 'Extracurricular Activities', '<p>Our vibrant extracurricular scene invites students to step beyond the classroom and explore a plethora of interests. These activities are gateways to personal growth, leadership development, and the discovery of new passions, enriching the student journey.</p><p>Participation in these activities not only hones valuable skills but also fosters lasting friendships and community connections. Students can truly broaden their horizons and shape a memorable and impactful college experience here.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (81, 'Career Development Support', '<p>Our robust career development support is designed to bridge the gap between academic achievement and professional success. Through comprehensive career services and practical internship experiences, students are meticulously prepared for the demands of the professional world.</p><p>These programs not only equip students with the necessary skills and knowledge for their future careers but also provide valuable industry connections, ensuring they are well-positioned to thrive in their chosen fields and make impactful contributions.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (97, 'Admission Requirements', '<p>Prospective students seeking to advance their expertise in nutrition and dietetics are invited to apply to this enriching program. Admission is open to individuals with:</p><ul><li>A bachelors degree in Food &amp; Nutrition Science, Life Sciences or allied areas.</li><li>Certification should be from a recognised university.</li><li>Have passed the examinations with at least 50% marks in aggregate.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (98, 'Admission Requirements', '<p>The following are the key eligibility criteria for prospective students:</p><ul><li>A bachelors degree from a recognised institution.</li><li>At least one course in Maths, Statistics or Programming.</li><li>A minimum of 50% marks or equivalent in the qualifying exam.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (63, 'International Students Orientation Sessions', '<h5 style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-24);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;line-height:1.25;margin:0px 0px 0.6818em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong style="box-sizing:border-box;color:var(--color-graycol2);font-weight:500;margin:0px;outline:none;padding:0px;">We, at MAHE Dubai, are committed towards the continuous growth of the student diversity in the campus.</strong></h5><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">We believe that every students stay at the campus should be a memorable and fruitful one and with students of over 38+ nationalities at the campus we strive to keep reinventing ourselves to achieve the same.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">The initiation of Research &amp; the Development Program at Manipal Academy of Higher Education, Dubai is in line with Manipal Academy of Higher Education, India, where research has always been an area of paramount importance and Manipal Academy of Higher Education, Dubai, would also encourage research by faculty and staff members.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">The passion for research not only enhances the knowledge and skill sets of an individual, but also provides a way to bring new tools, new techniques, and new knowledge which are eventually beneficial to the society. The faculty and staff members of the Manipal Academy of Higher Education, Dubai are encouraged to apply to get research funds from external research funding agencies.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (43, 'Information Technology Services', '<p>The campus fulfils the computing needs of students, as required by today''s information technology demands to prepare them for the future. Computer Labs are provided with advanced business software, peripheral and interactive terminals.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (54, 'Thriving Global Hub', '<p>Dubai is a bustling hub for business, innovation, and learning. It attracts bright minds and big ideas from every corner of the globe, creating a vibrant mix of opportunities and cultures. Its strategic location and strong connectivity with other geographies make it a great place to connect with both Eastern and Western markets.&nbsp;</p><p>Dubais dedication to professional development, combined with its enthusiasm for fostering new businesses, research and innovation, marks it as a dynamic hub for eager learners. The educational experience here goes beyond conventional learning, gearing you up for leadership roles in an ever-transforming global scene.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (45, 'Sports', '<p>The campus encourages students and faculty to be involved in recreational sport through intramural, extramural competitions and tournaments. The campus provides separate sports facilities for boys and girls in addition to an outdoor court for playing Basketball, Volleyball, Throw ball, Tennis and Handball. The facilities are supervised and maintained by a separate instructor, who is also responsible for training the students and supervising their activities.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (44, 'Student Visas', '<p>The Knowledge Village provides Student Visas. Details regarding necessary fee and administrative expenses towards providing visas can be obtained from the Admissions Office.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (46, 'Health Services', '<p>A student whose visa is sponsored by the Campus will have access to medical care given by the Dubai Government. Other students follow rules and regulations of the Emirate. First aid and primary medical assistance is offered by staff members who have been trained for this purpose.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (48, 'Accommodation', '<p>The Manipal Academy of Higher Education - MAHE Dubai Campus provides residential facilities for girls and boys.&nbsp;</p><p>It is a home away from home for students, who live in perfect harmony with each other. This facility includes comfortable accommodation, food, transport, a mini gymnasium and internet facilities.</p><p>&nbsp;Admission to the residential facility will be granted on the fulfilment of the following conditions:&nbsp;</p><ul><li>Admission to any of the programs of the college.&nbsp;</li><li>Payment of the hostel fees for the whole year. For admission to this facility, students need to register well in advance to confirm their stay and are also required to sign the hostel contract at the time of registration.</li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (53, 'World-Class Education in the Heart of Dubai', '<p>The Manipal Academy of Higher Education Dubai is a renowned education centre with a 5-star rating from the KHDA — the educational regulatory authority of the Government of Dubai, United Arab Emirates. With over two decades of presence in the UAE, the university has established a reputation for imparting education that opens doors to impressive career opportunities.&nbsp;</p><p>We take care of our students with strong academic programs, the latest research material, and a support system that suits the multicultural expectations of our campus. Situated in the heart of Dubai, Manipal Academy of Higher Education is where youll get ready to shine in whatever field you choose.&nbsp;</p><p>Beyond academics, campus life is rich and vibrant, offering a myriad of activities, clubs, and events that ensure a well-rounded and engaging university experience. Additionally, our diverse community of international students brings a global perspective, creating a multicultural learning environment. It allows you to forge lasting friendships, develop new interests, and become part of a thriving community.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (50, 'Sustainable campus initiative', '<p>Education for Sustainability IGEE (http://eosd.org/en/igee.html) is one of the distinctive conferences that brought educationists and other stakeholders from around the world in Germany to discuss translating education for sustainability into actions. It was planned within the framework of the “European Year of Creativity and Innovation”. This multi-stakeholder event was an opportunity to discuss how the fast changing technological, environmental, social and economic factors are influencing the entire education sector and to deliberate on strategies needed to make education and training more responsive to the 21st century challenges. The delegates shared their inspirations and experiences about making sustainability an integral part of teaching and learning.</p><p>This years conference addressed the COP21 agreement in Paris and the roles, responsibilities and opportunities for academic community in translating Paris Climate Pact into actionable initiatives. One of the key benefits of this event was networking in addition to latest innovations in education and getting insights of various programs and best practices from across the globe, the participating delegates interacted to get the pulse of what is happening in respect to education for sustainability, share new ideas and explore possibilities of cooperation.</p><p>The Environment Agency, Governmental Agency, Abu Dhabi delegated Ms. Bhakti More, Associate Professor, School of Design &amp; Architecture to present on Sustainable Campus Initiative of Manipal University, Dubai at the Education for Sustainability International Greening Education Event, Innovating Education for the 21st century, October 2016 at Karlsruhe, Germany. This was part of the SCI project. The presentation was titled Sustainable campus initiative of the United Arab Emirates. Manipal University, Dubai and American University of Sharjah represented SCI out of 13 participating universities in the initiative registered with Environment Agency.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (52, 'Benefits', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">What are the benefits of the alumni Association.</span></p><ul><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Research opportunities: The Office Of Student Research can be contact to know about various Research Opportunities.</span></li><li><span style="white-space:pre-wrap;">Free or discounted access to MDX-hosted events</span></li><li><span style="white-space:pre-wrap;">Alumni discount for post-graduate studies; Alumni sibling/spouse discount for all programmes</span></li><li><span style="white-space:pre-wrap;">Access to specialized labs on the weekend (with approval)</span></li><li><span style="white-space:pre-wrap;">Access to the Library. Study spaces are available for use, all physical materials are fully accessible, and copying/ printing services are provided ( Alumni are requested to maintain proof of Alumni status)</span></li><li><span style="white-space:pre-wrap;">One-on-one career guidance with department career liaison (through appointment only)</span></li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (51, 'Alumni ', '<h5><meta charset="utf-8"><span style="white-space:pre-wrap;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</span></h5><p>t<span style="white-space:pre-wrap;">he point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ''Content here, content here'', making it look like readable English. Many desktop publishing packages and web page editors now use. Lorem Ipsum as their default model text, and a search for ''lorem ipsum'' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable. If you are going to use a passage</span></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (2, 'Student Exchange', '<p>Apart from the 160+ host of Universities that the Manipal Home Campus has a tie up with, MAHE Dubai students can benefit from a Dual Degree/ Semester Exchange to the following universities:</p><ul><li><meta charset="utf-8"><span style="white-space:pre-wrap;">University of Fraser Valley, Canada</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">Edinburgh Napier University, Scotland, UK</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">University of Cincinnati, USA</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">London School of Public Relations, Jakarta</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">ISBAT University, Uganda</span></li><li><meta charset="utf-8"><span style="white-space:pre-wrap;">University of Lincoln</span></li><li><span style="white-space:pre-wrap;">University of De Catalunya, Barcelona, Spain</span></li></ul>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (11, 'Student Services Center', '<p>At Manipal Dubai, our Office of Student Affairs is dedicated to ensuring students'' success from enrollment to graduation and beyond. We focus on four key areas: Admission Support and Guidance, Campus Life and Activities, Diversity and Inclusivity, and Alumni Relations. </p><p>From assisting with admissions to fostering a vibrant campus life, promoting diversity and inclusion, and nurturing lifelong connections through alumni relations, we provide comprehensive support at every step of your journey. Our commitment extends beyond academics to enriching your overall experience and preparing you for a successful future. Join us at Manipal Dubai, where student success is our top priority.</p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (56, 'Sports', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span><br><span style="white-space:pre-wrap;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ''Content here, content here'', making it look like readable English. Many desktop publishing packages and web page editors.</span></p>');
INSERT INTO public.components_manipal_general_infos (id, title, rich_text_copy) VALUES (25, 'World-Class Education in the Heart of Dubai ', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Our approach is focused on developing the whole person, to empower them to become lifelong learners and leaders.</span><br><br><span style="white-space:pre-wrap;">It was planned within the framework of the “European Year of Creativity and Innovation”. This multi-stakeholder event was an opportunity to discuss how the fast changing technological, environmental, social and economic factors are influencing the entire education sector and to deliberate on strategies needed to make education and training more responsive to the 21st century challenges. The delegates shared their inspirations and experiences about making sustainability an integral part of teaching and learning.</span><br><span style="white-space:pre-wrap;">This years conference addressed the COP21 agreement in Paris and the roles, responsibilities and opportunities for academic community in translating Paris Climate Pact into actionable initiatives. One of the key benefits of this event was networking in addition to latest innovations in education and getting insights of various programs and best practices from across the globe, the participating delegates interacted to get the pulse of what is happening in respect to education for sustainability, share new ideas and explore possibilities of cooperation.</span></p>');
--
-- TOC entry 8590 (class 0 OID 1067366)
-- Dependencies: 839
-- Data for Name: components_manipal_general_infos_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 57, 87, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 58, 88, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 59, 89, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (119, 87, 107, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (123, 88, 109, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (133, 89, 111, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (140, 90, 113, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (145, 91, 115, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (161, 92, 117, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (162, 95, 119, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (165, 96, 121, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (166, 97, 123, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (167, 98, 125, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (168, 99, 128, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (169, 100, 130, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (170, 101, 132, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (171, 102, 134, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (173, 103, 136, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (174, 104, 138, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (175, 105, 140, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (176, 106, 142, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (177, 107, 144, 'manipal.double-text-with-link', 'link', NULL);
INSERT INTO public.components_manipal_general_infos_components (id, entity_id, component_id, component_type, field, "order") VALUES (178, 108, 146, 'manipal.double-text-with-link', 'link', NULL);
--
-- TOC entry 8600 (class 0 OID 1073807)
-- Dependencies: 849
-- Data for Name: components_manipal_general_with_keys; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_general_with_keys (id, title, key, rich_text_copy) VALUES (4, 'Venture Oasis', 'Venture Oasis', '<p><span style="white-space:pre-wrap;"><strong>Encourage students and faculty members for innovation, idea generation and product development.</strong></span><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><span style="white-space:pre-wrap;">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text. 2</span></p>');
INSERT INTO public.components_manipal_general_with_keys (id, title, key, rich_text_copy) VALUES (5, 'Patent Pathway', 'Patent Pathway', '<p><span style="white-space:pre-wrap;"><strong>Encourage students and faculty members for innovation, idea generation and product development.</strong></span><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><span style="white-space:pre-wrap;">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text.</span></p>');
INSERT INTO public.components_manipal_general_with_keys (id, title, key, rich_text_copy) VALUES (2, 'Ignite Innovation', 'Ignite Innovation', '<p><span style="white-space:pre-wrap;"><strong>Encourage students and faculty members for innovation, idea generation and product development.</strong></span><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><span style="white-space:pre-wrap;">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text.</span></p>');
INSERT INTO public.components_manipal_general_with_keys (id, title, key, rich_text_copy) VALUES (1, 'Seed Empowerment', 'Seed Empowerment', '<p><span style="white-space:pre-wrap;"><strong>Encourage students and faculty members for innovation, idea generation and product development.</strong></span><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><span style="white-space:pre-wrap;">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text.</span></p>');
INSERT INTO public.components_manipal_general_with_keys (id, title, key, rich_text_copy) VALUES (3, 'Synergy Workshops', 'Synergy Workshops', '<p><span style="white-space:pre-wrap;"><strong>Encourage students and faculty members for innovation, idea generation and product development.</strong></span><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><span style="white-space:pre-wrap;">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text.</span></p>');
INSERT INTO public.components_manipal_general_with_keys (id, title, key, rich_text_copy) VALUES (7, 'Insightful Collaboration', 'Insightful Collaboration', '<p><span style="white-space:pre-wrap;"><strong>Encourage students and faculty members for innovation, idea generation and product development.</strong></span><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><span style="white-space:pre-wrap;">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text. 6</span></p>');
INSERT INTO public.components_manipal_general_with_keys (id, title, key, rich_text_copy) VALUES (8, 'Mentorship Junction', 'Mentorship Junction', '<p><span style="white-space:pre-wrap;"><strong>Encourage students and faculty members for innovation, idea generation and product development.</strong></span><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><span style="white-space:pre-wrap;">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text. 5</span></p>');
INSERT INTO public.components_manipal_general_with_keys (id, title, key, rich_text_copy) VALUES (6, 'Intensive Empowerment', 'Intensive Empowerment', '<p><span style="white-space:pre-wrap;"><strong>Encourage students and faculty members for innovation, idea generation and product development.</strong></span><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><span style="white-space:pre-wrap;">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text. 3</span></p>');
--
-- TOC entry 8368 (class 0 OID 791354)
-- Dependencies: 617
-- Data for Name: components_manipal_getin_touch_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_getin_touch_components (id, title, "desc", email, phone, phone_2) VALUES (1, 'Get In Touch', 'Discovering Academic Excellence and Cultural Diversity Unveiling the Unparalleled Experience at Manipal Dubai!', 'info@manipaldubai.com', '+971 4 4290 888', '+971 4 4290 8881');
--
-- TOC entry 8272 (class 0 OID 783507)
-- Dependencies: 521
-- Data for Name: components_manipal_graduate_program_columns; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8088 (class 0 OID 742849)
-- Dependencies: 337
-- Data for Name: components_manipal_higher_education_secs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_higher_education_secs (id, title) VALUES (1, 'Manipal Academy of Higher Education');
--
-- TOC entry 8166 (class 0 OID 743441)
-- Dependencies: 415
-- Data for Name: components_manipal_higher_education_secs_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_higher_education_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.higher-education-slider', 'slider', 1);
INSERT INTO public.components_manipal_higher_education_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 2, 'manipal.higher-education-slider', 'slider', 2);
INSERT INTO public.components_manipal_higher_education_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 7, 'manipal.higher-education-slider', 'slider', 3);
INSERT INTO public.components_manipal_higher_education_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (42, 1, 9, 'manipal.higher-education-slider', 'slider', 4);
INSERT INTO public.components_manipal_higher_education_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (59, 1, 43, 'manipal.higher-education-slider', 'slider', 5);
--
-- TOC entry 8090 (class 0 OID 742856)
-- Dependencies: 339
-- Data for Name: components_manipal_higher_education_sliders; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (43, 'Item five', '<h5>Deemed to be University Approval:</h5><p>Manipal Academy of Higher Education - MAHEis a Deemed to be University established under section 3 of the UGC Act 1956 vide notification no. F. 9-8/89-U.3 dated 1st June, 1993, of the Government of India.</p><p><a target="_blank" rel="noopener noreferrer" href="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Gazetted_document_8236042c7e.pdf">View Gazette Notification</a></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (2, 'logo', '<h5>UGC Approval to Establish Branch Campus overseas:</h5><p>Manipal Academy of Higher Education - MAHE is a Deemed to be University and its off-shore campus(s) are approved by the Government of India, Ministry of Human Resource Development and UGC. The University Grants Commission (UGC), New Delhi, India has updated their website stating the same in the following link:</p><p><a target="_blank" rel="noopener noreferrer" href="http://www.ugc.ac.in/deemeduniversitylist.aspx?id=12&amp;Unitype=4">http://www.ugc.ac.in/deemeduniversitylist.aspx?id=12&amp;Unitype=4</a></p><p><a target="_blank" rel="noopener noreferrer" href="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MAHE_IS_RECOGNISED_BY_UGC_cca3f044b2.pdf">View Approval notification of Manipal Academy of Higher Education - MAHE''s Off-shore campus(s)</a></p><p><a target="_blank" rel="noopener noreferrer" href="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Manipal_Academy_of_Higher_Education_71d551b564.pdf">View UGCs approval document</a></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (1, 'logo', '<h5>Deemed to be University Approval:</h5><p>Manipal Academy of Higher Education - MAHEis a Deemed to be University established under section 3 of the UGC Act 1956 vide notification no. F. 9-8/89-U.3 dated 1st June, 1993, of the Government of India.</p><p><a target="_blank" rel="noopener noreferrer" href="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Gazetted_document_8236042c7e.pdf">View Gazette Notification</a></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (22, 'Overview', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</span><br><br><span style="white-space:pre-wrap;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (122, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (123, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (48, 'Course Overview', '<p>The BSc Applied Psychology program merges the theoretical foundations of psychology with practical applications in various societal contexts. The cutting-edge research facilities and a global perspective prepare graduates for impactful careers in a thriving multicultural hub. Our psychology course in Dubai focuses on developing critical thinking, research skills and the ability to apply psychological principles to solve real-world problems. Students who take this course will be well prepared for a wide range of professional environments or further academic pursuits in psychology. The programs structure, including skill development courses and an option for honours study, ensures that graduates emerge well-prepared for both professional roles and advanced studies.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (50, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (51, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (76, 'Course Overview', '<p>As health awareness increases, <strong>nutrition and dietetics</strong> have become essential to public health and personal wellness. Our program offers an in-depth look at how food affects health. It prepares graduates to craft dietary strategies in order to improve well-being and manage diseases. The MSc in Nutrition and <strong>Dietetics course</strong> enables students to make impactful contributions in various settings, from hospitals to public health campaigns. It covers advanced diet therapy, food microbiology, nutraceuticals and nutritional counselling. Our robust and multifaceted curriculum for the MSc in <strong>Nutrition and Dietician course</strong> focuses on the practical and theoretical aspects of nutrition science. Students engage in detailed studies of nutrient metabolism, functional foods, life span nutrition and food safety.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (121, 'Benefits', '<ul><li><strong>Expert Faculty and Integrated Resources: </strong>The Global MBA is supported by a team of expert faculty with deep academic knowledge and extensive global business experience. This combination ensures a rich learning environment. Students benefit from a curriculum enriched with integrated resources and advanced learning tools.</li><li><strong>Experiential Learning: </strong>The top Global MBA program emphasises hands-on learning through fintech and management labs, simulations by Wharton Interactive and the Koyfin financial data and analytics platform, bridging theory with real-world application.</li><li><strong>Global Certification Opportunities: </strong>The academys Global MBA students have the chance to earn globally recognised certifications such as CMA, ACFE, CIMA and PMP, further enhancing their professional profile and global employability.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (7, 'logo', '<h5>KHDA Website Listing Manipal Academy of Higher Education - MAHE Dubai as an Approved International Branch:</h5><p>Manipal Academy of Higher Education, Dubai is permitted by the Knowledge and Human Development Authority. The academic qualifications granted by the institution and certified by KHDA shall be recognised in the Emirate of Dubai by all public and private entities for all purposes.</p><p><a target="_blank" rel="noopener noreferrer" href="http://www.khda.gov.ae/en/directory/universities-search-results/university?id=781">http://www.khda.gov.ae/en/directory/universities-search-results/university?id=781</a></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (4, 'International Students Visa Requirement', '<p>Important information to remember about your scholarships:</p><ul><li>The above scholarships are applied on tuition fees only and for continuation of the same scholarship for the following years,</li><li>Student should have scored a minimum of 7 CGPA in the previous year</li><li>Student should not have any academic backlog in the previous year</li><li>Student should not have been punished for any indiscipline incident as per the University policy</li><li>Student should not fall under academic / financial drop out category as per the University policy</li><li>For all one year programs, the scholarship is in the form of waiver for first semester tuition fee only.</li><li>There is no extended scholarship offered for PG Programs, since scholarship availed is for the full program fee</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (3, 'Application Procedure', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website.</span><br><br><meta charset="utf-8"><span style="white-space:pre-wrap;">The completed application form along with necessary docume nts should be submitted to the Admissions Office with the application and registration fee of AED 3,150/- for Undergraduate Programs and AED 1,680/- for Postgraduate &amp; Certificate Programs.</span><br><br><span style="white-space:pre-wrap;">MAHE Dubai offers over 50 undergraduate and postgraduate programmes in the streams of Humanities &amp; Social Sciences, Business, Design and Architecture, Engineering and IT, Life Sciences, and Media and Communication.</span><br><span style="white-space:pre-wrap;">Manipal Academy of Higher Education established its presence in Dubai, UAE in the year 2000. At present, Manipal Academy of Higher Education, Dubai enrolls over 2,200 students from 40 nations across the globe and is an Indian multi-disciplinary university in the region.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (77, 'Benefits', '<ul><li><strong>Advanced Laboratory Facilities: </strong>Students benefit from access to state-of-the-art laboratory facilities that allow them to conduct sophisticated experiments and research in food science and nutrition. This hands-on experience is crucial for mastering the practical aspects of the discipline and for conducting high-quality research.</li><li><strong>Expert Faculty: </strong>The program''s faculty consists of Ph.D. holders with both academic prowess and industrial experience. This provides a rich educational experience that merges theoretical knowledge with practical insights. This expert guidance equips students to understand complex nutritional concepts and industry practices deeply.</li><li><strong>Research Opportunities: </strong>Students can engage in significant research projects, including collaborations that may lead to publications and presentations at international conferences. These are integral to developing a comprehensive understanding of the field and establishing a professional network that supports career advancement.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (47, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (45, 'Course Overview', '<p>The Bachelor of Architecture (BArch) at Manipal Academy of Higher Education, Dubai, is designed to teach students how to design and build structures effectively. Students learn through a mix of classroom lessons, hands-on projects, internships and visits to construction sites. The program covers important topics like building design, urban planning and how to use design software. It prepares students for various jobs in architecture, from designing buildings to consulting on construction projects. The curriculum also focuses on how building design affects society and the environment, teaching students to make decisions that are good for both people and the planet. This well-rounded approach ensures graduates are ready to face real-world challenges and make a positive impact in their careers.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (49, 'Benefits', '<ul><li><strong>Comprehensive Coursework: </strong>The coursework for the BSc Applied Psychology at Manipal Academy of Higher Education, Dubai, has been crafted to ensure a thorough understanding of psychology''s various domains. Through required reading materials, class discussions, and assignments such as mini-projects, essays, and presentations, students are encouraged to apply their knowledge practically, enhancing their grasp of psychological principles.</li><li><strong>State-of-the-Art Facilities: </strong>The modern psychology labs at Manipal Academy of Higher Education, Dubai, are equipped with the latest technology. They offer students hands-on experience conducting research and experiments. Designed to meet the program''s practical needs, these facilities significantly contribute to learning and discovery in psychology.</li><li><strong>Hands-On Experience: </strong>The curriculum further includes skill-based courses that provide vital hands-on experience through experimentation and research. Students can undertake their own studies and interact with industry professionals, gaining insights that prepare them for effective practice in their future careers.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (78, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (46, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (79, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (80, 'Course Overview', '<p>The PG Diploma in Data Science at Manipal Academy of Higher Education, Dubai, combines campus-based and online learning, catering to the needs of aspiring professionals. Students also explore machine learning, deep learning and natural language processing, culminating in the ability to develop recommendation systems. Our <strong>data science course in Dubai</strong> introduces participants to the field''s core aspects. It covers programming languages, algorithms, statistical models and optimisation techniques crucial for tackling complex decision-making problems. The program adheres to industry standards, focusing on practical skills for data management—from acquisition and cleaning to transformation—and the application of business intelligence tools and visualisations within cloud computing environments.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (5, 'Accomodation ', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">The Manipal Academy of Higher Education - MAHE Dubai Campus provides residential facilities for girls and boys.It is a home away from home for students, who live in perfect harmony with each other.</span><br><br><span style="white-space:pre-wrap;">This facility includes comfortable accommodation, food, transport, a mini gymnasium and internet facilities.</span><br><span style="white-space:pre-wrap;">Admission to the residential facility will be granted on the fulfilment of the following conditions:</span></p><ul><li><span style="white-space:pre-wrap;">Admission to any of the programs of the college.</span></li><li><span style="white-space:pre-wrap;">Payment of the hostel fees for the whole year.</span></li></ul><p><span style="white-space:pre-wrap;">For admission to this facility, students need to register well in advance to confirm their stay and are also required to sign the hostel contract at the time of registration.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (9, 'Approval for Bachelor of Architecture (BArch) program delivered at Manipal Academy of Higher Education - MAHE Dubai:', '<p>List of Council of Architecture approved institutions:</p><p><a target="_blank" rel="noopener noreferrer" href="https://www.coa.gov.in/show_img.php?fid=291">CoA Approved Institutions list</a></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (44, 'Benefits', '<ul><li><strong>Technological Mastery and Innovative Design: </strong>The Computational Design Lab equips students with digital simulation and advanced fabrication skills. Learning to use software like Rhino and Grasshopper, students design complex geometries, enhancing their employability through increased digital competence in the architecture and construction industries.</li><li><strong>Multidisciplinary Collaboration and Cultural Integration: </strong>The curriculum integrates multidisciplinary learning with cultural insights, offering hands-on experiences and live projects. This approach fosters a collaborative learning environment, preparing students to tackle architectural challenges by drawing upon a rich tapestry of traditions, heritage and culture.</li><li><strong>Global Exposure and Industry Preparedness: </strong>Based in Dubai, the program offers unparalleled exposure to international design trends and construction technologies. Experienced faculty and industry engagement prepare students for the competitive global design industry, ensuring a well-rounded education that spans academic knowledge and practical application.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (81, 'Benefits', '<ul><li><strong>Real-time Data Project Exposure: </strong>Students engage with real-time data projects throughout the course, providing valuable hands-on experience. This practical exposure enhances students problem-solving abilities and prepares them for successful careers in data science.</li><li><strong>Experienced Faculty and Industry Professionals: </strong>The PG Diploma in Data Science at Manipal Academy of Higher Education, Dubai, has a teaching staff of experienced faculty and industry professionals. This blend of academic and practical expertise enriches the learning experience, offering students insights into the latest trends and challenges in data science.</li><li><strong>Flexible Learning Environment: </strong>The hybrid format combines face-to-face instruction with online classes and problem-solving sessions, offering flexibility to accommodate students'' diverse learning preferences and schedules. This approach ensures that all students fully engage with the material and receive support when needed.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (8, 'What we do', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable.</span><br><br><span style="white-space:pre-wrap;">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</span><br><br><span style="white-space:pre-wrap;">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (86, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (87, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (54, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (55, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (82, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (83, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (84, 'Course Overview', '<p>At Manipal Academy of Higher Education, Dubai, the BA in Humanities program that focuses on developing critical and creative thinking. It prepares students for a wide range of professional environments by immersing them in the study of human cultures, behaviours and ideas. To begin with, students can choose from Foundation Courses in various areas of Humanities and Social Sciences, including Literature, Psychology, Sociology, Anthropology, History, Film Studies and Gender Studies. The BA Humanities course establishes a strong base in humanities and social sciences.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (85, 'Benefits', '<ul><li><strong>In-house Volunteering Opportunities: </strong>Students engage directly with the Wellness Hub at the university, providing psychological support to peers. This experience helps them apply their theoretical knowledge in real-world scenarios. It develops essential skills in empathy and communication critical for careers in mental health and counselling.</li><li><strong>Hands-on Experience: </strong>The curriculum incorporates practical learning through fieldwork, internships, and projects. Students actively participate in these experiences, which are designed to enhance their job readiness by honing skills such as problem-solving, project management, and teamwork. Additionally, workshops and seminars offer further opportunities to refine professional skills and stay updated with industry trends.</li><li><strong>External Projects: </strong>Collaborations with external partners, such as NGOs, government agencies, and corporations, allow students to undertake meaningful projects that make a tangible impact. These partnerships will provide practical experience and help students build a professional network. It also gives them insights into how their academic skills can be applied to solve real-world problems.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (52, 'Course Overview', '<p>Films and television shows are powerful forms of art and communication that entertain, educate and inspire. Creating these narratives involves many skills including direction, screenwriting, editing and cinematography. The BA in Film and Television at Manipal Academy of Higher Education, Dubai, provides hands-on experience to master these crafts. This program nurtures creativity and imparts essential technical skills in film and TV production. As the boundaries between TV and film are merging, the curriculum prepares students for versatile careers, adaptable across both mediums. It starts with foundational filmmaking practices and progresses to contemporary techniques, fostering a sophisticated understanding of storytelling.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (53, 'Benefits', '<ul><li><strong>Real-World Experience: </strong>Engaging in hands-on projects and internships such as short films and documentaries, students are exposed to professional environments. These experiences can enhance their portfolios and equip them with practical skills that film and TV studios highly value.</li><li><strong>State-of-the-Art Resources: </strong>Our facilities feature the latest technology and partnerships with industry leaders like AVID and Black Magic Design, respectively. Students gain proficiency in professional-grade tools essential for modern filmmaking and broadcasting, ensuring industry readiness upon graduation.</li><li><strong>Forward-Thinking Education: </strong>The curriculum is continuously updated to incorporate the latest media trends and technologies. This approach prepares students to adapt to future innovations in media, keeping them ahead in a rapidly evolving industry landscape.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (56, 'Course Overview', '<p>The Bachelor of Business Administration (BBA) program at Manipal Academy of Higher Education, Dubai, equips aspiring leaders with the knowledge and skills for success in the global business arena. It covers the foundational pillars of management education. The BBA degree delves into crucial business domains such as accounting, economics, law, marketing and strategy. This enables students to excel in competitive environments and manage diverse business settings effectively.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (61, 'Benefits', '<ul><li><strong>Comprehensive Learning Approach: </strong>The program emphasises a balanced approach to education, combining theory, practical laboratory practice and industry insights. This methodology ensures students understand the scientific principles and know how to apply them in practical scenarios, enhancing their learning experience.</li><li><strong>Enhanced Training Opportunities: </strong>The program offers specialised training and workshops through collaborations with various academic and industrial partners. These experiences augment the core curriculum, providing students with additional skills and insights that are critical in the fast-evolving field of biotechnology.</li><li><strong>Career and Educational Prospects: </strong>Graduates of the program are well-prepared for a broad spectrum of career paths in the biotechnology sector and beyond. Additionally, the solid scientific foundation and research experience gained through the program open up extensive options for further education and specialisation.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (62, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (63, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (88, 'Course Overview', '<p>This Bachelor of Commerce (BCom) program at Manipal Academy of Higher Education, Dubai, is integrated with ACCA training. It enables students to earn their degree alongside globally recognised certification. The curriculum includes academic studies, professional training and internships across finance, banking, retail and logistics sectors, enhancing employability. This comprehensive approach prepares graduates to tackle global business challenges effectively and equips them with leadership and innovation skills for their future roles in the industry.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (23, 'Key Facts', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">1. <strong>A Wide Range of Specialisations</strong></span></p><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organizations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul><p><meta charset="utf-8"><span style="white-space:pre-wrap;">2. <strong>Engage with Industry Leaders</strong>: Media students at Manipal Academy of Higher Education, Dubai, engage directly with industry leaders through partnerships with top media houses and advanced technology labs. Internships and projects provide real-world experience, boosting learning and competitive advantage in the job market.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">3. <strong>Master Media Practices</strong>: The course focuses on practical media skills, teaching students how to write, produce, and edit content. The teaching methods used include visual, auditory, and hands-on activities, which help all types of learners understand media and communication better.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (58, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (59, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (60, 'Course Overview', '<p>This BSc Biotechnology program in Dubai establishes a solid scientific foundation, preparing students for careers in sectors like biotechnology, pharmacology and environmental health. It has a solid interdisciplinary research base that prepares graduates to tackle challenges in medicine, agriculture and environmental sectors. With a progressive curriculum, Manipal Academy of Higher Education, Dubai, aims to put its students at the forefront of biotech innovation. It is designed to offer an extensive scope for research and publication. They also hone their interdisciplinary understanding of the niche via in-depth presentations, research work and experiments, laying the groundwork for an exploratory career in biotechnology.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (97, 'Benefits', '<ul><li><strong>Comprehensive Career Assistance:</strong> The program provides robust career support, including personalised guidance, portfolio development and networking opportunities, to help students excel in their job search and professional growth.</li><li><strong>Versatile Skill Development:</strong> The curriculum provides diverse skills for any interior design field, ensuring students are ready for various professional paths.</li><li><strong>Hands-On Experience:</strong> Through experiential learning, students collaborate on live projects with industry experts, fostering the development of unique design concepts, aesthetic appreciation and practical skills in implementing and executing design solutions across different scales.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (98, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (101, 'Benefits', '<ul><li><strong>Expert Faculty and Integrated Resources: </strong>The Global MBA is supported by a team of expert faculty with deep academic knowledge and extensive global business experience. This combination ensures a rich learning environment. Students benefit from a curriculum enriched with integrated resources and advanced learning tools.</li><li><strong>Experiential Learning: </strong>The top Global MBA program emphasises hands-on learning through fintech and management labs, simulations by Wharton Interactive and the Koyfin financial data and analytics platform, bridging theory with real-world application.</li><li><strong>Global Certification Opportunities: </strong>The academys Global MBA students have the chance to earn globally recognised certifications such as CMA, ACFE, CIMA and PMP, further enhancing their professional profile and global employability.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (96, 'Course Overview', '<p>The B.Des. in Interior Design at Manipal Academy of Higher Education, Dubai, blends foundational and advanced skills to create functional, safe, and aesthetically pleasing spaces. The curriculum covers design principles, colour theory, space planning, drafting, materials, and finishes. This interior design course in Dubai also consists of advanced topics like lighting design, building codes, project management, and product design. With a focus on innovation and critical thinking, students gain hands-on expertise, progressing from concept to creation with modern methodologies and technologies.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (104, 'Course Overview', '<p>The Master of Business Administration in International Business prepares graduates for leadership in global markets. This program combines specialised courses in marketing, finance and strategy with practical experiences like international field trips and a semester abroad. It offers deep insights into international commerce and management. MBA IB emphasises strategic and analytical skills. It enables students to navigate and thrive in international business environments.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (90, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (91, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (57, 'Benefits', '<ul><li><strong>Well-rounded Curriculum: </strong>The comprehensive curriculum spans essential business disciplines—finance, marketing, law and strategy—augmented by diverse specialisations and certifications. This imparts foundational knowledge and promotes a culture of continuous learning and upskilling. Students are encouraged to engage deeply with their subjects, fostering adaptability and a proactive approach to professional development.</li><li><strong>Skill Development: </strong>The emphasis on practical skill development is a cornerstone of the program. This enhances communication, analytical thinking and problem-solving abilities, which foster leadership and management competencies. Graduates learn to bridge the gap between theory and practice, making them adept at navigating real-world business situations.</li><li><strong>Networking Opportunities: </strong>Through interactions with industry guest lecturers for BBA evening students and hands-on internships, students gain invaluable networking opportunities. These experiences provide insight into current industry practices and trends and help students forge connections with professionals and companies, paving the way for future career opportunities and professional growth.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (92, 'Course Overview', '<p>The <strong>B.Tech in Mechatronics Engineering</strong> program fosters a diverse skill set crucial for this high-tech era, including systems thinking, precision engineering and robotics programming. It trains students to integrate mechanical components with electronic systems effectively. This course at Manipal Academy of Higher Education, Dubai covers essential aspects such as system modelling, decision and control theory, sensors, actuators and embedded computing. It prepares students for careers in industries such as automotive, robotics and aerospace. The <strong>BTech Mechatronics syllabus</strong> covers specialised courses in the niche. The program engages students in industrial training to acquire real-world experience.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (93, 'Benefits', '<ul><li><strong>Advanced Curriculum: </strong>The course is structured around an industry-oriented curriculum that includes the latest advancements in mechatronics. This ensures that graduates are well-prepared to meet the demands of modern industries and excel in their careers.</li><li><strong>Hands-on Experience: </strong>Students engage in full-time internships and practical project-based learning, which are integral parts of the curriculum. This enriches their learning experience and prepares them for the complexities of real-world problems.</li><li><strong>Certifications and Tools: </strong>Additional certifications and access to state-of-the-art software tools like ROS, MATLAB, and Fusion 360 provide students with valuable resources that are highly regarded in the industry. These enhance graduates technical proficiency and improve competitiveness and desirability in the job market.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (11, 'Key Facts', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">1. <strong>A Wide Range of Specialisations</strong></span></p><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organizations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul><p><meta charset="utf-8"><span style="white-space:pre-wrap;">2. <strong>Engage with Industry Leaders</strong>: Media students at Manipal Academy of Higher Education, Dubai, engage directly with industry leaders through partnerships with top media houses and advanced technology labs. Internships and projects provide real-world experience, boosting learning and competitive advantage in the job market.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">3. <strong>Master Media Practices</strong>: The course focuses on practical media skills, teaching students how to write, produce, and edit content. The teaching methods used include visual, auditory, and hands-on activities, which help all types of learners understand media and communication better.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (94, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (17, 'Key Facts', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">1. <strong>A Wide Range of Specialisations</strong></span></p><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organizations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul><p><meta charset="utf-8"><span style="white-space:pre-wrap;">2. <strong>Engage with Industry Leaders</strong>: Media students at Manipal Academy of Higher Education, Dubai, engage directly with industry leaders through partnerships with top media houses and advanced technology labs. Internships and projects provide real-world experience, boosting learning and competitive advantage in the job market.</span></p><p><meta charset="utf-8"><span style="white-space:pre-wrap;">3. <strong>Master Media Practices</strong>: The course focuses on practical media skills, teaching students how to write, produce, and edit content. The teaching methods used include visual, auditory, and hands-on activities, which help all types of learners understand media and communication better.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (95, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (28, 'Overview', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</span><br><br><span style="white-space:pre-wrap;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (99, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (30, 'Overview', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</span><br><br><span style="white-space:pre-wrap;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (31, 'Overview', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</span><br><br><span style="white-space:pre-wrap;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (33, 'Overview', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</span><br><br><span style="white-space:pre-wrap;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (64, 'Course Overview', '<p>The BTech in Computer Science Engineering program is designed for those passionate about modern technology and curious about the mechanics behind the software and systems powering our digital world. It delves into the strengths of contemporary technology, its applications and its potential to address industry challenges. Tailored to master technical skills, it promotes seamless, industry-linked, research-driven learning. The curriculum supports aspirations in sectors like information systems, cybersecurity and software development, laying the groundwork for accelerated career growth. Ultimately, this B.Tech course aims to bridge the digital divide and strengthen connections among industry, academia and society.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (69, 'Benefits', '<ul><li><strong>Strong Academic Foundation: </strong>As the name suggests, the course lays the foundation in core subjects like English, mathematics, and science. This comprehensive approach is crucial for students success in higher education, ensuring they are well-prepared for the challenges ahead.</li><li><strong>Hands-on Learning Experience: </strong>The Foundation course at Manipal Academy of Higher Education, Dubai, integrates laboratory sessions, workshops, and seminars into its curriculum. This hands-on approach not only enhances their academic journey but also prepares them for their future careers by bridging theory with practice.</li><li><strong>Global Perspective: </strong>The course fosters a learning environment enriched with different perspectives and ideas by bringing together students from diverse cultural backgrounds. This exposure to a variety of cultures prepares students for global success, encouraging openness and adaptability in an interconnected world.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (70, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (71, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (100, 'Course Overview', '<p>The Master of Business Administration in International Business prepares graduates for leadership in global markets. This program combines specialised courses in marketing, finance and strategy with practical experiences like international field trips and a semester abroad. It offers deep insights into international commerce and management. MBA IB emphasises strategic and analytical skills. It enables students to navigate and thrive in international business environments.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (102, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (103, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (32, 'Overview', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</span><br><br><span style="white-space:pre-wrap;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (66, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (67, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (68, 'Course Overview', '<p>The Foundation Program at Manipal Academy of Higher Education, Dubai, prepares students to enter any of our undergraduate courses. This allows them to seamlessly transition from high school to university. It is specifically designed to bridge the gap between secondary education and undergraduate studies. The curriculum covers core subjects and elective streams, including academic English, mathematics, university study skills and digital literacy. Students receive a comprehensive education that prepares them for diverse academic pursuits, tailoring their learning to their future aspirations.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (72, 'Course Overview', '<p>The Bachelor of Arts (BA) in Media and Communication at Manipal Academy of Higher Education, Dubai, is a comprehensive program designed for students who are passionate about <strong>media and communications</strong>. It dives into print, broadcast, digital and social media channels. Students get in-depth knowledge about media law, ethics, journalism, advertising, public relations and more. It lays a strong foundation for a successful career in various media domains. This <strong>Bachelor of Media and Communication</strong> ensures graduates are well-equipped for various media careers.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (73, 'Benefits', '<ul><li><strong>Learn from the Experts: </strong>Subjects are taught by experienced faculty from various sectors of the media industry, including journalism, radio and television. This direct access to seasoned professionals offers insights into current trends and practices, equipping students with knowledge that prepares them for the real world.</li><li><strong>Strong Industry Connections: </strong>The program stands out for its deep-rooted connections within the media landscape, mainly through partnerships with flagship events across the UAE. These collaborations not only enhance the learning experience but also significantly boost the employability of our graduates, providing them with a competitive edge in the job market.</li><li><strong>Practical Skill Development: </strong>Our curriculum emphasises hands-on learning, allowing students to engage in external projects with renowned entities like the Dubai International Film Festival. This approach ensures that students can apply what they''ve learned in the classroom to real-world scenarios, honing their skills and assembling a professional portfolio that showcases their capabilities and experiences.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (113, 'Benefits', '<ul><li><strong>Expert Faculty and Integrated Resources: </strong>The Global MBA is supported by a team of expert faculty with deep academic knowledge and extensive global business experience. This combination ensures a rich learning environment. Students benefit from a curriculum enriched with integrated resources and advanced learning tools.</li><li><strong>Experiential Learning: </strong>The top Global MBA program emphasises hands-on learning through fintech and management labs, simulations by Wharton Interactive and the Koyfin financial data and analytics platform, bridging theory with real-world application.</li><li><strong>Global Certification Opportunities: </strong>The academys Global MBA students have the chance to earn globally recognised certifications such as CMA, ACFE, CIMA and PMP, further enhancing their professional profile and global employability.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (105, 'Benefits', '<ul><li><strong>Expert Faculty and Integrated Resources: </strong>The Global MBA is supported by a team of expert faculty with deep academic knowledge and extensive global business experience. This combination ensures a rich learning environment. Students benefit from a curriculum enriched with integrated resources and advanced learning tools.</li><li><strong>Experiential Learning: </strong>The top Global MBA program emphasises hands-on learning through fintech and management labs, simulations by Wharton Interactive and the Koyfin financial data and analytics platform, bridging theory with real-world application.</li><li><strong>Global Certification Opportunities: </strong>The academys Global MBA students have the chance to earn globally recognised certifications such as CMA, ACFE, CIMA and PMP, further enhancing their professional profile and global employability.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (106, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (107, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (108, 'Course Overview', '<p>The Master of Business Administration in International Business prepares graduates for leadership in global markets. This program combines specialised courses in marketing, finance and strategy with practical experiences like international field trips and a semester abroad. It offers deep insights into international commerce and management. MBA IB emphasises strategic and analytical skills. It enables students to navigate and thrive in international business environments.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (114, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (115, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (118, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (119, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (89, 'Benefits', '<ul><li><strong>Strategic Exemptions and Fast-Tracking: </strong>Unique to Manipal Academy of Higher Education, Dubai, students in the BCom program can benefit from strategic exemptions that fast-track their progress towards the ACCA course. This saves time and significantly reduces the financial and academic burden on students, enabling a smoother transition into their professional careers.</li><li><strong>Enhanced Employability in the UAE and Beyond: </strong>Bcom with ACCA course in Dubai can advantageously position graduates within the job market, thanks to the program''s tailored focus on the skills and knowledge demanded by employers in the UAE and internationally. The dual accreditation by ACCA and AAA further elevates their professional profile, making them preferred candidates for a wide array of roles in finance and accountancy.</li><li><strong>Access to Global Networks and Professional Development: </strong>Enrolling in the BCom program at Manipal Academy of Higher Education, Dubai, opens doors to ACCA''s and AAA''s extensive global networks, offering unparalleled opportunities for professional growth, networking, and lifelong learning. Students and graduates gain access to resources, industry insights, and events that are invaluable for career development and advancement in the competitive field of accountancy.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (29, 'Overview', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</span><br><br><span style="white-space:pre-wrap;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (10, 'Overview', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students.</span><br><br><span style="white-space:pre-wrap;">We have a special team for International admissions equipped to handle queries of students from different geographies. We offer special scholarships and bursaries for international students. There is a dedicated Visa department to cater the Visa requirements of the students. And to make the stay of the international students comfortable and fruitful, there is a dedicated International Students Support Services department, including the International Students Centre and International Students Club.</span></p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (65, 'Benefits', '<ul><li><strong>Industry Engagement and Practical Experience: </strong>Through active industry collaborations with partners like CISCO, Oracle Academy, DELL EMC and more, students gain firsthand knowledge and skills relevant to the industry. This includes access to industry-sponsored labs, participation in webinars and the opportunity to work on real-time projects.</li><li><strong>Diverse Learning Tools and Environments: </strong>The curriculum leverages industry-relevant tools like MATLab, WEKA, Nvidia CUDA and Hadoop, as well as simulators such as Packet Tracer and NS2, preparing students with practical skills demanded by employers. Through dedicated labs, including the Center for Robotics and AI, Programming Lab, Data Analysis Lab, CISCO Network and Security Lab and IOT Lab, students gain hands-on experience, aligning their learning with the tech industry''s needs and enhancing their employability.</li><li><strong>Holistic Development and Support: </strong>The BTech Computer Science program at Manipal Academy of Higher Education, Dubai, goes beyond technical training to also emphasise developing soft skills, such as effective communication, teamwork and ethical decision-making. The program offers mentoring, higher study guidance and career counselling support. This environment fosters continuous learning, adaptability and a readiness to meet the challenges of the tech industry with confidence and skill.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (74, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (75, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (109, 'Benefits', '<ul><li><strong>Expert Faculty and Integrated Resources: </strong>The Global MBA is supported by a team of expert faculty with deep academic knowledge and extensive global business experience. This combination ensures a rich learning environment. Students benefit from a curriculum enriched with integrated resources and advanced learning tools.</li><li><strong>Experiential Learning: </strong>The top Global MBA program emphasises hands-on learning through fintech and management labs, simulations by Wharton Interactive and the Koyfin financial data and analytics platform, bridging theory with real-world application.</li><li><strong>Global Certification Opportunities: </strong>The academys Global MBA students have the chance to earn globally recognised certifications such as CMA, ACFE, CIMA and PMP, further enhancing their professional profile and global employability.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (110, 'Course Detail', '<p>Course Content</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (111, 'Fees', '<p>.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (112, 'Course Overview', '<p>The Master of Business Administration in International Business prepares graduates for leadership in global markets. This program combines specialised courses in marketing, finance and strategy with practical experiences like international field trips and a semester abroad. It offers deep insights into international commerce and management. MBA IB emphasises strategic and analytical skills. It enables students to navigate and thrive in international business environments.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (116, 'Course Overview', '<p>The Master of Business Administration in International Business prepares graduates for leadership in global markets. This program combines specialised courses in marketing, finance and strategy with practical experiences like international field trips and a semester abroad. It offers deep insights into international commerce and management. MBA IB emphasises strategic and analytical skills. It enables students to navigate and thrive in international business environments.</p>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (117, 'Benefits', '<ul><li><strong>Expert Faculty and Integrated Resources: </strong>The Global MBA is supported by a team of expert faculty with deep academic knowledge and extensive global business experience. This combination ensures a rich learning environment. Students benefit from a curriculum enriched with integrated resources and advanced learning tools.</li><li><strong>Experiential Learning: </strong>The top Global MBA program emphasises hands-on learning through fintech and management labs, simulations by Wharton Interactive and the Koyfin financial data and analytics platform, bridging theory with real-world application.</li><li><strong>Global Certification Opportunities: </strong>The academys Global MBA students have the chance to earn globally recognised certifications such as CMA, ACFE, CIMA and PMP, further enhancing their professional profile and global employability.</li></ul>');
INSERT INTO public.components_manipal_higher_education_sliders (id, title, rich_text_copy) VALUES (120, 'Course Overview', '<p>The Master of Business Administration in International Business prepares graduates for leadership in global markets. This program combines specialised courses in marketing, finance and strategy with practical experiences like international field trips and a semester abroad. It offers deep insights into international commerce and management. MBA IB emphasises strategic and analytical skills. It enables students to navigate and thrive in international business environments.</p>');
--
-- TOC entry 8448 (class 0 OID 803893)
-- Dependencies: 697
-- Data for Name: components_manipal_home_banners; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_home_banners (id, title, sub_title) VALUES (1, 'Manipal Academy of Higher Education', 'Be Inspired.');
INSERT INTO public.components_manipal_home_banners (id, title, sub_title) VALUES (2, 'Manipal Academy of Higher Education', 'Be Inspired.');
--
-- TOC entry 8626 (class 0 OID 1128930)
-- Dependencies: 875
-- Data for Name: components_manipal_home_banners_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_home_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 6, 'manipal.main-btn', 'exploreMoreBtn', NULL);
INSERT INTO public.components_manipal_home_banners_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 2, 7, 'manipal.main-btn', 'exploreMoreBtn', NULL);
--
-- TOC entry 8450 (class 0 OID 803902)
-- Dependencies: 699
-- Data for Name: components_manipal_home_page_sliders; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_home_page_sliders (id, title, "desc", designation) VALUES (1, 'Uzma Khan', '“Through engaging lectures and hands-on practical experiments utilizing advanced equipment, my student experience at MAHE Dubai has been a journey of discovery, taking me deep into the realms of microscopic cells to entire ecosystems.”​', 'BSc Biotechnology');
INSERT INTO public.components_manipal_home_page_sliders (id, title, "desc", designation) VALUES (2, 'Adwaith Jaish', '"I have been able to explore my passion for architecture and discover its potential as a profession. I''ve also been lucky to make friends in and out of my department. Their experiences and lessons have really helped me grow.“​', 'BArch');
INSERT INTO public.components_manipal_home_page_sliders (id, title, "desc", designation) VALUES (3, 'Babalwa Stuma', '“Studying at MAHE Dubai, as an international student, has been quite a fulfilling and joyous experience. Being alone in a foreign country can be somewhat daunting, but the atmosphere at the campus makes adapting to a new environment easy.”​', 'BA Humanities ');
--
-- TOC entry 8506 (class 0 OID 957925)
-- Dependencies: 755
-- Data for Name: components_manipal_how_to_apply_sections; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_how_to_apply_sections (id, title, "desc", note) VALUES (1, 'How to Apply', 'Please keep a soft copy of your passport size photo and signature handy', 'Begin your academic journey at Manipal Dubai Campus - Apply Now and unlock your future!');
INSERT INTO public.components_manipal_how_to_apply_sections (id, title, "desc", note) VALUES (2, 'How to Apply', 'Please keep a soft copy of your passport size photo and signature handy', 'To apply for program offered at Manipal Academy of Higher Education Dubai, please follow any one of the options as per your convenience.');
--
-- TOC entry 8510 (class 0 OID 957948)
-- Dependencies: 759
-- Data for Name: components_manipal_how_to_apply_sections_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (103, 2, 18, 'manipal.our-process', 'steps', 1);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (104, 2, 17, 'manipal.our-process', 'steps', 2);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (105, 2, 19, 'manipal.our-process', 'steps', 3);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (106, 2, 20, 'manipal.our-process', 'steps', 4);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (107, 2, 21, 'manipal.our-process', 'steps', 5);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 40, 'manipal.double-text-with-link', 'explore', 6);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 10, 'manipal.our-process', 'steps', 1);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 9, 'manipal.our-process', 'steps', 2);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 12, 'manipal.our-process', 'steps', 3);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 11, 'manipal.our-process', 'steps', 4);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 13, 'manipal.our-process', 'steps', 5);
INSERT INTO public.components_manipal_how_to_apply_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (108, 2, 103, 'manipal.double-text-with-link', 'explore', 6);
--
-- TOC entry 8092 (class 0 OID 742865)
-- Dependencies: 341
-- Data for Name: components_manipal_icon_card_arrays; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (1, 'Such as local institutions, international institutions, virtual learning platforms, think tanks.', NULL);
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (3, 'Such as local institutions, international institutions, virtual learning platforms, think tanks.', NULL);
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (2, 'Such as local institutions, international institutions, virtual learning platforms, think tanks.', NULL);
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (24, 'alumni', '9500+');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (12, 'To be the leading university in the UAE dedicated to the pursuit of academic excellence by fostering, disseminating and applying knowledge and intellectual values to ensure an enriching future for the student community and preparing them for the ever changing global economy.', 'mission');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (11, 'Exemplary and renowned leadership in education.', 'Vision');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (31, 'Such as local institutions, international institutions, virtual learning platforms, think tanks.', 'Industry partners');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (30, 'Such as local institutions, international institutions, virtual learning platforms, think tanks.', 'Academic partners');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (32, 'Such as local institutions, international institutions, virtual learning platforms, think tanks.', 'Industry partners');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (15, 'PROGRAMS', '50+');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (16, 'SCHOOLS', '5');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (26, 'The School of Engineering & Information Technology at Manipal Academy of Higher Education, Dubai, specializes in various fields including information systems', 'Undergraduate');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (18, 'STUDENTS', '2500+');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (37, 'There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.', 'The Manipal Legacy');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (17, 'NATIONALITIES', '45+');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (19, 'ALUMNI', '9500+');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (4, 'SCHOOLS', '6');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (5, 'programs', '50');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (6, 'students', '2300');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (7, 'nationalities', '40');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (8, 'alumni', '8800');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (9, NULL, NULL);
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (28, 'The School of Engineering & Information Technology at Manipal Academy of Higher Education, Dubai, specializes in various fields including information systems', 'Certificate');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (25, 'G04,Dubai International Academic City (DIAC)PO Box 345050Dubai - UAE', 'Dubai');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (21, 'Explore peaceful study spaces designed to inspire creativity, paving the way to academic excellence.', 'Study Spaces');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (20, 'Nourish your mind and body with our healthy, diverse menus for students at MAHE Dubai reflecting the multicultural environment of the campus.', 'Food and Cuisine ');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (36, 'There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.', 'Solar Mobile');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (38, 'There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.
There are many variations of passages of Lorem Ipsum available,.', '3D-Printer');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (27, 'The School of Engineering & Information Technology at Manipal Academy of Higher Education, Dubai, specializes in various fields including information systems', 'Postgraduate');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (29, 'The School of Engineering & Information Technology at Manipal Academy of Higher Education, Dubai, specializes in various fields including information systems', 'PHD');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (23, 'nationalities', '45+');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (10, 'schools', '5');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (14, 'programs', '50+');
INSERT INTO public.components_manipal_icon_card_arrays (id, "desc", title) VALUES (22, 'students', '2500+');
--
-- TOC entry 8522 (class 0 OID 964496)
-- Dependencies: 771
-- Data for Name: components_manipal_icon_link_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_icon_link_components (id, title, cta_target, cta_link, cta_text) VALUES (1, 'Send Us A Message', NULL, '#', 'Send Us A Message');
INSERT INTO public.components_manipal_icon_link_components (id, title, cta_target, cta_link, cta_text) VALUES (2, 'Phone: +971 4 4290 888 ', NULL, '#', 'Phone: +971 4 4290 888 ');
--
-- TOC entry 8274 (class 0 OID 783516)
-- Dependencies: 523
-- Data for Name: components_manipal_image_click_title_desc_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (8, 'American University of Antigua', '<h4>American University of Antigua</h4><p>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States. Garnering the support of world-renowned Manipal University, AUA has developed into a hub of international education, centred in a recently-built 150,000 sq ft and technologically advanced campus. The basic sciences curriculum at AUA consists of two semesters per academic year. This is in line with US medical school programs and, coupled with AUAs new campus, provides a learning experience unequalled in the Caribbean.</p>', 'View more', '?!', '_self', 'AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States.');
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (3, 'Recognitions & Accreditations', '<p>Manipal Academy of Higher Education (MAHE), Dubai Campus is a 5-star rated university as per the Knowledge and Human Development Authoritys (KHDA) Higher Education Classification (HEC) Rating 2022, with the overall rating score of 876 in the year 2022, and 836 in the year 2020. It is also a proud recipient of the Forbes Middle East Higher Education Award 2019 for Outstanding Support for Students.</p><p>Manipal Academy of Higher Education - MAHE Dubai is:</p><ul><li>Approved by University Grants Commission(UGC), India</li><li>Approved by Ministry of Human Resource Development(MHRD), Government of India</li><li>Permitted by Knowledge &amp; Human Development Authority (KHDA), Government of Dubai.</li><li>An Academic Partner of Dubai International Academic City</li></ul><p>&nbsp;</p>', 'Explore more', 'recognitions-accreditations', NULL, NULL);
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (7, 'Manipal College of Medical Science, Nepal', '<h4>American University of Antigua</h4><p>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States. Garnering the support of world-renowned Manipal University, AUA has developed into a hub of international education, centred in a recently-built 150,000 sq ft and technologically advanced campus. The basic sciences curriculum at AUA consists of two semesters per academic year. This is in line with US medical school programs and, coupled with AUAs new campus, provides a learning experience unequalled in the Caribbean.</p>', 'View more', '?!', '_self', 'AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States.');
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (4, 'Apply for Scholarship', '<p><strong>The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website.</strong></p><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters</p>', 'Explore More', '/apply-for-scholarship', NULL, NULL);
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (6, 'Melaka Manipal Medical College, Malaysia', '<h4>American University of Antigua 2</h4><p>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States. Garnering the support of world-renowned Manipal University, AUA has developed into a hub of international education, centred in a recently-built 150,000 sq ft and technologically advanced campus. The basic sciences curriculum at AUA consists of two semesters per academic year. This is in line with US medical school programs and, coupled with AUAs new campus, provides a learning experience unequalled in the Caribbean.</p>', 'View more', '?!', '_self', 'AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States.');
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (11, 'Apply for Scholarship', '<p><strong>The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website. The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website.</strong></p><p>The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website. The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website.</p>', 'Explore More', '#', NULL, 'The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website.');
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (12, 'virtual Tour', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Explore what MAHE Dubai can offer you. From accommodation, study spaces, sports facilities, cafes, restaurants and more, we''ve got you.</span><br><br><span style="white-space:pre-wrap;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour,</span></p>', 'Start Your Tour', '#', NULL, 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour,');
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (5, 'American University of Antigua', '<h4>American University of Antigua</h4><p>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States. Garnering the support of world-renowned Manipal University, AUA has developed into a hub of international education, centred in a recently-built 150,000 sq ft and technologically advanced campus. The basic sciences curriculum at AUA consists of two semesters per academic year. This is in line with US medical school programs and, coupled with AUAs new campus, provides a learning experience unequalled in the Caribbean.</p>', 'View more', '?!', '_self', 'AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States.');
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (10, 'American University of Antigua', '<h4>American University of Antigua</h4><p>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States. Garnering the support of world-renowned Manipal University, AUA has developed into a hub of international education, centred in a recently-built 150,000 sq ft and technologically advanced campus. The basic sciences curriculum at AUA consists of two semesters per academic year. This is in line with US medical school programs and, coupled with AUAs new campus, provides a learning experience unequalled in the Caribbean.</p>', 'View more', '#', '#', NULL);
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (9, 'MAHE India Alumni Association', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Inspire the next generation of graduates &amp; life-long support for oiur MAHE India Alumni</span></p>', 'Explore More', '#', '#', NULL);
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (1, 'Your Student Experience at MAHE Dubai', '<p>AT MAHE Dubai life isnt all about studying - it''s also a great place to make lifelong friends and have fun! From joining a club or society to meeting up with friends in multipurpose hall, library, gymnasium or at one of the common hangout spaces across the campus, there are&nbsp;plenty of things to do outside of academia across our campus and so much more to explore while you study and live in Dubai.</p>', NULL, 'https://www.youtube.com/embed/a6BPk6QFXx0', NULL, NULL);
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (2, 'Dubai offers an unmatched fusion of tradition and innovation, making it an ideal destination for ambitious students.', '<p>Dubai, known as Venice of the Gulf, is a bubbling pot of cultural diversity with the vibrancy of a global business and tourism hub. This city offers an unrivalled lifestyle with its dynamic blend of modern and traditional experiences, from high-end malls and culinary delights to serene desert landscapes and cultural arts.</p><p>Safety and innovation stand at the core of Dubai''s ethos, making it one of the worlds safest and most forward-thinking cities. It''s a place where architectural marvels meet a thriving arts scene, cementing its status as a modern design capital.</p><p>As an education hub, Dubai presents vast opportunities for students to engage with numerous international companies and gain exposure to global business and employment prospects. With its integrated transportation system, the city ensures easy access to a plethora of enriching experiences, preparing students for success in a connected world.</p>', 'Working ', 'https://youtu.be/a6BPk6QFXx0?feature=shared', '#', NULL);
INSERT INTO public.components_manipal_image_click_title_desc_components (id, title, rich_text_copy, cta_text, cta_link, cta_target, "desc") VALUES (13, 'Apply for Scholarship', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website.</strong></span></p><p><span style="white-space:pre-wrap;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters</span></p>', 'Explore More', '#', NULL, NULL);
--
-- TOC entry 8276 (class 0 OID 783525)
-- Dependencies: 525
-- Data for Name: components_manipal_image_notes; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (1, 'Manipal Academy of Higher Education, Dubai supports the procurement for International and non-resident students to study at the University.', 'WhatsApp', '#', '#', NULL);
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (6, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.', 'Programs we offered', '#', NULL, 'Explore More');
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (7, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.', 'International Student Services', '#', NULL, 'Explore More');
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (4, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.', 'Programs we offered', '#', NULL, 'Explore More');
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (5, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.', 'International Student Services', '#', NULL, 'Explore More');
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (2, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.', 'International Student Services', '#', NULL, 'Explore More');
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (3, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.', ' International Student Services', '#', NULL, 'Explore More');
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (8, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.', 'Programs we offered', '#', NULL, 'Explore More');
INSERT INTO public.components_manipal_image_notes (id, note, title, cta_link, cta_target, cta_text) VALUES (9, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.', 'International Student Services', '#', NULL, 'Explore More');
--
-- TOC entry 8094 (class 0 OID 742874)
-- Dependencies: 343
-- Data for Name: components_manipal_images_arrays; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_images_arrays (id) VALUES (13);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (14);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (1);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (2);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (3);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (5);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (4);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (6);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (7);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (9);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (8);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (10);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (11);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (12);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (15);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (17);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (16);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (18);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (19);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (20);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (21);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (77);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (78);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (79);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (80);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (81);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (82);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (42);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (43);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (45);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (46);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (44);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (47);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (60);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (62);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (59);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (64);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (61);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (63);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (32);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (31);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (54);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (53);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (55);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (56);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (57);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (58);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (71);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (72);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (73);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (74);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (75);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (76);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (83);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (84);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (85);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (86);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (87);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (88);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (34);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (33);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (36);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (35);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (65);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (66);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (67);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (68);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (70);
INSERT INTO public.components_manipal_images_arrays (id) VALUES (69);
--
-- TOC entry 8526 (class 0 OID 965713)
-- Dependencies: 775
-- Data for Name: components_manipal_info_title_rich_texts; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (89, 'Year 1', '<p>The initial year sets the groundwork with an immersive introduction to the biotechnological sciences, emphasising the core concepts and practical skills essential for the field. Through engaging with foundational elements, students begin to develop their analytical abilities and laboratory competence. This year is pivotal for fostering a robust understanding of the scientific methods and techniques that form the backbone of biotechnological research and application.</p><p>Here is a semester-wise breakdown detailing the subjects.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Basics of Biotechnology</td><td>Cell Biology</td></tr><tr><td>Biology-I</td><td>Biochemistry</td></tr><tr><td>Biology-II</td><td>Environmental Science</td></tr><tr><td>Chemistry</td><td>Physics or Advanced Chemistry</td></tr><tr><td>Computer Science</td><td>Mathematics or Biotechnology Business Management and Entrepreneurship</td></tr><tr><td>Biology-I</td><td>Cell Biology</td></tr><tr><td>Biology-II</td><td>Biochemistry</td></tr><tr><td>Chemistry</td><td>Environmental Science</td></tr><tr><td>Computer Science</td><td>Physics or Advanced Chemistry</td></tr><tr><td>Seminar/Journal Club</td><td>Seminar/Journal Club</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (64, 'Industry Collaborations:', '<p>The program partners with prestigious organisations like Doctors Without Borders and the Dubai Foundation for Women and Children. These collaborations offer students unique insights into the profession, opportunities for internships, and valuable networking experiences, bridging academic learning with real-world application..</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (60, 'Year 4', '<p>The focus shifts towards specialisation, with students delving into areas that align with their emerging interests and career aspirations. This year is characterised by a practical immersion in the field through professional placements or collaborative projects that simulate real-world scenarios. Students articulate their unique design philosophy, supported by advanced digital modelling and simulation techniques.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VII (Human-Centric Campus Design)</td><td>Practical Training</td></tr><tr><td>Settlement Studies</td><td>Study Report</td></tr><tr><td>Basic Elective (Towards Minors)</td><td>&nbsp;</td></tr><tr><td>Research Techniques</td><td>&nbsp;</td></tr><tr><td>History Theory &amp; Criticism - V</td><td>&nbsp;</td></tr><tr><td>Project Management</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (63, 'Honours Option:', '<p>Achieving a CGPA of 8 or above in the BSc Applied Psychology program qualifies students for a two-semester Honours program, which provides an exclusive opportunity to amplify their understanding and skills within the field. This path allows for specialised knowledge development and prepares students for high-level professional or academic pursuits.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (6, 'Introduction to Linear Algebra (Math103)', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (5, 'Calculus II (Maths102)', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (8, 'Calculus I (Maths101)', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (66, 'Year 4', '<p><strong>(For those opting for the Honours track): </strong>The final year offers an opportunity for in-depth study and research in a chosen area of psychology. Students undertake a significant research project, allowing them to explore complex psychological questions and contribute new knowledge to the field. This year is designed to refine research skills, critical thinking, and expertise in psychology.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Criminal and Forensic Psychology</td><td>Applied Social Psychology</td></tr><tr><td>Qualitative Research Methods</td><td>Community Mental Health</td></tr><tr><td>Positive Psychology</td><td>Research Project</td></tr><tr><td>Community Service</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (74, 'Year 2', '<p>This year advances the skills developed in the first year, focusing on refining production techniques and enhancing creative expression. The coursework requires students to undertake projects that deepen their understanding of both the technical and artistic sides of media production.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Introduction to Studio Production</td><td>Independent Production</td></tr><tr><td>Introduction to Screenwriting</td><td>VFX for Film &amp; TV</td></tr><tr><td>Media &amp; Society</td><td>Digital Broadcasting &amp; Distribution</td></tr><tr><td>Introduction to Postproduction</td><td>Introduction to Documentary Films</td></tr><tr><td>Cinematography</td><td>Creative Filmmaking</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (75, 'Year 3', '<p>In the final year, students work on advanced projects that challenge their skills and knowledge. The focus is on developing a unique personal style and creating a professional portfolio that showcases their wide range of abilities.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Sound for Moving Images</td><td>Advanced Studio Production</td></tr><tr><td>Masters in Cinema</td><td>Technology</td></tr><tr><td>Video Editing - Principles &amp; Practice</td><td>Elective I</td></tr><tr><td>Documentary Production</td><td>Graduate Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (134, 'Specialisation', '<ul><li><strong>Psychology: </strong>A specialisation in psychology prepares students for diverse roles in clinical settings, organisational environments, or counselling. It sets a strong foundation for understanding human behaviour.</li><li><strong>Sociology: </strong>Students opting for a sociology specialisation get to explore complex social structures and dynamics. This will prepare them for careers in social research, policy analysis, and community development.</li><li><strong>English:</strong> Those who choose to specialise in English will develop critical, analytical and communication skills through in-depth literature and language studies. These strengths are in high demand among diverse roles in writing, editing, and education.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (136, 'Year 2', '<p>Building on the first years insights, students delve into more nuanced studies that prepare them for complex analyses and interdisciplinary research. The coursework has been shaped to enhance critical thinking and problem-solving capabilities.</p><figure class="table"><table><thead><tr><th>Semester 3 (Any Four)</th><th>Semester 4 (Any Four)</th></tr></thead><tbody><tr><td>Caste, Religion and Society</td><td>Gender and Society</td></tr><tr><td>Thinking History in Pre-Modern India</td><td>Modern Indian Literature</td></tr><tr><td>Twentieth Century Literature</td><td>Self and Other</td></tr><tr><td>Economic Sociology</td><td>Introduction to Research Methods</td></tr><tr><td>Nature, Environment and Society</td><td>The Enlightenment and the Modern West</td></tr><tr><td>Social Anthropology</td><td>Social Stratification</td></tr><tr><td>Womens Writing</td><td>Ideas towards World History</td></tr><tr><td>Developmental Psychology</td><td>Development and Society</td></tr><tr><td>Sociology of Mental Health</td><td>Critical Issues in Indian Philosophy</td></tr><tr><td>&nbsp;</td><td>Industrial and Organisational Psychology</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (67, 'Year 1', '<p>In the first year, students are introduced to the fundamental principles of psychology, setting the stage for a comprehensive understanding of human behaviour and mental processes. It encourages them to explore various psychological theories and their real-life applications. It lays the groundwork for critical thinking and analytical skills necessary for advanced study.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Introduction to Psychology</td><td>Advanced Psychological Processes</td></tr><tr><td>Personality: Theories and Perspectives</td><td>Fundamentals of Social Psychology</td></tr><tr><td>Biological Bases of Behavior I</td><td>Biological Bases of Behavior II</td></tr><tr><td>Philosophy and the Sciences</td><td>Environmental Science</td></tr><tr><td>Communication Skills</td><td>Basic Statistics Paper I</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (137, 'Year 3', '<p>The focus shifts to application and specialisation, with students selecting from advanced topics that align with their career goals. This year is critical for developing expertise in the selected niche. Therefore, the process moves towards in-depth study and a capstone project that demonstrates both scholarly and practical applications.</p><figure class="table"><table><thead><tr><th>Semester 5 (Any Three)</th><th>Semester 6 (Any Two)</th></tr></thead><tbody><tr><td>ENG - Literary Genres and Methods</td><td>ENG - The Individual and Society</td></tr><tr><td>ENG - Literature and Sexuality</td><td>ENG - Drama</td></tr><tr><td>ENG - Reading Film</td><td>ENG - World Literatures</td></tr><tr><td>ENG - Narrative Motifs</td><td>ENG - Workshop in Creative Writing</td></tr><tr><td>SOC - Society and Development</td><td>ENG - Translation Studies</td></tr><tr><td>SOC - Social Conflicts and Social Movements</td><td>SOC - Identity and Society</td></tr><tr><td>SOC - Media, Society and Representation</td><td>SOC - Sociological Theories</td></tr><tr><td>SOC - Health, Inequality and Society</td><td>PSY - Abnormal Psychology II</td></tr><tr><td>PSY - Abnormal Psychology I</td><td>PSY - Cognitive Psychology II</td></tr><tr><td>PSY - Cognitive Psychology I</td><td>PSY - Counselling Psychology II</td></tr><tr><td>PSY - Counselling Psychology I</td><td>PSY - Personality Psychology</td></tr><tr><td>PSY - Abnormal Psychology I</td><td>PSY - Cognitive Psychology II</td></tr><tr><td>&nbsp;</td><td>PSY - Consumer Psychology</td></tr><tr><td>&nbsp;</td><td>Mandatory Course - Thesis</td></tr><tr><td>&nbsp;</td><td>Mandatory Course - Academic Portfolio</td></tr></tbody></table></figure><p><i>Note: Students must choose four elective courses in Semester 5 and three in Semester 6, with a total of four electives in the same discipline required to obtain a major in the final year.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (68, 'Year 3', '<p>Students begin to apply their accumulated knowledge to real-world situations, engaging in more specialised areas of psychology. This year highlights using psychological principles to address practical challenges in mental health, education, and organisational settings.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Abnormal Psychology I</td><td>Abnormal Psychology II</td></tr><tr><td>Counselling Psychology I</td><td>Counselling Psychology II</td></tr><tr><td>Experimental Psychology Practical- I</td><td>Experimental Psychology Practical- II</td></tr><tr><td>School and Educational Psychology</td><td>Health Psychology</td></tr></tbody></table></figure><p><i>*Upon successful completion of the third year, students will earn a BSc in Applied Psychology. Those achieving a CGPA of 8 or above have the opportunity to extend their studies by one year to pursue a BSc Applied Psychology Honours.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (62, 'In-house Volunteering Opportunities:', '<p>The School of Humanities'' Wellness Hub offers mental health services to the university community, including a peer support group. This initiative allows students to engage in meaningful volunteer work, providing psychological first aid and support to their peers, enriching their practical experience in psychological care.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (84, 'Year 4', '<p>In the final year, students focus on advanced studies within their specialisation, engaging in research and strategic management and studying ethical business practices. It concludes with a detailed research dissertation or an apprenticeship.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Research Ethics</td><td><p>Research Dissertation</p><p>Or</p><p>Apprenticeship</p></td></tr><tr><td><p>Advanced Study Electives (Any two)</p><p>Asset Pricing</p><p>Behavioral Finance</p><p>Developmental Economics</p></td><td>&nbsp;</td></tr><tr><td>Systematic Review</td><td>&nbsp;</td></tr><tr><td>Seminar</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*After Successful completion of 4th year, students will be awarded Bachelor of Business Administration (Honours)&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (92, 'Specialisations and Certification:', '<p>The BTech Computer Science program offers minor specialisations in popular cutting-edge fields like Computational Intelligence, Data Analytics, Cyber Security, the Internet of Things and Business Management, enabling students to tailor their education to their interests. The scope is vast, from exploring Machine Learning and Artificial Intelligence to creating visual content using computational methods. Additionally, the program includes industry-recognised certifications such as CISCO CCNA, DELL EMC Cloud Storage and more to enhance employability..</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (83, 'Year 3', '<p>The focus is on specialisation, allowing students to focus more intensively on their chosen fields. This year integrates more complex concepts through courses like Corporate Finance and Business Law, coupled with projects and internships to bridge theory with practice.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Elective One</td><td>International Business Management</td></tr><tr><td>Elective Two</td><td>Elective Three</td></tr><tr><td>Innovation and Start-up Management</td><td>Elective Four</td></tr><tr><td>Principles of Hospitality and Tourism</td><td>Elective Five</td></tr><tr><td>Islamic Banking</td><td>Elective Six</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus. Also, after successfully completing the third year, students will be awarded a Bachelor in Business Administration. For those with a CGPA of 8 or above, an additional year offers the chance to pursue BBA Honours.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (65, 'Year 2', '<p>The second year deepens students'' knowledge in psychological science, focusing on the complexities of human cognition, emotion, and social interaction. They learn to critically evaluate psychological studies and apply empirical evidence to theoretical concepts. This year is pivotal in shaping their abilities to think like psychologists, preparing them for specialised subjects and hands-on research.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Cognitive Psychology</td><td>Industrial and Organisational Psychology</td></tr><tr><td>Developmental Psychology</td><td>Introduction to Research Methods</td></tr><tr><td>Psychological Measurement and Testing</td><td>Cross-cultural Psychology</td></tr><tr><td>Social Anthropology</td><td>Media Psychology</td></tr><tr><td>Statistical Tools and Methods Paper II</td><td>Experiential Learning Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (80, 'Certifications:', '<p>The Bachelor of Business Administration program incorporates opportunities for students to earn professional certifications alongside their degree. These certifications are tailored to complement the chosen specialisations, enhancing career prospects and expertise in specific business domains.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (78, 'Progression and Exit Options:', '<p>The program offers multiple exit points: a Certificate of Business Administration after one year, a Diploma in Business Administration after two years and a BBA degree upon completing three years. Students meeting CGPA requirements can opt for a fourth year to earn a BBA Honours degree, enhancing their specialisation.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (94, 'Digital Fluency and Career Readiness:', '<p>Integrating Autodesk training and certification, the BArch program ensures students are proficient in industry-relevant software. This focus on technology and employability skills, coupled with a broad selection of electives, prepares students for a dynamic career in architecture and design.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (1, 'Calculus I (Maths101)', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (7, 'Calculus I (Maths101)', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam</span></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (41, 'Engage with Industry Leaders 2', '<h3><meta charset="utf-8"><span style="white-space:pre-wrap;">A Wide Range of Specialisations</span></h3><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organisations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (38, 'Engage with Industry Leaders', '<h3><meta charset="utf-8"><span style="white-space:pre-wrap;">A Wide Range of Specialisations</span></h3><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organisations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (37, 'Key Facts', '<h3><meta charset="utf-8"><span style="white-space:pre-wrap;">A Wide Range of Specialisations</span></h3><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organisations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (42, 'Master Media Practices 2', '<h3><meta charset="utf-8"><span style="white-space:pre-wrap;">A Wide Range of Specialisations</span></h3><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organisations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (46, 'Year 1', '<p>The first year sets a foundational understanding of space and form, exploring the relationship between architecture and its environment. Courses in history and theory expose students to architectural insights from different cultures and eras. Students immerse themselves in the creative process, discovering how light, materials and context influence design.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - I (Basic Design)</td><td>Architectural Design &amp; Detailing - II (Single User Space)</td></tr><tr><td>Architectural Representation - I (Manual)</td><td>Architectural Representation - II (CAD)</td></tr><tr><td>Building Construction &amp; Materials - I (Masonry)</td><td>Building Construction &amp; Materials - II (Timber)</td></tr><tr><td>History Theory &amp; Criticism I</td><td>Structures - I (Applied Mechanics)</td></tr><tr><td>Environmental Science</td><td>History Theory &amp; Criticism II (Early Indian Architecture)</td></tr><tr><td>Model Making</td><td>Climatology &amp; Lab (Interior)</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (49, 'Open Electives and Specialisations:', '<p>The BArch program offers a wide range of electives, including Advanced Computer Graphics, Disaster Management and Sustainability, among others. These electives, provided in collaboration with industry partners, allow students to tailor their education to their interests and career goals, fostering innovation and creativity.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (50, 'Digital Fluency and Career Readiness:', '<p>Integrating Autodesk training and certification, the BArch program ensures students are proficient in industry-relevant software. This focus on technology and employability skills, coupled with a broad selection of electives, prepares students for a dynamic career in architecture and design.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (40, 'A Wide Range of Specialisations', '<h3><meta charset="utf-8"><span style="white-space:pre-wrap;">A Wide Range of Specialisations</span></h3><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organisations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (58, 'Year 2', '<p>This period marks a shift towards more complex design challenges, encouraging students on how to integrate functionality with aesthetic appeal in their projects. Emphasis is placed on understanding the symbiosis between built structures and their surroundings, including the social and environmental aspects. Toolkit with intermediate digital tools, enhancing the ability of students to ideate and express innovative design solutions.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - III (Campus Design)</td><td>Architectural Design &amp; Detailing - IV (Climate Responsive Design)</td></tr><tr><td>Architectural Representation - III (BIM)</td><td>Survey &amp; Levelling</td></tr><tr><td>Building Construction &amp; Materials - III (RCC)</td><td>Building Construction &amp; Materials - IV (Steel)</td></tr><tr><td>Structures - II (Strength of Materials)</td><td>Structures - III (Indeterminate structures and Disaster Resistant Structures)</td></tr><tr><td>Building Services - I (Plumbing &amp; Water Services)</td><td>History Theory &amp; Criticism III</td></tr><tr><td>Landscape &amp; Lab (Exterior)</td><td>Building Performance &amp; Compliance</td></tr><tr><td>Open Elective I</td><td>Elective I (Program Elective)</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (39, 'Master Media Practices', '<h3><meta charset="utf-8"><span style="white-space:pre-wrap;">A Wide Range of Specialisations</span></h3><ul><li><span style="white-space:pre-wrap;">Advertising &amp; PR: This focuses on strategic communication and campaign planning, which is essential for brands and organisations to connect with their audiences effectively.</span></li><li><span style="white-space:pre-wrap;">Broadcast: Students learn about television and radio production, developing skills in storytelling, editing, and presenting content for mass audiences.</span></li><li><span style="white-space:pre-wrap;">Print: Emphasizes journalistic writing, reporting, and editing for newspapers and magazines, preparing students for careers in news and feature writing.</span></li><li><span style="white-space:pre-wrap;">Graphics: Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising, and beyond.</span></li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (93, 'Advanced Resources and International Exposure:', '<p>Collaborating with top-tier laboratories like the Center for Robotics and AI, CISCO Network and Security Lab, the program enhances hands-on learning and research. Partnerships for credit transfers and semesters abroad with institutions like the University of Kentucky and the University of Cincinnati, USA, promote a global perspective. This program further fosters professional growth through affiliations with IEEE and the Google Developers Student Chapter.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (48, 'Accreditations:', '<p>The BArch Program is accredited by the Council of Architecture, India and the Chartered Institute of Architectural Technologists (CIAT), UK. This benchmarks its quality against international standards and provides students with valuable opportunities for global recognition and career advancements.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (95, 'Year 2', '<p>In the second year, students delve deeper into the core subjects of computer science. The curriculum enhances their understanding of algorithms, system architecture and software development. This phase is crucial for honing problem-solving skills and gaining a comprehensive grasp of how data structures and software interact. Practical projects and lab sessions gain prominence, bridging theoretical knowledge with real-world applications.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Engineering Mathematics - III</td><td>Engineering Mathematics - IV</td></tr><tr><td>Computer Organisation &amp; Architecture</td><td>Formal Languages and Automata Theory</td></tr><tr><td>Data Structures</td><td>Design and Analysis of Algorithms</td></tr><tr><td>Digital System Design</td><td>Embedded Systems</td></tr><tr><td>Object Oriented Programming</td><td>Database Systems</td></tr><tr><td>Data Structures Lab</td><td>Database Systems Lab</td></tr><tr><td>Digital System Design Lab</td><td>Algorithms Lab</td></tr><tr><td>Object Oriented Programming Lab</td><td>Embedded Systems Lab</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (139, 'Certification Courses Availability', '<p>At the start of each semester, Manipal Academy of Higher Education, Dubai, provides students with a list of available certification courses. This ensures that students are always informed about their options to pursue additional qualifications alongside their BCom degree.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (55, 'Opportunities for Diverse Talent', '<p>Scholarships cater to a wide range of students, including those with academic, athletic, or artistic excellence, fostering a diverse and vibrant student community.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (51, 'Key Facts', '<p>The <strong>Manipal Dubai Scholarship</strong> offers numerous benefits designed to support and reward academic excellence, encourage talent, and ease the financial burden for students pursuing their education at MAHE Dubai. Here are the key benefits:</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (70, 'Rich Industry Connections:', '<p>The BArch Program is accredited by the Council of Architecture, India and the Chartered Institute of Architectural Technologists (CIAT), UK. This benchmarks its quality against international standards and provides students with valuable opportunities for global recognition and career advancements.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (86, 'Faculty Expertise:', '<p>The BSc Biotechnology program boasts a team of faculty members with PhDs and substantial industrial experience.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (87, 'International Collaborations:', '<p>Manipal Academy of Higher Education, Dubai, fosters global perspectives through international tie-ups, facilitating collaborative research and study tours. BSc Biotechnology students get opportunities to explore state-of-the-art laboratories and engage in research-oriented activities at universities around the world.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (91, 'Year 3', '<p>The final year marks a transition towards specialised and research-oriented learning, where students can delve into advanced topics and engage in significant project work. This stage is designed to refine students critical analysis, problem-solving and independent research skills, culminating in a comprehensive project showcasing their accumulated knowledge and expertise. The third year is crucial for preparing students for professional opportunities or further academic endeavours in biotechnology.</p><p>Here is a semester-wise breakdown detailing the subjects.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Microbial Biotechnology</td><td>Tutorials/Seminars/Journal Club</td></tr><tr><td>Biostatistics</td><td>Research Project work/ Submission of Dissertation/ Submission of Manuscript</td></tr><tr><td>Advanced Genomics</td><td>&nbsp;</td></tr><tr><td>Nanobiotechnology</td><td>&nbsp;</td></tr><tr><td>Research Methodology</td><td>&nbsp;</td></tr><tr><td>Microbial Biotechnology</td><td>&nbsp;</td></tr><tr><td>Biostatistics</td><td>&nbsp;</td></tr><tr><td>Advanced Genomics</td><td>&nbsp;</td></tr><tr><td>Nanobiotechnology</td><td>&nbsp;</td></tr><tr><td>Seminar/Journal Club</td><td>&nbsp;</td></tr><tr><td>Microbial Biotechnology</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (116, 'Academic and Industry Partnerships:', '<p>The School of Life Sciences at Manipal Academy of Higher Education, Dubai, has strong partnerships with Taylor-Shannon International (TSI) for professional certification programs, hospitals in Dubai and Northern Emirates for internships and leading biotechnology and food industries such as Nestle, Quest Vitamins, MunchBox and Basiligo. These collaborations enhance the practical training opportunities for students and bridge the gap between academic learning and industry demands.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (145, 'International Connect', '<p>The School of Engineering &amp; Information Technology at Manipal Academy of Higher Education, Dubai, partners with esteemed international institutions such as the University of Cincinnati, USA, and Malaysia International University. There is also a semester abroad option at MIT, Manipal and other partner universities.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (146, 'Minor Specialisation', '<ul><li><strong>Robotics and Automation: </strong>This specialisation teaches students how to design and program robots and automated systems, crucial in industries like manufacturing and healthcare.</li><li><strong>Electric Vehicle Technology: </strong>Students focus on how to design and build electric vehicles, learning about everything from power systems to sustainability.</li><li><strong>Industrial IoT Systems: </strong>In this segment, students learn to apply IoT technology in factories and other industrial settings to boost efficiency and smart manufacturing.</li><li><strong>Business Management: </strong>This option is great for engineers who want to move into management. It blends key business skills with engineering knowledge.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (147, 'Industry Collaborations', '<p>Strong ties with industry giants like ABB, National Instruments, and Nissan Arabian Automobile enrich the curriculum with practical insights and real-world applications. The program''s emphasis on industry collaboration ensures that students are well-prepared for professional challenges.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (82, 'Year 1', '<p>Laying the foundation of business education, this year introduces students to the basics of management, economics, accounting and business communication. It''s designed to build a solid understanding of the business world''s core elements.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Principles of Management</td><td>Marketing Management</td></tr><tr><td>Managerial Economics</td><td>Managing People and Organisations</td></tr><tr><td>Accounting For Managers</td><td>Cost and Management Accounting</td></tr><tr><td>Business Communication</td><td>Elective - Creative Problem Solving or Doing Business in the Middle East</td></tr><tr><td>Statistics for Managers</td><td>Analytics using Computer Applications</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (117, 'International Connections:', '<p>The program has strong international partnerships that support collaborative research and enable study tours to leading laboratories and research facilities worldwide. These opportunities expand students'' academic understanding, broaden their global outlook and strengthen their professional networks in the field of nutrition and dietetics.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (196, 'Five-Star KHDA Rating:', '<p>The KHDA, Government of Dubai, has recognised the Manipal Academy of Higher Education, Dubai, as a five-star institution for its excellence in teaching, research and employability. This rating proves the Global MBA programs successful track record in producing skilled graduates for the international job market.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (52, 'Financial Support', '<p>Scholarships reduce the financial strain of tuition fees, making quality education more accessible to deserving students.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (53, 'Recognition of Excellence', '<p>Receiving a scholarship highlights your academic achievements, leadership qualities, or extracurricular contributions, enhancing your profile for future opportunities.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (54, 'Encouragement to Excel', '<p>Scholarships motivate students to maintain high performance in academics and other areas to retain their eligibility.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (56, 'Access to Quality Education', '<p>With financial support, students can focus on their studies and make the most of MAHE Dubai''s world-class facilities and programs without worrying about finances.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (57, 'Career and Networking Boost', '<p>Being a scholarship recipient is a mark of distinction, often making students stand out to potential employers and opening doors to valuable networking opportunities.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (118, 'Wide Range of Career Options:', '<p>The course prepares students for diverse roles through courses like Therapeutic Diet, Clinical Nutrition and Dietetics, Nutrition Counselling and Food-Safety Management. The program also includes certifications like Food Safety Level 4 and HACCP, further enhancing job readiness.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (61, 'Year 5', '<p>In their final year, students undertake a capstone project summarising their educational journey and demonstrating their ability to address complex architectural challenges. This self-directed project encourages a deep inquiry into various subjects. The year is dedicated to refining a personal vision and preparing for professional practice, emphasising leadership, ethics and communication skills.</p><figure class="table"><table><thead><tr><th>Semester 9</th><th>Semester 10</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VIII (Urban Context Studio)</td><td>Thesis</td></tr><tr><td>Dissertation</td><td>Advanced Elective - II (Towards Minors)</td></tr><tr><td>Advanced Elective - I (Towards Minors)</td><td>Advanced Elective - III (Towards Minors)</td></tr><tr><td>Professional Practice &amp; Management</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (71, 'Expert Faculty:', '<p>Our faculty members bring years of field experience into the classroom. They deliver more than just academic knowledge; they provide practical insights that link cinematic theories to real-world applications. This mentorship bridges any gap between student learning and professional demands, ensuring that our graduates are knowledgeable and industry-ready.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (72, 'Global Perspective:', '<p>The course is designed to give students a global outlook on media. With opportunities to study abroad and coursework that includes international media content, students develop a broad understanding of global media landscapes. This exposure prepares them for success in international markets, equips them to engage with diverse audiences and fosters a versatile approach to media production that resonates across cultural boundaries.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (120, 'Year 4', '<p>In the final year, the program culminates in an integration of all acquired knowledge and skills. Students engage in significant project work, often collaborating with industry partners or participating in research projects to address complex challenges. This year is dedicated to refining their expertise in selected areas through advanced elective courses, preparing them for professional careers or further academic pursuits. It''s a time for students to demonstrate their readiness and capability to innovate and solve problems in the tech industry.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Program Elective 3:</td><td>Industrial Training</td></tr><tr><td>Program Elective 4:</td><td>Project Work</td></tr><tr><td>Program Elective 5:</td><td>&nbsp;</td></tr><tr><td>Program Elective 6:</td><td>&nbsp;</td></tr><tr><td>Program Elective 7:</td><td>&nbsp;</td></tr><tr><td>Open Elective 3:</td><td>&nbsp;</td></tr><tr><td>Mini Project (Minor Specialisation)</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (123, 'Year 5', '<p>In their final year, students undertake a capstone project summarising their educational journey and demonstrating their ability to address complex architectural challenges. This self-directed project encourages a deep inquiry into various subjects. The year is dedicated to refining a personal vision and preparing for professional practice, emphasising leadership, ethics and communication skills.</p><figure class="table"><table><thead><tr><th>Semester 9</th><th>Semester 10</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VIII (Urban Context Studio)</td><td>Thesis</td></tr><tr><td>Dissertation</td><td>Advanced Elective - II (Towards Minors)</td></tr><tr><td>Advanced Elective - I (Towards Minors)</td><td>Advanced Elective - III (Towards Minors)</td></tr><tr><td>Professional Practice &amp; Management</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (124, 'Preparatory Course: ', '<p>This PG Diploma in Data Science begins with preparatory courses, which ensure students have the essential background knowledge. They lay the groundwork for successful engagement with the more advanced topics, setting a solid foundation for future learning and application. Programming for Data Science and Statistical Techniques for Data Science are the preparatory courses introduced to students before Term 1.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (73, 'Year 1', '<p>The program starts with an emphasis on the basics of visual and media communication. Students are introduced to foundational storytelling techniques and media design, making their way to progressively complex projects.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Visual Communication</td><td>Sociology of Media</td></tr><tr><td>Art of Storytelling</td><td>Writing for Media</td></tr><tr><td>Introduction to Film Studies</td><td>Film Language</td></tr><tr><td>Fundamentals of Multimedia Systems and Graphic Design</td><td>Introduction to Single Camera Production</td></tr><tr><td>Introduction to Digital Photography</td><td>Professional Practice</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (81, 'Year 2', '<p>Building on the foundational knowledge, the second year delves deeper into the functional areas of business, including marketing management, cost accounting and organisational behaviour.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Operations Management</td><td>Entrepreneurship</td></tr><tr><td>Corporate Finance</td><td>Strategic Management</td></tr><tr><td>Business Law</td><td>Corporate Governance and Business Ethics</td></tr><tr><td>Environmental Studies (UGC)</td><td>Functional Arabic</td></tr><tr><td>Research Methods in Management</td><td>Project</td></tr><tr><td>Elective - Project Management or Certification Course</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (88, 'Academic and Industry Partnerships:', '<p>The program is supported by strategic collaborations, including Dubai Pharmacy College, Taylor-Shannon International, Zayed University and probiotic and food testing industries in Dubai. These partnerships facilitate internships, field trips, workshops and research projects, offering students exposure and insights into current advancements in the biotechnology niche.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (125, 'Learning Methodology: ', '<p>The PG Diploma in Data Science at Manipal Academy of Higher Education, Dubai, further employs a dynamic learning methodology that includes case studies, tool-based learning, project-based learning, group activities, workshops and seminars. This approach ensures a comprehensive understanding of data science, fostering critical thinking and problem-solving skills. Furthermore, it prepares students for real-world challenges by simulating practical scenarios and collaborative projects.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (129, 'Year 4', '<p>The focus shifts towards specialisation, with students delving into areas that align with their emerging interests and career aspirations. This year is characterised by a practical immersion in the field through professional placements or collaborative projects that simulate real-world scenarios. Students articulate their unique design philosophy, supported by advanced digital modelling and simulation techniques.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VII (Human-Centric Campus Design)</td><td>Practical Training</td></tr><tr><td>Settlement Studies</td><td>Study Report</td></tr><tr><td>Basic Elective (Towards Minors)</td><td>&nbsp;</td></tr><tr><td>Research Techniques</td><td>&nbsp;</td></tr><tr><td>History Theory &amp; Criticism - V</td><td>&nbsp;</td></tr><tr><td>Project Management</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (59, 'Year 3', '<p>The third year is a transformative phase in which students engage with comprehensive architectural strategies. They are introduced to the dynamics of sustainable and resilient design and consider global and local architectural issues. Projects become more integrative, requiring students to consider multiple aspects of design and execution simultaneously.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - V (Environment Design)</td><td>Architectural Design &amp; Detailing - VI (Public Buildings)</td></tr><tr><td>Measured Drawing</td><td>Working Drawing</td></tr><tr><td>Building Construction &amp; Materials - V (Alternative)</td><td>Building Construction &amp; Materials - VI (Innovative)</td></tr><tr><td>Building Services - II (HVAC &amp; Electrical)</td><td>Building Services III (Acoustics Illumination &amp; Controls)</td></tr><tr><td>Estimation Specification &amp; Costing</td><td>History Theory &amp; Criticism - IV</td></tr><tr><td>Open Elective - II</td><td>Elective II (Program Elective)</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (79, '6 Specialisations to Choose From:', '<ul><li><strong>Finance: </strong>Develop expertise in financial analysis, portfolio management and corporate finance, preparing for roles in banking and financial advisory.</li><li><strong>Logistics and Supply Chain Management: </strong>Learn to optimise supply chains, logistics operations and global distribution strategies for efficiency and sustainability.</li><li><strong>Marketing Management: </strong>Gain insights into consumer behaviour, digital marketing and brand management, equipping for careers in marketing and sales.</li><li><strong>Human Resources Management: </strong>Master strategic HR planning and talent management to organisational behaviour and lead HR departments.</li><li><strong>Business Analytics: </strong>Acquire skills in data analysis, predictive modelling and strategic decision-making, crucial for data-driven business roles.</li><li><strong>Fintech: </strong>Dive into the intersection of finance and technology, exploring digital currencies, blockchain and financial technology innovations.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (130, 'Term 3', '<p>It is dedicated to applying the comprehensive skill set acquired in the previous terms to practical and real-world situations. Students select electives that allow them to explore specific interests further. Additionally, a significant component of this term is devoted to project work, where students engage in hands-on projects, demonstrating their readiness to enter the professional world of data science.</p><figure class="table"><table><thead><tr><th>Term 3</th></tr></thead><tbody><tr><td><p>Elective - 1:</p><p>Advanced Visualisation</p><p>Big Data Technologies</p></td></tr><tr><td>Project Work/Practice School</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (132, 'Expert Faculty and Mentorship', '<p>The faculty at Manipal Academy of Higher Education, Dubai, are experts in their fields and committed mentors. They guide students through academic and professional development. Frequent guest lectures from international scholars and professionals help enrich the learning with real-world insights.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (90, 'Year 2', '<p>As the second year progresses, the curriculum expands into more complex subjects, focusing on deepening the students'' scientific knowledge and practical expertise. This year is characterised by an increased emphasis on applying biotechnological principles in various contexts, preparing students for the interdisciplinary nature of their future careers. Integrating theoretical knowledge with hands-on laboratory work continues to be a key focus for enhancing proficiency in biotechnological techniques.</p><p>Here is a semester-wise breakdown detailing the subjects.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Genetics</td><td>Microbiology</td></tr><tr><td>Molecular Biology</td><td>Pharmacology &amp; Pharmacogenomics</td></tr><tr><td>Developmental Biology</td><td>Plant Biotechnology</td></tr><tr><td>Biophysics</td><td>Bioinformatics</td></tr><tr><td>Genetics</td><td>Immunology or Cell &amp; Tissue Engineering</td></tr><tr><td>Molecular Biology</td><td>Microbiology</td></tr><tr><td>Developmental Biology</td><td>Pharmacology &amp; Pharmacogenomics</td></tr><tr><td>Biophysics</td><td>Plant Biotechnology</td></tr><tr><td>Seminar/Journal Club</td><td>Bioinformatics</td></tr><tr><td>&nbsp;</td><td>Immunology or Cell &amp; Tissue Engineering</td></tr><tr><td>&nbsp;</td><td>Seminar/Journal Club</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (97, 'Year 4', '<p>In the final year, the program culminates in an integration of all acquired knowledge and skills. Students engage in significant project work, often collaborating with industry partners or participating in research projects to address complex challenges. This year is dedicated to refining their expertise in selected areas through advanced elective courses, preparing them for professional careers or further academic pursuits. It''s a time for students to demonstrate their readiness and capability to innovate and solve problems in the tech industry.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Program Elective 3:</td><td>Industrial Training</td></tr><tr><td>Program Elective 4:</td><td>Project Work</td></tr><tr><td>Program Elective 5:</td><td>&nbsp;</td></tr><tr><td>Program Elective 6:</td><td>&nbsp;</td></tr><tr><td>Program Elective 7:</td><td>&nbsp;</td></tr><tr><td>Open Elective 3:</td><td>&nbsp;</td></tr><tr><td>Mini Project (Minor Specialisation)</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (102, 'Diverse Academic Tracks:', '<p>The program uniquely positions students to customise their educational experience in line with their career ambitions. Students can choose between technical and non-technical tracks, ensuring a clear sense of purpose during the year-long course.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (104, 'Semester 2', '<p>As the second semester progresses, students can choose between technical and non-technical streams. This allows them to focus on specific interests, with technical streams dedicated to STEM subjects and non-technical streams covering areas like the arts, business, and humanities. This aligns their Foundation studies with future goals.</p><figure class="table"><table><thead><tr><th>Semester 2 (For Technical)</th><th>Semester 2 (For Non-Technical)</th></tr></thead><tbody><tr><td>Foundation Project</td><td>Foundation Project</td></tr><tr><td><p>Electives: (Any Three)</p><p>Introductory Physics*</p><p>Introductory Chemistry</p><p>Math for Engineers II*</p><p>Introduction to Biological Sciences</p><p>Introduction to Computing and Technology</p></td><td><p>Electives: (Any Three)</p><p>Introduction to Accounting and Finance</p><p>Introduction to Business Studies</p><p>Introduction to Society and Culture</p><p>Introduction to Psychology</p><p>Introduction to Media</p><p>Introduction to Art &amp; Design</p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (106, 'Year 4', '<p>The focus shifts towards specialisation, with students delving into areas that align with their emerging interests and career aspirations. This year is characterised by a practical immersion in the field through professional placements or collaborative projects that simulate real-world scenarios. Students articulate their unique design philosophy, supported by advanced digital modelling and simulation techniques.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VII (Human-Centric Campus Design)</td><td>Practical Training</td></tr><tr><td>Settlement Studies</td><td>Study Report</td></tr><tr><td>Basic Elective (Towards Minors)</td><td>&nbsp;</td></tr><tr><td>Research Techniques</td><td>&nbsp;</td></tr><tr><td>History Theory &amp; Criticism - V</td><td>&nbsp;</td></tr><tr><td>Project Management</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (108, 'Engage with Industry Leaders:', '<p>Media students at Manipal Academy of Higher Education, Dubai, engage directly with industry leaders through partnerships with top media houses and advanced technology labs. Internships and projects provide real-world experience, boosting learning and competitive advantage in the job market.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (111, 'Year 1', '<p>In the initial year, students immerse themselves in the foundational principles of media and communication, exploring its diverse landscapes. They get introduced to the basics of storytelling, digital literacy and historical contexts. This approach nurtures critical thinking and creative skills and sets the stage for an in-depth understanding of media''s role in society, preparing students for specialised pathways.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>English Language &amp; Literature-I</td><td>English Language &amp; Literature-II</td></tr><tr><td>Human Communication and Presentation Skills</td><td>Editing and Design</td></tr><tr><td>Reporting and Writing</td><td>Information Society</td></tr><tr><td>Fundamentals of Internet &amp; New Media</td><td>Media Laws and Ethics</td></tr><tr><td>Modern World History</td><td>Computer Graphics for Media</td></tr><tr><td><p>Mandatory Learning Course: (Any One)</p><p>Environmental Science</p><p>Introduction to the Art of Story-Telling</p></td><td><p>Mandatory Learning Course: (Any One)</p><p>Constitution of India</p><p>Understanding Social Media</p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (113, 'Year 3', '<p>In the final year, students engage in advanced exploration of their specialisation, applying their accumulated knowledge in professional settings through internships and collaborative projects. They get an opportunity to refine their craft, develop a professional portfolio and gain hands-on experience.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Introduction to Political Science</td><td>International Relations</td></tr><tr><td>Media Research</td><td>Development Communication</td></tr><tr><td>Media &amp; Society</td><td>Internship</td></tr><tr><td>Media and Contemporary Affairs</td><td>Media Project III</td></tr><tr><td><p>Elective V</p><p>Online Journalism</p><p>Integrated Marketing Communication</p><p>3D Animation, Lighting &amp; Rendering</p><p>Sound for Moving Images</p><p>Defence Communication</p><p>Introduction to Event Management</p></td><td><p>Elective VI</p><p>Magazine Journalism</p><p>Corporate Communication</p><p>Character Animation &amp; Rigging</p><p>Video Editing &amp; Compositing*</p><p>Radio Production</p></td></tr><tr><td><p>Mandatory Learning Course:</p><p>Media Organisation &amp; Organisational Behaviour</p></td><td><p>Elective VII</p><p>Photojournalism</p><p>Advertising Campaign Planning &amp; Execution</p><p>Compositing for Visual Effects</p><p>Creative Video for Advertising</p><p>Media Seminar Series</p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (115, 'Year 4', '<p>The focus shifts towards specialisation, with students delving into areas that align with their emerging interests and career aspirations. This year is characterised by a practical immersion in the field through professional placements or collaborative projects that simulate real-world scenarios. Students articulate their unique design philosophy, supported by advanced digital modelling and simulation techniques.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VII (Human-Centric Campus Design)</td><td>Practical Training</td></tr><tr><td>Settlement Studies</td><td>Study Report</td></tr><tr><td>Basic Elective (Towards Minors)</td><td>&nbsp;</td></tr><tr><td>Research Techniques</td><td>&nbsp;</td></tr><tr><td>History Theory &amp; Criticism - V</td><td>&nbsp;</td></tr><tr><td>Project Management</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (96, 'Year 1', '<p>The first year serves as a foundational phase in the technology program, introducing students to fundamental principles of computer science and engineering. This period is critical for understanding basic mathematical and coding skills and fostering analytical thinking and problem-solving capabilities. The curriculum is strategically designed to cultivate essential knowledge and skills, setting the stage for more advanced exploration and growth in subsequent stages.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Engineering Mathematics - I</td><td>Engineering Mathematics - II</td></tr><tr><td>Engineering Chemistry</td><td>Engineering Physics</td></tr><tr><td>Biology for Engineers</td><td>Mechanics of Solids</td></tr><tr><td>Basic Electrical Technology</td><td>Basic Electronics</td></tr><tr><td>Problem Solving Using Computers (PSUC)</td><td>Basic Mechanical Engineering</td></tr><tr><td>Environmental Studies</td><td>Communication skills in English</td></tr><tr><td>Physical Fitness &amp; Wellness</td><td>Universal Human Values and Professional Ethics</td></tr><tr><td>Engineering Graphics - 1</td><td>Workshop Practice</td></tr><tr><td>&nbsp;</td><td>Engineering Graphics - II</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (99, 'Year 5', '<p>In their final year, students undertake a capstone project summarising their educational journey and demonstrating their ability to address complex architectural challenges. This self-directed project encourages a deep inquiry into various subjects. The year is dedicated to refining a personal vision and preparing for professional practice, emphasising leadership, ethics and communication skills.</p><figure class="table"><table><thead><tr><th>Semester 9</th><th>Semester 10</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VIII (Urban Context Studio)</td><td>Thesis</td></tr><tr><td>Dissertation</td><td>Advanced Elective - II (Towards Minors)</td></tr><tr><td>Advanced Elective - I (Towards Minors)</td><td>Advanced Elective - III (Towards Minors)</td></tr><tr><td>Professional Practice &amp; Management</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (100, 'Personalised Guidance:', '<p>The Foundation course at Manipal Academy of Higher Education distinguishes itself by providing each student with tailored academic support and counselling. We strive to create a supportive atmosphere where individual success is at the forefront.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (101, 'Coordinated Curriculum:', '<p>The curriculum is designed to seamlessly connect with the demands of undergraduate studies, ensuring a smooth and integrated transition into higher education.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (103, 'Semester 1', '<p>The first semester builds essential skills in critical thinking, communication, and digital literacy. Its aimed at preparing students for specialised studies by providing a strong base in key areas needed for academic success.</p><figure class="table"><table><thead><tr><th>Semester 1</th></tr></thead><tbody><tr><td>English for Undergraduate Studies</td></tr><tr><td>Digital Literacy</td></tr><tr><td>University Study Skills</td></tr><tr><td>Basic Mathematics</td></tr><tr><td>Math for Engineers I*</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (107, 'Year 5', '<p>In their final year, students undertake a capstone project summarising their educational journey and demonstrating their ability to address complex architectural challenges. This self-directed project encourages a deep inquiry into various subjects. The year is dedicated to refining a personal vision and preparing for professional practice, emphasising leadership, ethics and communication skills.</p><figure class="table"><table><thead><tr><th>Semester 9</th><th>Semester 10</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VIII (Urban Context Studio)</td><td>Thesis</td></tr><tr><td>Dissertation</td><td>Advanced Elective - II (Towards Minors)</td></tr><tr><td>Advanced Elective - I (Towards Minors)</td><td>Advanced Elective - III (Towards Minors)</td></tr><tr><td>Professional Practice &amp; Management</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (105, 'Year 3', '<p>The third year is a transformative phase in which students engage with comprehensive architectural strategies. They are introduced to the dynamics of sustainable and resilient design and consider global and local architectural issues. Projects become more integrative, requiring students to consider multiple aspects of design and execution simultaneously.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - V (Environment Design)</td><td>Architectural Design &amp; Detailing - VI (Public Buildings)</td></tr><tr><td>Measured Drawing</td><td>Working Drawing</td></tr><tr><td>Building Construction &amp; Materials - V (Alternative)</td><td>Building Construction &amp; Materials - VI (Innovative)</td></tr><tr><td>Building Services - II (HVAC &amp; Electrical)</td><td>Building Services III (Acoustics Illumination &amp; Controls)</td></tr><tr><td>Estimation Specification &amp; Costing</td><td>History Theory &amp; Criticism - IV</td></tr><tr><td>Open Elective - II</td><td>Elective II (Program Elective)</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (98, 'Year 3', '<p>The third year marks a pivotal point where students can start to specialise in areas that match their interests, such as artificial intelligence, cybersecurity or web technologies. Aimed at improving technical skills and exploring research opportunities within chosen domains, it allows students to dive deeper into their selected fields. Elective courses and collaborative projects play a significant role in further enhancing their engagement with specific technologies and methodologies.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Essentials of Management</td><td>Engineering Economics &amp; Financial Management</td></tr><tr><td>Principles of Cryptography</td><td>Parallel Computer Architecture &amp; Programming</td></tr><tr><td>Software Engineering</td><td>Compiler Design</td></tr><tr><td>Operating Systems</td><td>Program Elective 1:</td></tr><tr><td>Computer Networks</td><td>Program Elective 2:</td></tr><tr><td>Open Elective 1: Creativity, Problem-Solving and Innovation</td><td>Open Elective 2:</td></tr><tr><td>Software Engineering Lab</td><td>Parallel Programming Lab</td></tr><tr><td>Operating Systems Lab</td><td>Compiler Design Lab</td></tr><tr><td>Computer Networks Lab</td><td>Web Programming Lab</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (109, 'A Wide Range of Specialisations:', '<ul><li><strong>Advertising &amp; PR: </strong>This focuses on strategic communication and campaign planning, which is essential for brands and organisations to connect with their audiences effectively.</li><li><strong>Broadcast: </strong>Students learn about television and radio production, developing skills in storytelling, editing and presenting content for mass audiences.</li><li><strong>Print: </strong>Emphasises journalistic writing, reporting and editing for newspapers and magazines, preparing students for careers in news and feature writing.</li><li><strong>Graphics: </strong>Offers training in visual design and animation, equipping students with the creative skills needed for careers in digital media, advertising and beyond.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (110, 'Master Media Practices:', '<p>The course focuses on practical media skills, teaching students how to write, produce and edit content. The teaching methods used include visual, auditory and hands-on activities, which help all types of learners understand media and communication better.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (112, 'Year 2', '<p>The second year marks a transition towards specialisation, where students begin to tailor their learning paths according to their interests in areas like journalism, advertising, or digital design. They delve deeper into the nuances of their chosen field, enhancing their analytical, creative and technical skills.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Visual Communication and Photography</td><td>Introduction to Film</td></tr><tr><td>Introduction to Radio</td><td>Basics of Video Production</td></tr><tr><td>Advertising &amp; Public Relations</td><td>Media Psychology</td></tr><tr><td>Media Project-I</td><td>Media Project-II</td></tr><tr><td><p>Elective III: (Any One)</p><p>Sports Journalism</p><p>Copywriting Basics</p><p>2D Animation</p><p>Scripting for Broadcast Media</p><p>Introduction to Economics</p></td><td><p>Elective IV: (Any One)</p><p>Arts &amp; Entertainment Journalism</p><p>Public Relations: Principles &amp; Practice</p><p>3D Modelling &amp; Texturing</p><p>Broadcast Journalism*</p><p>Business and Financial Journalism</p></td></tr><tr><td><p>Mandatory Learning Course: (Any One)</p><p>Language-I: French</p><p>Language-I: German</p><p>Language-I: Hindi</p><p>Language-I: Kannada</p><p>Language-I: Arabic</p></td><td><p>Mandatory Learning Course: (Any One)</p><p>Language-II: French</p><p>Language-II: German</p><p>Language-II: Hindi</p><p>Language-II: Kannada</p><p>Language-II: Arabic</p></td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (114, 'Year 5', '<p>In their final year, students undertake a capstone project summarising their educational journey and demonstrating their ability to address complex architectural challenges. This self-directed project encourages a deep inquiry into various subjects. The year is dedicated to refining a personal vision and preparing for professional practice, emphasising leadership, ethics and communication skills.</p><figure class="table"><table><thead><tr><th>Semester 9</th><th>Semester 10</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VIII (Urban Context Studio)</td><td>Thesis</td></tr><tr><td>Dissertation</td><td>Advanced Elective - II (Towards Minors)</td></tr><tr><td>Advanced Elective - I (Towards Minors)</td><td>Advanced Elective - III (Towards Minors)</td></tr><tr><td>Professional Practice &amp; Management</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (119, 'Year 1', '<p>The initial year focuses on building a solid understanding of how food and nutrients impact human health and disease. Students explore the physiological responses to dietary intake and the effects of various food components at the molecular level. Through theoretical classes and hands-on lab sessions, they shall delve into the fundamental aspects of how nutrients are processed and utilised by the body, setting the stage for more advanced studies.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Principles of Food Science</td><td>Vitamins in Human Nutrition</td></tr><tr><td>Principles of Nutrition</td><td>Minerals in Human Nutrition</td></tr><tr><td>Nutritional Biochemistry and Immunology</td><td>Functional Food and Nutraceuticals</td></tr><tr><td>Human Physiology</td><td>Life Span and Community Nutrition</td></tr><tr><td>Food Preservation and microbiology</td><td>Clinical Nutrition and Dietetics I</td></tr><tr><td>Food Science &amp; Nutrition</td><td>Food Analysis &amp; Product Development</td></tr><tr><td>Nutritional Biochemistry and Immunology</td><td>Clinical Nutrition and Dietetics I</td></tr><tr><td>Food Preservation and Microbiology</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (121, 'Year 2', '<p>The second year shifts towards practical applications and strategic dietary management. Students learn to develop and implement nutritional strategies tailored to different life stages and health conditions. They engage in practical training that simulates real-world scenarios, including detailed case studies and internships. These prepare the students for professional roles in healthcare settings, public health initiatives or research environments.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Clinical Nutrition and Dietetics II</td><td>Internship in Nutrition and Dietetics / Case Study Presentation</td></tr><tr><td>Food Safety and Quality control</td><td>Research Project Work - Report Writing and Presentation of Project Seminar</td></tr><tr><td>Therapeutic Diet</td><td>&nbsp;</td></tr><tr><td>Food Service Management</td><td>&nbsp;</td></tr><tr><td>Nutrition Counselling</td><td>&nbsp;</td></tr><tr><td>Research Methodology &amp; Food Informatics</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (122, 'Year 3', '<p>The third year marks a pivotal point where students can start to specialise in areas that match their interests, such as artificial intelligence, cybersecurity or web technologies. Aimed at improving technical skills and exploring research opportunities within chosen domains, it allows students to dive deeper into their selected fields. Elective courses and collaborative projects play a significant role in further enhancing their engagement with specific technologies and methodologies.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Essentials of Management</td><td>Engineering Economics &amp; Financial Management</td></tr><tr><td>Principles of Cryptography</td><td>Parallel Computer Architecture &amp; Programming</td></tr><tr><td>Software Engineering</td><td>Compiler Design</td></tr><tr><td>Operating Systems</td><td>Program Elective 1:</td></tr><tr><td>Computer Networks</td><td>Program Elective 2:</td></tr><tr><td>Open Elective 1: Creativity, Problem-Solving and Innovation</td><td>Open Elective 2:</td></tr><tr><td>Software Engineering Lab</td><td>Parallel Programming Lab</td></tr><tr><td>Operating Systems Lab</td><td>Compiler Design Lab</td></tr><tr><td>Computer Networks Lab</td><td>Web Programming Lab</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (126, 'Targeted Specialisations:', '<ul><li><strong>Artificial Intelligence for Data Science: </strong>This specialisation focuses on advancing students'' knowledge in machine learning and natural language processing, preparing them for innovative work in AI-driven data science projects.</li><li><strong>Business and Data Analytics: </strong>This track is tailored for those interested in the intersection of data science and business. It emphasises analytical tools and business intelligence to drive decision-making and strategic planning in corporate environments.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (127, 'Term 1', '<p>The first term sets the foundation by introducing students to the fundamental principles and tools essential for data science. It is designed to build a strong base in data handling, analysis and the application of machine learning techniques.</p><figure class="table"><table><thead><tr><th>Term 1</th></tr></thead><tbody><tr><td>Data Science Toolkit</td></tr><tr><td>Machine Learning</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (128, 'Term 2', '<p>Students get the opportunity to specialise in one of two areas, based on their interests and career goals. This term emphasises analytical frameworks, data modelling and innovations in the field, preparing individuals to align their learning with the latest industry demands and methodologies.</p><figure class="table"><table><thead><tr><th><p>Term 2 (Specialisation)</p><p>Artificial Intelligence for Data Science</p></th><th><p>Term 2 (Specialisation)</p><p>Business and Data Analytics</p></th></tr></thead><tbody><tr><td>Advanced Machine Learning</td><td>Data Analytics Toolkit</td></tr><tr><td>Natural language Processing</td><td>Business Intelligence</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (131, 'Year 5', '<p>In their final year, students undertake a capstone project summarising their educational journey and demonstrating their ability to address complex architectural challenges. This self-directed project encourages a deep inquiry into various subjects. The year is dedicated to refining a personal vision and preparing for professional practice, emphasising leadership, ethics and communication skills.</p><figure class="table"><table><thead><tr><th>Semester 9</th><th>Semester 10</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VIII (Urban Context Studio)</td><td>Thesis</td></tr><tr><td>Dissertation</td><td>Advanced Elective - II (Towards Minors)</td></tr><tr><td>Advanced Elective - I (Towards Minors)</td><td>Advanced Elective - III (Towards Minors)</td></tr><tr><td>Professional Practice &amp; Management</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (133, 'Interdisciplinary Approach:', '<p>The program stands out for its multifaceted framework, which integrates diverse fields within humanities and social sciences. It equips them to adeptly transfer and apply their knowledge to tackle various challenges in their professional lives.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (135, 'Year 1', '<p>The program starts with a broad exploration of foundational concepts and methods that are crucial for understanding human experiences and cultural expressions. It equips students with essential analytical skills necessary for their academic development.</p><figure class="table"><table><thead><tr><th>Semester 1 (Any Four)</th><th>Semester 2 (Any Four)</th></tr></thead><tbody><tr><td>Introduction to Literary Genres</td><td>Caste, Religion and Society</td></tr><tr><td>Introduction to Sociology</td><td>Literary Movements</td></tr><tr><td>Introduction to Kinship</td><td>History of Indian Philosophy</td></tr><tr><td>Political and Cultural History</td><td>Political Sociology</td></tr><tr><td>Understanding the Past</td><td>Introduction to Film Studies</td></tr><tr><td>Emerging Fields in Humanities</td><td>Culture and Modernity</td></tr><tr><td>Introduction to Psychology</td><td>Introduction to Philosophy</td></tr><tr><td>&nbsp;</td><td>New Topics in Humanities</td></tr><tr><td>&nbsp;</td><td>Social Psychology</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (142, 'Year 1', '<p>In the first year, an academic foundation is established, covering essential business concepts. The focus is on developing key competencies in analysing financial data and leveraging technology for business operations. The year ends with a practical understanding of how various computer applications are vital in today''s business context.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Financial Accounting</td><td>Financial Reporting</td></tr><tr><td>Business and Technology</td><td>Audit &amp; Assurance</td></tr><tr><td>Taxation</td><td>Strategic Business Leader</td></tr><tr><td>Principles of Management</td><td>Business Communication</td></tr><tr><td>Principles of Economics</td><td>Elective 1 (Any One) Functional Arabic Or Certification Course*</td></tr><tr><td>Computer Applications</td><td>Computerised Accounting</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (144, 'Year 3', '<p>In the third year, the focus shifts toward strategic application as students are introduced to the intricacies of managing performance and navigating legal business frameworks. Electives and practical experiences allow specialisation in areas that align with students'' interests and career aspirations.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Advanced Performance Management</td><td>Islamic Banking</td></tr><tr><td>Accounting Standards and Company Audit</td><td>Data Visualisation</td></tr><tr><td>Corporation tax</td><td><p>Elective 6: (Any One)</p><p>Money and Banking</p><p>Certification course*</p></td></tr><tr><td><p>Elective 4: (Any One)</p><p>Security Analysis &amp; Portfolio Analysis</p><p>Advanced Financial Management</p></td><td><p>Elective 7: (Any One)</p><p>Certification Course</p><p>International Financial Management</p></td></tr><tr><td><p>Elective 5: (Any One)</p><p>Financial Statement Interpretation</p><p>Insurance &amp; Risk Management</p></td><td>Summer Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (148, 'Year 1', '<p>The first year lays the groundwork with a mix of core engineering and science subjects. The focus is on giving students a solid base in the hows and whys of engineering. It covers the basic building blocks of chemistry and physics to the problem-solving skills needed to tackle computer-based challenges.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Engineering Mathematics - I</td><td>Engineering Mathematics - II</td></tr><tr><td>Engineering Chemistry</td><td>Engineering Physics</td></tr><tr><td>Biology for Engineers</td><td>Mechanics of Solids</td></tr><tr><td>Basic Electrical Technology</td><td>Basic Electronics</td></tr><tr><td>Problem-Solving Using Computers (PSUC)</td><td>Basic Mechanical Engineering</td></tr><tr><td>Environmental Studies</td><td>Communication Skills in English</td></tr><tr><td>Physical Fitness &amp; Wellness</td><td>Universal Human Values and Professional Ethics</td></tr><tr><td>Engineering Graphics - 1</td><td>Workshop Practice</td></tr><tr><td>&nbsp;</td><td>Engineering Graphics - II</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (149, 'Year 2', '<p>As students progress, they dive into the heart of mechatronics, exploring the integration of mechanical and electronic systems. They begin to understand the machinery and circuitry—the nervous system of automation. Additionally, they learn the language of robots: the codes and systems that drive their operations.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Engineering Mathematics - III</td><td>Engineering Mathematics - IV</td></tr><tr><td>Data Structures and Algorithms</td><td>Automated Manufacturing Systems</td></tr><tr><td>Digital System Design</td><td>Design of Machine Elements</td></tr><tr><td>Linear Integrated Circuits and Applications</td><td>Industrial Automation</td></tr><tr><td>Mechanics of Robotic System</td><td>Linear Control Theory</td></tr><tr><td>Sensor and Instrumentation</td><td>Microcontroller-based System Design</td></tr><tr><td>Industrial Robotics Lab</td><td>CAD and Kinematics Simulation Lab</td></tr><tr><td>Integrated Electronics Lab</td><td>Microcontroller lab</td></tr><tr><td>Manufacturing Process Lab</td><td>Sensors and PLC lab</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (151, 'Year 4', '<p>The final year is all about putting theory into practice. Its a deep dive into hands-on, practical experience. Students take on projects to deal with real-world challenges, often teaming up with companies to solve actual industry problems. This is where they get to demonstrate everything theyve learned by doing something tangible that could make a difference in the real world.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Program Elective 3</td><td>Industrial Training</td></tr><tr><td>Program Elective 4</td><td>Project Work</td></tr><tr><td>Program Elective 5</td><td>&nbsp;</td></tr><tr><td>Program Elective 6</td><td>&nbsp;</td></tr><tr><td>Program Elective 7</td><td>&nbsp;</td></tr><tr><td>Open Elective 3</td><td>&nbsp;</td></tr><tr><td>Mini Project (Minor Specialisation)</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (153, 'Specialisations to Choose From', '<ul><li><strong>Product Design:</strong> This specialisation focuses on imparting skills to innovate, design and prototype products, preparing them to bring new, functional designs to market.</li><li><strong>Business Management:</strong> This subject offers insights into managing design projects, analysing market trends and developing strategic business plans within the design industry.</li><li><strong>Strategic Branding:</strong> This field delves into creating impactful brand identities, understanding consumer behaviour and devising effective marketing strategies tailored for design-oriented businesses.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (156, 'Year 1', '<p>The first year lays a foundation focusing on art, design theory, drafting, computer graphics and basic applications. It aims to enhance creative skills and provide students with a comprehensive understanding of the fundamental principles of interior design.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Interior Design Fundamentals I</td><td>Interior Design Fundamentals II</td></tr><tr><td>Art &amp; Design Fundamentals I</td><td>Art &amp; Design Fundamentals II</td></tr><tr><td>Material Exposure</td><td>Design Components</td></tr><tr><td>History of World Art &amp; Interior Design</td><td>History of Indian Art &amp; Interior Design</td></tr><tr><td>Model Making</td><td>Digital Modelling</td></tr><tr><td>Communication Skills</td><td>Principal of Environmental Studies</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (160, 'Year 4', '<p>In the final year, students are prepared for the advanced technological skills required for specific interior styles and typologies. The focus is on the design thesis, electives and professional training, ensuring students are confidently ready to tackle the challenges of the interior design industry.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Thesis</td><td>Internship</td></tr><tr><td>Interior Portfolio Development</td><td>&nbsp;</td></tr><tr><td>Elective 3A Specialisation</td><td>Study Report</td></tr><tr><td>Elective 3A Specialisation</td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (150, 'Year 3', '<p>Students hone in on particular areas of interest, whether its the smart tech powering the latest gadgets or the management strategies that keep tech companies zooming ahead. They sharpen their skills on more complex projects and start to think like engineers with a mission.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Essentials of Management</td><td>Engineering Economics &amp; Financial Management</td></tr><tr><td>Digital Signal Processing</td><td>Flexible Core: A2/B2/C2/D2</td></tr><tr><td>Electric Drives</td><td>Flexible Core: A3/B3/C3/D3</td></tr><tr><td>Theory of Machines</td><td>Program Elective 1</td></tr><tr><td>Flexible Core: A1/B1/C1/D1</td><td>Program Elective 2</td></tr><tr><td>OE1:Creativity,Problem Solving &amp; Innovation</td><td>Open Elective 2</td></tr><tr><td>Drives, Controls and Modelling Lab</td><td>Hydraulics Lab</td></tr><tr><td>Robot Operating System Lab</td><td>IIoT Lab</td></tr><tr><td>&nbsp;</td><td>Pneumatics Lab</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (152, 'Year 5', '<p>In their final year, students undertake a capstone project summarising their educational journey and demonstrating their ability to address complex architectural challenges. This self-directed project encourages a deep inquiry into various subjects. The year is dedicated to refining a personal vision and preparing for professional practice, emphasising leadership, ethics and communication skills.</p><figure class="table"><table><thead><tr><th>Semester 9</th><th>Semester 10</th></tr></thead><tbody><tr><td>Architectural Design &amp; Detailing - VIII (Urban Context Studio)</td><td>Thesis</td></tr><tr><td>Dissertation</td><td>Advanced Elective - II (Towards Minors)</td></tr><tr><td>Advanced Elective - I (Towards Minors)</td><td>Advanced Elective - III (Towards Minors)</td></tr><tr><td>Professional Practice &amp; Management</td><td>&nbsp;</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.&nbsp;</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (154, 'Program Structure', '<p>The Bachelor of Interior Design is a four-year course, culminating in an internship during the final semester. Students also have an option to exit after three years with a B.A. (Interior Design), culminating in an internship opportunity in Semester VI.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (155, 'Pathways with International University Partners', '<ul><li><strong>University of Lincoln, UK: </strong>Offers credit transfer for B.A. Interior Design graduates to pursue BA Honors, broadening educational horizons internationally.</li><li><strong>Thomas Jefferson University, USA: </strong>B.Des Interior Design graduates can apply for the M.Arch program, advancing architectural studies in the USA.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (157, 'Year 3', '<p>The third year transitions students towards professional readiness, emphasising specialised and research-oriented subjects. This includes design dissertation, project management, professional practice and portfolio preparation, equipping students with the necessary tools for the workplace.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Interior Design Health Facilities</td><td>Interior Design Corporate</td></tr><tr><td>Landscape Design</td><td>Design Dissertation</td></tr><tr><td>Estimation &amp; Specification</td><td>Working Drawing</td></tr><tr><td>Elective 1A/2A Specialisation</td><td>Elective 1B/2B Specialisation</td></tr><tr><td>Elective 1A/2A Specialisation</td><td>Elective 1B/2B Specialisation</td></tr><tr><td>Open Elective III</td><td>Open Elective - IV</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus. Additionally, students opting for a 3rd-year exit must complete the Internship and Study Report in Semester VI</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (163, 'Academic Partnerships:', '<p>With partnerships across India, the UK and France, Manipal Academy of Higher Education offers students a diverse perspective on global business practices and access to a vast network of professional opportunities. The program benefits from collaborations with:</p><ul><li>NSE Smart Academy</li><li>University of Plymouth, UK</li><li>Edinburgh Napier University, UK</li><li>Rennes School of Business, France</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (164, 'Year 1', '<p>The program begins by grounding students in the essential principles of global business operations, offering a broad understanding of how organisations function internationally. It covers the basics of decision-making, strategy formulation, understanding market dynamics and the financial aspects underpinning business success. This foundational year is crucial for developing critical thinking and analytical skills in a global context.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Marketing Management</td><td>Corporate Finance</td></tr><tr><td>Financial Accounting</td><td>Operations Management</td></tr><tr><td>Business Research Methods</td><td>Leading People &amp; Organisations</td></tr><tr><td>Economics For Managers</td><td>Global Business Strategy</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (166, 'Year 4', '<p>This is the program''s culmination, and students engage in advanced study, emphasising applying their accumulated knowledge to strategic business issues. A significant research project or practical application in the form of a summer project marks their final demonstration of industry readiness and academic proficiency.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Research Ethics</td><td>Research Dissertation</td></tr><tr><td>Systematic Review</td><td>&nbsp;</td></tr><tr><td>Data Analysis Tools and Techniques for Researchers</td><td>&nbsp;</td></tr><tr><td>Electives (Any Three) Asset Pricing</td><td>&nbsp;</td></tr><tr><td><p>Behavioural Finance</p><p>Developmental Economics</p><p>Research Trends in Marketing</p><p>Research Trends in Banking and Insurance</p><p>Designing and Managing Human Resource Systems</p><p>Managing the Supply Chain</p></td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (158, 'Year 2', '<p>Building on the first years insights, the second year focuses on technical skills like rendering, construction techniques, specifications, computer-aided design and space planning. It''s designed to strengthen the students practical skills in applying their theoretical knowledge to real-world scenarios.</p><p>Here is a semester-wise breakdown detailing the course structure:</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Interior Design Residential</td><td>Interior Design Commercial</td></tr><tr><td>Product Design</td><td>Furniture Design</td></tr><tr><td>Interior Services I</td><td>Interior Services II</td></tr><tr><td>Elective 1A/2A Specialisation</td><td>Elective 1B/2B Specialisation</td></tr><tr><td>Elective 1A/2A Specialisation</td><td>Elective 1B/2B Specialisation</td></tr><tr><td>Open Elective I</td><td>Open Elective II</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (161, 'Wide Range of Specialisations to Choose from', '<ul><li><strong>Finance: </strong>Discusses financial markets, investment strategies and corporate finance to help students navigate global financial landscapes effectively.</li><li><strong>Human Resource Management: </strong>Focuses on cultivating strategic HR leaders and covers international HR practices, talent management and organisational behaviour, which are essential for managing diverse workforces.</li><li><strong>Marketing: </strong>Emphasises global marketing strategies, consumer behaviour analysis and digital marketing, preparing students to craft impactful campaigns that resonate across borders.</li><li><strong>Operations: </strong>Offers insights into global supply chain management, operational efficiency and quality management, which are vital for optimising international operations.</li><li><strong>Business Analytics: </strong>Integrates data analytics, machine learning and business intelligence tools to inform decision-making and drive business strategy globally.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (162, 'Five-Star KHDA Rating:', '<p>The KHDA, Government of Dubai, has recognised the Manipal Academy of Higher Education, Dubai, as a five-star institution for its excellence in teaching, research and employability. This rating proves the Global MBA programs successful track record in producing skilled graduates for the international job market.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (165, 'Year 2', '<p>The second year concentrates on sustainable business practices and data-driven decision-making. Students choose specialisation tracks to develop targeted expertise and engage in innovative and ethical thinking. This stage prepares them to effectively influence and succeed in global business environments.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Corporate Sustainability and Environment Management</td><td>Entrepreneurship &amp; Innovation Management</td></tr><tr><td>Business Analytics</td><td>Corporate Governance &amp; Ethics</td></tr><tr><td>Elective 1</td><td>Elective 1</td></tr><tr><td>Elective 2</td><td>Elective 2</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (168, 'Five-Star KHDA Rating:', '<p>The KHDA, Government of Dubai, has recognised the Manipal Academy of Higher Education, Dubai, as a five-star institution for its excellence in teaching, research and employability. This rating proves the Global MBA programs successful track record in producing skilled graduates for the international job market.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (169, 'Wide Range of Specialisations to Choose from', '<ul><li><strong>Finance: </strong>Discusses financial markets, investment strategies and corporate finance to help students navigate global financial landscapes effectively.</li><li><strong>Human Resource Management: </strong>Focuses on cultivating strategic HR leaders and covers international HR practices, talent management and organisational behaviour, which are essential for managing diverse workforces.</li><li><strong>Marketing: </strong>Emphasises global marketing strategies, consumer behaviour analysis and digital marketing, preparing students to craft impactful campaigns that resonate across borders.</li><li><strong>Operations: </strong>Offers insights into global supply chain management, operational efficiency and quality management, which are vital for optimising international operations.</li><li><strong>Business Analytics: </strong>Integrates data analytics, machine learning and business intelligence tools to inform decision-making and drive business strategy globally.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (173, 'Year 3', '<p>In the third year, the focus shifts toward strategic application as students are introduced to the intricacies of managing performance and navigating legal business frameworks. Electives and practical experiences allow specialisation in areas that align with students'' interests and career aspirations.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Advanced Performance Management</td><td>Islamic Banking</td></tr><tr><td>Accounting Standards and Company Audit</td><td>Data Visualisation</td></tr><tr><td>Corporation tax</td><td><p>Elective 6: (Any One)</p><p>Money and Banking</p><p>Certification course*</p></td></tr><tr><td><p>Elective 4: (Any One)</p><p>Security Analysis &amp; Portfolio Analysis</p><p>Advanced Financial Management</p></td><td><p>Elective 7: (Any One)</p><p>Certification Course</p><p>International Financial Management</p></td></tr><tr><td><p>Elective 5: (Any One)</p><p>Financial Statement Interpretation</p><p>Insurance &amp; Risk Management</p></td><td>Summer Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (175, 'Wide Range of Specialisations to Choose from', '<ul><li><strong>Finance: </strong>Discusses financial markets, investment strategies and corporate finance to help students navigate global financial landscapes effectively.</li><li><strong>Human Resource Management: </strong>Focuses on cultivating strategic HR leaders and covers international HR practices, talent management and organisational behaviour, which are essential for managing diverse workforces.</li><li><strong>Marketing: </strong>Emphasises global marketing strategies, consumer behaviour analysis and digital marketing, preparing students to craft impactful campaigns that resonate across borders.</li><li><strong>Operations: </strong>Offers insights into global supply chain management, operational efficiency and quality management, which are vital for optimising international operations.</li><li><strong>Business Analytics: </strong>Integrates data analytics, machine learning and business intelligence tools to inform decision-making and drive business strategy globally.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (177, 'Five-Star KHDA Rating:', '<p>The KHDA, Government of Dubai, has recognised the Manipal Academy of Higher Education, Dubai, as a five-star institution for its excellence in teaching, research and employability. This rating proves the Global MBA programs successful track record in producing skilled graduates for the international job market.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (167, 'Year 3', '<p>In the third year, the focus shifts toward strategic application as students are introduced to the intricacies of managing performance and navigating legal business frameworks. Electives and practical experiences allow specialisation in areas that align with students'' interests and career aspirations.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Advanced Performance Management</td><td>Islamic Banking</td></tr><tr><td>Accounting Standards and Company Audit</td><td>Data Visualisation</td></tr><tr><td>Corporation tax</td><td><p>Elective 6: (Any One)</p><p>Money and Banking</p><p>Certification course*</p></td></tr><tr><td><p>Elective 4: (Any One)</p><p>Security Analysis &amp; Portfolio Analysis</p><p>Advanced Financial Management</p></td><td><p>Elective 7: (Any One)</p><p>Certification Course</p><p>International Financial Management</p></td></tr><tr><td><p>Elective 5: (Any One)</p><p>Financial Statement Interpretation</p><p>Insurance &amp; Risk Management</p></td><td>Summer Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (170, 'Academic Partnerships:', '<p>With partnerships across India, the UK and France, Manipal Academy of Higher Education offers students a diverse perspective on global business practices and access to a vast network of professional opportunities. The program benefits from collaborations with:</p><ul><li>NSE Smart Academy</li><li>University of Plymouth, UK</li><li>Edinburgh Napier University, UK</li><li>Rennes School of Business, France</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (171, 'Year 1', '<p>The program begins by grounding students in the essential principles of global business operations, offering a broad understanding of how organisations function internationally. It covers the basics of decision-making, strategy formulation, understanding market dynamics and the financial aspects underpinning business success. This foundational year is crucial for developing critical thinking and analytical skills in a global context.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Marketing Management</td><td>Corporate Finance</td></tr><tr><td>Financial Accounting</td><td>Operations Management</td></tr><tr><td>Business Research Methods</td><td>Leading People &amp; Organisations</td></tr><tr><td>Economics For Managers</td><td>Global Business Strategy</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (172, 'Year 2', '<p>The second year concentrates on sustainable business practices and data-driven decision-making. Students choose specialisation tracks to develop targeted expertise and engage in innovative and ethical thinking. This stage prepares them to effectively influence and succeed in global business environments.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Corporate Sustainability and Environment Management</td><td>Entrepreneurship &amp; Innovation Management</td></tr><tr><td>Business Analytics</td><td>Corporate Governance &amp; Ethics</td></tr><tr><td>Elective 1</td><td>Elective 1</td></tr><tr><td>Elective 2</td><td>Elective 2</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (174, 'Year 4', '<p>This is the program''s culmination, and students engage in advanced study, emphasising applying their accumulated knowledge to strategic business issues. A significant research project or practical application in the form of a summer project marks their final demonstration of industry readiness and academic proficiency.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Research Ethics</td><td>Research Dissertation</td></tr><tr><td>Systematic Review</td><td>&nbsp;</td></tr><tr><td>Data Analysis Tools and Techniques for Researchers</td><td>&nbsp;</td></tr><tr><td>Electives (Any Three) Asset Pricing</td><td>&nbsp;</td></tr><tr><td><p>Behavioural Finance</p><p>Developmental Economics</p><p>Research Trends in Marketing</p><p>Research Trends in Banking and Insurance</p><p>Designing and Managing Human Resource Systems</p><p>Managing the Supply Chain</p></td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (176, 'Academic Partnerships:', '<p>With partnerships across India, the UK and France, Manipal Academy of Higher Education offers students a diverse perspective on global business practices and access to a vast network of professional opportunities. The program benefits from collaborations with:</p><ul><li>NSE Smart Academy</li><li>University of Plymouth, UK</li><li>Edinburgh Napier University, UK</li><li>Rennes School of Business, France</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (179, 'Year 2', '<p>The second year concentrates on sustainable business practices and data-driven decision-making. Students choose specialisation tracks to develop targeted expertise and engage in innovative and ethical thinking. This stage prepares them to effectively influence and succeed in global business environments.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Corporate Sustainability and Environment Management</td><td>Entrepreneurship &amp; Innovation Management</td></tr><tr><td>Business Analytics</td><td>Corporate Governance &amp; Ethics</td></tr><tr><td>Elective 1</td><td>Elective 1</td></tr><tr><td>Elective 2</td><td>Elective 2</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (182, 'Wide Range of Specialisations to Choose from', '<ul><li><strong>Finance: </strong>Discusses financial markets, investment strategies and corporate finance to help students navigate global financial landscapes effectively.</li><li><strong>Human Resource Management: </strong>Focuses on cultivating strategic HR leaders and covers international HR practices, talent management and organisational behaviour, which are essential for managing diverse workforces.</li><li><strong>Marketing: </strong>Emphasises global marketing strategies, consumer behaviour analysis and digital marketing, preparing students to craft impactful campaigns that resonate across borders.</li><li><strong>Operations: </strong>Offers insights into global supply chain management, operational efficiency and quality management, which are vital for optimising international operations.</li><li><strong>Business Analytics: </strong>Integrates data analytics, machine learning and business intelligence tools to inform decision-making and drive business strategy globally.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (183, 'Five-Star KHDA Rating:', '<p>The KHDA, Government of Dubai, has recognised the Manipal Academy of Higher Education, Dubai, as a five-star institution for its excellence in teaching, research and employability. This rating proves the Global MBA programs successful track record in producing skilled graduates for the international job market.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (178, 'Year 1', '<p>The program begins by grounding students in the essential principles of global business operations, offering a broad understanding of how organisations function internationally. It covers the basics of decision-making, strategy formulation, understanding market dynamics and the financial aspects underpinning business success. This foundational year is crucial for developing critical thinking and analytical skills in a global context.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Marketing Management</td><td>Corporate Finance</td></tr><tr><td>Financial Accounting</td><td>Operations Management</td></tr><tr><td>Business Research Methods</td><td>Leading People &amp; Organisations</td></tr><tr><td>Economics For Managers</td><td>Global Business Strategy</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (180, 'Year 3', '<p>In the third year, the focus shifts toward strategic application as students are introduced to the intricacies of managing performance and navigating legal business frameworks. Electives and practical experiences allow specialisation in areas that align with students'' interests and career aspirations.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Advanced Performance Management</td><td>Islamic Banking</td></tr><tr><td>Accounting Standards and Company Audit</td><td>Data Visualisation</td></tr><tr><td>Corporation tax</td><td><p>Elective 6: (Any One)</p><p>Money and Banking</p><p>Certification course*</p></td></tr><tr><td><p>Elective 4: (Any One)</p><p>Security Analysis &amp; Portfolio Analysis</p><p>Advanced Financial Management</p></td><td><p>Elective 7: (Any One)</p><p>Certification Course</p><p>International Financial Management</p></td></tr><tr><td><p>Elective 5: (Any One)</p><p>Financial Statement Interpretation</p><p>Insurance &amp; Risk Management</p></td><td>Summer Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (181, 'Year 4', '<p>This is the program''s culmination, and students engage in advanced study, emphasising applying their accumulated knowledge to strategic business issues. A significant research project or practical application in the form of a summer project marks their final demonstration of industry readiness and academic proficiency.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Research Ethics</td><td>Research Dissertation</td></tr><tr><td>Systematic Review</td><td>&nbsp;</td></tr><tr><td>Data Analysis Tools and Techniques for Researchers</td><td>&nbsp;</td></tr><tr><td>Electives (Any Three) Asset Pricing</td><td>&nbsp;</td></tr><tr><td><p>Behavioural Finance</p><p>Developmental Economics</p><p>Research Trends in Marketing</p><p>Research Trends in Banking and Insurance</p><p>Designing and Managing Human Resource Systems</p><p>Managing the Supply Chain</p></td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (184, 'Academic Partnerships:', '<p>With partnerships across India, the UK and France, Manipal Academy of Higher Education offers students a diverse perspective on global business practices and access to a vast network of professional opportunities. The program benefits from collaborations with:</p><ul><li>NSE Smart Academy</li><li>University of Plymouth, UK</li><li>Edinburgh Napier University, UK</li><li>Rennes School of Business, France</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (186, 'Year 2', '<p>The second year concentrates on sustainable business practices and data-driven decision-making. Students choose specialisation tracks to develop targeted expertise and engage in innovative and ethical thinking. This stage prepares them to effectively influence and succeed in global business environments.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Corporate Sustainability and Environment Management</td><td>Entrepreneurship &amp; Innovation Management</td></tr><tr><td>Business Analytics</td><td>Corporate Governance &amp; Ethics</td></tr><tr><td>Elective 1</td><td>Elective 1</td></tr><tr><td>Elective 2</td><td>Elective 2</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (187, 'Year 3', '<p>In the third year, the focus shifts toward strategic application as students are introduced to the intricacies of managing performance and navigating legal business frameworks. Electives and practical experiences allow specialisation in areas that align with students'' interests and career aspirations.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Advanced Performance Management</td><td>Islamic Banking</td></tr><tr><td>Accounting Standards and Company Audit</td><td>Data Visualisation</td></tr><tr><td>Corporation tax</td><td><p>Elective 6: (Any One)</p><p>Money and Banking</p><p>Certification course*</p></td></tr><tr><td><p>Elective 4: (Any One)</p><p>Security Analysis &amp; Portfolio Analysis</p><p>Advanced Financial Management</p></td><td><p>Elective 7: (Any One)</p><p>Certification Course</p><p>International Financial Management</p></td></tr><tr><td><p>Elective 5: (Any One)</p><p>Financial Statement Interpretation</p><p>Insurance &amp; Risk Management</p></td><td>Summer Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (188, 'Year 4', '<p>This is the program''s culmination, and students engage in advanced study, emphasising applying their accumulated knowledge to strategic business issues. A significant research project or practical application in the form of a summer project marks their final demonstration of industry readiness and academic proficiency.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Research Ethics</td><td>Research Dissertation</td></tr><tr><td>Systematic Review</td><td>&nbsp;</td></tr><tr><td>Data Analysis Tools and Techniques for Researchers</td><td>&nbsp;</td></tr><tr><td>Electives (Any Three) Asset Pricing</td><td>&nbsp;</td></tr><tr><td><p>Behavioural Finance</p><p>Developmental Economics</p><p>Research Trends in Marketing</p><p>Research Trends in Banking and Insurance</p><p>Designing and Managing Human Resource Systems</p><p>Managing the Supply Chain</p></td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (190, 'Academic Partnerships:', '<p>With partnerships across India, the UK and France, Manipal Academy of Higher Education offers students a diverse perspective on global business practices and access to a vast network of professional opportunities. The program benefits from collaborations with:</p><ul><li>NSE Smart Academy</li><li>University of Plymouth, UK</li><li>Edinburgh Napier University, UK</li><li>Rennes School of Business, France</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (185, 'Year 1', '<p>The program begins by grounding students in the essential principles of global business operations, offering a broad understanding of how organisations function internationally. It covers the basics of decision-making, strategy formulation, understanding market dynamics and the financial aspects underpinning business success. This foundational year is crucial for developing critical thinking and analytical skills in a global context.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Marketing Management</td><td>Corporate Finance</td></tr><tr><td>Financial Accounting</td><td>Operations Management</td></tr><tr><td>Business Research Methods</td><td>Leading People &amp; Organisations</td></tr><tr><td>Economics For Managers</td><td>Global Business Strategy</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (189, 'Five-Star KHDA Rating:', '<p>The KHDA, Government of Dubai, has recognised the Manipal Academy of Higher Education, Dubai, as a five-star institution for its excellence in teaching, research and employability. This rating proves the Global MBA programs successful track record in producing skilled graduates for the international job market.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (192, 'Year 2', '<p>The second year concentrates on sustainable business practices and data-driven decision-making. Students choose specialisation tracks to develop targeted expertise and engage in innovative and ethical thinking. This stage prepares them to effectively influence and succeed in global business environments.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Corporate Sustainability and Environment Management</td><td>Entrepreneurship &amp; Innovation Management</td></tr><tr><td>Business Analytics</td><td>Corporate Governance &amp; Ethics</td></tr><tr><td>Elective 1</td><td>Elective 1</td></tr><tr><td>Elective 2</td><td>Elective 2</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (194, 'Year 3', '<p>In the third year, the focus shifts toward strategic application as students are introduced to the intricacies of managing performance and navigating legal business frameworks. Electives and practical experiences allow specialisation in areas that align with students'' interests and career aspirations.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Advanced Performance Management</td><td>Islamic Banking</td></tr><tr><td>Accounting Standards and Company Audit</td><td>Data Visualisation</td></tr><tr><td>Corporation tax</td><td><p>Elective 6: (Any One)</p><p>Money and Banking</p><p>Certification course*</p></td></tr><tr><td><p>Elective 4: (Any One)</p><p>Security Analysis &amp; Portfolio Analysis</p><p>Advanced Financial Management</p></td><td><p>Elective 7: (Any One)</p><p>Certification Course</p><p>International Financial Management</p></td></tr><tr><td><p>Elective 5: (Any One)</p><p>Financial Statement Interpretation</p><p>Insurance &amp; Risk Management</p></td><td>Summer Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (191, 'Wide Range of Specialisations to Choose from', '<ul><li><strong>Finance: </strong>Discusses financial markets, investment strategies and corporate finance to help students navigate global financial landscapes effectively.</li><li><strong>Human Resource Management: </strong>Focuses on cultivating strategic HR leaders and covers international HR practices, talent management and organisational behaviour, which are essential for managing diverse workforces.</li><li><strong>Marketing: </strong>Emphasises global marketing strategies, consumer behaviour analysis and digital marketing, preparing students to craft impactful campaigns that resonate across borders.</li><li><strong>Operations: </strong>Offers insights into global supply chain management, operational efficiency and quality management, which are vital for optimising international operations.</li><li><strong>Business Analytics: </strong>Integrates data analytics, machine learning and business intelligence tools to inform decision-making and drive business strategy globally.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (193, 'Year 1', '<p>The program begins by grounding students in the essential principles of global business operations, offering a broad understanding of how organisations function internationally. It covers the basics of decision-making, strategy formulation, understanding market dynamics and the financial aspects underpinning business success. This foundational year is crucial for developing critical thinking and analytical skills in a global context.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Marketing Management</td><td>Corporate Finance</td></tr><tr><td>Financial Accounting</td><td>Operations Management</td></tr><tr><td>Business Research Methods</td><td>Leading People &amp; Organisations</td></tr><tr><td>Economics For Managers</td><td>Global Business Strategy</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (195, 'Year 4', '<p>This is the program''s culmination, and students engage in advanced study, emphasising applying their accumulated knowledge to strategic business issues. A significant research project or practical application in the form of a summer project marks their final demonstration of industry readiness and academic proficiency.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Research Ethics</td><td>Research Dissertation</td></tr><tr><td>Systematic Review</td><td>&nbsp;</td></tr><tr><td>Data Analysis Tools and Techniques for Researchers</td><td>&nbsp;</td></tr><tr><td>Electives (Any Three) Asset Pricing</td><td>&nbsp;</td></tr><tr><td><p>Behavioural Finance</p><p>Developmental Economics</p><p>Research Trends in Marketing</p><p>Research Trends in Banking and Insurance</p><p>Designing and Managing Human Resource Systems</p><p>Managing the Supply Chain</p></td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (197, 'Wide Range of Specialisations to Choose from', '<ul><li><strong>Finance: </strong>Discusses financial markets, investment strategies and corporate finance to help students navigate global financial landscapes effectively.</li><li><strong>Human Resource Management: </strong>Focuses on cultivating strategic HR leaders and covers international HR practices, talent management and organisational behaviour, which are essential for managing diverse workforces.</li><li><strong>Marketing: </strong>Emphasises global marketing strategies, consumer behaviour analysis and digital marketing, preparing students to craft impactful campaigns that resonate across borders.</li><li><strong>Operations: </strong>Offers insights into global supply chain management, operational efficiency and quality management, which are vital for optimising international operations.</li><li><strong>Business Analytics: </strong>Integrates data analytics, machine learning and business intelligence tools to inform decision-making and drive business strategy globally.</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (198, 'Academic Partnerships:', '<p>With partnerships across India, the UK and France, Manipal Academy of Higher Education offers students a diverse perspective on global business practices and access to a vast network of professional opportunities. The program benefits from collaborations with:</p><ul><li>NSE Smart Academy</li><li>University of Plymouth, UK</li><li>Edinburgh Napier University, UK</li><li>Rennes School of Business, France</li></ul>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (201, 'Year 3', '<p>In the third year, the focus shifts toward strategic application as students are introduced to the intricacies of managing performance and navigating legal business frameworks. Electives and practical experiences allow specialisation in areas that align with students'' interests and career aspirations.</p><figure class="table"><table><thead><tr><th>Semester 5</th><th>Semester 6</th></tr></thead><tbody><tr><td>Advanced Performance Management</td><td>Islamic Banking</td></tr><tr><td>Accounting Standards and Company Audit</td><td>Data Visualisation</td></tr><tr><td>Corporation tax</td><td><p>Elective 6: (Any One)</p><p>Money and Banking</p><p>Certification course*</p></td></tr><tr><td><p>Elective 4: (Any One)</p><p>Security Analysis &amp; Portfolio Analysis</p><p>Advanced Financial Management</p></td><td><p>Elective 7: (Any One)</p><p>Certification Course</p><p>International Financial Management</p></td></tr><tr><td><p>Elective 5: (Any One)</p><p>Financial Statement Interpretation</p><p>Insurance &amp; Risk Management</p></td><td>Summer Project</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (143, 'Year 4', '<p>This is the program''s culmination, and students engage in advanced study, emphasising applying their accumulated knowledge to strategic business issues. A significant research project or practical application in the form of a summer project marks their final demonstration of industry readiness and academic proficiency.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Research Ethics</td><td>Research Dissertation</td></tr><tr><td>Systematic Review</td><td>&nbsp;</td></tr><tr><td>Data Analysis Tools and Techniques for Researchers</td><td>&nbsp;</td></tr><tr><td>Electives (Any Three) Asset Pricing</td><td>&nbsp;</td></tr><tr><td><p>Behavioural Finance</p><p>Developmental Economics</p><p>Research Trends in Marketing</p><p>Research Trends in Banking and Insurance</p><p>Designing and Managing Human Resource Systems</p><p>Managing the Supply Chain</p></td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (199, 'Year 1', '<p>The program begins by grounding students in the essential principles of global business operations, offering a broad understanding of how organisations function internationally. It covers the basics of decision-making, strategy formulation, understanding market dynamics and the financial aspects underpinning business success. This foundational year is crucial for developing critical thinking and analytical skills in a global context.</p><figure class="table"><table><thead><tr><th>Semester 1</th><th>Semester 2</th></tr></thead><tbody><tr><td>Marketing Management</td><td>Corporate Finance</td></tr><tr><td>Financial Accounting</td><td>Operations Management</td></tr><tr><td>Business Research Methods</td><td>Leading People &amp; Organisations</td></tr><tr><td>Economics For Managers</td><td>Global Business Strategy</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (200, 'Year 2', '<p>The second year concentrates on sustainable business practices and data-driven decision-making. Students choose specialisation tracks to develop targeted expertise and engage in innovative and ethical thinking. This stage prepares them to effectively influence and succeed in global business environments.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Corporate Sustainability and Environment Management</td><td>Entrepreneurship &amp; Innovation Management</td></tr><tr><td>Business Analytics</td><td>Corporate Governance &amp; Ethics</td></tr><tr><td>Elective 1</td><td>Elective 1</td></tr><tr><td>Elective 2</td><td>Elective 2</td></tr></tbody></table></figure><p><i>*For information regarding specialisation or elective subjects, refer to the prospectus.</i></p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (202, 'Year 4', '<p>This is the program''s culmination, and students engage in advanced study, emphasising applying their accumulated knowledge to strategic business issues. A significant research project or practical application in the form of a summer project marks their final demonstration of industry readiness and academic proficiency.</p><figure class="table"><table><thead><tr><th>Semester 7</th><th>Semester 8</th></tr></thead><tbody><tr><td>Research Ethics</td><td>Research Dissertation</td></tr><tr><td>Systematic Review</td><td>&nbsp;</td></tr><tr><td>Data Analysis Tools and Techniques for Researchers</td><td>&nbsp;</td></tr><tr><td>Electives (Any Three) Asset Pricing</td><td>&nbsp;</td></tr><tr><td><p>Behavioural Finance</p><p>Developmental Economics</p><p>Research Trends in Marketing</p><p>Research Trends in Banking and Insurance</p><p>Designing and Managing Human Resource Systems</p><p>Managing the Supply Chain</p></td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (138, 'Dual Accreditation', '<p>The BCom professional with ACCA certification offers students the chance to earn an accountancy qualification recognised nationally and internationally. Graduates of this program earn the privilege of dual membership with both the Association of Chartered Certified Accountants (ACCA) and the UAE Accountants and Auditors Association (AAA), leading to stronger networks and better career opportunities.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (140, 'Structured Learning Pathway', '<p>The ACCA qualification embedded within the BCom program is structured around three pivotal learning levels: Fundamentals, Professional, and 36 months of practical experience. This rigorous pathway prepares students for the professional world, culminating in attaining the UAECA Qualification after completing the program and the required work experience.</p>');
INSERT INTO public.components_manipal_info_title_rich_texts (id, title, rich_text_copy) VALUES (141, 'Year 2', '<p>In the second year, students delve deeper into the core aspects of business, focusing on enhanced analytical skills and understanding the legal nuances of the corporate world. The emphasis is on preparing students for critical thinking and problem-solving in a professional setting.</p><figure class="table"><table><thead><tr><th>Semester 3</th><th>Semester 4</th></tr></thead><tbody><tr><td>Business Accounting</td><td>Business Accounting</td></tr><tr><td>Cost and Management Accounting</td><td>Research Methodology</td></tr><tr><td>Legal Aspects of Business</td><td>Performance Management</td></tr><tr><td>Financial Services</td><td><p>Elective 3: (Any One)</p><p>Bank &amp; Management Audit Or</p><p>Financial Accounting using Tally ERP 9</p></td></tr><tr><td><p>Elective 2: (Any One)</p><p>Innovation &amp; Startup Management</p><p>Certification course*</p></td><td>Advanced Audit and Assurance</td></tr><tr><td>Doing Business in the Middle East</td><td>&nbsp;</td></tr></tbody></table></figure>');
--
-- TOC entry 8096 (class 0 OID 742881)
-- Dependencies: 345
-- Data for Name: components_manipal_inner_banners; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (1, 'Blogs');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (55, 'International Student Center');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (35, 'Apply for Scholarship');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (2, 'Students Policies');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (11, 'Research Committee');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (38, 'World Wide Manipal');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (7, 'Terms & Conditions');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (8, 'Privacy Policy');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (52, 'Alumni');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (26, 'Our Campus ');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (18, 'Why Dubai');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (13, 'Student Services');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (62, NULL);
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (57, 'Careers');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (9, 'InternationalCollaborations ');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (60, 'Programs');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (15, 'Recognitions & Accreditations');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (6, 'Our History');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (14, 'Open Days');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (19, 'Our Campus');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (20, 'Our Campus');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (21, 'Our Campus');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (22, 'Our Campuss');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (23, 'nothing');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (24, 'nothing');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (25, 'nothing');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (40, 'Leadership');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (17, 'Fees & Funding');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (54, 'International Students Scholarships');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (34, 'Benefits of Manipal Dubai Scholarships');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (47, 'Awards & Achievements');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (29, 'PRIVACY POLICY');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (32, 'Our Faculty');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (31, 'How To Apply');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (36, 'Administration');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (28, 'Terms & Conditions ');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (5, 'Frequently Asked Questions ');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (33, 'International Students Admissions');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (53, 'International Students');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (45, 'RESEARCH STRATEGY OF MAHE - DUBAI');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (64, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (58, 'Events');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (12, 'Campus Life');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (39, 'Overview');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (65, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (3, 'Rankings of Manipal');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (66, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (59, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (16, 'Policies');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (56, 'Contact Us');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (67, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (44, 'Research Awards');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (43, 'Research Collaborations');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (27, 'News');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (42, 'Research Publications ');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (51, 'Career Services Centre');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (46, 'Research Guidelines ');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (4, 'Amit Kumar Mondal');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (68, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (70, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (48, 'American University of Antigua');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (71, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (72, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (73, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (10, 'Research ');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (41, 'Research at MAHE Dubai');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (74, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (75, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (50, 'Sustainable campus initiative');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (76, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (77, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (49, 'Facilities');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (78, 'John Doe');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (30, 'Winter Camp');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (61, 'International Students Orientation Sessions');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (63, 'Innovation Incubation Center');
INSERT INTO public.components_manipal_inner_banners (id, title) VALUES (37, 'About');
--
-- TOC entry 8468 (class 0 OID 820298)
-- Dependencies: 717
-- Data for Name: components_manipal_internation_students; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_internation_students (id, title, rich_text_copy, key) VALUES (1, 'International Student Center', '<h5>We, at MAHE Dubai, are committed towards the continuous growth of the student diversity in the campus.</h5><p>We believe that every students stay at the campus should be a memorable and fruitful one and with students of over 45+ nationalities at the campus we strive to keep reinventing ourselves to achieve the same.</p><p>The initiation of Research &amp; the Development Program at Manipal Academy of Higher Education, Dubai is in line with Manipal Academy of Higher Education, India, where research has always been an area of paramount importance and Manipal Academy of Higher Education, Dubai, would also encourage research by faculty and staff members.</p><p>The passion for research not only enhances the knowledge and skill sets of an individual, but also provides a way to bring new tools, new techniques, and new knowledge which are eventually beneficial to the society. The faculty and staff members of the Manipal Academy of Higher Education, Dubai are encouraged to apply to get research funds from external research funding agencies.</p>', 'international-students-centre');
INSERT INTO public.components_manipal_internation_students (id, title, rich_text_copy, key) VALUES (2, 'International Student Orientation Sessions', '<h5>MAHE Dubai warmly welcomes students from all around the world to its diverse and inclusive campus through its <strong>International Students Orientation Program</strong>. This specially designed session is a gateway for international students to familiarize themselves with the university''s vibrant community and the city of Dubai.</h5><p>During the orientation, students are introduced to the campus facilities, academic policies, and support services, ensuring a smooth transition into university life. Expert-led sessions provide valuable insights into the cultural, social, and professional opportunities Dubai has to offer, making it easier for newcomers to navigate and embrace the citys dynamic lifestyle.</p><p>Additionally, the orientation fosters connections among peers through interactive activities and discussions, helping students build friendships and networks from the very start. Practical guidance on essential aspects such as accommodation, transportation, and visa processes ensures that students are well-equipped to settle into their new environment.</p><p>With a commitment to making every student feel at home, MAHE Dubais International Students Orientation is more than an information session—its the first step towards a fulfilling and enriching academic journey in one of the worlds most exciting cities.</p><p>By the end of the orientation, students gain not only knowledge but also confidence, ready to embark on their MAHE Dubai experience.</p><p></p>', 'international-students-orientation-sessions');
INSERT INTO public.components_manipal_internation_students (id, title, rich_text_copy, key) VALUES (3, 'International Students Activities', '<h5>At MAHE Dubai, we take immense pride in celebrating the rich diversity of our international student community. Our campus is a vibrant melting pot of cultures, and we ensure that every tradition is valued and celebrated through a wide range of activities and events.</h5><p>From festive celebrations like Diwali, Christmas, Eid, and International Day to unique cultural showcases, international students have ample opportunities to share their heritage and learn about others. These events not only foster cultural understanding but also create an inclusive and welcoming environment where everyone feels at home.</p><p>In addition to cultural festivities, students can participate in workshops, food festivals, and talent shows that highlight the diversity of our campus. Clubs and student-led organizations often collaborate to host events like International Day, where students dress in traditional attire, present cultural performances, and enjoy cuisines from around the globe.</p><p>Such activities allow students to express their identities while building meaningful connections across cultures. They also serve as a platform for creativity, collaboration, and the celebration of unity in diversity.</p><p>At MAHE Dubai, international student activities are more than just events—they are experiences that bring our global community together, creating memories that last a lifetime.</p><p></p>', 'international-students-activities');
INSERT INTO public.components_manipal_internation_students (id, title, rich_text_copy, key) VALUES (4, 'International Students Visa Requirement', '<h5>MAHE Dubai provides comprehensive support to international students seeking to study at our vibrant campus by facilitating the student visa process. Our aim is to make the transition to Dubai as smooth as possible, ensuring every student can focus on their academic and personal growth.</h5><p>To obtain a student visa through MAHE Dubai, applicants must first secure admission to one of our academic programs. Once admitted, the university assists with the visa application, guiding students through the required documentation and submission process. Essential documents typically include a valid passport, recent photographs, and proof of enrollment at MAHE Dubai.</p><p>Our dedicated team ensures that all applications comply with the guidelines set by UAE immigration authorities, helping students avoid common challenges. Additionally, we provide guidance on visa renewals, medical fitness tests, and Emirates ID registration, ensuring a hassle-free experience throughout their academic journey.</p><p>This streamlined process allows students to focus on settling into their new environment and preparing for a rewarding educational experience. At MAHE Dubai, we are committed to supporting our international students at every step, making their journey to study in one of the worlds most dynamic cities both exciting and stress-free.</p><p></p>', 'international-students-visa-requirements');
--
-- TOC entry 8512 (class 0 OID 963083)
-- Dependencies: 761
-- Data for Name: components_manipal_international_student_sections; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_international_student_sections (id, title, rich_text_copy) VALUES (1, 'International Students', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>We, at MAHE Dubai, are home to students of over 40 nationalities. Students from all ` of the world, except Antarctica, study and build a successful career at our University.</strong></span><br><br><span style="white-space:pre-wrap;">New not only to the University but also to the UAE, there is a need to have dedicated focus on their admissions as well as s`tay. In order to achieve the same, MAHE Dubai has dedicated teams to cater to the specific needs of its international students</span></p>');
--
-- TOC entry 8516 (class 0 OID 963101)
-- Dependencies: 765
-- Data for Name: components_manipal_international_student_sections_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_international_student_sections_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 41, 'manipal.double-text-with-link', 'exploreMore', NULL);
--
-- TOC entry 8210 (class 0 OID 752917)
-- Dependencies: 459
-- Data for Name: components_manipal_international_students_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_international_students_cards (id, title, rich_text_copy) VALUES (2, 'Existing student requirements', '<p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ''lorem ipsum'' will uncover many web sites still in their infancy.</p>');
INSERT INTO public.components_manipal_international_students_cards (id, title, rich_text_copy) VALUES (1, 'New International Students', '<p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever.</p><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ''lorem ipsum'' will uncover many web sites still in their infancy.</p>');
--
-- TOC entry 8608 (class 0 OID 1123897)
-- Dependencies: 857
-- Data for Name: components_manipal_key_values; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (33, 'Program', 'BTech Computer Science');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (34, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (35, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (36, 'Program', 'Foundation Course');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (38, 'Annual Tuition Fee', 'AED 31500');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (37, 'Registration Fees + Application Fees', 'AED 1680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (6, 'faculty', 'Faculty');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (8, 'school-news-and-events', 'School News and Events');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (39, 'Program', 'Bachelor of Arts in Media and Communication');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (40, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (41, 'Annual Tuition Fee', 'AED 48,300');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (42, 'Registration Fees + Application Fees', 'AED 1680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (43, 'Program', 'MSc Nutrition and Dietetics');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (44, 'Annual Tuition Fee', 'AED 40,950');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (45, 'Program', 'PG Diploma in Data Science');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (46, 'Registration Fees + Application Fees', 'AED 1680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (47, 'Annual Tuition Fee', 'AED 38,850');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (48, 'Program', 'BA in Humanities');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (49, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (50, 'Annual Tuition Fee', 'AED 37,275');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (54, 'Program', 'BTech Mechatronics');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (55, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (56, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (57, 'Program', 'B.Des(Interior Design)');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (59, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (58, 'Annual Tuition Fee', 'AED 44,100');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (60, 'Program', 'MBA International Business');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (61, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (62, 'Registration Fees + Application Fees', 'AED 1,680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (63, 'Program', 'MBA International Business');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (64, 'Registration Fees + Application Fees', 'AED 1,680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (65, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (66, 'Program', 'MBA International Business');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (67, 'Registration Fees + Application Fees', 'AED 1,680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (68, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (69, 'Registration Fees + Application Fees', 'AED 1,680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (70, 'Program', 'MBA International Business');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (71, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (72, 'Registration Fees + Application Fees', 'AED 1,680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (73, 'Program', 'MBA International Business');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (74, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (19, 'Program', 'Bachelor of Architecture');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (18, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (20, 'Annual Tuition Fee', 'AED 46,200');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (27, 'Program', 'Bachelor of Business Administration');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (28, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (29, 'Annual Tuition Fee', 'AED 45,150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (22, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (21, 'Program', 'BSc Applied Psychology');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (23, 'Annual Tuition Fee', 'AED 44,100');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (24, 'Program', 'BA in Film and Television');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (26, 'Annual Tuition Fee', 'AED 42,000');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (25, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (30, 'Program', 'Bachelor of Science in Biotechnology');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (31, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (32, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (75, 'Program', 'MBA International Business');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (76, 'Annual Tuition Fee', 'AED 50,400');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (77, 'Registration Fees + Application Fees', 'AED 1,680');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (51, 'Program', 'BCom professional with ACCA');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (52, 'Registration Fees + Application Fees', 'AED 3150');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (53, 'Annual Tuition Fee', 'AED 39,375 + 10,500 (ACCA Fee)');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (3, 'message-from-the-dean', 'Message from the Dean');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (2, 'overview', 'Overview');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (5, 'accreditation-and-partnerships ', 'Accreditation & Partnerships ');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (4, 'school-achievements', 'School Achievements');
INSERT INTO public.components_manipal_key_values (id, key, value) VALUES (7, 'programs', 'Programs');
--
-- TOC entry 8484 (class 0 OID 889671)
-- Dependencies: 733
-- Data for Name: components_manipal_leaderships; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_leaderships (id, title, "desc", btn_text, cta_link, cta_target) VALUES (1, 'Research Committee ', 'Our thriving residential campus is home to a community of creative and accomplished people from around the world.
', 'View more ', '#', NULL);
INSERT INTO public.components_manipal_leaderships (id, title, "desc", btn_text, cta_link, cta_target) VALUES (2, 'Join MAHE Dubai!', 'MAHE Dubai offers over 50+ programs across 5 schools & 7 disciplines covering Undergraduate, Postgraduate, Certificate, Foundation as well as PhD. ', 'Inquire Now', '#', NULL);
INSERT INTO public.components_manipal_leaderships (id, title, "desc", btn_text, cta_link, cta_target) VALUES (3, 'Related Events', 'Discovering Academic Excellence and Cultural Diversity Unveiling the Unparalleled Experience at Manipal Dubai!', 'Explore All Events', '/events', NULL);
INSERT INTO public.components_manipal_leaderships (id, title, "desc", btn_text, cta_link, cta_target) VALUES (4, 'Related Blogs Check', 'Discovering Academic Excellence and Cultural Diversity Unveiling the Unparalleled Experience at Manipal Dubai!', 'Explore All Blogs', '/blogs', NULL);
--
-- TOC entry 8594 (class 0 OID 1069213)
-- Dependencies: 843
-- Data for Name: components_manipal_long_texts; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_long_texts (id, "desc") VALUES (1, 'Visa Policies for International Students');
INSERT INTO public.components_manipal_long_texts (id, "desc") VALUES (5, 'cwdcwdcw');
INSERT INTO public.components_manipal_long_texts (id, "desc") VALUES (6, 'dscsc');
INSERT INTO public.components_manipal_long_texts (id, "desc") VALUES (2, 'Admission Support & Guidance');
INSERT INTO public.components_manipal_long_texts (id, "desc") VALUES (3, 'Admission Requirement Policies');
INSERT INTO public.components_manipal_long_texts (id, "desc") VALUES (4, 'Alumni Relations');
--
-- TOC entry 8574 (class 0 OID 1022914)
-- Dependencies: 823
-- Data for Name: components_manipal_main_btns; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (19, NULL, 'View All News', '/news');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (20, NULL, 'View All Events', '/events');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (9, NULL, 'View All News', '/news');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (10, NULL, 'View All Events', '/events');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (13, NULL, 'View All News', '/news');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (14, NULL, 'View All Events', '/events');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (4, NULL, 'View All News', '/news');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (5, NULL, 'View All Events', '/events');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (15, NULL, 'View All News', '/news');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (16, NULL, 'View All Events', '/events');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (6, NULL, 'Explore More', '#');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (7, NULL, 'Explore More', '#');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (8, NULL, 'More programs', '#');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (25, NULL, 'Explore More', '#');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (11, NULL, 'View All News', '/news');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (12, NULL, 'View All Events', '/events');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (3, NULL, 'View All', 'administration');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (17, NULL, 'View All News', '/news');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (18, NULL, 'View All Events', '/events');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (21, NULL, 'View All News', '/news');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (22, NULL, 'View All Events', '/events');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (26, NULL, 'Explore More', '#');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (1, NULL, 'Explore More', '/student-services');
INSERT INTO public.components_manipal_main_btns (id, cta_target, cta_text, cta_link) VALUES (2, NULL, 'Explore More', 'career-services');
--
-- TOC entry 8458 (class 0 OID 808026)
-- Dependencies: 707
-- Data for Name: components_manipal_main_menu_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (7, 'Home', '/', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (18, 'Research', 'research', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (3, 'News', '/news', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (4, 'events', '/events', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (5, 'admission', '/admissions', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (2, 'Campus Life', '/campus-life', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (6, 'Programs', '/programs', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (1, 'About', '/about-us', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (8, 'Our Faculty', '/our-faculty', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (10, 'Careers', '/careers', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (9, 'Alumni', '/alumni', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (11, 'Staff Portal', '#', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (13, 'Programs', NULL, false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (12, 'About', '/about-us', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (15, 'Campus Life', '/campus-life', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (14, 'Admissions', '/admissions', false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (17, 'More Links', NULL, false, NULL);
INSERT INTO public.components_manipal_main_menu_components (id, title, cta_link, highlight, cta_target) VALUES (16, 'Research', '/research', false, NULL);
--
-- TOC entry 8464 (class 0 OID 808058)
-- Dependencies: 713
-- Data for Name: components_manipal_main_menu_components_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (64, 14, 32, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (65, 14, 33, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (66, 14, 34, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (67, 14, 35, 'manipal.sub-menu', 'SubMenu', 4);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (68, 14, 36, 'manipal.sub-menu', 'SubMenu', 5);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 2, 19, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 2, 20, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (17, 2, 21, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 2, 22, 'manipal.sub-menu', 'SubMenu', 4);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (19, 2, 23, 'manipal.sub-menu', 'SubMenu', 5);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 6, 5, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 6, 6, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 6, 7, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 6, 8, 'manipal.sub-menu', 'SubMenu', 4);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 6, 9, 'manipal.sub-menu', 'SubMenu', 5);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 6, 10, 'manipal.sub-menu', 'SubMenu', 6);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 11, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 12, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 13, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 14, 'manipal.sub-menu', 'SubMenu', 4);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 15, 'manipal.sub-menu', 'SubMenu', 5);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 16, 'manipal.sub-menu', 'SubMenu', 6);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 1, 17, 'manipal.sub-menu', 'SubMenu', 7);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 1, 18, 'manipal.sub-menu', 'SubMenu', 8);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (34, 11, 24, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (35, 11, 25, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (36, 11, 26, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (59, 13, 27, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (60, 13, 29, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (61, 13, 28, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (62, 13, 30, 'manipal.sub-menu', 'SubMenu', 4);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (63, 13, 31, 'manipal.sub-menu', 'SubMenu', 5);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (69, 12, 37, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (70, 12, 39, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (71, 12, 38, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (72, 12, 40, 'manipal.sub-menu', 'SubMenu', 4);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (73, 12, 41, 'manipal.sub-menu', 'SubMenu', 5);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (74, 12, 42, 'manipal.sub-menu', 'SubMenu', 6);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (75, 12, 43, 'manipal.sub-menu', 'SubMenu', 7);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (76, 12, 44, 'manipal.sub-menu', 'SubMenu', 8);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (99, 15, 45, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (100, 15, 47, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (101, 15, 46, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (102, 15, 48, 'manipal.sub-menu', 'SubMenu', 4);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (103, 15, 49, 'manipal.sub-menu', 'SubMenu', 5);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (104, 15, 51, 'manipal.sub-menu', 'SubMenu', 6);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (105, 16, 50, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (106, 16, 52, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (107, 16, 53, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (109, 17, 55, 'manipal.sub-menu', 'SubMenu', 1);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (110, 17, 56, 'manipal.sub-menu', 'SubMenu', 2);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (111, 17, 57, 'manipal.sub-menu', 'SubMenu', 3);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (112, 17, 58, 'manipal.sub-menu', 'SubMenu', 4);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (113, 17, 59, 'manipal.sub-menu', 'SubMenu', 5);
INSERT INTO public.components_manipal_main_menu_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (114, 17, 60, 'manipal.sub-menu', 'SubMenu', 6);
--
-- TOC entry 8098 (class 0 OID 742888)
-- Dependencies: 347
-- Data for Name: components_manipal_manipal_ranking_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (1, 'Top-Ranked: No. 3 MBA Program in the Middle East', 'Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East)" indicates that a particular MBA program, likely offered by an educational institution, has achieved a high ranking in a regional assessment conducted by Forbes Middle East.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (2, 'Asias Top 200 universities - QS University Rankings: Asia 2016', 'Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East)" indicates that a particular MBA program, likely offered by an educational institution, has achieved a high ranking in a regional assessment conducted by Forbes Middle East.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (3, '9th ASSOCHAM Higher Education Summit & National Excellence Awards (February 2016)', 'Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East)" indicates that a particular MBA program, likely offered by an educational institution, has achieved a high ranking in a regional assessment conducted by Forbes Middle East.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (4, 'Ranked No. 1 among Private & Deemed Universities in India (The WEEK, May 2016)', 'Ranked No. 3 among MBA Programs in the Middle East (Forbes Middle East)" indicates that a particular MBA program, likely offered by an educational institution, has achieved a high ranking in a regional assessment conducted by Forbes Middle East.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (13, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (11, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (6, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (8, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (9, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (7, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (10, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (12, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (15, 'Program ', 'Accounting and Finance');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (14, 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (17, 'Our Team', 'MEHA Dubai: Nurturing Growth, Inspiring Excellence. Committed to Transparency, Innovation, and Student Success.');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (16, 'Giving Back', 'How would you like to get involved with Manipal?');
INSERT INTO public.components_manipal_manipal_ranking_components (id, title, "desc") VALUES (5, 'We look forward to hearing from you', 'Fill out the form and we will get back to you as soon as possible');
--
-- TOC entry 8582 (class 0 OID 1032996)
-- Dependencies: 831
-- Data for Name: components_manipal_multiple_images_with_texts; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_multiple_images_with_texts (id, cta_target, cta_link, cta_text) VALUES (1, '_blank', 'https://www.facebook.com/MAHEDubai/', 'facebook');
INSERT INTO public.components_manipal_multiple_images_with_texts (id, cta_target, cta_link, cta_text) VALUES (2, '_blank', 'https://www.instagram.com/manipaldxb/?hl=en', 'instagram');
INSERT INTO public.components_manipal_multiple_images_with_texts (id, cta_target, cta_link, cta_text) VALUES (4, '_blank', 'https://www.linkedin.com/school/mahe-dubai/', 'linkedIn');
INSERT INTO public.components_manipal_multiple_images_with_texts (id, cta_target, cta_link, cta_text) VALUES (3, '_blank', 'https://twitter.com/manipaldxb?lang=en', 'twitter');
INSERT INTO public.components_manipal_multiple_images_with_texts (id, cta_target, cta_link, cta_text) VALUES (5, '_blank', 'https://www.youtube.com/user/manipaldubai', 'youtube');
--
-- TOC entry 8278 (class 0 OID 783534)
-- Dependencies: 527
-- Data for Name: components_manipal_note_rich_text_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_note_rich_text_components (id, title, rich_text_copy, note) VALUES (2, 'Documents Required for Postgraduate programs', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">The program prepares the students to be suitable for various challenging roles in industry such as:</span></p><ul><li><span style="white-space:pre-wrap;">Certified copy of Bachelor Degree and a copy of the mark sheet (along with the original.</span></li><li><span style="white-space:pre-wrap;">Passport copy</span></li><li><span style="white-space:pre-wrap;">5 Passport size photographs</span></li><li><span style="white-space:pre-wrap;">Lorem Ipsum Dummy Text</span></li></ul>', 'Note: Original Marksheet will be returned immediately after verification.');
INSERT INTO public.components_manipal_note_rich_text_components (id, title, rich_text_copy, note) VALUES (1, 'Documents Required for undergraduate programs', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">The program prepares the students to be suitable for various challenging roles in industry such as:</span><br><br>&nbsp;</p><ul><li><span style="white-space:pre-wrap;">Attested copy of mark sheet/ grade sheet of 12th Std. examination/ equivalent - original &amp; photocopy</span></li><li><span style="white-space:pre-wrap;">Certified copy of 10th Std. mark sheet - original &amp; photocopy</span></li><li><span style="white-space:pre-wrap;">Certified copy of 10th Std. mark sheet - original &amp; photocopy</span></li><li><span style="white-space:pre-wrap;">Transfer Certificate or School Leaving Certificate - original (will not be returned)</span></li><li><span style="white-space:pre-wrap;">Conduct Certificate issued by the school - original (will not be returned)</span></li><li><span style="white-space:pre-wrap;">Passport Copy - 1 set</span></li><li><span style="white-space:pre-wrap;">10 passport size photographs</span></li></ul>', 'Note: Original Marksheet will be returned immediately after verification.');
--
-- TOC entry 8214 (class 0 OID 752933)
-- Dependencies: 463
-- Data for Name: components_manipal_open_days_points; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_open_days_points (id, title, title_2) VALUES (1, 'Our faculty, current students & admissions team will be available to answer any questions about:', 'We look forward to starting your future with Manipal to make tomorrow better!');
--
-- TOC entry 8212 (class 0 OID 752926)
-- Dependencies: 461
-- Data for Name: components_manipal_open_days_points_arrays; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_open_days_points_arrays (id, title) VALUES (2, 'Understand what our ratings mean and how it will benefit you in the long term');
INSERT INTO public.components_manipal_open_days_points_arrays (id, title) VALUES (1, 'Meet the Admission Counsellors & interact with the Faculty');
INSERT INTO public.components_manipal_open_days_points_arrays (id, title) VALUES (3, 'Know in-depth about the program structure');
INSERT INTO public.components_manipal_open_days_points_arrays (id, title) VALUES (4, 'Learn about the scholarships and the eligibility criteria');
INSERT INTO public.components_manipal_open_days_points_arrays (id, title) VALUES (6, 'Take a personalized campus tour');
INSERT INTO public.components_manipal_open_days_points_arrays (id, title) VALUES (5, 'Register on-spot and avail special open house offers');
--
-- TOC entry 8232 (class 0 OID 753057)
-- Dependencies: 481
-- Data for Name: components_manipal_open_days_points_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_open_days_points_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.open-days-points-array', 'points', 1);
INSERT INTO public.components_manipal_open_days_points_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 2, 'manipal.open-days-points-array', 'points', 2);
INSERT INTO public.components_manipal_open_days_points_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 3, 'manipal.open-days-points-array', 'points', 3);
INSERT INTO public.components_manipal_open_days_points_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 4, 'manipal.open-days-points-array', 'points', 4);
INSERT INTO public.components_manipal_open_days_points_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 5, 'manipal.open-days-points-array', 'points', 5);
INSERT INTO public.components_manipal_open_days_points_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 6, 'manipal.open-days-points-array', 'points', 6);
--
-- TOC entry 8100 (class 0 OID 742897)
-- Dependencies: 349
-- Data for Name: components_manipal_our_histories; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (2, '2022', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Manipal Group celebrates 60 years in Education and Healthcare. Golden Peacock Environment Management award for Manipal Academy of Higher Education.</span></p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (1, '2023', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Manipal Group celebrates 60 years in Education and Healthcare. Golden Peacock Environment Management award for Manipal Academy of Higher Education.</span></p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (6, '2001', '<p>The Dubai campus launched undergraduate programs in engineering and business, catering to an international student body</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (7, '2000', '<p>MAHE Dubai was established, a branch campus of MAHE, India which is the universitys first international campus and expanding its academic reach into the UAE</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (8, '2007', '<p>New specialized labs for media, biotechnology, and information technology were added, enhancing practical learning experiences</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (9, '2003', '<p>The campus added postgraduate programs, furthering academic offerings for students seeking advanced degrees in key disciplines like Engineering and Business</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (10, '2008', '<p>MAHE Dubai saw an increase in student enrollment, with over 1,500 students across a range of disciplines</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (11, '2009', '<p>The campus hosted its first international academic conference, showcasing its growing role as a regional academic leader</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (12, '2011', '<p>A major milestone—MAHE Dubai moved to its iconic new campus in Dubai International Academic City (DIAC), with facilities for 4,000 students and state-of-the-art labs and studios</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (13, '2015', '<p>MAHE Dubai Campus in collaboration with the Embassy of India, Abu Dhabi, UAE launched a 100% Higher Education Scholarship, also known as Mahila Sarva Siksha Abhiyan, for select Girl Students</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (14, '2019', '<p>Won the Forbes Middle East Higher Education Award for Outstanding Support for Students by Forbes Middle at the Forbes Middle East Higher Education Awards 2019</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (15, '2020', '<p>Received a 5-star rating in the KHDA Higher Education Classification Ratings, solidifying its reputation for academic excellence securing the highest overall Rating Score of 836 on a total of 1000 points amongst all the 17 participating institutions.</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (16, '2021 ', '<p>Established the Centre for Robotics and Artificial Intelligence (CRAI) to equip students with practical skills and insights into the latest advancements in robotics and AI.</p>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (17, '2023', '<ol><li>As a member of Universities Climate Network (UCN) was part of the COP28 hosted by the UAE in 2023.</li><li>MAHE Dubai became a recipient of Chartered Institution of Building Services Engineers (CIBSE) Award for Universities category of Sustainability Initiative of the Year, Digital Innovation of the Year 2023.</li><li>MAHE Dubai''s School of Engineering &amp; IT earned IET accreditation for four BTech programs—Computer Science, Electrical &amp; Electronics, Mechatronics, and Mechanical Engineering—by the globally recognized Institution of Engineering and Technology.</li><li>MAHE Dubai expanded its lab portfolio with the addition of the Management Lab for immersive leadership training, the Computational Design and AR/VR Lab for design and modeling innovation, and the Centre for Cyber Security and IoT for specialized courses and research. Additionally, the Centre for Interdisciplinary Studies (CIS) was established to support cross-disciplinary programs.</li></ol>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (18, '2022', '<ol><li>MAHE Dubai received the coveted 5 Star Rating as per the 2022 Rating of International Higher Education Institutions in Dubai by KHDA, in partnership with QS. 17 institutions participated in the Rating. MAHE Dubai scored an overall score of 876 points and was the only University with 5 stars across all eight categories.</li><li>MAHE Dubai is officially recognized as a signatory for the United Nations Framework Convention on Climate Change (UNFCC) Race to Zero and has a Climate Action Plan for the campus with 2040 Net Zero target.</li><li>MAHE Dubai is officially recognized as a signatory for the United Nations Framework Convention on Climate Change (UNFCC) Race to Zero and has a Climate Action Plan for the campus with 2040 Net Zero target.</li></ol>');
INSERT INTO public.components_manipal_our_histories (id, year, "desc") VALUES (19, '2024', '<ol><li>Fintech Lab: A cutting-edge facility designed to support innovation and learning in the rapidly growing field of financial technology, equipping students with the skills to thrive in a digital economy.</li><li>Co-Lab: A collaborative space fostering creativity and teamwork, encouraging students to work together on interdisciplinary projects and entrepreneurial ventures.</li><li>Outdoor Sports Arena: A state-of-the-art arena providing top-notch facilities for sports and recreational activities, promoting fitness and wellness among students and staff.</li><li>RTA Bus Shelter: A new addition for enhanced campus accessibility, ensuring convenient and comfortable transportation options for students and visitors.</li></ol>');
--
-- TOC entry 8280 (class 0 OID 783543)
-- Dependencies: 529
-- Data for Name: components_manipal_our_process_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_our_process_components (id, title, short_desc) VALUES (1, 'Our Process test', 'Manipal Academy of Higher Education, Dubai supports the procurement for International and non-resident students to study at the University.');
INSERT INTO public.components_manipal_our_process_components (id, title, short_desc) VALUES (2, 'Our Process', 'Manipal Academy of Higher Education, Dubai supports the procurement of a Student Visa for International and non-resident students seeking to study at the University.');
--
-- TOC entry 8332 (class 0 OID 783839)
-- Dependencies: 581
-- Data for Name: components_manipal_our_process_components_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_our_process_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.our-process', 'ourProcessImg', 1);
INSERT INTO public.components_manipal_our_process_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 2, 'manipal.our-process', 'ourProcessImg', 2);
INSERT INTO public.components_manipal_our_process_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 3, 'manipal.our-process', 'ourProcessImg', 3);
INSERT INTO public.components_manipal_our_process_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 4, 'manipal.our-process', 'ourProcessImg', 4);
INSERT INTO public.components_manipal_our_process_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 2, 5, 'manipal.our-process', 'ourProcessImg', 1);
INSERT INTO public.components_manipal_our_process_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 2, 6, 'manipal.our-process', 'ourProcessImg', 2);
INSERT INTO public.components_manipal_our_process_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 2, 7, 'manipal.our-process', 'ourProcessImg', 3);
INSERT INTO public.components_manipal_our_process_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 2, 8, 'manipal.our-process', 'ourProcessImg', 4);
--
-- TOC entry 8282 (class 0 OID 783552)
-- Dependencies: 531
-- Data for Name: components_manipal_our_processes; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (17, 'Verify viaEmail/OTP');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (18, 'RegisterYourself');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (20, 'Upload Required Documents');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (19, 'Fill Application form Online');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (21, 'Pay Application Fee');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (5, ' Explore Programs and Eligibility ');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (6, 'Connect with an Admissions Expert & Start Your Application');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (7, 'Pay Registration Fee');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (8, 'Receive Your Provisional Offer Letter');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (2, 'Provide your Documents');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (1, 'Complete your Application');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (4, 'Leave the rest to the Manipal Dubai Visa Team');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (3, 'Make the visa payment');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (10, 'Register Yourself');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (9, 'Verify via Email/OTP');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (11, 'Upload Required Documents');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (12, 'Fill Application form Online');
INSERT INTO public.components_manipal_our_processes (id, title) VALUES (13, 'Pay Application Fee');
--
-- TOC entry 8414 (class 0 OID 793974)
-- Dependencies: 663
-- Data for Name: components_manipal_partners; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_partners (id, title, description) VALUES (1, 'Our Partners', '<p>Industry collaborations and interface allow our students to enhance their exposure in a real media environment. By experiencing the professional demeanour and work ethic, they will learn how to work within tight deadlines and under pressures.</p>');
--
-- TOC entry 8412 (class 0 OID 793967)
-- Dependencies: 661
-- Data for Name: components_manipal_partners_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (1, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (3, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (2, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (4, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (6, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (5, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (7, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (8, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (9, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (10, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (11, 'Dubai international film festival');
INSERT INTO public.components_manipal_partners_cards (id, title) VALUES (12, 'Course Detail');
--
-- TOC entry 8424 (class 0 OID 794054)
-- Dependencies: 673
-- Data for Name: components_manipal_partners_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.partners-card', 'cards', 1);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 2, 'manipal.partners-card', 'cards', 2);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 3, 'manipal.partners-card', 'cards', 3);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 4, 'manipal.partners-card', 'cards', 4);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 6, 'manipal.partners-card', 'cards', 5);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 5, 'manipal.partners-card', 'cards', 6);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 7, 'manipal.partners-card', 'cards', 7);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 8, 'manipal.partners-card', 'cards', 8);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 9, 'manipal.partners-card', 'cards', 9);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 10, 'manipal.partners-card', 'cards', 10);
INSERT INTO public.components_manipal_partners_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 11, 'manipal.partners-card', 'cards', 11);
--
-- TOC entry 8514 (class 0 OID 963092)
-- Dependencies: 763
-- Data for Name: components_manipal_program_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_program_cards (id, title, "desc") VALUES (1, 'UAE Admissions', 'In the Middle East, the program is ranked among the best MBA programs');
INSERT INTO public.components_manipal_program_cards (id, title, "desc") VALUES (2, 'International Admissions', 'It is mandatory for all students to have a valid UAE residence visa to study
');
--
-- TOC entry 8518 (class 0 OID 963115)
-- Dependencies: 767
-- Data for Name: components_manipal_program_cards_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_program_cards_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 42, 'manipal.double-text-with-link', 'readMore', NULL);
INSERT INTO public.components_manipal_program_cards_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 2, 43, 'manipal.double-text-with-link', 'readMore', NULL);
--
-- TOC entry 8492 (class 0 OID 956911)
-- Dependencies: 741
-- Data for Name: components_manipal_program_course_details; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_program_course_details (id) VALUES (6);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (9);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (7);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (8);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (10);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (11);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (12);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (13);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (14);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (15);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (16);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (18);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (19);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (20);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (21);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (22);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (23);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (24);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (25);
INSERT INTO public.components_manipal_program_course_details (id) VALUES (17);
--
-- TOC entry 8500 (class 0 OID 956948)
-- Dependencies: 749
-- Data for Name: components_manipal_program_course_details_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (601, 8, 38, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (602, 8, 40, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (603, 8, 39, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (604, 8, 41, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (765, 13, 120, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (665, 10, 114, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (766, 14, 62, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (767, 14, 63, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (768, 14, 64, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (769, 14, 65, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (770, 14, 122, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (771, 15, 66, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (772, 15, 68, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (405, 6, 106, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (773, 15, 67, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (661, 10, 46, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (662, 10, 47, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (663, 10, 48, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (664, 10, 49, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (401, 6, 31, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (402, 6, 30, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (404, 6, 33, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (403, 6, 32, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (640, 9, 112, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (774, 15, 69, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (775, 15, 124, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (776, 16, 70, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (777, 16, 71, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (778, 16, 72, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (779, 16, 73, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (780, 16, 127, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (636, 9, 42, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (637, 9, 43, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (638, 9, 45, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (639, 9, 44, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (745, 11, 116, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (741, 11, 50, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (742, 11, 51, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (743, 11, 52, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (744, 11, 53, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (786, 18, 78, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (555, 7, 108, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (551, 7, 34, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (552, 7, 35, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (553, 7, 36, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (750, 12, 118, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (746, 12, 54, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (747, 12, 55, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (748, 12, 57, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (554, 7, 37, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (605, 8, 110, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (787, 18, 79, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (788, 18, 81, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (789, 18, 80, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (790, 18, 131, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (749, 12, 56, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (761, 13, 58, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (762, 13, 60, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (763, 13, 61, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (764, 13, 59, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (801, 20, 87, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (802, 20, 86, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (803, 20, 88, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (804, 20, 89, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (795, 19, 133, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (791, 19, 84, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (792, 19, 82, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (793, 19, 83, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (794, 19, 85, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (805, 20, 135, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (806, 21, 92, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (807, 21, 90, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (808, 21, 93, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (809, 21, 91, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (810, 21, 137, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (811, 22, 94, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (812, 22, 95, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (813, 22, 97, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (814, 22, 96, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (815, 22, 139, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (816, 23, 98, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (817, 23, 99, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (818, 23, 101, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (819, 23, 100, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (820, 23, 141, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (821, 24, 104, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (822, 24, 103, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (823, 24, 102, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (824, 24, 105, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (825, 24, 143, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (826, 25, 107, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (827, 25, 106, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (828, 25, 109, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (829, 25, 108, 'manipal.career-services-figures', 'courseDetailsData', 4);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (830, 25, 145, 'manipal.double-text-with-link', 'downloadBrochure', NULL);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (785, 17, 129, 'manipal.double-text-with-link', 'downloadBrochure', 5);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (781, 17, 74, 'manipal.career-services-figures', 'courseDetailsData', 1);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (782, 17, 75, 'manipal.career-services-figures', 'courseDetailsData', 2);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (783, 17, 76, 'manipal.career-services-figures', 'courseDetailsData', 3);
INSERT INTO public.components_manipal_program_course_details_components (id, entity_id, component_id, component_type, field, "order") VALUES (784, 17, 77, 'manipal.career-services-figures', 'courseDetailsData', 4);
--
-- TOC entry 8284 (class 0 OID 783559)
-- Dependencies: 533
-- Data for Name: components_manipal_programs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_programs (id, title, "desc", rich_text_copy) VALUES (2, 'Post Graduate Diploma Programs', 'Please go through the table below for schedule of the fees for all courses for the batch starting in 2023.', '<figure class="table" style="width:92.29%;"><table class="ck-table-resized"><colgroup><col style="width:19.69%;"><col style="width:20.57%;"><col style="width:22.57%;"><col style="width:17.49%;"><col style="width:19.68%;"></colgroup><thead><tr><th>Program</th><th>Program Duration</th><th>Annual Tuition fees</th><th>5% VAT</th><th>Intake Session</th></tr></thead><tbody><tr><td>PG Diploma - Business Administration</td><td>1 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr><tr><td>PG Diploma - Logistics &amp; Supply Chain</td><td>1 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr><tr><td>PG Diploma - Cyber Security</td><td>1 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr><tr><td>PG Diploma - Data Science</td><td>1 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_programs (id, title, "desc", rich_text_copy) VALUES (1, 'Post Graduate Programs', 'Please go through the table below for schedule of the fees for all courses for the batch starting in 2023.', '<figure class="table" style="width:91.55%;"><table class="ck-table-resized"><colgroup><col style="width:18.38%;"><col style="width:21.88%;"><col style="width:22.61%;"><col style="width:17.4%;"><col style="width:19.73%;"></colgroup><thead><tr><th>Program</th><th>Program Duration</th><th>Annual Tuition fees</th><th>5% VAT</th><th>Intake Session</th></tr></thead><tbody><tr><td>MBA - International Business (Day)</td><td>2 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>MBA - International Business (Evening / Weekend)</td><td>2 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr><tr><td>MSc - Applied Psychology</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MA - Fashion Management</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MDes - Interior Design</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MDes - Sustainable Design</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MSc - Information Science</td><td>2 year</td><td>33,000</td><td>1,650</td><td>September</td></tr><tr><td>MTech - Computer Science &amp; Information Security</td><td>2 year</td><td>33,000</td><td>1,650</td><td>Sep/Feb</td></tr><tr><td>MTech - Construction Engineering &amp; Management</td><td>2 year</td><td>33,000</td><td>1,650</td><td>Sep/Feb</td></tr><tr><td>MTech - Energy Systems &amp; Management</td><td>2 year</td><td>33,000</td><td>1,650</td><td>Sep/Feb</td></tr><tr><td>MTech - Engineering Management</td><td>2 year</td><td>33,000</td><td>1,650</td><td>Sep/Feb</td></tr><tr><td>MTech - Manufacturing Technology and Automation</td><td>2 year</td><td>33,000</td><td>1,650</td><td>Sep/Feb</td></tr><tr><td>MSc - Medical Biotechnology</td><td>2 year</td><td>39,000</td><td>1,950</td><td>September</td></tr><tr><td>MSc - Molecular Biology &amp; Human Genetics</td><td>2 year</td><td>39,000</td><td>1,950</td><td>September</td></tr><tr><td>MSc - Nutrition &amp; Dietetics</td><td>2 year</td><td>39,000</td><td>1,950</td><td>September</td></tr><tr><td>MSc - Food Science and Safety</td><td>2 year</td><td>39,000</td><td>1,950</td><td>September</td></tr><tr><td>MA - Media &amp; Communication</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MSc - Applied Psychology</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MBA - International Business (Day)</td><td>2 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>MBA - International Business (Evening / Weekend)</td><td>2 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr><tr><td>MSc - Applied Psychology</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MBA - International Business (Day)</td><td>2 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>MBA - International Business (Evening / Weekend)</td><td>2 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr><tr><td>MSc - Applied Psychology</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MBA - International Business (Day)</td><td>2 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>MBA - International Business (Evening / Weekend)</td><td>2 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr><tr><td>MSc - Applied Psychology</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr><tr><td>MBA - International Business (Day)</td><td>2 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>MBA - International Business (Evening / Weekend)</td><td>2 year</td><td>37,000</td><td>1,850</td><td>Sep/Feb</td></tr><tr><td>MSc - Applied Psychology</td><td>2 year</td><td>35,000</td><td>1,750</td><td>September</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_programs (id, title, "desc", rich_text_copy) VALUES (3, ' PhD Programs', 'Please go through the table below for schedule of the fees for all courses for the batch starting in 2023.', '<figure class="table" style="width:93.78%;"><table class="ck-table-resized"><colgroup><col style="width:19.93%;"><col style="width:19.04%;"><col style="width:22.94%;"><col style="width:18.42%;"><col style="width:19.67%;"></colgroup><thead><tr><th>Program</th><th>Program Duration</th><th>Annual Tuition fees</th><th>5% VAT</th><th>Intake Session</th></tr></thead><tbody><tr><td>PhD - Management</td><td>3 year</td><td>24,000</td><td>1,200</td><td>Sep/Feb</td></tr><tr><td>PhD - Engineering</td><td>3 year</td><td>24,000</td><td>1,200</td><td>Sep/Feb</td></tr><tr><td>PhD - Biotechnology</td><td>3 year</td><td>24,000</td><td>1,200</td><td>Sep/Feb</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_programs (id, title, "desc", rich_text_copy) VALUES (5, 'Certificate and Foundation Program', 'Please go through the table below for schedule of the fees for all courses for the batch starting in 2023.', '<figure class="table" style="width:93.78%;"><table class="ck-table-resized"><colgroup><col style="width:19.93%;"><col style="width:19.04%;"><col style="width:22.94%;"><col style="width:18.42%;"><col style="width:19.67%;"></colgroup><thead><tr><th>Program</th><th>Program Duration</th><th>Annual Tuition fees</th><th>5% VAT</th><th>Intake Session</th></tr></thead><tbody><tr><td>Certificate Program - Interior Design</td><td>1 year</td><td>30,000</td><td>1,500</td><td>Sep/Feb</td></tr><tr><td>MAHE Dubai Foundation Program</td><td>year</td><td>30,000</td><td>1,500</td><td>Sep/Feb</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_programs (id, title, "desc", rich_text_copy) VALUES (6, 'Application and Registration Fee', ' .', '<figure class="table" style="width:93.78%;"><table><thead><tr><th>Program</th><th>Application Fee + Registration Fee</th></tr></thead><tbody><tr><td>All UG Programs</td><td>AED 3,150</td></tr><tr><td>All PG, PG Diploma, PhD, Certificate (duration 1 year), and Foundation Programs</td><td>AED 1,680</td></tr></tbody></table></figure>');
INSERT INTO public.components_manipal_programs (id, title, "desc", rich_text_copy) VALUES (4, 'Undergraduate Programs', 'Please go through the table below for schedule of the fees for all courses for the batch starting in 2023.', '<figure class="table" style="width:91.55%;"><table class="ck-table-resized"><colgroup><col style="width:18.5%;"><col style="width:21.64%;"><col style="width:23.01%;"><col style="width:17.14%;"><col style="width:19.71%;"></colgroup><thead><tr><th>Program</th><th>Program Duration</th><th>Annual Tuition fees</th><th>5% VAT</th><th>Intake Session</th></tr></thead><tbody><tr><td>BA - Humanities (Literature, Psychology, Sociology)</td><td>3 year</td><td>37,500</td><td>1,875</td><td>September</td></tr><tr><td>Bsc - Applied Psychology</td><td>3 year</td><td>42,000</td><td>2,100</td><td>September</td></tr><tr><td>BBA (Day)</td><td>3 year</td><td>43,000</td><td>2,150</td><td>September</td></tr><tr><td>BBA (Evening)</td><td>3 year</td><td>37,500</td><td>1,875</td><td>Sep/Feb</td></tr><tr><td>BBA - Tourism &amp; Hospitality</td><td>3 year</td><td>43,000</td><td>2,150</td><td>September</td></tr><tr><td>BCom - Professional</td><td>3 year</td><td>37500</td><td>1875</td><td>September</td></tr><tr><td>BCom - Professional (with ACCA)</td><td>3 year</td><td>37,500 + 10,000 (ACCA Fee)</td><td>1,875 + 500</td><td>September</td></tr><tr><td>BArch</td><td>5 year</td><td>44,000</td><td>2,200</td><td>September</td></tr><tr><td>BDes - Interior Design</td><td>4 year</td><td>42,000</td><td>2,100</td><td>September</td></tr><tr><td>BDes - Fashion Design</td><td>4 year</td><td>39,000</td><td>1,950</td><td>September</td></tr><tr><td>BSc - Design Management</td><td>3 year</td><td>40,000</td><td>2,000</td><td>September</td></tr><tr><td>BSc - Information Systems &amp; Management</td><td>3 year</td><td>43,000</td><td>2,150</td><td>September</td></tr><tr><td>BSc - Information Systems &amp; Management (Evening)</td><td>3 year</td><td>37,500</td><td>1,875</td><td>September</td></tr><tr><td>BTech - Chemical Engineering (Day)</td><td>4 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BTech - Civil Engineering (Day)</td><td>4 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BTech - Computer Science Engineering (Day)</td><td>4 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BTech - Data Science &amp; Engineering (Day)</td><td>4 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BTech - Electrical &amp; Electronics Engineering (Day)</td><td>4 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BTech - Mechanical Engineering (Day)</td><td>4 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BTech - Mechatronics Engineering (Day)</td><td>4 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BTech - Civil Engineering (Evening)</td><td>3 year</td><td>35,500</td><td>1,775</td><td>Sep/Feb</td></tr><tr><td>BTech - Electrical &amp; Electronics Engineering (Evening)</td><td>3 year</td><td>35,500</td><td>1,775</td><td>Sep/Feb</td></tr><tr><td>BTech - Mechanical Engineering (Evening)</td><td>3 year</td><td>35,500</td><td>1,775</td><td>Sep/Feb</td></tr><tr><td>BSc - Biotechnology</td><td>3 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BSc - Food &amp; Nutrition Science</td><td>3 year</td><td>48,000</td><td>2,400</td><td>September</td></tr><tr><td>BA - Film Studies &amp; TV Production</td><td>3 year</td><td>42,000</td><td>2,100</td><td>September</td></tr><tr><td>BA - Media &amp; Communication</td><td>3 year</td><td>46,000</td><td>2,300</td><td>September</td></tr><tr><td>BSc - Animation</td><td>3 year</td><td>42,000</td><td>2,100</td><td>September</td></tr></tbody></table></figure>');
--
-- TOC entry 8604 (class 0 OID 1108648)
-- Dependencies: 853
-- Data for Name: components_manipal_projects_cards; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8102 (class 0 OID 742906)
-- Dependencies: 351
-- Data for Name: components_manipal_publications; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_publications (id) VALUES (11);
INSERT INTO public.components_manipal_publications (id) VALUES (14);
INSERT INTO public.components_manipal_publications (id) VALUES (12);
INSERT INTO public.components_manipal_publications (id) VALUES (13);
INSERT INTO public.components_manipal_publications (id) VALUES (15);
INSERT INTO public.components_manipal_publications (id) VALUES (16);
INSERT INTO public.components_manipal_publications (id) VALUES (17);
INSERT INTO public.components_manipal_publications (id) VALUES (18);
INSERT INTO public.components_manipal_publications (id) VALUES (19);
INSERT INTO public.components_manipal_publications (id) VALUES (20);
INSERT INTO public.components_manipal_publications (id) VALUES (21);
INSERT INTO public.components_manipal_publications (id) VALUES (23);
INSERT INTO public.components_manipal_publications (id) VALUES (24);
INSERT INTO public.components_manipal_publications (id) VALUES (25);
INSERT INTO public.components_manipal_publications (id) VALUES (26);
INSERT INTO public.components_manipal_publications (id) VALUES (27);
INSERT INTO public.components_manipal_publications (id) VALUES (28);
INSERT INTO public.components_manipal_publications (id) VALUES (29);
INSERT INTO public.components_manipal_publications (id) VALUES (30);
INSERT INTO public.components_manipal_publications (id) VALUES (22);
--
-- TOC entry 8168 (class 0 OID 743455)
-- Dependencies: 417
-- Data for Name: components_manipal_publications_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (142, 18, 22, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (143, 19, 23, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (144, 20, 24, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (145, 21, 25, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (147, 23, 27, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (148, 24, 28, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (150, 25, 29, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (151, 26, 30, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (152, 27, 31, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (153, 28, 32, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (154, 29, 33, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (155, 30, 34, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (146, 22, 26, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (70, 11, 15, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (117, 14, 18, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (100, 12, 16, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (110, 13, 17, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (122, 15, 19, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (138, 16, 20, 'table.publication', 'publication', 1);
INSERT INTO public.components_manipal_publications_components (id, entity_id, component_id, component_type, field, "order") VALUES (139, 17, 21, 'table.publication', 'publication', 1);
--
-- TOC entry 8384 (class 0 OID 793094)
-- Dependencies: 633
-- Data for Name: components_manipal_registration_processes; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (4, 'The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website.');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (1, 'The completed application form along with necessary documents should be submitted to the Admissions Office with the application and registration fee of AED 3,150/- for Undergraduate Programs and AED 1,680/- for Postgraduate & Certificate Programs.');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (3, 'You may click on the link below to apply for our programs. Our Admission Team will connect with you at the earliest with more details and the link to complete the application procedure.');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (23, 'CISCO Networking Academy');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (24, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (25, 'Children international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (26, 'Sharjah international book fair');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (27, 'Emirates Airline Festival of Literature');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (28, 'Consulate General of India, Dubai');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (11, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (12, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (13, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (14, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (15, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (16, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (17, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (18, 'Dubai international film festival');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (7, 'Student Account Office');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (6, 'New Student Orientation');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (8, 'Academics Calendar');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (10, 'International Students Centre');
INSERT INTO public.components_manipal_registration_processes (id, title) VALUES (9, 'Admission Support Center');
--
-- TOC entry 8106 (class 0 OID 742922)
-- Dependencies: 355
-- Data for Name: components_manipal_research; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_research (id) VALUES (3);
INSERT INTO public.components_manipal_research (id) VALUES (4);
INSERT INTO public.components_manipal_research (id) VALUES (5);
INSERT INTO public.components_manipal_research (id) VALUES (2);
INSERT INTO public.components_manipal_research (id) VALUES (6);
INSERT INTO public.components_manipal_research (id) VALUES (1);
INSERT INTO public.components_manipal_research (id) VALUES (7);
INSERT INTO public.components_manipal_research (id) VALUES (9);
INSERT INTO public.components_manipal_research (id) VALUES (10);
INSERT INTO public.components_manipal_research (id) VALUES (11);
INSERT INTO public.components_manipal_research (id) VALUES (12);
INSERT INTO public.components_manipal_research (id) VALUES (13);
INSERT INTO public.components_manipal_research (id) VALUES (14);
INSERT INTO public.components_manipal_research (id) VALUES (15);
INSERT INTO public.components_manipal_research (id) VALUES (16);
INSERT INTO public.components_manipal_research (id) VALUES (17);
--
-- TOC entry 8170 (class 0 OID 743469)
-- Dependencies: 419
-- Data for Name: components_manipal_research_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (213, 7, 19, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (214, 7, 20, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (215, 7, 21, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (216, 9, 23, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (217, 9, 22, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (218, 9, 24, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (219, 10, 26, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (220, 10, 25, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (221, 10, 27, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (222, 11, 28, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (223, 11, 29, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (224, 11, 30, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (225, 12, 32, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (226, 12, 31, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (227, 12, 33, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (228, 13, 35, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (229, 13, 34, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (230, 13, 36, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (234, 14, 37, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (235, 14, 39, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (236, 14, 38, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (237, 15, 40, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (238, 15, 41, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (239, 15, 42, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (189, 3, 7, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (190, 3, 8, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (191, 3, 9, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (240, 16, 43, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (241, 16, 45, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (242, 16, 44, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (243, 17, 46, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (244, 17, 47, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (245, 17, 48, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (195, 4, 10, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (196, 4, 11, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (197, 4, 12, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (198, 5, 14, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (199, 5, 13, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (200, 5, 15, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (27, 2, 5, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (28, 2, 4, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (29, 2, 6, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (204, 6, 16, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (205, 6, 17, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (206, 6, 18, 'manipal.research-data-list', 'research', 3);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.research-data-list', 'research', 1);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 2, 'manipal.research-data-list', 'research', 2);
INSERT INTO public.components_manipal_research_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 3, 'manipal.research-data-list', 'research', 3);
--
-- TOC entry 8104 (class 0 OID 742913)
-- Dependencies: 353
-- Data for Name: components_manipal_research_data_lists; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (18, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (7, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (8, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (9, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (25, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (26, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (27, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (10, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (11, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (12, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (13, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (14, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (15, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (5, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (4, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (6, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (1, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p>Published in Advanced Robotics, 2020</p>', '#', '_blank');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (2, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p>Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</p>', '#', NULL);
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (3, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p>This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</p>', '#', NULL);
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (19, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (20, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (21, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (17, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (16, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (22, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (23, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (24, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (28, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (29, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (32, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (33, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (34, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (38, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (42, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (44, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (48, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (30, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (31, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (35, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (36, 'Humans and Robots: A Mutually Inclusive Relationship in a Contagious World', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">This paper was published in journal titled International Journal of Automation and Computing''. 2021 (Online)</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (37, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (39, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (40, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (41, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (43, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (45, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (46, 'Developments and clinical evaluations of robotic exoskeleton technology for human upper-limb rehabilitation', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in Advanced Robotics, 2020</span></p>', '#', '#');
INSERT INTO public.components_manipal_research_data_lists (id, title, short_desc, cta_link, cta_target) VALUES (47, 'Pre-deployment Strategy for Maximizing Barrier Coverage in Wireless Sensor Network', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Published in International Journal of Sensors, Wireless Communications and Control, Bentham Science. 2020</span></p>', '#', '#');
--
-- TOC entry 8286 (class 0 OID 783568)
-- Dependencies: 535
-- Data for Name: components_manipal_research_guidelines_data; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_research_guidelines_data (id, title, "desc", cta_text, cta_link, cta_target) VALUES (1, 'test', 'desc', 'tesxt', '#', 'null');
--
-- TOC entry 8478 (class 0 OID 887379)
-- Dependencies: 727
-- Data for Name: components_manipal_research_page_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_research_page_components (id, title, rich_text_copy, cta_link) VALUES (4, 'Research Collaborations', '<p>Academic Research has been one of the core objectives of our academics team. The faculty members of Manipal Academy of Higher Education, Dubai have actively collaborated with regional and international universities, over the years.</p>', '/research-collaborations');
INSERT INTO public.components_manipal_research_page_components (id, title, rich_text_copy, cta_link) VALUES (2, 'Research Guidelines', '<p>Good research practice underpins high-quality science and supports the robust evidence base needed to drive improvements in all aspects of human life.&nbsp;</p><p>It provides strong foundations for research careers, supporting high quality education and training, and delivers assurance to those whose work builds on the findings of others. Good research practice also helps to increase public confidence and trust in the research process and its outputs.&nbsp;</p><p>The responsibility for promoting and delivering good research practice is shared by the whole research community. Researchers should strive for the highest achievable standards in the planning, conduct and reporting of their research and demonstrate integrity in their dealings with others. Researchers should foster a culture which supports and embeds good research practice and aims to prevent research misconduct.</p>', '/research-guidelines');
INSERT INTO public.components_manipal_research_page_components (id, title, rich_text_copy, cta_link) VALUES (1, 'Overview', '<p>The objective of creating Research and Development Program (R&amp;DP) at Manipal Academy of Higher Education, Dubai is to develop and nurture research aptitude among its faculty and staff members. The initiation of Research &amp; the Development Program at Manipal Academy of Higher Education, Dubai is in line with Manipal Academy of Higher Education, India, where research has always been an area of paramount importance and Manipal Academy of Higher Education, Dubai, would also encourage research by faculty and staff members. The passion for research not only enhances the knowledge and skill sets of an individual, but also provides a way to bring new tools, new techniques, and new knowledge which are eventually beneficial to the society. The faculty and staff members of the Manipal Academy of Higher Education, Dubai are encouraged to apply to get research funds from external research funding agencies.</p><p>The mission of Research and Development Program at Manipal Academy of Higher Education, Dubai is to</p><ol><li>Encourage and support research to improve human health, environment, knowledge, skills, social and economic aspects,</li><li>Advance and disseminate knowledge and technology to improve all aspects of human life and</li><li>Provide research training and research assistance to the students, faculty and staff memb</li></ol>', '/research-at-mahe-dubai');
INSERT INTO public.components_manipal_research_page_components (id, title, rich_text_copy, cta_link) VALUES (3, 'Research Publications', '<p>The Faculty at Manipal Academy of Higher Education, Dubai is involved in different areas of research. To read more about our research publications, click below.</p><p><a target="_blank" rel="noopener noreferrer" href="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2014_15_MAHE_Dubai_ff8093e834.pdf">2014-2015&nbsp;</a></p><p><a target="_blank" rel="noopener noreferrer" href="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2015_16_Mahe_Dubai_721b408f8a.pdf"><span style="font-family:&quot;Arial&quot;,sans-serif;font-size:11.0pt;"><span style="line-height:115%;" lang="EN">2015-2016</span></span></a></p><p><a target="_blank" rel="noopener noreferrer" href="https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2016_17_MAHE_Dubai_747dd0f10b.pdf">2016-2017</a></p>', '/research-publications');
INSERT INTO public.components_manipal_research_page_components (id, title, rich_text_copy, cta_link) VALUES (5, 'Research Strategy', '<h2>RESEARCH STRATEGY OF MAHE - DUBAI</h2><p>The Strategic Research Plan 2017-22 provides the strategic research direction for the Manipal Academy of higher Education, Dubai Campus. The Strategic Research Plan (SRP) is intended to be aligned with and linked with Home Campus, Manipal Academy of higher Education, INDIA.</p>', '/research-strategy');
INSERT INTO public.components_manipal_research_page_components (id, title, rich_text_copy, cta_link) VALUES (6, 'Research Awards', '<p>Mentioned below are a few research papers published by our faculty.</p><p>Excellent paper Award - Ravishankar Dudhe and Sumathy A., “Microfluidics based Blood protein separation and behavior modelling implemented using COMSOL Multiphysics” International Conference on Innovative Research in Science, Technology and Management (ICIRSTM-17), Singapore, Sept 17-18, 2017.</p><p>K.G.Taramol, School of Business, received Best Paper Presentation Award at the International Conference on Social Science, Literature, Economic and Education, Dubai, May 2016. The topic of paper was “A study on Psycho-Social problems of adolescent girls in Kerala”.</p><p>Sachidananda K, School of Engineering and IT, received Best Poster Presentation Award, April 2016 on “Stiffness of an engaging spurgear pair in an altered toothsum spur gearing”.</p><p>Anil Sequeira, School of Engineering and IT, received Young Innovators Award, April 2016 for “Experimental investigation of waste PET in natural sand brinks”.</p><p>The MSc final year students (Sheriff A, Edgar A, Sethi DK, and Rayees N) under supervision of faculty members Dr Faheem SM, Ms Banu Hussaina and Ms Seenivasan R had obtained the 2nd position for the best poster competition at Fourth UAE National Genetic Diseases Conference, Dubai, 2014. The title of the abstract was “Gold Nanocomposites: A novel approach towards breast cancer therapy”.</p><p>Mohammad Zeeshan Ansari, Abdul Kader Obriwala, Sarah Sajidali received research award in Under Graduate Research Competition Abu Dhabi University. The title of the project was ”Targeting aggregate formation in Parkinsons and other neurodegenerative diseases: A computational biology approach”.</p>', '/research-awards');
--
-- TOC entry 8386 (class 0 OID 793101)
-- Dependencies: 635
-- Data for Name: components_manipal_rich_text_arrays; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (9, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Support &amp; Guidance</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (10, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Visa Policies For International Students</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (3, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Support &amp; Guidance</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (2, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Requirement Policies</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (4, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Visa Policies For International Students</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (5, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Alumni Relations</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (15, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Support &amp; Guidance</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (17, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Requirement Policies</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (12, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Requirement Policies</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (14, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Visa Policies For International Students</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (16, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Requirement Policies</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (18, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Visa Policies For International Students</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (20, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Visa Policies For International Students</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (19, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Support &amp; Guidance</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (13, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Support &amp; Guidance</span></span></li></ul>');
INSERT INTO public.components_manipal_rich_text_arrays (id, rich_text_copy) VALUES (11, '<ul><li><span style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Helvetica-Now-Display;font-size:16.3594px;"><span style="-webkit-text-stroke-width:0px;display:inline !important;float:none;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:300;letter-spacing:normal;orphans:2;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:capitalize;white-space:normal;widows:2;word-spacing:0px;">Admission Requirement Policies</span></span></li></ul>');
--
-- TOC entry 8288 (class 0 OID 783577)
-- Dependencies: 537
-- Data for Name: components_manipal_rich_text_imgs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_rich_text_imgs (id, rich_text_copy) VALUES (1, '<h2>Overview</h2><p>Manipal Academy of Higher Education - MAHE, Dubai located in the Academic City, offers comprehensive &amp; well-integrated common facilities including a food court, auditorium and beautifully landscaped surroundings. Apart from the above, the campus offers the following facilities:</p>');
--
-- TOC entry 8470 (class 0 OID 820307)
-- Dependencies: 719
-- Data for Name: components_manipal_side_menu_international_student_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (5, 'International Students Centre', 'international-students-centre', NULL, 'international-students-centre', 'international-students-centre');
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (7, 'International Students Activities', 'international-students-activities', NULL, 'international-students-activities', 'international-students-activities');
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (6, 'International Students Orientation Sessions', 'international-students-orientation-sessions', NULL, 'international-students-orientation-sessions', 'international-students-orientation-sessions');
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (8, 'International Students Visa Requirement', 'international-students-visa-requirements', NULL, 'international-students-visa-requirements', 'international-students-visa-requirements');
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (12, 'International Students Scholarships', 'international-students-scholarships', NULL, 'international-students-scholarships', 'international-students-scholarships');
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (9, 'Teaching & Training Professionals', 'teaching-training-professionals', NULL, 'teaching-training-professionals', NULL);
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (10, 'Designers & Artists', 'designers-artists', NULL, 'designers-artists', NULL);
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (11, 'Research Professionals', 'research-professionals', NULL, 'research-professionals', NULL);
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (1, 'International Students Scholarships ', 'international-students-scholarships', NULL, 'international-students-scholarships', '/international-students/international-students-scholarships');
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (4, 'Visa Requirement', 'international-students-visa-requirement', NULL, 'international-students-visa-requirement', '/international-students/international-students-visa-requirement');
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (2, 'Overview', 'international-students', NULL, 'international-students', '/international-students');
INSERT INTO public.components_manipal_side_menu_international_student_pages (id, title, type, cta_target, key, cta_link) VALUES (3, 'About Dubai', 'international-students-about-dubai', NULL, 'international-students-about-dubai', '/international-students/international-students-about-dubai');
--
-- TOC entry 8454 (class 0 OID 804123)
-- Dependencies: 703
-- Data for Name: components_manipal_social_keys; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_social_keys (id, social_title, social_key) VALUES (1, '#MAHEDubai', '#');
--
-- TOC entry 8584 (class 0 OID 1033005)
-- Dependencies: 833
-- Data for Name: components_manipal_social_medias; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_social_medias (id, title) VALUES (1, 'Social Media');
--
-- TOC entry 8586 (class 0 OID 1033012)
-- Dependencies: 835
-- Data for Name: components_manipal_social_medias_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_social_medias_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.multiple-images-with-text', 'iconsData', 1);
INSERT INTO public.components_manipal_social_medias_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 2, 'manipal.multiple-images-with-text', 'iconsData', 2);
INSERT INTO public.components_manipal_social_medias_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 4, 'manipal.multiple-images-with-text', 'iconsData', 3);
INSERT INTO public.components_manipal_social_medias_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 3, 'manipal.multiple-images-with-text', 'iconsData', 4);
INSERT INTO public.components_manipal_social_medias_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 5, 'manipal.multiple-images-with-text', 'iconsData', 5);
--
-- TOC entry 8108 (class 0 OID 742929)
-- Dependencies: 357
-- Data for Name: components_manipal_student_policies; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (2, 'Inclusive Education Policy', 'The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook', '#', 'Download Now', 'null');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (1, 'Attendance Policy', 'The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook', '#', 'Download Now', 'null');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (4, 'Inclusive Education Policy', 'The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Inclusive_Education_Policy_2023_1f650dfb3f.pdf', 'Download Now', '_blank');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (3, 'Attendance Policy', '<p>The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook</p>', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Attendance_Policy_6th_Feb2023_b1a3dde149.pdf', 'Download Now', '_blank');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (6, 'Student Discipline Policy', '<p>The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook</p>', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Code_of_Conduct_2023_a3a3c0f0da.pdf', 'Download Now', '_blank');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (5, 'Refund Policy', 'The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Refund_Policy_2023_8888597d79.pdf', 'Download Now', '_blank');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (7, ' Student Wellbeing Policy', '<p>The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook</p>', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Wellbeing_Policy_2023_2529ec567f.pdf', 'Download Now', '_blank');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (8, 'Student Registration Policy', '<p>The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook</p>', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Registration_and_Fee_Policy_2023_6ae2183297.pdf', 'Download Now', '_blank');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (9, 'Students Grievance Redressal Policy', '<p>The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook</p>', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Grievance_Redressal_Policy_2023_a9b16d93d5.pdf', 'Download Now', '_blank');
INSERT INTO public.components_manipal_student_policies (id, title, "desc", cta_link, cta_text, cta_target) VALUES (10, 'Environment and Sustainability Policy', '<p>The Purpose of this document is to lay down the rules and regulations for student attendance. This should be read in conjunction with the relevant section in the student hanadbook</p>', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Environment_and_Sustainability_Policy_2023_e34e1c2410.pdf', 'Download Now', '_blank');
--
-- TOC entry 8110 (class 0 OID 742938)
-- Dependencies: 359
-- Data for Name: components_manipal_student_projects; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (3, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (4, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (5, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (2, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (6, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (1, 'Student Projects');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (7, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (8, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (9, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (10, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (11, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (12, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (13, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (14, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (15, 'Student Project');
INSERT INTO public.components_manipal_student_projects (id, title) VALUES (16, 'Student Project');
--
-- TOC entry 8460 (class 0 OID 808035)
-- Dependencies: 709
-- Data for Name: components_manipal_sub_menus; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (33, 'How to Apply', '/how-to-apply', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (35, 'Apply for Scholarship', '/apply-for-scholarship', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (34, 'Fees & Funding', '/fees-and-funding', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (36, 'Policies', '/policies', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (55, 'News', '/news', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (56, 'Events', '/events', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (58, 'Contact Us', '/contact-us', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (11, 'Our History', '/our-history', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (12, 'Our Leaderships', '/leadership', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (13, 'Recognitions & Accreditations', '/recognitions-accreditations', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (14, 'Rankings', '/rankings', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (15, 'administration', '/administration', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (16, 'World Wide Manipal', '/worldwide-manipal', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (17, 'Awards and Achievements', '/awards-achievements', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (18, 'Student Policies', '/student-policies', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (20, 'How To Apply', '/how-to-apply', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (19, 'Overview', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (21, 'Fees & Funding', '/fees-and-funding', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (57, 'Blogs', '/blogs', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (60, 'International Collaborations', '/international-collaborations', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (59, 'FAQs', '/faqs', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (50, 'Overview', '/research', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (52, 'Research Committee', '/research-committee', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (53, 'Research at MAHE Dubai', '/research-at-mahe-dubai', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (2, 'Terms and Conditions', '/terms-and-conditions', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (1, 'Privacy Policy', 'privacy-policy', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (4, 'Distance Learning from India', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (3, 'Disclaimers', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (22, 'Apply for Scholarship', '/apply-for-scholarship', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (23, 'Policies', 'policies', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (6, 'Undergraduate', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (5, 'Overview', '/overview', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (8, 'Certificates & PhD', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (7, 'Post Graduate', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (9, 'International Students', '/international-students', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (10, 'Open Days', '/open-days', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (24, 'SLCM', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (26, 'Zing HR', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (25, 'Counsellor Dashboard', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (27, 'Overview', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (29, 'Under Graduate', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (28, 'Post Graduate Certificates and PhD', '#', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (30, 'International Students', '/international-students', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (31, 'Open Days', 'open-days', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (37, 'Overview', '/about-us', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (39, 'Our History', '/our-history', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (38, 'Leadership', '/leadership', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (40, 'Recognitions and Accreditations', '/recognitions-accreditations', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (41, 'Rankings', '/rankings', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (42, 'Worldwide Manipal', '/worldwide-manipal', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (43, 'Awards and Achievements', '/awards-achievements', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (44, 'Administrations', '/administration', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (45, 'Overview', '/campus-life', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (46, 'Sustainability at MAHE Dubai', '/sustainability', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (47, 'Our Campus', '/our-campus', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (48, 'Why Dubai', '/why-dubai', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (49, 'Student Services', '/student-services', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (32, 'Overview', '/admissions', NULL, false);
INSERT INTO public.components_manipal_sub_menus (id, title, cta_link, cta_target, highlight) VALUES (51, 'Career Service Center', '/career-services', NULL, false);
--
-- TOC entry 8112 (class 0 OID 742945)
-- Dependencies: 361
-- Data for Name: components_manipal_subject_current_teach_tables; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8114 (class 0 OID 742954)
-- Dependencies: 363
-- Data for Name: components_manipal_test_comps; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8290 (class 0 OID 783586)
-- Dependencies: 539
-- Data for Name: components_manipal_testimonials_comments; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_testimonials_comments (id, name, designation, comment) VALUES (1, 'Zaid Madamgha', 'Student School of Engineering & IT', 'I appreciate the courses on UoS . The good thing is that they can provide all kinds of courses and I choose SEO optimization course. So we can rely on the UoS faculty for complex subjects and courses, they keep all on track and we get a synergy result.');
INSERT INTO public.components_manipal_testimonials_comments (id, name, designation, comment) VALUES (3, 'Zaid Madamgha', 'Student School of Engineering & IT', 'I appreciate the courses on UoS . The good thing is that they can provide all kinds of courses and I choose SEO optimization course. So we can rely on the UoS faculty for complex subjects and courses, they keep all on track and we get a synergy result.');
INSERT INTO public.components_manipal_testimonials_comments (id, name, designation, comment) VALUES (2, 'Zaid Madamgha', 'Student School of Engineering & IT', 'I appreciate the courses on UoS . The good thing is that they can provide all kinds of courses and I choose SEO optimization course. So we can rely on the UoS faculty for complex subjects and courses, they keep all on track and we get a synergy result.');
--
-- TOC entry 8592 (class 0 OID 1067380)
-- Dependencies: 841
-- Data for Name: components_manipal_testimonials_comments_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8576 (class 0 OID 1023132)
-- Dependencies: 825
-- Data for Name: components_manipal_three_images_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_three_images_components (id, title, rich_text_copy) VALUES (1, 'Health & Safety for Students', '<p>At Manipal Academy of Higher Education, Dubai, we prioritize the health and safety of our community. Our comprehensive well-being programs include expert sports training, yoga sessions, and vaccination initiatives to promote physical and mental wellness. We are committed to providing a safe and supportive environment for all students, ensuring their health is always a top priority.</p><p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>Sports Training</strong> Specialized programs to enhance fitness and overall well-being.</span></p><ul><li><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>Yoga &amp; Wellness</strong> Regular sessions to promote mental clarity, flexibility, and stress relief.</span></li><li><span style="white-space:pre-wrap;"><strong>Vaccination Drives</strong> Ongoing vaccination programs to safeguard the health of students and staff.</span></li><li><span style="white-space:pre-wrap;"><strong>Campus Health Protocols </strong> Strict hygiene and safety measures to ensure a clean, safe environment.</span></li><li><span style="white-space:pre-wrap;"><strong>Mental Health Support</strong> Access to counseling services and stress management resources.</span></li><li><span style="white-space:pre-wrap;"><strong>Emergency Medical Services</strong> 24/7 health support and access to on-campus first aid facilities.</span></li></ul>');
--
-- TOC entry 8292 (class 0 OID 783595)
-- Dependencies: 541
-- Data for Name: components_manipal_title_desc_img_link_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (14, 'Tomorrows Leaders MBA Scholarships', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, seddo eiusmod tempor incididunt ut labore magna aliqua. ', '#', '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (8, 'Career Services', 'Unlock your professional potential by engaging in mentorship, participating in workshops, and networking with leading industries.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (9, 'Accommodation', 'Find your second home at our comfortable accommodations at one of the best universities in the UAE.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (5, 'Research Guidelines', 'Good research practice underpins high-quality science and supports the robust evidence base needed to drive improvements in all aspects of human life. It provides strong foundations for research careers, supporting high quality education and training, and delivers assurance to those whose work builds on the findings of others. Good research practice also helps to increase public confidence and trust in the research process and its outputs. The responsibility for promoting and delivering good research practice is shared by the whole research community. Researchers should strive for the highest achievable standards in the planning, conduct and reporting of their research and demonstrate integrity in their dealings with others. Researchers should foster a culture which supports and embeds good research practice and aims to prevent research misconduct.', NULL, 'research-guidelines', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (4, 'Research Publication', 'The Faculty at Manipal Academy of Higher Education, Dubai is involved in different areas of research. To read more about our research publications, click below.
2014-2015
2015-2016
2016-2017', NULL, 'research-publications', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (2, 'International Students Center ', 'MAHE Dubai International Students Center is a networking platform for all International Students. Consisting of over 100+ students from 40+ countries from all over the world. It encourages International students to develop a multicultural environment and establishes to bring in diversity on campus. Situated in Block B, the committee is focused on supporting the existing and new students to adapt to UAE, campus life, and to create a “Home Away From Home” environment where they can interact.', 'null', '/international-students ', 'Exlpore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (3, 'International Students Activities', 'Various events and activities are organized at the MAHE Dubai Campus, dedicated to the International Students, the country they belong to, their culture as well as their traditions. These are organized by the International Student Centre and the entire University takes part in it with enthusiasm.', 'null', '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (7, 'Overview', 'The passion for research not only enhances the knowledge and skill sets of an individual, but also provides a way to bring new tools, new techniques, and new knowledge which are eventually beneficial to the society. The faculty and staff members of the Manipal Academy of Higher Education, Dubai are encouraged to apply to get research funds from external research funding agencies.', NULL, 'research-at-mahe-dubai', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (10, 'Petroleum Engineering Scholarship', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, seddo eiusmod tempor incididunt ut labore magna aliqua. ', '#', '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (11, 'Petroleum Engineering Scholarship', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, seddo eiusmod tempor incididunt ut labore magna aliqua. ', '#', '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (12, 'Future Made for Success Scholarship', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, seddo eiusmod tempor incididunt ut labore magna aliqua. ', '#', '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (13, 'Tomorrows Leaders MBA Scholarships', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, seddo eiusmod tempor incididunt ut labore magna aliqua. ', '#', '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (6, 'Research Awards', 'Mentioned below are a few research papers published by our faculty.
Excellent paper Award - Ravishankar Dudhe and Sumathy A., “Microfluidics based Blood protein separation and behavior modelling implemented using COMSOL Multiphysics” International Conference on Innovative Research in Science, Technology and Management (ICIRSTM-17), Singapore, Sept 17-18, 2017.
K.G.Taramol, School of Business, received Best Paper Presentation Award at the International Conference on Social Science, Literature, Economic and Education, Dubai, May 2016. The topic of paper was “A study on Psycho-Social problems of adolescent girls in Kerala”.
Sachidananda K, School of Engineering and IT, received Best Poster Presentation Award, April 2016 on “Stiffness of an engaging spurgear pair in an altered toothsum spur gearing”.
Anil Sequeira, School of Engineering and IT, received Young Innovators Award, April 2016 for “Experimental investigation of waste PET in natural sand brinks”.
The MSc final year students (Sheriff A, Edgar A, Sethi DK, and Rayees N) under supervision of faculty members Dr Faheem SM, Ms Banu Hussaina and Ms Seenivasan R had obtained the 2nd position for the best poster competition at Fourth UAE National Genetic Diseases Conference, Dubai, 2014. The title of the abstract was “Gold Nanocomposites: A novel approach towards breast cancer therapy”.
Mohammad Zeeshan Ansari, Abdul Kader Obriwala, Sarah Sajidali received research award in Under Graduate Research Competition Abu Dhabi University. The title of the project was ”Targeting aggregate formation in Parkinsons and other neurodegenerative diseases: A computational biology approach”.', NULL, 'research-awards', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (28, 'Student Services', 'Receive unparalleled support while you study in Dubai, with academic advising and well-being programs tailored to your success story.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (23, 'International Students Centre', 'MAHE Dubai International Students Committee is a networking platform for all International Students. Consisting of over 100+ students from 38+ countries from all over the world. It encourages International students to develop a multicultural environment and establishes to bring in diversity on campus', NULL, '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (25, 'International Students Activities', 'MAHE Dubai International Students Committee is a networking platform for all International Students. Consisting of over 100+ students from 38+ countries from all over the world. It encourages International students to develop a multicultural environment and establishes to bring in diversity on campus', NULL, '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (29, 'Student Clubs', 'Learn and network through Manipal Academy of Higher Education Dubai student clubs, enhancing your university experience with career-ready skills and associations.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (17, 'Student Clubs', 'Learn and network through Manipal Academy of Higher Education Dubai student clubs, enhancing your university experience with career-ready skills and associations.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (18, 'Student Services', 'Receive unparalleled support while you study in Dubai, with academic advising and well-being programs tailored to your success story.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (19, 'Health & Sports', 'Prioritize your well-being with our state-of-the-art health and sports facilities, reflecting our dedication to student health.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (20, 'Study Spaces', 'Explore peaceful study spaces designed to inspire creativity, paving the way to academic excellence.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (21, 'Food and Cuisine', 'Nourish your mind and body with our healthy, diverse menus for students at MAHE Dubai reflecting the multicultural environment of the campus.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (22, 'Our location', 'Strategically located in the heart of Dubai, our campus offers convenient access to local opportunities, cultural experiences, and a dynamic community.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (30, 'Health & Sports', 'Prioritize your well-being with our state-of-the-art health and sports facilities, reflecting our dedication to student health.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (31, 'Study Spaces', 'Explore peaceful study spaces designed to inspire creativity, paving the way to academic excellence.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (32, 'Our location', 'Strategically located in the heart of Dubai, our campus offers convenient access to local opportunities, cultural experiences, and a dynamic community.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (33, 'Food and Cuisine', 'Nourish your mind and body with our healthy, diverse menus for students at MAHE Dubai reflecting the multicultural environment of the campus.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (24, 'International Students Orientation Sessions', 'MAHE Dubai International Students Committee is a networking platform for all International Students. Consisting of over 100+ students from 38+ countries from all over the world. It encourages International students to develop a multicultural environment and establishes to bring in diversity on campus', NULL, '#', 'Explore More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (26, 'Accommodation', 'Find your second home at our comfortable accommodations at one of the best universities in the UAE.', NULL, '#', 'Read More');
INSERT INTO public.components_manipal_title_desc_img_link_components (id, title, "desc", cta_target, cta_link, cta_text) VALUES (27, 'Career Services', 'Unlock your professional potential by engaging in mentorship, participating in workshops, and networking with leading industries.', NULL, '#', 'Read More');
--
-- TOC entry 8494 (class 0 OID 956918)
-- Dependencies: 743
-- Data for Name: components_manipal_title_with_nested_richtexts; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_title_with_nested_richtexts (id, title) VALUES (2, 'Year Two');
INSERT INTO public.components_manipal_title_with_nested_richtexts (id, title) VALUES (1, 'Year One');
INSERT INTO public.components_manipal_title_with_nested_richtexts (id, title) VALUES (3, 'Year Three');
INSERT INTO public.components_manipal_title_with_nested_richtexts (id, title) VALUES (4, 'Year Four');
--
-- TOC entry 8502 (class 0 OID 956962)
-- Dependencies: 751
-- Data for Name: components_manipal_title_with_nested_richtexts_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (283, 2, 4, 'manipal.info-title-rich-text', 'info', 1);
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (284, 2, 5, 'manipal.info-title-rich-text', 'info', 2);
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (285, 2, 6, 'manipal.info-title-rich-text', 'info', 3);
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (286, 1, 1, 'manipal.info-title-rich-text', 'info', 1);
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (287, 1, 2, 'manipal.info-title-rich-text', 'info', 2);
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (288, 1, 3, 'manipal.info-title-rich-text', 'info', 3);
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (290, 3, 8, 'manipal.info-title-rich-text', 'info', 1);
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (291, 3, 9, 'manipal.info-title-rich-text', 'info', 2);
INSERT INTO public.components_manipal_title_with_nested_richtexts_components (id, entity_id, component_id, component_type, field, "order") VALUES (289, 4, 7, 'manipal.info-title-rich-text', 'info', 1);
--
-- TOC entry 8496 (class 0 OID 956925)
-- Dependencies: 745
-- Data for Name: components_manipal_two_images_with_richtexts; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (7, 'Career Opportunities', '<p>BSc Applied Psychology graduates possess a versatile skill set that opens doors to various career paths. With a solid foundation in psychological principles, they are well-prepared to contribute meaningfully in diverse professional settings. Here are some of the roles students can pursue:</p><ul><li>Clinical Psychologist</li><li>Industrial/Organisational Psychologist</li><li>Forensic Psychologist</li><li>Consumer Psychologist</li><li>School Psychologist</li><li>Specialist in Learning and Development</li><li>Psychology Researcher</li><li>Health Psychologist</li><li>Assistant Psychologist</li><li>Learning Support Assistant</li><li>Human Resource Coordinator</li><li>Market Research Analyst</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (12, 'Career Opportunities', '<p>Upon completion of the Foundation course at Manipal Academy of Higher Education, students are poised to pursue studies in fields such as engineering, business, psychology, media, and humanities, among others. From Bachelor of Science to in-depth interior design courses, the program''s comprehensive learnings broaden career prospects and enrich academic pathways.</p>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (8, 'Career Opportunities', '<p>Start your career in the film and television industry with a degree from Manipal Academy, Dubai. Graduates can explore a variety of roles, including:</p><ul><li>Film Director</li><li>Screenwriter</li><li>Cinematographer</li><li>Sound Designer</li><li>Video Editor</li><li>Producer</li><li>Documentary Filmmaker</li><li>Television Producer</li><li>Visual Effects Specialist</li><li>Media Consultant</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (13, 'Career Opportunities', '<p>Graduates of the MSc in Nutrition and Dietetics program can pursue a variety of dynamic roles, including:</p><ul><li>Nutritionist</li><li>Dietician</li><li>Food Safety Officer</li><li>Quality Control Analyst</li><li>Health Educator</li><li>Food Microbiologist</li><li>HACCP Specialist</li><li>Clinical Nutrition Manager</li><li>Wellness Consultant</li><li>Food and Nutrition Researcher</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (14, 'Career Opportunities', '<p>The PG Diploma in Data Science course from Manipal Academy of Higher Education, Dubai, opens doors to many career opportunities in the rapidly evolving data-driven landscape. Students can step into various roles, including:</p><ul><li>Data Scientist</li><li>Data Analyst</li><li>Data Engineer</li><li>Data Architect</li><li>Machine Learning &amp; AI Engineer</li><li>Business Analyst</li><li>Marketing, Banking, Financial &amp; Risk Analyst</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (6, 'Career Opportunities', '<p>The Bachelor of Architecture program opens many career paths in architecture and design. It offers extensive options for further specialisation or academic pursuits in many fields. This dual focus highlights the programs versatility, preparing graduates for immediate professional roles and advanced studies in related areas. Some of the potential career opportunities include:</p><ul><li>Design Consultant</li><li>Green Building Design Consultant</li><li>Landscape and Urban Planner</li><li>Interior Designer and Project Manager</li><li>Architectural Conservator</li><li>Real Estate Manager</li><li>Architectural Journalist and Photographer</li><li>Computational Design Specialist</li><li>Augmented Reality/Virtual Reality (AR/VR) Architect</li><li>Researcher and Educator in Architecture and Design</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (10, 'Career Opportunities', '<p>Upon completing the BSc Biotechnology program at Manipal Academy of Higher Education, Dubai, graduates are well-prepared to enter a variety of sectors where biotechnological applications are critical. These roles span across various sectors, including research laboratories, food and beverage industry, quality control, academic institutions, sales of scientific products and health insurance companies, reflecting the versatility of the biotechnology field. Following are some of the key career opportunities:</p><ul><li>Laboratory Technician</li><li>Microbiologist</li><li>Cell culture Lab Assistant</li><li>Food and Beverage Safety Manager</li><li>Quality Control Analyst</li><li>Instructor in Academic Institutes</li><li>Sales Executive for Life Science products</li><li>Executive in Health Insurance Companies</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (9, 'Career Opportunities', '<p>Bachelor of Business Administration (BBA) graduates from Manipal Academy of Higher Education, Dubai, can immediately dive into the vast pool of career opportunities across various industries. They could also pursue an MBA in Dubai to elevate their professional standing further. Below are the key roles BBA graduates are well-suited for:</p><ul><li>Corporate Affairs Manager</li><li>Investment Analyst</li><li>Finance/Business Analyst</li><li>Marketing Analyst</li><li>Senior Manager in a Multinational Company</li><li>Senior Accountants</li><li>Import/Export Manager</li><li>International Business Development Manager</li><li>International Trade Specialist</li><li>Global Entrepreneur</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (11, 'Career Opportunities', '<p>BTech Computer Science program graduates from Manipal Academy of Higher Education, Dubai, have a wide array of career paths available to them across various industries. The demand for skilled professionals in computer science is high in sectors such as technology, finance, healthcare, education and government services. Here''s a closer look at some of the roles and industries where BTech graduates can thrive:</p><ul><li>Software Developer</li><li>System Administrator</li><li>AI Engineer</li><li>Information Security Analyst</li><li>Mobile App developer</li><li>System Engineer</li><li>IT Support Engineers</li><li>Data Analyst &amp; Data Scientist</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (15, 'Career Opportunities', '<p>A BA in Humanities paves the way to numerous career paths due to the versatile skills you''ll gain. Potential roles include:</p><h5>For Psychology:</h5><ul><li>Clinical Psychologist/School Psychologist/Industrial-Organisational Psychologist</li><li>Social Worker /Counselor/ Rehabilitation Specialist/ Public Health Educator</li><li>Human Resources Manager/ Marketing Researcher /Neuropsychologist</li></ul><h5>For Sociology:</h5><ul><li>Community Organiser/ Human Resources Specialist/Social Researcher</li><li>Market Research Analyst/Policy Analyst</li><li>Non-profit Manager /Social Worker/ International Development Worker</li><li>Grant Writer/Human Rights Advocate</li></ul><h5>For English:</h5><ul><li>Editor/Content Writer/Technical Writer/Copywriter</li><li>Public Relations Specialist/Journalist/Teacher</li><li>Marketing Specialist/Translator</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (17, 'Career Opportunities', '<p>A <strong>BTech in Mechatronics Engineering</strong> opens doors to a wide range of exciting career paths. Armed with a multidisciplinary skill set, graduates are prepared to take on roles such as:</p><ul><li>Robotics Engineers</li><li>Automation Engineers in industries like Manufacturing, Automobile etc.</li><li>Control System Design Engineers</li><li>Maintenance Engineers</li><li>Software Engineers</li><li>Data Scientists</li><li>Business Development Managers</li><li>System Analysts</li><li>Product Development Engineers</li><li>Embedded Systems Engineers</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (18, 'Career Opportunities', '<p>Graduates of the B.Des in Interior Design from the School of Design &amp; Architecture at Manipal Academy of Higher Education, Dubai, can pursue various careers in design and construction fields. This includes roles like:</p><ul><li>Interior Design Consultant</li><li>Lighting Designer</li><li>Interior Decorator</li><li>Landscape Design Consultant</li><li>Project Manager</li><li>Facilities Management Specialist</li><li>Design Researcher</li><li>Set Designer</li><li>Exhibition Designer</li><li>UI/UX Designer</li><li>Product Designer</li><li>Furniture Designer</li><li>Real Estate Development Manager</li><li>Graphic Designer</li><li>Design Journalist</li><li>3D Visualisation Specialist</li><li>AR/VR Architect</li><li>Fit-Out Project Coordinator</li><li>Interior Material Library Manager</li><li>Parametric Design Specialist</li><li>Computational Designer</li><li>AR/VR Developer</li><li>Sustainable Design Expert</li><li>Visual Communication Designer</li><li>Design Entrepreneur</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (19, 'Career Opportunities', '<p>Graduating with a Master of Global Business degree from Manipal Academy of Higher Education, Dubai, sets you up for success in diverse, high-level careers worldwide. With its wide industry recognition and strong career support, this program leads to numerous promising career opportunities, such as:</p><ul><li>Business Development Executive</li><li>HR Assistant</li><li>Marketing Executive</li><li>Finance Assistant</li><li>Supply Chain Executive</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (20, 'Career Opportunities', '<p>Graduating with a Master of Global Business degree from Manipal Academy of Higher Education, Dubai, sets you up for success in diverse, high-level careers worldwide. With its wide industry recognition and strong career support, this program leads to numerous promising career opportunities, such as:</p><ul><li>Business Development Executive</li><li>HR Assistant</li><li>Marketing Executive</li><li>Finance Assistant</li><li>Supply Chain Executive</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (21, 'Career Opportunities', '<p>Graduating with a Master of Global Business degree from Manipal Academy of Higher Education, Dubai, sets you up for success in diverse, high-level careers worldwide. With its wide industry recognition and strong career support, this program leads to numerous promising career opportunities, such as:</p><ul><li>Business Development Executive</li><li>HR Assistant</li><li>Marketing Executive</li><li>Finance Assistant</li><li>Supply Chain Executive</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (22, 'Career Opportunities', '<p>Graduating with a Master of Global Business degree from Manipal Academy of Higher Education, Dubai, sets you up for success in diverse, high-level careers worldwide. With its wide industry recognition and strong career support, this program leads to numerous promising career opportunities, such as:</p><ul><li>Business Development Executive</li><li>HR Assistant</li><li>Marketing Executive</li><li>Finance Assistant</li><li>Supply Chain Executive</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (23, 'Career Opportunities', '<p>Graduating with a Master of Global Business degree from Manipal Academy of Higher Education, Dubai, sets you up for success in diverse, high-level careers worldwide. With its wide industry recognition and strong career support, this program leads to numerous promising career opportunities, such as:</p><ul><li>Business Development Executive</li><li>HR Assistant</li><li>Marketing Executive</li><li>Finance Assistant</li><li>Supply Chain Executive</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (24, 'Career Opportunities', '<p>Graduating with a Master of Global Business degree from Manipal Academy of Higher Education, Dubai, sets you up for success in diverse, high-level careers worldwide. With its wide industry recognition and strong career support, this program leads to numerous promising career opportunities, such as:</p><ul><li>Business Development Executive</li><li>HR Assistant</li><li>Marketing Executive</li><li>Finance Assistant</li><li>Supply Chain Executive</li></ul>');
INSERT INTO public.components_manipal_two_images_with_richtexts (id, title, rich_text_copy) VALUES (16, 'Career Opportunities', '<p>The career landscape broadens significantly for BCom graduates who pursue ACCA certification by opening doors to high-level positions globally. These credentials equip individuals with the expertise to tackle complex financial challenges, lead strategic decision-making processes, and secure roles in top-tier firms. After achieving ACCA certification, here are the potential career paths BCom graduates can explore:</p><ul><li>Assistant Account Representatives</li><li>First-level Supervisory Positions</li><li>Financial Analysts</li><li>Stock Brokers</li><li>Customer Service Representatives</li><li>Human Resource Assistants</li><li>Logistics Supervisor Assistant</li><li>Ad Copy Writers</li><li>Client Executive</li><li>Content Management Assistant</li><li>Sales Officers in Banks</li><li>Trading Company Representatives</li></ul>');
--
-- TOC entry 8294 (class 0 OID 783604)
-- Dependencies: 543
-- Data for Name: components_manipal_virtual_tours; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_virtual_tours (id, tag, title, sub_title, "desc", cta_target, cta_link, cta_text, cta_link_2, cta_text_2) VALUES (6, 'Virtual Tour', 'Take a look around', 'MAHE Dubai', 'See our beautiful single-site campus in person. Discover what it''s like to study at a Teaching Excellence Framework (TEF) Gold-rated university. ', NULL, '#', 'Submit', NULL, NULL);
INSERT INTO public.components_manipal_virtual_tours (id, tag, title, sub_title, "desc", cta_target, cta_link, cta_text, cta_link_2, cta_text_2) VALUES (1, 'Become part of ', 'MAHE Dubai ', 'at an Open Day', 'Experience MAHE Dubai firsthand by joining us at our Open Day event. Explore our beautiful campus, meet faculty, see our facilities and learn about our programs.', 'null', 'https://bit.ly/3TDUMMx', 'Book Your Place Now', NULL, NULL);
INSERT INTO public.components_manipal_virtual_tours (id, tag, title, sub_title, "desc", cta_target, cta_link, cta_text, cta_link_2, cta_text_2) VALUES (3, 'Virtual Tour', 'Take a look around', 'MAHE Dubai', 'See our beautiful single-site campus in person. Discover what it''s like to study at a Teaching Excellence Framework (TEF) Gold-rated university. 
', '#', '#', 'Take A Virtual Tour', NULL, NULL);
INSERT INTO public.components_manipal_virtual_tours (id, tag, title, sub_title, "desc", cta_target, cta_link, cta_text, cta_link_2, cta_text_2) VALUES (4, 'Become part of ', 'MAHE Dubai ', 'at an Open Day ', 'See our beautiful single-site campus in person. Discover what it''s like to study at a Teaching Excellence Framework (TEF) Gold-rated university. 
', '#', '#', 'Book Your Place Now', '#', 'Submit');
INSERT INTO public.components_manipal_virtual_tours (id, tag, title, sub_title, "desc", cta_target, cta_link, cta_text, cta_link_2, cta_text_2) VALUES (2, 'Virtual Tour ', 'Take a look around ', 'MAHE Dubai ', 'Explore MAHE Dubai from anywhere with our virtual tour. Get a glimpse of our campus facilities, classrooms, and student life. Find out what it is like to study at a 5-Star rated campus. ', 'null', 'https://vt.manipaldubai.com/', 'Take A Virtual Tour ', NULL, NULL);
INSERT INTO public.components_manipal_virtual_tours (id, tag, title, sub_title, "desc", cta_target, cta_link, cta_text, cta_link_2, cta_text_2) VALUES (5, 'Become part of', 'MAHE Dubai ', 'at an Open Day', 'See our beautiful single-site campus in person. Discover what it''s like to study at a Teaching Excellence Framework (TEF) Gold-rated university. ', NULL, '#', 'Book Your Place Now', '#', 'Take A Virtual Tour');
--
-- TOC entry 8216 (class 0 OID 752942)
-- Dependencies: 465
-- Data for Name: components_manipal_visa_requirement_pdf_secs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_visa_requirement_pdf_secs (id, title, link) VALUES (1, 'Student Visa Guidelines', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Visa_Guidelines_917628ba90.pdf');
INSERT INTO public.components_manipal_visa_requirement_pdf_secs (id, title, link) VALUES (2, 'Students Medical Insurance Test', '#');
INSERT INTO public.components_manipal_visa_requirement_pdf_secs (id, title, link) VALUES (3, 'Student Visa Renewal', '#');
INSERT INTO public.components_manipal_visa_requirement_pdf_secs (id, title, link) VALUES (4, 'Exchange Students', '#');
INSERT INTO public.components_manipal_visa_requirement_pdf_secs (id, title, link) VALUES (5, 'Visa Cancellation', '#');
--
-- TOC entry 8218 (class 0 OID 752951)
-- Dependencies: 467
-- Data for Name: components_manipal_visa_requirement_process_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (18, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (19, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (20, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (21, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (23, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (24, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (25, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (26, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (27, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (28, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (2, 'Complete your Application');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (1, 'Provide your Documents');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (3, 'Make the visa payment');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (4, 'Leave the rest to the Manipal Dubai Visa Team');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (29, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (30, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (22, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (9, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (11, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (14, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (12, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (13, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (15, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (16, 'Key Facts');
INSERT INTO public.components_manipal_visa_requirement_process_cards (id, title) VALUES (17, 'Key Facts');
--
-- TOC entry 8220 (class 0 OID 752958)
-- Dependencies: 469
-- Data for Name: components_manipal_visa_requirement_process_secs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_visa_requirement_process_secs (id, title, description, note, whatsapp_link) VALUES (1, 'Our Process', 'Manipal Academy of Higher Education, Dubai supports the procurem for International and non-resident students to study at the University.
', 'STUDENT VISA REQUIREMENTS', '#');
--
-- TOC entry 8234 (class 0 OID 753071)
-- Dependencies: 483
-- Data for Name: components_manipal_visa_requirement_process_secs_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 2, 'manipal.visa-requirement-process-cards', 'cards', 2);
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.visa-requirement-process-cards', 'cards', 3);
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 3, 'manipal.visa-requirement-process-cards', 'cards', 4);
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 4, 'manipal.visa-requirement-process-cards', 'cards', 6);
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 1, 'manipal.visa-requirement-pdf-sec', 'pdfSec', 1);
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 2, 'manipal.visa-requirement-pdf-sec', 'pdfSec', 2);
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 3, 'manipal.visa-requirement-pdf-sec', 'pdfSec', 3);
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 4, 'manipal.visa-requirement-pdf-sec', 'pdfSec', 4);
INSERT INTO public.components_manipal_visa_requirement_process_secs_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 5, 'manipal.visa-requirement-pdf-sec', 'pdfSec', 5);
--
-- TOC entry 8296 (class 0 OID 783613)
-- Dependencies: 545
-- Data for Name: components_manipal_why_dubai_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_why_dubai_cards (id, title, "desc", cta_text, cta_link, cta_target) VALUES (3, 'Why Dubai', '<p><strong>Dubai offers an unmatched fusion of tradition and innovation, making it an ideal destination for ambitious students.</strong></p><p>Dubai, known as Venice of the Gulf, is a bubbling pot of cultural diversity with the vibrancy of a global business and tourism hub. This city offers an unrivalled lifestyle with its dynamic blend of modern and traditional experiences, from high-end malls and culinary delights to serene desert landscapes and cultural arts.</p><p>Safety and innovation stand at the core of Dubai''s ethos, making it one of the worlds safest and most forward-thinking cities. It''s a place where architectural marvels meet a thriving arts scene, cementing its status as a modern design capital.</p><p>As an education hub, Dubai presents vast opportunities for students to engage with numerous international companies and gain exposure to global business and employment prospects. With its integrated transportation system, the city ensures easy access to a plethora of enriching experiences, preparing students for success in a connected world.</p>', 'Explore More ', '#', '#');
INSERT INTO public.components_manipal_why_dubai_cards (id, title, "desc", cta_text, cta_link, cta_target) VALUES (4, 'Join ouropen house ', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Discover your path to success and innovation at Manipal Academy of Higher Education, Dubai Campus. Our Open Day event offers a vibrant and immersive experience, providing insight into our world-class education and the diverse opportunities awaiting you.</span><br><span style="white-space:pre-wrap;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters</span></p><p>&nbsp;</p><p>&nbsp;</p>', 'Explore More', '#', '#');
INSERT INTO public.components_manipal_why_dubai_cards (id, title, "desc", cta_text, cta_link, cta_target) VALUES (6, NULL, NULL, NULL, NULL, NULL);
INSERT INTO public.components_manipal_why_dubai_cards (id, title, "desc", cta_text, cta_link, cta_target) VALUES (1, 'Why Dubai', '<p>Discover unparalleled opportunities when you study at Manipal Dubai Campus, situated in the futuristic city of Dubai. Benefit from world-class infrastructure, a melting pot of over 200 nationalities, and the stability of a leading global hub for economic and political activities. Consistently ranked among one of the top cities worldwide for its exceptional standards in cleanliness, work flexibility, low unemployment rates, and favorable corporate tax environment, Dubai offers a unique study experience unlike any other city in the world.</p>', 'Explore More', 'why-dubai', NULL);
INSERT INTO public.components_manipal_why_dubai_cards (id, title, "desc", cta_text, cta_link, cta_target) VALUES (5, 'Find out our next open house', '<p>Embark on your journey to success at one of our on campus open days. Engage with our admissions team, expert faculty, and career services to learn about our programs and how it can lead you to a career in demand. Learn about our scholarships and why MAHE Dubai Campus is back-to-back rated 5-Star by the KHDA. </p>', 'Explore More', '/open-days', NULL);
INSERT INTO public.components_manipal_why_dubai_cards (id, title, "desc", cta_text, cta_link, cta_target) VALUES (2, 'Sustainability at MAHE Dubai', '<p>Manipal Academy of Higher Education, Dubai Campus adopts best practices that promote efficient use of energy, environmental protection and community welfare. MAHE, Dubai Campus is committed to a cleaner and greener campus; striving to set a benchmark on a national and international level for education in environment and energy management. The policy adheres to the principles of United Nations 2030 Sustainability Development Goals to advocate activities towards climate change and environmental protection. This is with an aim to integrate the principles of sustainability in campus operations, assess MAHE Dubai Campus responsibility for ecological footprint, to contribute positive environmental impacts and influence the community to advocate a sustainable future.</p>', 'Explore More ', '/sustainability', 'null');
INSERT INTO public.components_manipal_why_dubai_cards (id, title, "desc", cta_text, cta_link, cta_target) VALUES (7, 'Why Dubai', '<p><meta charset="utf-8"><span style="white-space:pre-wrap;"><strong>Welcome to Dubai, a city that weaves together the essence of history with the brilliance of modernity, offering an enchanting blend of limitless possibilities.</strong></span><br><br><span style="white-space:pre-wrap;">At its core stands the magnificent skyline dominated by the awe-inspiring Burj Khalifa, a testament to human ingenuity, soaring high above the city. This architectural marvel symbolizes ambition and achievement, inviting you to witness the world from its pinnacle.</span></p>', 'Explore More', '#', NULL);
--
-- TOC entry 8298 (class 0 OID 783622)
-- Dependencies: 547
-- Data for Name: components_manipal_winter_camp_cards; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (7, 'Why Dubai?', 'Cras bibendum nisl ac nunc vestibulum hendrerit. Etiam in ipsum ac tortor condimentum.', 'why-dubai', 'Read More', NULL);
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (8, 'Accommodation', 'Cras bibendum nisl ac nunc vestibulum hendrerit. Etiam in ipsum ac tortor condimentum.', '#', 'Read More', NULL);
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (6, 'Campus Life', 'Cras bibendum nisl ac nunc vestibulum hendrerit. Etiam in ipsum ac tortor condimentum.', 'campus-life', 'Read More', NULL);
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (9, 'Facilities', 'Cras bibendum nisl ac nunc vestibulum hendrerit. Etiam in ipsum ac tortor condimentum.', 'facilities', 'Read More', NULL);
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (1, 'Desert Safari', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. There are many variations of passages of Lorem Ipsum available.', '#', 'Read More', '#');
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (2, 'Burj Khalifa', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. There are many variations of passages of Lorem Ipsum available.
', '#', 'Read More', '#');
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (3, 'Global Village', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. There are many variations of passages of Lorem Ipsum available.', '#', 'Read More', '#');
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (4, 'Global Village 2', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. There are many variations of passages of Lorem Ipsum available.', '#', 'Read More', NULL);
INSERT INTO public.components_manipal_winter_camp_cards (id, title, "desc", cta_link, cta_text, cta_target) VALUES (5, 'Chose How You''d Like to Discover MAHE Dubai', 'Discover MAHE Dubai at our Open Day event. Tour our campus, meet faculty, explore facilities, and learn about our programs firsthand.', 'https://vrmanipaldubai.com/', 'Virtual Tour', NULL);
--
-- TOC entry 8634 (class 0 OID 1367642)
-- Dependencies: 883
-- Data for Name: components_shared_admission_generals; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_admission_generals (id, admission_title) VALUES (1, 'Admissions');
--
-- TOC entry 8636 (class 0 OID 1367649)
-- Dependencies: 885
-- Data for Name: components_shared_admission_generals_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_admission_generals_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 11, 'table.publication', 'uaeAdmissionSection', 1);
INSERT INTO public.components_shared_admission_generals_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 12, 'table.publication', 'uaeAdmissionSection', 2);
INSERT INTO public.components_shared_admission_generals_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 13, 'table.publication', 'uaeAdmissionSection', 3);
--
-- TOC entry 8630 (class 0 OID 1367186)
-- Dependencies: 879
-- Data for Name: components_shared_campus_lives; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_campus_lives (id, life_at_title, life_at_desc, life_at_cta_text, life_at_cta_link) VALUES (1, 'Life At Manipal', 'Explore a world of possibilities at our thriving campus with diverse activities in a vibrant, multicultural setting.', 'Explore more', '#');
--
-- TOC entry 8632 (class 0 OID 1367195)
-- Dependencies: 881
-- Data for Name: components_shared_campus_lives_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 27, 'manipal.title-desc-img-link-component', 'pages', 1);
INSERT INTO public.components_shared_campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 26, 'manipal.title-desc-img-link-component', 'pages', 2);
INSERT INTO public.components_shared_campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 29, 'manipal.title-desc-img-link-component', 'pages', 3);
INSERT INTO public.components_shared_campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 28, 'manipal.title-desc-img-link-component', 'pages', 4);
INSERT INTO public.components_shared_campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 30, 'manipal.title-desc-img-link-component', 'pages', 5);
INSERT INTO public.components_shared_campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 31, 'manipal.title-desc-img-link-component', 'pages', 6);
INSERT INTO public.components_shared_campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 33, 'manipal.title-desc-img-link-component', 'pages', 7);
INSERT INTO public.components_shared_campus_lives_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 32, 'manipal.title-desc-img-link-component', 'pages', 8);
--
-- TOC entry 8642 (class 0 OID 1370123)
-- Dependencies: 891
-- Data for Name: components_shared_career_services_centers; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_career_services_centers (id, career_service_title, career_service_intro, career_service_desc) VALUES (1, 'Career Services Centre', 'Education for Sustainability IGEE (http://eosd.org/en/igee.html) is one of the distinctive conferences that brought educationists and other stakeholders from around the world in Germany to discuss translating education for sustainability into actions', 'It was planned within the framework of the “European Year of Creativity and Innovation”. This multi-stakeholder event was an opportunity to discuss how the fast changing technological, environmental, social and economic factors are influencing the entire education sector and to deliberate on strategies needed to make education and training more responsive to the 21st century challenges');
--
-- TOC entry 8644 (class 0 OID 1371664)
-- Dependencies: 893
-- Data for Name: components_shared_career_services_centers_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_career_services_centers_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 25, 'manipal.main-btn', 'CareerServicesBtn', NULL);
--
-- TOC entry 8530 (class 0 OID 1015444)
-- Dependencies: 779
-- Data for Name: components_shared_meta_socials; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8532 (class 0 OID 1015453)
-- Dependencies: 781
-- Data for Name: components_shared_seos; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_seos (id, meta_title, meta_description, keywords, meta_robots, structured_data, meta_viewport, canonical_url) VALUES (2, 'About Us', 'test description test description test description test description test description test description test description', NULL, NULL, NULL, NULL, NULL);
INSERT INTO public.components_shared_seos (id, meta_title, meta_description, keywords, meta_robots, structured_data, meta_viewport, canonical_url) VALUES (5, 'What does the 5-star rating mean for MAHE Dubai?', 'this is test What does the 5-star rating mean for MAHE Dubai? ', NULL, NULL, NULL, NULL, NULL);
INSERT INTO public.components_shared_seos (id, meta_title, meta_description, keywords, meta_robots, structured_data, meta_viewport, canonical_url) VALUES (4, 'recognitions Accreditation', 'recognitions Accreditation recognitions Accreditation', NULL, NULL, NULL, NULL, NULL);
--
-- TOC entry 8534 (class 0 OID 1015462)
-- Dependencies: 783
-- Data for Name: components_shared_seos_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8638 (class 0 OID 1369872)
-- Dependencies: 887
-- Data for Name: components_shared_student_services; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_student_services (id, student_service_title, student_service_desc) VALUES (1, 'Student Services', 'We, at MAHE Dubai, are committed towards the continuous growth of the student diversity in the campus. We believe that every students stay at the campus should be a memorable and fruitful one and with students of over 38+ nationalities at the campus we strive to keep reinventing ourselves to achieve the same.');
--
-- TOC entry 8640 (class 0 OID 1369881)
-- Dependencies: 889
-- Data for Name: components_shared_student_services_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_shared_student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 26, 'manipal.main-btn', 'StudentServicesBtn', 4);
INSERT INTO public.components_shared_student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 23, 'manipal.title-desc-img-link-component', 'studentServicesData', 1);
INSERT INTO public.components_shared_student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 24, 'manipal.title-desc-img-link-component', 'studentServicesData', 2);
INSERT INTO public.components_shared_student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 25, 'manipal.title-desc-img-link-component', 'studentServicesData', 3);
--
-- TOC entry 8116 (class 0 OID 742961)
-- Dependencies: 365
-- Data for Name: components_table_academic_qualifications; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (32, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (33, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (34, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (24, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (17, 'PhD', 'Cinema and Popular culture', 'Jawaharlal Nehru University', '19999');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (25, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (11, 'PhD', 'Cinema and Popular culture', 'Jawaharlal Nehru University', '19999');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (23, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (21, 'PhD', 'Cinema and Popular culture', 'Jawaharlal Nehru University', '19999');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (37, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (35, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (36, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (1, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (10, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (38, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (39, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (40, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (41, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (42, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (43, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (44, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (45, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (46, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (47, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (48, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (49, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (50, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (51, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (52, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (54, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (53, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (55, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (56, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (57, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (58, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (59, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (60, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (61, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (62, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (65, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (66, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (67, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (26, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (27, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (63, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (64, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (28, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (29, 'M. Tech', 'Robotics Engineering', 'University of Petroleum and Energy Studies', '2012');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (30, 'PhD', 'Engineering', 'University of Petroleum and Energy Studies', '2015');
INSERT INTO public.components_table_academic_qualifications (id, degree, specialisation, institute, year) VALUES (31, 'B. Tech', 'Electronics and Instrumentation Engineering', 'Bankura Unnayani Institute of Engineering/ West Bengal University of Technology', '2009');
--
-- TOC entry 8118 (class 0 OID 742970)
-- Dependencies: 367
-- Data for Name: components_table_area_of_interest_tables; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_area_of_interest_tables (id, area_of_interest_text, area_of_research) VALUES (2, 'Programmable Logic Controller,', 'Programmable Logic Controller,');
INSERT INTO public.components_table_area_of_interest_tables (id, area_of_interest_text, area_of_research) VALUES (3, 'Microcontrollers and Embedded Systems (8051, ARM-7)', 'Microcontrollers and Embedded Systems (8051, ARM-7)');
INSERT INTO public.components_table_area_of_interest_tables (id, area_of_interest_text, area_of_research) VALUES (4, 'Robotic Path Planning, Machine Vision and Image Processing', 'Robotic Path Planning, Machine Vision and Image Processing');
INSERT INTO public.components_table_area_of_interest_tables (id, area_of_interest_text, area_of_research) VALUES (6, 'Electric Drives, Linear Integrated Circuits and Applications', 'Electric Drives, Linear Integrated Circuits and Applications');
INSERT INTO public.components_table_area_of_interest_tables (id, area_of_interest_text, area_of_research) VALUES (5, 'Sensors and Instrumentation', 'Sensors and Instrumentation');
INSERT INTO public.components_table_area_of_interest_tables (id, area_of_interest_text, area_of_research) VALUES (1, 'Autonomous System, Industrial Automation', 'Autonomous System, Industrial Automation');
--
-- TOC entry 8120 (class 0 OID 742979)
-- Dependencies: 369
-- Data for Name: components_table_column_titles; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8222 (class 0 OID 752967)
-- Dependencies: 471
-- Data for Name: components_table_open_days_tables; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_open_days_tables (id, date, location, "time", status) VALUES (1, '2024-03-31', 'MAHE Dubai', '4.00PM 8.00PM', 'Open');
INSERT INTO public.components_table_open_days_tables (id, date, location, "time", status) VALUES (2, '2024-04-21', 'MAHE Dubai', '4:00 PM 8:00 PM', 'Open');
INSERT INTO public.components_table_open_days_tables (id, date, location, "time", status) VALUES (3, '2024-05-05', 'MAHE Dubai', '4.00PM 8.00PM', 'Open');
--
-- TOC entry 8122 (class 0 OID 742986)
-- Dependencies: 371
-- Data for Name: components_table_professional_affiliations; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_professional_affiliations (id, membership, membership_number) VALUES (3, 'IEEE Membership', '91149514');
INSERT INTO public.components_table_professional_affiliations (id, membership, membership_number) VALUES (1, 'IEEE Membership', '91149514l');
INSERT INTO public.components_table_professional_affiliations (id, membership, membership_number) VALUES (2, 'ASME Membership', '100768773');
--
-- TOC entry 8300 (class 0 OID 783631)
-- Dependencies: 549
-- Data for Name: components_table_program_tables; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (8, 'BBA (Day)', '3 year', '37,500', '1,875', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (9, 'BA - Humanities (Literature,Psychology, Sociology)', '3 year', '37,500', '1,875', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (10, 'Bsc - Applied Psychology', '3 year', '37,500', '1,875', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (11, 'BBA (Day)', '4 years', '37,500', '1,875', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (12, 'Applied Science', '4 years', '37,500', '1,875', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (13, 'Data Science', '2 years', '2144', '1822', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (14, 'BBA', '2 years', '35609', '1875', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (2, 'BA - Humanities (Literature,Psychology, Sociology)', '3 year', '37,500', '1,875', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (4, 'BBA (Day)', '3 year', '43,000', '2,150', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (1, 'Bsc - Applied Psychology', '3 year', '42,000 ', '2,100', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (3, 'BBA (Evening)', '3 year', '37,500', '1,875', 'September / November');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (5, 'BCom - Professional', '3 year', '37,500', '1,875', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (6, 'BBA - Tourism & Hospitality', '3 year', '43,000', '2,150', 'September');
INSERT INTO public.components_table_program_tables (id, program, duration, annual_tution_fee, vat, session) VALUES (7, 'BCom - Professional (with ACCA)', '3 year', '37,500 + 10,000(ACCA Fee)', '1,875 + 500', 'September');
--
-- TOC entry 8124 (class 0 OID 742995)
-- Dependencies: 373
-- Data for Name: components_table_publications; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (30, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (31, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (32, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (33, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (34, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (26, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (2, NULL, NULL, NULL, NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (15, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (18, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (16, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (6, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (41, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (35, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (17, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (5, 'Fees & Funding', 'Recognised as one of the top universities in UAE, we provide financial support based on merit and athletic achievements,', '/fees-and-funding', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (4, 'International Admission', 'Join our diverse community trusted by students from over 40 different countries. Get in touch with our international admissions ...', '/international-admissions', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (19, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (20, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (21, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (42, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (38, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (22, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (23, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (24, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (25, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (12, 'International Admission', 'Join our diverse community trusted by students from over 40 different countries. Get in touch with our international admissions team to find out about necessary documentation', '#', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (27, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (36, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (28, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (29, 'Book Now For Our 2024 Open days', 'Join us for an exciting opportunity to explore all that Manipal University has to offer at our Open Days event for 2024.', '/open-days', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (37, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (11, 'UAE Admission', 'At Manipal Dubai Campus, we welcome students from all seven emirates, with over 2000 enrollees annually.', '#', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (13, 'Fees & Scholarship', 'Recognised as one of the top universities in UAE, we provide financial support based on merit and athletic achievements, making quality education accessible.', '#', NULL, 'Explore More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (1, 'CEO compensation and future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', NULL, 'CEO compensation and future shareholder returns: Evidence from the London Stock Exchange');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (39, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (40, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (43, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (44, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (45, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (46, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (47, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
INSERT INTO public.components_table_publications (id, title, short_desc, cta_link, cta_target, cta_text) VALUES (48, 'CEO compensation future shareholder returns: Evidence from the London Stock Exchange', '(Journal article - 2014)', '#', '#', 'Read More');
--
-- TOC entry 8126 (class 0 OID 743004)
-- Dependencies: 375
-- Data for Name: components_table_qualification_exps; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (26, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (28, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (27, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (1, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (6, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (29, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (9, 'School of Engineering & Information Technology', 'Professor & Chairperson', 'Research & Development Program', 'Jan 2014-March 2017');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (10, 'School of Engineering & Information Technology', 'Professor & Chairperson', 'Research & Development Program', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (30, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (31, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (7, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (8, 'School of Life Sciences', 'Coordinator', 'Research & Development Program', 'Jan 2014-March 2017');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (32, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (33, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (16, 'School of Arts', 'TEacher', 'TEst', 'Test');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (11, 'School of Engineering and IT', 'Associate Professor, Senior Grade', 'Research Co-Coordinator', 'Jan 2014-March 2017');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (12, 'School of Engineering and IT', 'Assistant Professor', 'Research & Development Program', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (34, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (35, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (36, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (37, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (17, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (18, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (19, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (20, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (21, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (22, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (23, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (24, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (25, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (13, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (15, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (14, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (38, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (39, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (40, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (41, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (42, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (43, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (45, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (44, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (46, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (47, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (48, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (49, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (50, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (51, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (53, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (55, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (57, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (52, 'University of Petroleum and Energy Studies', 'Doctoral Research Fellow', 'Research activities, Academic Teaching administrative functioning.', '2012 2015 ');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (54, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (56, 'University of Petroleum and Energy Studies', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2015 2019');
INSERT INTO public.components_table_qualification_exps (id, institution, designation, role, tenure) VALUES (58, 'Manipal Academy of Higher Education', 'Assistant Professor', 'Research activities, Academic Teaching administrative functioning.', '2019 - Present');
--
-- TOC entry 8302 (class 0 OID 783640)
-- Dependencies: 551
-- Data for Name: components_table_scholarship_table_columns; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (10, 'Above 95%', '30%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (11, '90% - 95%', '25%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (13, '80% - 89%', '15%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (3, '70% - 79%', '15%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (1, 'Above 95%', '30%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (2, '90% - 95%', '25%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (12, 'Above 95%', '30%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (19, 'Above 95%', '30%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (14, '90% - 95%', '25%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (16, '70% - 79%', '15%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (20, '90% - 95%', '25%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (23, '90% - 95%', '25%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (21, '80% - 89%', '15%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (22, 'Above 95%', '30%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (24, '80% - 89%', '15%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (15, 'Above 95%', '30%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (17, '90% - 95%', '25%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (7, 'Above 95%', '30%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (18, '70% - 79%', '15%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (8, '80% - 89%', '25%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (9, '70% - 79%', '15%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (4, 'Above 95%', '30%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (5, '90% - 95%', '25%');
INSERT INTO public.components_table_scholarship_table_columns (id, marks, scholarship_value) VALUES (6, '70% - 79%', '15%');
--
-- TOC entry 8304 (class 0 OID 783649)
-- Dependencies: 553
-- Data for Name: components_table_scholarship_tables; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_scholarship_tables (id, title, rich_text_copy) VALUES (3, 'The students who did not get any merit scholarship in the first year (based on the above merit scholarship policy) will be eligible for extended merit scholarship in the following years as pre the following criteria:', '<figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:42.62%;"><col style="width:57.38%;"></colgroup><thead><tr><th>Marks</th><th>Scholarship</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Above 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">30%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">90% - 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">25%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">80% - 89%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">15%</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_table_scholarship_tables (id, title, rich_text_copy) VALUES (5, 'Merit Scholarship for all MBA Evening/Weekend as waiver on full program fees:', '<figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:42.62%;"><col style="width:57.38%;"></colgroup><thead><tr><th>Marks</th><th>Scholarship</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Above 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">30%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">90% - 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">25%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">80% - 89%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">15%</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_table_scholarship_tables (id, title, rich_text_copy) VALUES (2, 'Merit Scholarships for students from A level schools, for entering in to Undergraduate Programs as a waiver of first year fees:', '<figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:42.62%;"><col style="width:57.38%;"></colgroup><thead><tr><th><meta charset="utf-8"><span style="white-space:pre-wrap;">Marks</span></th><th><meta charset="utf-8"><span style="white-space:pre-wrap;">Scholarship</span></th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Above 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">30%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">90% - 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">25%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">80% - 89%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">15%</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_table_scholarship_tables (id, title, rich_text_copy) VALUES (6, 'Merit Scholarship for all other PG programs as waiver on full program fees:', '<figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:42.62%;"><col style="width:57.38%;"></colgroup><thead><tr><th>Marks</th><th>Scholarship</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Above 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">30%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">90% - 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">25%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">80% - 89%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">15%</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_table_scholarship_tables (id, title, rich_text_copy) VALUES (4, 'Merit Scholarships for Students from O level schools, for entering in to Foundation Program as a waiver of first semester tuition fee:', '<figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:42.62%;"><col style="width:57.38%;"></colgroup><thead><tr><th>Marks</th><th>Scholarship</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Above 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">30%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">90% - 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">25%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">80% - 89%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">15%</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_table_scholarship_tables (id, title, rich_text_copy) VALUES (7, 'Sports Scholarship', '<figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:42.62%;"><col style="width:57.38%;"></colgroup><thead><tr><th>Marks</th><th>Scholarship</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Above 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">30%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">90% - 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">25%</span></p></td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">80% - 89%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">15%</span></p></td></tr></tbody></table></figure>');
INSERT INTO public.components_table_scholarship_tables (id, title, rich_text_copy) VALUES (1, 'Merit Scholarships for students from CBSE / ISC, for entering in to Undergraduate Programs as a waiver of first year fees:', '<figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:31.67%;"><col style="width:26.79%;"><col style="width:41.54%;"></colgroup><thead><tr><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Marks</span></p></th><th><meta charset="utf-8"><p><span style="white-space:pre-wrap;">Scholarship</span></p></th><th>TEst</th></tr></thead><tbody><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">Above 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">30%</span></p></td><td>this is test column</td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">90% - 95%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">25%</span></p></td><td>&nbsp;</td></tr><tr><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">80% - 89%</span></p></td><td><meta charset="utf-8"><p><meta charset="utf-8"><span style="white-space:pre-wrap;">15%</span></p></td><td>&nbsp;</td></tr></tbody></table></figure>');
INSERT INTO public.components_table_scholarship_tables (id, title, rich_text_copy) VALUES (8, 'Alumni Scholarships for Masters Program:', '<figure class="table" style="width:96.93%;"><table class="ck-table-resized"><colgroup><col style="width:28.47%;"><col style="width:26.84%;"><col style="width:26.49%;"><col style="width:18.2%;"></colgroup><thead><tr><th><h4>UG Scholarship</h4></th><th>CBSE/ISC</th><th>A Level</th><th>O Level</th></tr></thead><tbody><tr><td><meta charset="utf-8"><h5><meta charset="utf-8"><span style="white-space:pre-wrap;">30% &nbsp;</span></h5></td><td><meta charset="utf-8"><h5><meta charset="utf-8"><span style="white-space:pre-wrap;">Above 95% &nbsp;</span><br>&nbsp;</h5></td><td><h5>2 A Stars &nbsp;</h5></td><td><h5>--- &nbsp;&nbsp;</h5></td></tr><tr><td><meta charset="utf-8"><h5><meta charset="utf-8"><span style="white-space:pre-wrap;">25%</span></h5></td><td><meta charset="utf-8"><h5><meta charset="utf-8"><span style="white-space:pre-wrap;">90% - 95%</span></h5></td><td><h5>1 A Star &amp; 1 A</h5></td><td><h5>---</h5></td></tr><tr><td><meta charset="utf-8"><h5><meta charset="utf-8"><span style="white-space:pre-wrap;">20%&nbsp;</span></h5></td><td><meta charset="utf-8"><h5><meta charset="utf-8"><span style="white-space:pre-wrap;">80% - 89%</span></h5></td><td><h5>2 A&nbsp;</h5></td><td><h5>2 A</h5></td></tr><tr><td><h5><span style="white-space:pre-wrap;">15%</span></h5></td><td><h5><span style="white-space:pre-wrap;">&nbsp;70% - 79%</span></h5></td><td><h5>1 A &amp; 1 B</h5></td><td><h5>1 A &amp; 1 B</h5></td></tr></tbody></table></figure><ul style="list-style-type:disc;"><li>Applicable for entering Undergraduate programs as a waiver of first year tuition fee.</li><li>Above merit scholarships can also be continued in the following year of study at MAHE Dubai, as per the scholarship policy.</li><li>Applicable for entering Foundation &amp; Certificate program as a waiver of first semester tuition fee.</li></ul><p>&nbsp;</p><p>&nbsp;</p>');
--
-- TOC entry 8128 (class 0 OID 743013)
-- Dependencies: 377
-- Data for Name: components_table_subject_current_teach_tables; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (9, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (11, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (10, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (12, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (13, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (14, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (15, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (16, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (17, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (6, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (8, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (7, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (18, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (20, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (19, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (1, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (2, 'Embedded System & Design', 'ECE 354', 'VI semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (4, 'Programmable Logic Controller Lab', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (3, 'Programmable Logic Controller test', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (5, 'Wireless Networks', 'MSS 603', 'III semester MSc IT');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (21, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (22, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (23, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (24, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (25, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (26, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (27, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (28, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (29, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (30, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (31, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (32, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (33, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (34, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (35, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (36, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (37, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (38, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (39, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (40, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (41, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (42, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (43, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (44, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (45, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (46, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (47, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (48, 'Neural Network & Fuzzy Logic', 'ECE 354', 'VI semester Mechanical & Civil');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (49, 'Programmable Logic Controller', 'ECE 354', 'IV semester Mechatronics');
INSERT INTO public.components_table_subject_current_teach_tables (id, subject, subject_code, year) VALUES (50, 'Embedded System & Design', 'ECE 354', 'VI semester Mechanical & Civil');
--
-- TOC entry 8130 (class 0 OID 743022)
-- Dependencies: 379
-- Data for Name: components_table_table_columns; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8132 (class 0 OID 743029)
-- Dependencies: 381
-- Data for Name: components_table_tables; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8172 (class 0 OID 743483)
-- Dependencies: 421
-- Data for Name: components_table_tables_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8438 (class 0 OID 799845)
-- Dependencies: 687
-- Data for Name: contact_us_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.contact_us_pages (id, first_heading, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Manipal Academy of Higher Education ', '2024-06-03 14:45:25.182', '2024-11-28 10:32:19.824', '2024-06-03 14:45:27.079', 1, 3);
--
-- TOC entry 8440 (class 0 OID 799856)
-- Dependencies: 689
-- Data for Name: contact_us_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 56, 'manipal.inner-banner', 'banner', 7);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 15, 'manipal.double-text-with-img-address', 'contactsData', 1);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 16, 'manipal.double-text-with-img-address', 'contactsData', 2);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 17, 'manipal.double-text-with-img-address', 'contactsData', 3);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 18, 'manipal.double-text-with-img-address', 'contactsData', 4);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 19, 'manipal.double-text-with-img-address', 'contactsData', 5);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 20, 'manipal.double-text-with-img-address', 'contactsData', 6);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (22, 1, 5, 'manipal.manipal-ranking-component', 'form', NULL);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (25, 1, 25, 'manipal.double-text-with-img-address', 'location', NULL);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (26, 1, 26, 'manipal.double-text-with-img-address', 'email', NULL);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (27, 1, 27, 'manipal.double-text-with-img-address', 'phone', NULL);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (28, 1, 28, 'manipal.double-text-with-img-address', 'whatsapp', NULL);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (29, 1, 29, 'manipal.double-text-with-img-address', 'liveChat', NULL);
INSERT INTO public.contact_us_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (30, 1, 1, 'manipal.social-media', 'socialMedia', NULL);
--
-- TOC entry 8606 (class 0 OID 1123669)
-- Dependencies: 855
-- Data for Name: degrees; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.degrees (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id, cta_link, cta_text, short_desc) VALUES (2, 'Postgraduate', 'postgraduate', '2024-08-07 12:20:10.442', '2024-08-08 17:23:44.049', '2024-08-07 12:20:12.62', 1, 1, 'postgraduate', 'Read More', ' Add strength to your career by joining the B.Tech-Civil-Lateral Entry (Evening Program) offered at the Manipal Academy of Higher Education - MAHE, Dubai . ');
INSERT INTO public.degrees (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id, cta_link, cta_text, short_desc) VALUES (1, 'Undergraduate', 'undergraduate', '2024-08-07 12:19:38.566', '2024-08-08 17:24:00.008', '2024-08-07 12:19:41.294', 1, 1, 'undergraduate', 'Read More', ' Add strength to your career by joining the B.Tech-Civil-Lateral Entry (Evening Program) offered at the Manipal Academy of Higher Education - MAHE, Dubai . ');
INSERT INTO public.degrees (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id, cta_link, cta_text, short_desc) VALUES (3, 'Phd', 'phd', '2024-11-18 15:56:29.57', '2024-11-18 15:57:39.033', '2024-11-18 15:57:39.026', 1, 1, '#', 'Phd', 'Phd');
INSERT INTO public.degrees (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id, cta_link, cta_text, short_desc) VALUES (4, 'Foundation', 'Foundation', '2024-11-28 11:52:13.177', '2024-11-28 12:02:20.784', '2024-11-28 12:02:20.776', 1, 1, '#', 'Foundation', 'Foundation');
--
-- TOC entry 8628 (class 0 OID 1147318)
-- Dependencies: 877
-- Data for Name: degrees_programs_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (17, 2, 14, 1, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (19, 2, 15, 2, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (22, 4, 6, 1, 2);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (25, 4, 19, 2, 2);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (8, 1, 7, 1, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (9, 1, 8, 2, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (10, 1, 6, 3, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (11, 1, 9, 4, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (12, 1, 10, 5, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (13, 1, 11, 6, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (14, 1, 12, 7, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (15, 1, 13, 8, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (20, 1, 16, 9, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (21, 1, 17, 10, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (23, 1, 18, 11, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (24, 1, 19, 12, 1);
INSERT INTO public.degrees_programs_links (id, degree_id, program_id, program_order, degree_order) VALUES (27, 2, 25, 3, 1);
--
-- TOC entry 8486 (class 0 OID 949014)
-- Dependencies: 735
-- Data for Name: events; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.events (id, date, title, slug, short_desc, btn_text, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-03-31', 'MAHE Dubai Open House', 'mahe-dubai-open-house', 'Join MAHE Dubai Open House to find out what it means to study at a 5-Star rated university in Dubai. Meet our admissions team and interact with the faculty to really understand the program of your choice, scholarships & discounts and many more.', 'Read More', '<p>The Open Day will give an opportunity to the parents and students to:</p><ul><li>Meet the Admission Counsellors</li><li>Interact with the Faculty</li><li>Know in-depth about the program structure</li><li>Learn about the scholarships and the eligibility criteria</li><li>Register on-spot and avail special open house offers</li><li>Take a personalized campus tour</li></ul>', '2024-06-11 15:24:39.772', '2024-11-28 14:57:27.621', '2024-06-11 15:25:31.302', 1, 3);
INSERT INTO public.events (id, date, title, slug, short_desc, btn_text, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (13, '2024-03-11', 'Launch of RedTalk by School of Humanities & Social Sciences', 'launching-red-talk', 'The podcast aims to foster open dialogue, challenge societal norms, confront deep-rooted biases, and address concerns often overlooked or stigmatized in our society. Drawing on sociocultural and historical lenses, Red has symbolized risk, vulnerability, taboo, sanctity, and rebellion among many other things.', 'Read More', '<p>Inspired by the TED Talk format, with REDTalk, we aim to Resist injustice, Empower the silent, and Dare to challenge the status quo.</p><p>REDTalk is organizing a competition to further build on this understanding and highlight how these vulnerabilities, sacredness, and stigma can be gendered and more pronounced for women. From gender-based violence to reproductive rights, from mental health struggles to unpaid care work, from body positivity to the glass ceiling, REDTalk promises to delve into the heart of issues that affect us all.</p><p>We invite student speakers from all schools at MAHE Dubai to participate in our very first REDTalk themed Refuse to be Reduced. Join us in this journey of exploration and reflection by challenging the status quo.</p><p>The winners talk will be produced as one of the episodes of the REDTalk podcast series. The student speakers will deliver an 8-10 minute talk on the theme Refuse to be Reduced, exploring topics related to women, which may include but are not limited to:</p><ul><li>Climate Change and Increased Vulnerability of Women</li><li>Women and AI: The Concerns Ahead</li><li>Understanding Body positivity, Self-esteem and Inclusion</li><li>War, Pain and Memory: Women as Silent Sufferers</li><li>Feminism: Critical Reflections</li><li>Women and Healthcare disparities</li><li>Women in Higher Education: Uncovering Invisible Barriers</li><li>Women in Leadership: Opportunities and challenges</li><li>Workplace and Gender disparity</li><li>Intersectionality: Class, Gender and Race</li><li>Male voices in Feminism</li><li>Womens representation in Media: Stereotypes, Inclusion/Empowerment</li></ul><p>REDTalk is more than just a platform for discussion, we envision it as a catalyst for action. Join us at REDTalk, where together, we can break taboos, shatter stigmas, and build a brighter future!</p><p><strong>#AtRedWeGo</strong></p>', '2024-11-28 15:00:48.492', '2024-11-28 15:01:08.44', '2024-11-28 15:00:51.254', 3, 3);
INSERT INTO public.events (id, date, title, slug, short_desc, btn_text, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (14, '2024-03-06', '2nd Symposium on Recent Trends in Mathematics, Statistics and Engineering 2024 ', '2nd-symposium-on-recent-trends-in-mathematics-statistics-and-engineering-2024', '2nd Symposium on Recent Trends in Mathematics, Statistics, and Engineering, organized by the School of Engineering and IT, MAHE Dubai will take place on March 6th, 2024, from 9:00 AM to 1:30 PM.', 'Read More', '<p>The symposium will feature Expert Talks and workshops aimed at exploring the latest developments in the fields of Mathematics, Statistics, and their applications in the field of Engineering &amp; IT. This event provides a platform for educators and students to gain valuable insights, exchange ideas, enhance skill sets, and seize networking opportunities.</p><p>The symposium will feature expert talks and workshops on:</p><ul><li>Machine Learning Prediction for Fluid Flow Problems Using Python.</li><li>Data Dynamo: Excel, ChatGPT, Python Integration.</li></ul><p>The agenda for the symposium includes:</p><ul><li>Gain Insights from the leading experts in the fields of Applied Mathematics and Statistics on current trends, emerging technologies, and its application on Engineering &amp; IT.</li><li>Participate in hands on workshop designed to provide practical skills and techniques that you can implement in your teaching practices.</li><li>Networking Opportunities to build a valuable relationships and collaborations.</li></ul>', '2024-11-28 15:00:48.492', '2024-11-28 15:48:10.561', '2024-11-28 15:03:46.008', 3, 3);
--
-- TOC entry 8550 (class 0 OID 1016811)
-- Dependencies: 799
-- Data for Name: events_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8650 (class 0 OID 1376882)
-- Dependencies: 899
-- Data for Name: events_news_events_category_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.events_news_events_category_links (id, event_id, news_events_category_id, event_order) VALUES (17, 14, 4, 1);
--
-- TOC entry 8480 (class 0 OID 889448)
-- Dependencies: 729
-- Data for Name: events_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.events_pages (id, upcoming_events_title, past_events_title, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Upcoming Events', 'Past Events', '2024-06-04 16:18:54.597', '2024-06-04 16:19:10.668', '2024-06-04 16:19:10.661', 1, 1);
--
-- TOC entry 8482 (class 0 OID 889459)
-- Dependencies: 731
-- Data for Name: events_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.events_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 58, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8616 (class 0 OID 1124730)
-- Dependencies: 865
-- Data for Name: events_school_collection_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.events_school_collection_links (id, event_id, school_collection_id, event_order) VALUES (6, 1, 2, 1);
INSERT INTO public.events_school_collection_links (id, event_id, school_collection_id, event_order) VALUES (7, 13, 7, 1);
INSERT INTO public.events_school_collection_links (id, event_id, school_collection_id, event_order) VALUES (8, 14, 7, 2);
--
-- TOC entry 8610 (class 0 OID 1124381)
-- Dependencies: 859
-- Data for Name: events_school_type_links; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8242 (class 0 OID 783366)
-- Dependencies: 491
-- Data for Name: facilities_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.facilities_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-05-31 15:44:07.174', '2024-11-28 11:31:49.345', '2024-05-31 15:46:26.563', 1, 3);
--
-- TOC entry 8310 (class 0 OID 783685)
-- Dependencies: 559
-- Data for Name: facilities_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (25, 1, 49, 'manipal.inner-banner', 'banner', 3);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 42, 'manipal.general-info', 'services', 1);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 43, 'manipal.general-info', 'services', 2);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 45, 'manipal.general-info', 'services', 3);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 44, 'manipal.general-info', 'services', 4);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 46, 'manipal.general-info', 'services', 5);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 47, 'manipal.general-info', 'services', 6);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 1, 48, 'manipal.general-info', 'services', 7);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (24, 1, 49, 'manipal.general-info', 'services', 8);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (65, 1, 65, 'manipal.general-info', 'services', 9);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (66, 1, 66, 'manipal.general-info', 'services', 10);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (67, 1, 67, 'manipal.general-info', 'services', 11);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (68, 1, 68, 'manipal.general-info', 'services', 12);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (70, 1, 70, 'manipal.general-info', 'services', 13);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.rich-text-img', 'section1', 16);
INSERT INTO public.facilities_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (71, 1, 71, 'manipal.general-info', 'services', 14);
--
-- TOC entry 8044 (class 0 OID 742500)
-- Dependencies: 293
-- Data for Name: faculties; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (2, 'Dr. Taramol.K.G, Associate Professor', 'Assistant Professor', '044290872', 'taramol.kg@manipaldubai.com', 'dr-taramol-k-g-associate-professor', '2024-06-04 17:45:32.233', '2024-11-28 18:20:47.608', '2024-06-04 18:01:27.921', 1, 3, '+971-554998741');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (5, 'Ms. Anandhi Anantharaman', 'Assistant Professor', '044290871', 'anandhi.anantharaman@manipaldubai.com', 'ms-anandhi-anantharaman', '2024-06-04 17:45:32.233', '2024-11-28 18:20:58.509', '2024-11-28 18:20:58.49', 3, 3, '+971-554998741');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (6, 'Prof. Waseem Ahmad Khan', 'Assistant Professor', '+971 5059 75375', 'waseemahmad.khan@manipaldubai.com', 'prof-waseem-ahmad-khan', '2024-06-04 17:45:32.233', '2024-11-28 18:24:02.975', '2024-11-28 18:22:55.305', 3, 3, '+971-554998741');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (1, 'Dr. Sowmya Kiran Rao', 'Adjunct Assistant Professor', '971524234206', 'sowmya.rao@manipaldubai.com', 'dr-sowmya-kiran-rao', '2024-05-21 19:07:35.839', '2024-11-28 18:24:33.753', '2024-05-27 17:33:05.741', 1, 3, '+97144290749');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (7, 'Dr. Arif Hussain', 'Professor and Chairperson', '+971556848720', 'arifhussain@manipaldubai.com', 'dr-arif-hussain', '2024-06-04 17:45:32.233', '2024-11-29 09:51:06.581', '2024-11-29 09:51:06.556', 3, 3, '+971-554998741');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (12, 'DR. Reema Shetty', 'Assistant Professor', '+971 4 4290741', 'reema@manipaldubai.com', 'dr-reema-shetty', '2024-06-04 17:45:32.233', '2024-11-29 09:57:27.783', '2024-11-29 09:57:27.764', 3, 3, '+971-554998741');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (13, 'Professor Fathima Thahani Iqbal', 'Associate Vice President', '+97144290877', 'thahani.iqbal@manipaldubai.com', 'professor-fathima-thahani-iqbal', '2024-06-04 17:45:32.233', '2024-11-29 10:00:23.481', '2024-11-29 10:00:12.642', 3, 3, '+971-554998741');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (15, 'Dr. Neha Gupta', 'Visiting Assistant Professor', '+971585644320', 'neha.gupta@manipaldubai.com', 'dr-neha-gupta', '2024-06-04 17:45:32.233', '2024-11-29 10:02:51.688', '2024-11-29 10:02:51.674', 3, 3, '+971-554998741');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (16, 'Dr Sultan Mohammed Faheem', 'Associate Professor', '+97144290735', 'faheemsm@manipaldubai.com', 'dr-sultan-mohammed-faheem', '2024-06-04 17:45:32.233', '2024-11-29 10:03:26.799', '2024-11-29 10:03:26.784', 3, 3, '+971-554998741');
INSERT INTO public.faculties (id, title, designation, phone, email, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2) VALUES (17, 'Dr Subburaj Alagarsamy', 'Associate Head - PG Programs, Assistant Professor', '+971 44 290 787', 'subburaj.alagarsamy@manipaldubai.com', 'dr-subburaj-alagarsamy', '2024-06-04 17:45:32.233', '2024-11-29 10:04:50.913', '2024-11-29 10:04:50.897', 3, 3, '+971-554998741');
--
-- TOC entry 8146 (class 0 OID 743114)
-- Dependencies: 395
-- Data for Name: faculties_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (464, 15, 14, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (465, 15, 15, 'manipal.expertise', 'expertise', 2);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (466, 15, 15, 'manipal.research', 'research', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (467, 15, 46, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (407, 5, 5, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (408, 5, 5, 'manipal.expertise', 'expertise', 2);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (409, 5, 5, 'manipal.research', 'research', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (410, 5, 37, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (411, 5, 5, 'manipal.student-projects', 'studentProjects', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (412, 5, 66, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (61, 2, 2, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (62, 2, 2, 'manipal.expertise', 'expertise', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (63, 2, 2, 'manipal.research', 'research', 4);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (64, 2, 59, 'manipal.inner-banner', 'banner', 5);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (81, 2, 2, 'manipal.student-projects', 'studentProjects', 6);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (468, 15, 14, 'manipal.student-projects', 'studentProjects', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (80, 2, 6, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (469, 15, 76, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (419, 6, 6, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (420, 6, 6, 'manipal.expertise', 'expertise', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (421, 6, 6, 'manipal.research', 'research', 4);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (423, 6, 6, 'manipal.student-projects', 'studentProjects', 5);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (470, 16, 15, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (471, 16, 16, 'manipal.expertise', 'expertise', 2);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (472, 16, 16, 'manipal.research', 'research', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (473, 16, 47, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (474, 16, 15, 'manipal.student-projects', 'studentProjects', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (475, 16, 77, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (476, 17, 16, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (477, 17, 17, 'manipal.expertise', 'expertise', 2);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (424, 6, 67, 'manipal.inner-banner', 'banner', 6);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (478, 17, 17, 'manipal.research', 'research', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (422, 6, 38, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.academic', 'academics', 2);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.expertise', 'expertise', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 1, 'manipal.research', 'research', 4);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 1, 'manipal.student-projects', 'studentProjects', 5);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 4, 'manipal.inner-banner', 'banner', 6);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (479, 17, 48, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 1, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (437, 7, 7, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (438, 7, 7, 'manipal.expertise', 'expertise', 2);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (439, 7, 7, 'manipal.research', 'research', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (440, 7, 39, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (441, 7, 7, 'manipal.student-projects', 'studentProjects', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (442, 7, 68, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (446, 12, 11, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (447, 12, 12, 'manipal.expertise', 'expertise', 2);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (448, 12, 12, 'manipal.research', 'research', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (449, 12, 43, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (450, 12, 11, 'manipal.student-projects', 'studentProjects', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (451, 12, 73, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (452, 13, 12, 'manipal.academic', 'academics', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (453, 13, 13, 'manipal.expertise', 'expertise', 3);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (454, 13, 13, 'manipal.research', 'research', 4);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (456, 13, 12, 'manipal.student-projects', 'studentProjects', 5);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (457, 13, 74, 'manipal.inner-banner', 'banner', 6);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (455, 13, 44, 'table.publication', 'publication', 1);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (480, 17, 16, 'manipal.student-projects', 'studentProjects', NULL);
INSERT INTO public.faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (481, 17, 78, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8148 (class 0 OID 743128)
-- Dependencies: 397
-- Data for Name: faculties_faculty_type_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (4, 1, 3);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (5, 2, 8);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (6, 5, 8);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (7, 6, 8);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (9, 7, 3);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (11, 12, 3);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (14, 13, 8);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (16, 15, 8);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (17, 16, 3);
INSERT INTO public.faculties_faculty_type_links (id, faculty_id, faculty_type_id) VALUES (18, 17, 8);
--
-- TOC entry 8618 (class 0 OID 1124742)
-- Dependencies: 867
-- Data for Name: faculties_school_collection_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (2, 1, 4, 1);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (1, 2, 4, 2);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (3, 5, 4, 3);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (4, 6, 4, 4);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (5, 7, 4, 5);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (6, 12, 4, 6);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (7, 13, 4, 7);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (8, 15, 4, 8);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (9, 16, 4, 9);
INSERT INTO public.faculties_school_collection_links (id, faculty_id, school_collection_id, faculty_order) VALUES (10, 17, 4, 10);
--
-- TOC entry 8046 (class 0 OID 742513)
-- Dependencies: 295
-- Data for Name: faculty_types; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'SOE-IT', 'soe-it', '2024-05-27 16:45:58.346', '2024-05-27 16:46:02.496', '2024-05-27 16:46:02.483', 1, 1);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (2, 'humanities', 'humanities', '2024-06-07 16:04:15.008', '2024-06-07 16:04:16.553', '2024-06-07 16:04:16.544', 1, 1);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (3, 'School of Life Sciences', 'school of life sciences', '2024-11-28 12:01:12.253', '2024-11-28 12:01:34.416', '2024-11-28 12:01:34.409', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (6, 'Computer Science and Engineering', 'computer science and engineering', '2024-11-28 12:08:34.37', '2024-11-28 12:08:36.743', '2024-11-28 12:08:36.734', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (8, 'School of Business', 'school of business', '2024-11-28 12:11:06.656', '2024-11-28 12:11:15.857', '2024-11-28 12:11:15.85', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (9, 'Mathematics and Statistics ', 'mathematics and statistics ', '2024-11-28 12:13:00.385', '2024-11-28 12:13:03.18', '2024-11-28 12:13:03.169', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (10, 'Finance', 'finance', '2024-11-28 12:13:15.441', '2024-11-28 12:13:18.612', '2024-11-28 12:13:18.605', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (11, 'Department of Electrical and Electronics Engineering', 'department of electrical and electronics engineering', '2024-11-28 12:13:42.326', '2024-11-28 12:13:43.832', '2024-11-28 12:13:43.825', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (12, 'CSE & IT', 'cse & it', '2024-11-28 12:14:19.86', '2024-11-28 12:14:22.838', '2024-11-28 12:14:22.826', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (14, 'Academic', 'academic', '2024-11-28 12:15:36.088', '2024-11-28 12:15:37.741', '2024-11-28 12:15:37.734', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (16, 'Civil Engineering', 'civil engineering', '2024-11-28 12:16:24.791', '2024-11-28 12:16:27.43', '2024-11-28 12:16:27.423', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (17, 'Mechanical Engineering ', 'mechanical engineering ', '2024-11-28 12:16:59.853', '2024-11-28 12:17:02.072', '2024-11-28 12:17:02.064', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (18, 'School of Design and Architecture', 'school of design and architecture', '2024-11-28 12:17:59.018', '2024-11-28 12:18:01.107', '2024-11-28 12:18:01.097', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (19, 'First Year Engineering ( Basic Science)', 'first year engineering ( basic science)', '2024-11-28 12:18:25.093', '2024-11-28 12:18:27.381', '2024-11-28 12:18:27.373', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (21, 'Mechatronics Engineering', 'mechatronics engineering', '2024-11-28 12:19:22.299', '2024-11-28 12:19:24.71', '2024-11-28 12:19:24.701', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (22, 'Engineering (EEE)', 'engineering (eee)', '2024-11-28 12:19:55.77', '2024-11-28 12:20:11.118', '2024-11-28 12:20:11.108', 3, 3);
INSERT INTO public.faculty_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (24, 'Faculty', 'faculty', '2024-11-28 12:21:38.323', '2024-11-28 12:21:40.444', '2024-11-28 12:21:40.428', 3, 3);
--
-- TOC entry 8552 (class 0 OID 1016839)
-- Dependencies: 801
-- Data for Name: faculty_types_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8174 (class 0 OID 748753)
-- Dependencies: 423
-- Data for Name: faq_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.faq_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id, title) VALUES (1, '2024-05-21 18:37:32.274', '2024-11-25 16:07:27.538', '2024-05-21 18:39:18.724', 1, 3, 'Frequently Asked Questions ');
--
-- TOC entry 8188 (class 0 OID 748868)
-- Dependencies: 437
-- Data for Name: faq_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 5, 'manipal.inner-banner', 'banner', 3);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 3, 'manipal.faqs', 'faqs', 1);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 4, 'manipal.faqs', 'faqs', 2);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (71, 1, 63, 'manipal.faqs', 'faqs', 3);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (72, 1, 64, 'manipal.faqs', 'faqs', 4);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (73, 1, 66, 'manipal.faqs', 'faqs', 5);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (74, 1, 65, 'manipal.faqs', 'faqs', 6);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (75, 1, 67, 'manipal.faqs', 'faqs', 7);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (76, 1, 69, 'manipal.faqs', 'faqs', 8);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (77, 1, 68, 'manipal.faqs', 'faqs', 9);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (78, 1, 70, 'manipal.faqs', 'faqs', 10);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (79, 1, 71, 'manipal.faqs', 'faqs', 11);
INSERT INTO public.faq_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (80, 1, 72, 'manipal.faqs', 'faqs', 12);
--
-- TOC entry 8244 (class 0 OID 783375)
-- Dependencies: 493
-- Data for Name: fee_and_funding_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.fee_and_funding_pages (id, application_reg_title, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, apply_for_scholarship_toggle) VALUES (1, 'Application and Registration Fee', '2024-05-23 18:09:08.745', '2024-11-27 12:52:42.174', '2024-05-23 18:09:11.465', 1, 1, true, true, true);
--
-- TOC entry 8312 (class 0 OID 783699)
-- Dependencies: 561
-- Data for Name: fee_and_funding_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 9, 'manipal.faqs', 'notes', 1);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 10, 'manipal.faqs', 'notes', 2);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 11, 'manipal.faqs', 'notes', 3);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 12, 'manipal.faqs', 'notes', 4);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 1, 'manipal.application-reg-fee-table', 'applicationRegFeeTable', 1);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 4, 'manipal.programs', 'programs', 3);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 1, 'manipal.programs', 'programs', 4);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 2, 'manipal.programs', 'programs', 5);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 3, 'manipal.programs', 'programs', 7);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (477, 1, 5, 'manipal.programs', 'programs', 8);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (491, 1, 6, 'manipal.programs', 'programs', 10);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (527, 1, 2, 'manipal.how-to-apply-section', 'howToApply', 15);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 17, 'manipal.inner-banner', 'banner', 14);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 13, 'manipal.faqs', 'notes', 5);
INSERT INTO public.fee_and_funding_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 1, 14, 'manipal.faqs', 'notes', 6);
--
-- TOC entry 7988 (class 0 OID 680686)
-- Dependencies: 237
-- Data for Name: files; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (12, 'blog.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_blog_4add096f7d.jpg", "hash": "large_blog_4add096f7d", "mime": "image/jpeg", "name": "large_blog.jpg", "path": null, "size": 63.73, "width": 1000, "height": 391, "sizeInBytes": 63731}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_blog_4add096f7d.jpg", "hash": "small_blog_4add096f7d", "mime": "image/jpeg", "name": "small_blog.jpg", "path": null, "size": 23.58, "width": 500, "height": 195, "sizeInBytes": 23582}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_blog_4add096f7d.jpg", "hash": "medium_blog_4add096f7d", "mime": "image/jpeg", "name": "medium_blog.jpg", "path": null, "size": 42.5, "width": 750, "height": 293, "sizeInBytes": 42498}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_4add096f7d.jpg", "hash": "thumbnail_blog_4add096f7d", "mime": "image/jpeg", "name": "thumbnail_blog.jpg", "path": null, "size": 7.69, "width": 245, "height": 95, "sizeInBytes": 7691}}', 'blog_4add096f7d', '.jpg', 'image/jpeg', 160.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_4add096f7d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/1', '2024-05-21 14:06:20.073', '2024-05-21 14:06:20.073', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (13, 'blog-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_mob_d629318a07.jpg", "hash": "thumbnail_blog_mob_d629318a07", "mime": "image/jpeg", "name": "thumbnail_blog-mob.jpg", "path": null, "size": 6.75, "width": 150, "height": 156, "sizeInBytes": 6752}}', 'blog_mob_d629318a07', '.jpg', 'image/jpeg', 37.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_mob_d629318a07.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 14:06:27.91', '2024-05-21 14:06:27.91', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (14, 'content.jpg', NULL, NULL, 571, 393, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_content_dbb227d008.jpg", "hash": "small_content_dbb227d008", "mime": "image/jpeg", "name": "small_content.jpg", "path": null, "size": 25.68, "width": 500, "height": 344, "sizeInBytes": 25682}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_content_dbb227d008.jpg", "hash": "thumbnail_content_dbb227d008", "mime": "image/jpeg", "name": "thumbnail_content.jpg", "path": null, "size": 8.38, "width": 227, "height": 156, "sizeInBytes": 8381}}', 'content_dbb227d008', '.jpg', 'image/jpeg', 30.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/content_dbb227d008.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/1', '2024-05-21 14:09:40.021', '2024-05-21 14:09:40.021', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (15, 'blog-detail.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_blog_detail_7edec834b0.jpg", "hash": "large_blog_detail_7edec834b0", "mime": "image/jpeg", "name": "large_blog-detail.jpg", "path": null, "size": 29.16, "width": 1000, "height": 391, "sizeInBytes": 29161}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_blog_detail_7edec834b0.jpg", "hash": "small_blog_detail_7edec834b0", "mime": "image/jpeg", "name": "small_blog-detail.jpg", "path": null, "size": 9.78, "width": 500, "height": 195, "sizeInBytes": 9780}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_blog_detail_7edec834b0.jpg", "hash": "medium_blog_detail_7edec834b0", "mime": "image/jpeg", "name": "medium_blog-detail.jpg", "path": null, "size": 18.46, "width": 750, "height": 293, "sizeInBytes": 18463}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_detail_7edec834b0.jpg", "hash": "thumbnail_blog_detail_7edec834b0", "mime": "image/jpeg", "name": "thumbnail_blog-detail.jpg", "path": null, "size": 3.25, "width": 245, "height": 95, "sizeInBytes": 3245}}', 'blog_detail_7edec834b0', '.jpg', 'image/jpeg', 84.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_detail_7edec834b0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 14:10:08.957', '2024-05-21 14:10:08.957', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (16, 'blog-detail-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_detail_mob_c91eb03713.jpg", "hash": "thumbnail_blog_detail_mob_c91eb03713", "mime": "image/jpeg", "name": "thumbnail_blog-detail-mob.jpg", "path": null, "size": 4.36, "width": 150, "height": 156, "sizeInBytes": 4361}}', 'blog_detail_mob_c91eb03713', '.jpg', 'image/jpeg', 32.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_detail_mob_c91eb03713.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 14:10:17.037', '2024-05-21 14:10:17.037', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (17, 'blog-detail.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_blog_detail_ffb8a9acdf.jpg", "hash": "large_blog_detail_ffb8a9acdf", "mime": "image/jpeg", "name": "large_blog-detail.jpg", "path": null, "size": 29.16, "width": 1000, "height": 391, "sizeInBytes": 29161}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_blog_detail_ffb8a9acdf.jpg", "hash": "small_blog_detail_ffb8a9acdf", "mime": "image/jpeg", "name": "small_blog-detail.jpg", "path": null, "size": 9.78, "width": 500, "height": 195, "sizeInBytes": 9780}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_blog_detail_ffb8a9acdf.jpg", "hash": "medium_blog_detail_ffb8a9acdf", "mime": "image/jpeg", "name": "medium_blog-detail.jpg", "path": null, "size": 18.46, "width": 750, "height": 293, "sizeInBytes": 18463}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_detail_ffb8a9acdf.jpg", "hash": "thumbnail_blog_detail_ffb8a9acdf", "mime": "image/jpeg", "name": "thumbnail_blog-detail.jpg", "path": null, "size": 3.25, "width": 245, "height": 95, "sizeInBytes": 3245}}', 'blog_detail_ffb8a9acdf', '.jpg', 'image/jpeg', 84.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_detail_ffb8a9acdf.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/1', '2024-05-21 14:22:54.789', '2024-05-21 14:22:54.789', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (18, 'blog-detail-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_detail_mob_4f387416f6.jpg", "hash": "thumbnail_blog_detail_mob_4f387416f6", "mime": "image/jpeg", "name": "thumbnail_blog-detail-mob.jpg", "path": null, "size": 4.36, "width": 150, "height": 156, "sizeInBytes": 4361}}', 'blog_detail_mob_4f387416f6', '.jpg', 'image/jpeg', 32.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_detail_mob_4f387416f6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 14:23:08.407', '2024-05-21 14:23:08.407', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (5, 'pexels-katja-79053-592077.jpg', NULL, NULL, 3648, 2736, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_pexels_katja_79053_592077_7f0d8a8868.jpg", "hash": "large_pexels_katja_79053_592077_7f0d8a8868", "mime": "image/jpeg", "name": "large_pexels-katja-79053-592077.jpg", "path": null, "size": 178.77, "width": 1000, "height": 750, "sizeInBytes": 178768}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_pexels_katja_79053_592077_7f0d8a8868.jpg", "hash": "small_pexels_katja_79053_592077_7f0d8a8868", "mime": "image/jpeg", "name": "small_pexels-katja-79053-592077.jpg", "path": null, "size": 49.65, "width": 500, "height": 375, "sizeInBytes": 49653}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_pexels_katja_79053_592077_7f0d8a8868.jpg", "hash": "medium_pexels_katja_79053_592077_7f0d8a8868", "mime": "image/jpeg", "name": "medium_pexels-katja-79053-592077.jpg", "path": null, "size": 109.13, "width": 750, "height": 563, "sizeInBytes": 109133}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_pexels_katja_79053_592077_7f0d8a8868.jpg", "hash": "thumbnail_pexels_katja_79053_592077_7f0d8a8868", "mime": "image/jpeg", "name": "thumbnail_pexels-katja-79053-592077.jpg", "path": null, "size": 9.14, "width": 208, "height": 156, "sizeInBytes": 9144}}', 'pexels_katja_79053_592077_7f0d8a8868', '.jpg', 'image/jpeg', 1170.62, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pexels_katja_79053_592077_7f0d8a8868.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-17 16:41:54.949', '2024-05-17 16:41:54.949', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (7, 'apple.png', NULL, NULL, 360, 270, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_apple_acba1a9a39.png", "hash": "thumbnail_apple_acba1a9a39", "mime": "image/png", "name": "thumbnail_apple.png", "path": null, "size": 4.9, "width": 208, "height": 156, "sizeInBytes": 4897}}', 'apple_acba1a9a39', '.png', 'image/png', 1.82, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/apple_acba1a9a39.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-20 13:08:33.348', '2024-05-20 13:08:33.348', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (9, 'blog-1.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_1_9888b38c30.jpg", "hash": "thumbnail_blog_1_9888b38c30", "mime": "image/jpeg", "name": "thumbnail_blog-1.jpg", "path": null, "size": 4.15, "width": 187, "height": 156, "sizeInBytes": 4151}}', 'blog_1_9888b38c30', '.jpg', 'image/jpeg', 12.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_1_9888b38c30.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/1', '2024-05-21 14:03:43.555', '2024-05-21 14:03:43.555', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (10, 'blog-detail.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_blog_detail_5193424a03.jpg", "hash": "large_blog_detail_5193424a03", "mime": "image/jpeg", "name": "large_blog-detail.jpg", "path": null, "size": 29.16, "width": 1000, "height": 391, "sizeInBytes": 29161}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_blog_detail_5193424a03.jpg", "hash": "small_blog_detail_5193424a03", "mime": "image/jpeg", "name": "small_blog-detail.jpg", "path": null, "size": 9.78, "width": 500, "height": 195, "sizeInBytes": 9780}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_blog_detail_5193424a03.jpg", "hash": "medium_blog_detail_5193424a03", "mime": "image/jpeg", "name": "medium_blog-detail.jpg", "path": null, "size": 18.46, "width": 750, "height": 293, "sizeInBytes": 18463}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_detail_5193424a03.jpg", "hash": "thumbnail_blog_detail_5193424a03", "mime": "image/jpeg", "name": "thumbnail_blog-detail.jpg", "path": null, "size": 3.25, "width": 245, "height": 95, "sizeInBytes": 3245}}', 'blog_detail_5193424a03', '.jpg', 'image/jpeg', 84.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_detail_5193424a03.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/1', '2024-05-21 14:05:27.142', '2024-05-21 14:05:27.142', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (11, 'blog-detail-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_detail_mob_4d038bd215.jpg", "hash": "thumbnail_blog_detail_mob_4d038bd215", "mime": "image/jpeg", "name": "thumbnail_blog-detail-mob.jpg", "path": null, "size": 4.36, "width": 150, "height": 156, "sizeInBytes": 4361}}', 'blog_detail_mob_4d038bd215', '.jpg', 'image/jpeg', 32.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_detail_mob_4d038bd215.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 14:05:40.893', '2024-05-21 14:05:40.893', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (8, 'apple.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_apple_8a65c110b8.png", "hash": "thumbnail_apple_8a65c110b8", "mime": "image/png", "name": "thumbnail_apple.png", "path": null, "size": 8.55, "width": 245, "height": 97, "sizeInBytes": 8552}}', 'apple_8a65c110b8', '.png', 'image/png', 2.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/apple_8a65c110b8.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-20 13:08:59.119', '2024-05-22 15:23:30.255', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (275, 'students.svg', NULL, NULL, 66, 55, NULL, 'students_44c342c9cd', '.svg', 'image/svg+xml', 7.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/students_44c342c9cd.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/7', '2024-05-29 10:15:50.84', '2024-05-29 10:15:50.84', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (277, 'alumni.svg', NULL, NULL, 42, 55, NULL, 'alumni_a562053c63', '.svg', 'image/svg+xml', 7.66, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/alumni_a562053c63.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/7', '2024-05-29 10:15:50.862', '2024-05-29 10:15:50.862', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (300, 'one.jpg', NULL, NULL, 153, 306, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_one_af2be1b18d.jpg", "hash": "thumbnail_one_af2be1b18d", "mime": "image/jpeg", "name": "thumbnail_one.jpg", "path": null, "size": 3.38, "width": 78, "height": 156, "sizeInBytes": 3377}}', 'one_af2be1b18d', '.jpg', 'image/jpeg', 8.45, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/one_af2be1b18d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:55:42.857', '2024-05-29 11:55:42.857', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (470, 'administrator-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_mob_f990ef3bc5.jpg", "hash": "thumbnail_administrator_mob_f990ef3bc5", "mime": "image/jpeg", "name": "thumbnail_administrator-mob.jpg", "path": null, "size": 4.72, "width": 150, "height": 156, "sizeInBytes": 4724}}', 'administrator_mob_f990ef3bc5', '.jpg', 'image/jpeg', 24.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_mob_f990ef3bc5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:03:28.173', '2024-06-04 10:03:28.173', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (19, 'student-policies.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_student_policies_f380ff6122.jpg", "hash": "large_student_policies_f380ff6122", "mime": "image/jpeg", "name": "large_student-policies.jpg", "path": null, "size": 73.51, "width": 1000, "height": 391, "sizeInBytes": 73506}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_policies_f380ff6122.jpg", "hash": "small_student_policies_f380ff6122", "mime": "image/jpeg", "name": "small_student-policies.jpg", "path": null, "size": 25.89, "width": 500, "height": 195, "sizeInBytes": 25885}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_student_policies_f380ff6122.jpg", "hash": "medium_student_policies_f380ff6122", "mime": "image/jpeg", "name": "medium_student-policies.jpg", "path": null, "size": 47.5, "width": 750, "height": 293, "sizeInBytes": 47501}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_policies_f380ff6122.jpg", "hash": "thumbnail_student_policies_f380ff6122", "mime": "image/jpeg", "name": "thumbnail_student-policies.jpg", "path": null, "size": 8.46, "width": 245, "height": 95, "sizeInBytes": 8459}}', 'student_policies_f380ff6122', '.jpg', 'image/jpeg', 204.15, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_policies_f380ff6122.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 15:48:51.334', '2024-05-21 15:48:51.334', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (20, 'student-policies-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_policies_mob_0efe2a770a.jpg", "hash": "thumbnail_student_policies_mob_0efe2a770a", "mime": "image/jpeg", "name": "thumbnail_student-policies-mob.jpg", "path": null, "size": 7.55, "width": 150, "height": 156, "sizeInBytes": 7548}}', 'student_policies_mob_0efe2a770a', '.jpg', 'image/jpeg', 45.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_policies_mob_0efe2a770a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 15:48:59.581', '2024-05-21 15:48:59.581', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (22, 'rankings-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_rankings_mob_28dfadf8e6.jpg", "hash": "large_rankings_mob_28dfadf8e6", "mime": "image/jpeg", "name": "large_rankings-mob.jpg", "path": null, "size": 63.59, "width": 1000, "height": 391, "sizeInBytes": 63586}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_rankings_mob_28dfadf8e6.jpg", "hash": "small_rankings_mob_28dfadf8e6", "mime": "image/jpeg", "name": "small_rankings-mob.jpg", "path": null, "size": 22.63, "width": 500, "height": 195, "sizeInBytes": 22627}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_rankings_mob_28dfadf8e6.jpg", "hash": "medium_rankings_mob_28dfadf8e6", "mime": "image/jpeg", "name": "medium_rankings-mob.jpg", "path": null, "size": 41.07, "width": 750, "height": 293, "sizeInBytes": 41068}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_rankings_mob_28dfadf8e6.jpg", "hash": "thumbnail_rankings_mob_28dfadf8e6", "mime": "image/jpeg", "name": "thumbnail_rankings-mob.jpg", "path": null, "size": 7.52, "width": 245, "height": 95, "sizeInBytes": 7516}}', 'rankings_mob_28dfadf8e6', '.jpg', 'image/jpeg', 174.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/rankings_mob_28dfadf8e6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 16:39:06.43', '2024-05-21 16:39:06.43', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (21, 'rankings.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_rankings_be28679364.jpg", "hash": "large_rankings_be28679364", "mime": "image/jpeg", "name": "large_rankings.jpg", "path": null, "size": 63.59, "width": 1000, "height": 391, "sizeInBytes": 63586}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_rankings_be28679364.jpg", "hash": "small_rankings_be28679364", "mime": "image/jpeg", "name": "small_rankings.jpg", "path": null, "size": 22.63, "width": 500, "height": 195, "sizeInBytes": 22627}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_rankings_be28679364.jpg", "hash": "medium_rankings_be28679364", "mime": "image/jpeg", "name": "medium_rankings.jpg", "path": null, "size": 41.07, "width": 750, "height": 293, "sizeInBytes": 41068}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_rankings_be28679364.jpg", "hash": "thumbnail_rankings_be28679364", "mime": "image/jpeg", "name": "thumbnail_rankings.jpg", "path": null, "size": 7.52, "width": 245, "height": 95, "sizeInBytes": 7516}}', 'rankings_be28679364', '.jpg', 'image/jpeg', 174.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/rankings_be28679364.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 16:38:47.634', '2024-05-21 19:06:53.772', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (23, 'faqs.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_faqs_8804304432.jpg", "hash": "large_faqs_8804304432", "mime": "image/jpeg", "name": "large_faqs.jpg", "path": null, "size": 37.57, "width": 1000, "height": 391, "sizeInBytes": 37570}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_faqs_8804304432.jpg", "hash": "small_faqs_8804304432", "mime": "image/jpeg", "name": "small_faqs.jpg", "path": null, "size": 14.45, "width": 500, "height": 195, "sizeInBytes": 14449}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_faqs_8804304432.jpg", "hash": "medium_faqs_8804304432", "mime": "image/jpeg", "name": "medium_faqs.jpg", "path": null, "size": 25.27, "width": 750, "height": 293, "sizeInBytes": 25266}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faqs_8804304432.jpg", "hash": "thumbnail_faqs_8804304432", "mime": "image/jpeg", "name": "thumbnail_faqs.jpg", "path": null, "size": 5.25, "width": 245, "height": 95, "sizeInBytes": 5250}}', 'faqs_8804304432', '.jpg', 'image/jpeg', 93.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faqs_8804304432.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 18:38:31.477', '2024-05-21 18:38:31.477', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (37, 'img-5.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_5_6140646281.png", "hash": "thumbnail_img_5_6140646281", "mime": "image/png", "name": "thumbnail_img-5.png", "path": null, "size": 4.62, "width": 245, "height": 97, "sizeInBytes": 4616}}', 'img_5_6140646281', '.png', 'image/png', 1.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_5_6140646281.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:23.971', '2024-05-22 11:53:23.971', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (24, 'faqs-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_faqs_mob_360b4b7e2c.jpg", "hash": "large_faqs_mob_360b4b7e2c", "mime": "image/jpeg", "name": "large_faqs-mob.jpg", "path": null, "size": 37.57, "width": 1000, "height": 391, "sizeInBytes": 37570}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_faqs_mob_360b4b7e2c.jpg", "hash": "small_faqs_mob_360b4b7e2c", "mime": "image/jpeg", "name": "small_faqs-mob.jpg", "path": null, "size": 14.45, "width": 500, "height": 195, "sizeInBytes": 14449}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_faqs_mob_360b4b7e2c.jpg", "hash": "medium_faqs_mob_360b4b7e2c", "mime": "image/jpeg", "name": "medium_faqs-mob.jpg", "path": null, "size": 25.27, "width": 750, "height": 293, "sizeInBytes": 25266}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faqs_mob_360b4b7e2c.jpg", "hash": "thumbnail_faqs_mob_360b4b7e2c", "mime": "image/jpeg", "name": "thumbnail_faqs-mob.jpg", "path": null, "size": 5.25, "width": 245, "height": 95, "sizeInBytes": 5250}}', 'faqs_mob_360b4b7e2c', '.jpg', 'image/jpeg', 93.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faqs_mob_360b4b7e2c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-21 18:38:55.928', '2024-05-21 18:38:55.928', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (25, 'history.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_history_ae0646b522.jpg", "hash": "large_history_ae0646b522", "mime": "image/jpeg", "name": "large_history.jpg", "path": null, "size": 51.02, "width": 1000, "height": 391, "sizeInBytes": 51020}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_history_ae0646b522.jpg", "hash": "small_history_ae0646b522", "mime": "image/jpeg", "name": "small_history.jpg", "path": null, "size": 18.7, "width": 500, "height": 195, "sizeInBytes": 18699}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_history_ae0646b522.jpg", "hash": "medium_history_ae0646b522", "mime": "image/jpeg", "name": "medium_history.jpg", "path": null, "size": 33.81, "width": 750, "height": 293, "sizeInBytes": 33812}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_history_ae0646b522.jpg", "hash": "thumbnail_history_ae0646b522", "mime": "image/jpeg", "name": "thumbnail_history.jpg", "path": null, "size": 6.23, "width": 245, "height": 95, "sizeInBytes": 6229}}', 'history_ae0646b522', '.jpg', 'image/jpeg', 126.87, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/history_ae0646b522.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 10:56:43.398', '2024-05-22 10:56:43.398', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (26, 'history-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_history_mob_717c73437b.jpg", "hash": "thumbnail_history_mob_717c73437b", "mime": "image/jpeg", "name": "thumbnail_history-mob.jpg", "path": null, "size": 5.9, "width": 150, "height": 156, "sizeInBytes": 5902}}', 'history_mob_717c73437b', '.jpg', 'image/jpeg', 34.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/history_mob_717c73437b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 10:58:32.743', '2024-05-22 10:58:32.743', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (27, 'privacy-policy-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_privacy_policy_desktop_cd429deb1c.jpg", "hash": "large_privacy_policy_desktop_cd429deb1c", "mime": "image/jpeg", "name": "large_privacy-policy-desktop.jpg", "path": null, "size": 33.6, "width": 1000, "height": 391, "sizeInBytes": 33598}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_privacy_policy_desktop_cd429deb1c.jpg", "hash": "small_privacy_policy_desktop_cd429deb1c", "mime": "image/jpeg", "name": "small_privacy-policy-desktop.jpg", "path": null, "size": 11.57, "width": 500, "height": 195, "sizeInBytes": 11572}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_privacy_policy_desktop_cd429deb1c.jpg", "hash": "medium_privacy_policy_desktop_cd429deb1c", "mime": "image/jpeg", "name": "medium_privacy-policy-desktop.jpg", "path": null, "size": 21.86, "width": 750, "height": 293, "sizeInBytes": 21861}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_privacy_policy_desktop_cd429deb1c.jpg", "hash": "thumbnail_privacy_policy_desktop_cd429deb1c", "mime": "image/jpeg", "name": "thumbnail_privacy-policy-desktop.jpg", "path": null, "size": 3.94, "width": 245, "height": 95, "sizeInBytes": 3937}}', 'privacy_policy_desktop_cd429deb1c', '.jpg', 'image/jpeg', 87.15, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/privacy_policy_desktop_cd429deb1c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:12:01.212', '2024-05-22 11:12:01.212', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (31, 'terms-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_terms_mob_e9f24cde06.jpg", "hash": "large_terms_mob_e9f24cde06", "mime": "image/jpeg", "name": "large_terms-mob.jpg", "path": null, "size": 30.96, "width": 1000, "height": 391, "sizeInBytes": 30955}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_terms_mob_e9f24cde06.jpg", "hash": "small_terms_mob_e9f24cde06", "mime": "image/jpeg", "name": "small_terms-mob.jpg", "path": null, "size": 11.25, "width": 500, "height": 195, "sizeInBytes": 11251}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_terms_mob_e9f24cde06.jpg", "hash": "medium_terms_mob_e9f24cde06", "mime": "image/jpeg", "name": "medium_terms-mob.jpg", "path": null, "size": 20.22, "width": 750, "height": 293, "sizeInBytes": 20222}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_terms_mob_e9f24cde06.jpg", "hash": "thumbnail_terms_mob_e9f24cde06", "mime": "image/jpeg", "name": "thumbnail_terms-mob.jpg", "path": null, "size": 4.01, "width": 245, "height": 95, "sizeInBytes": 4005}}', 'terms_mob_e9f24cde06', '.jpg', 'image/jpeg', 70.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/terms_mob_e9f24cde06.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:33:40.115', '2024-05-22 11:33:40.115', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (38, 'img-9.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_9_870a1b22f1.png", "hash": "thumbnail_img_9_870a1b22f1", "mime": "image/png", "name": "thumbnail_img-9.png", "path": null, "size": 4.25, "width": 245, "height": 97, "sizeInBytes": 4253}}', 'img_9_870a1b22f1', '.png', 'image/png', 2.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_9_870a1b22f1.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:24.163', '2024-05-22 11:53:24.163', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (28, 'privacy-policy-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_privacy_policy_mob_5320682e77.jpg", "hash": "large_privacy_policy_mob_5320682e77", "mime": "image/jpeg", "name": "large_privacy-policy-mob.jpg", "path": null, "size": 33.6, "width": 1000, "height": 391, "sizeInBytes": 33598}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_privacy_policy_mob_5320682e77.jpg", "hash": "small_privacy_policy_mob_5320682e77", "mime": "image/jpeg", "name": "small_privacy-policy-mob.jpg", "path": null, "size": 11.57, "width": 500, "height": 195, "sizeInBytes": 11572}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_privacy_policy_mob_5320682e77.jpg", "hash": "medium_privacy_policy_mob_5320682e77", "mime": "image/jpeg", "name": "medium_privacy-policy-mob.jpg", "path": null, "size": 21.86, "width": 750, "height": 293, "sizeInBytes": 21861}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_privacy_policy_mob_5320682e77.jpg", "hash": "thumbnail_privacy_policy_mob_5320682e77", "mime": "image/jpeg", "name": "thumbnail_privacy-policy-mob.jpg", "path": null, "size": 3.94, "width": 245, "height": 95, "sizeInBytes": 3937}}', 'privacy_policy_mob_5320682e77', '.jpg', 'image/jpeg', 87.15, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/privacy_policy_mob_5320682e77.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:12:44.636', '2024-05-22 11:25:46.875', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (29, '2023.jpg', NULL, NULL, 420, 460, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2023_fb0a1451a5.jpg", "hash": "thumbnail_2023_fb0a1451a5", "mime": "image/jpeg", "name": "thumbnail_2023.jpg", "path": null, "size": 7.52, "width": 142, "height": 156, "sizeInBytes": 7519}}', '2023_fb0a1451a5', '.jpg', 'image/jpeg', 42.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2023_fb0a1451a5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:31:06.627', '2024-05-22 11:31:06.627', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (30, 'terms-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_terms_desktop_9c5e430bb5.jpg", "hash": "large_terms_desktop_9c5e430bb5", "mime": "image/jpeg", "name": "large_terms-desktop.jpg", "path": null, "size": 30.96, "width": 1000, "height": 391, "sizeInBytes": 30955}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_terms_desktop_9c5e430bb5.jpg", "hash": "small_terms_desktop_9c5e430bb5", "mime": "image/jpeg", "name": "small_terms-desktop.jpg", "path": null, "size": 11.25, "width": 500, "height": 195, "sizeInBytes": 11251}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_terms_desktop_9c5e430bb5.jpg", "hash": "medium_terms_desktop_9c5e430bb5", "mime": "image/jpeg", "name": "medium_terms-desktop.jpg", "path": null, "size": 20.22, "width": 750, "height": 293, "sizeInBytes": 20222}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_terms_desktop_9c5e430bb5.jpg", "hash": "thumbnail_terms_desktop_9c5e430bb5", "mime": "image/jpeg", "name": "thumbnail_terms-desktop.jpg", "path": null, "size": 4.01, "width": 245, "height": 95, "sizeInBytes": 4005}}', 'terms_desktop_9c5e430bb5', '.jpg', 'image/jpeg', 70.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/terms_desktop_9c5e430bb5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:33:18.816', '2024-05-22 11:33:18.816', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (32, 'internation-collaborations-desktop.jpg', NULL, NULL, 1920, 739, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_internation_collaborations_desktop_19e2a280b8.jpg", "hash": "large_internation_collaborations_desktop_19e2a280b8", "mime": "image/jpeg", "name": "large_internation-collaborations-desktop.jpg", "path": null, "size": 53.6, "width": 1000, "height": 385, "sizeInBytes": 53604}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_internation_collaborations_desktop_19e2a280b8.jpg", "hash": "small_internation_collaborations_desktop_19e2a280b8", "mime": "image/jpeg", "name": "small_internation-collaborations-desktop.jpg", "path": null, "size": 18.7, "width": 500, "height": 192, "sizeInBytes": 18696}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_internation_collaborations_desktop_19e2a280b8.jpg", "hash": "medium_internation_collaborations_desktop_19e2a280b8", "mime": "image/jpeg", "name": "medium_internation-collaborations-desktop.jpg", "path": null, "size": 35.12, "width": 750, "height": 289, "sizeInBytes": 35123}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_internation_collaborations_desktop_19e2a280b8.jpg", "hash": "thumbnail_internation_collaborations_desktop_19e2a280b8", "mime": "image/jpeg", "name": "thumbnail_internation-collaborations-desktop.jpg", "path": null, "size": 6.44, "width": 245, "height": 94, "sizeInBytes": 6435}}', 'internation_collaborations_desktop_19e2a280b8', '.jpg', 'image/jpeg', 139.42, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/internation_collaborations_desktop_19e2a280b8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:43:15.798', '2024-05-22 11:43:15.798', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (34, 'about.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_about_64c1941a7e.jpg", "hash": "small_about_64c1941a7e", "mime": "image/jpeg", "name": "small_about.jpg", "path": null, "size": 38.19, "width": 500, "height": 390, "sizeInBytes": 38190}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_64c1941a7e.jpg", "hash": "thumbnail_about_64c1941a7e", "mime": "image/jpeg", "name": "thumbnail_about.jpg", "path": null, "size": 9.84, "width": 200, "height": 156, "sizeInBytes": 9840}}', 'about_64c1941a7e', '.jpg', 'image/jpeg', 60.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_64c1941a7e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:45:56.825', '2024-05-22 11:45:56.825', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (35, 'student-exchange.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_exchange_0f726e6884.jpg", "hash": "small_student_exchange_0f726e6884", "mime": "image/jpeg", "name": "small_student-exchange.jpg", "path": null, "size": 26.01, "width": 500, "height": 390, "sizeInBytes": 26013}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_exchange_0f726e6884.jpg", "hash": "thumbnail_student_exchange_0f726e6884", "mime": "image/jpeg", "name": "thumbnail_student-exchange.jpg", "path": null, "size": 7.18, "width": 200, "height": 156, "sizeInBytes": 7183}}', 'student_exchange_0f726e6884', '.jpg', 'image/jpeg', 39.78, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_exchange_0f726e6884.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:51:57.26', '2024-05-22 11:51:57.26', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (36, 'img-8.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_8_785dd204c9.png", "hash": "thumbnail_img_8_785dd204c9", "mime": "image/png", "name": "thumbnail_img-8.png", "path": null, "size": 5.61, "width": 245, "height": 97, "sizeInBytes": 5614}}', 'img_8_785dd204c9', '.png', 'image/png', 1.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_8_785dd204c9.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:23.72', '2024-05-22 11:53:23.72', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (276, 'schools.svg', NULL, NULL, 66, 59, NULL, 'schools_124491395d', '.svg', 'image/svg+xml', 4.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/schools_124491395d.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/7', '2024-05-29 10:15:50.855', '2024-05-29 10:15:50.855', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (33, 'internation-collaborations-mob.jpg', NULL, NULL, 1920, 739, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_internation_collaborations_mob_bec08c937b.jpg", "hash": "large_internation_collaborations_mob_bec08c937b", "mime": "image/jpeg", "name": "large_internation-collaborations-mob.jpg", "path": null, "size": 53.6, "width": 1000, "height": 385, "sizeInBytes": 53604}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_internation_collaborations_mob_bec08c937b.jpg", "hash": "small_internation_collaborations_mob_bec08c937b", "mime": "image/jpeg", "name": "small_internation-collaborations-mob.jpg", "path": null, "size": 18.7, "width": 500, "height": 192, "sizeInBytes": 18696}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_internation_collaborations_mob_bec08c937b.jpg", "hash": "medium_internation_collaborations_mob_bec08c937b", "mime": "image/jpeg", "name": "medium_internation-collaborations-mob.jpg", "path": null, "size": 35.12, "width": 750, "height": 289, "sizeInBytes": 35123}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_internation_collaborations_mob_bec08c937b.jpg", "hash": "thumbnail_internation_collaborations_mob_bec08c937b", "mime": "image/jpeg", "name": "thumbnail_internation-collaborations-mob.jpg", "path": null, "size": 6.44, "width": 245, "height": 94, "sizeInBytes": 6435}}', 'internation_collaborations_mob_bec08c937b', '.jpg', 'image/jpeg', 139.42, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/internation_collaborations_mob_bec08c937b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:44:24.126', '2024-05-22 11:44:24.126', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (39, 'img-4.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_4_d05be1c81d.png", "hash": "thumbnail_img_4_d05be1c81d", "mime": "image/png", "name": "thumbnail_img-4.png", "path": null, "size": 9.21, "width": 245, "height": 97, "sizeInBytes": 9212}}', 'img_4_d05be1c81d', '.png', 'image/png', 3.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_4_d05be1c81d.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:24.18', '2024-05-22 11:53:24.18', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (40, 'img-10.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_10_799fd851bb.png", "hash": "thumbnail_img_10_799fd851bb", "mime": "image/png", "name": "thumbnail_img-10.png", "path": null, "size": 2.98, "width": 245, "height": 97, "sizeInBytes": 2981}}', 'img_10_799fd851bb', '.png', 'image/png', 1.22, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_10_799fd851bb.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:24.222', '2024-05-22 11:53:24.222', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (41, 'img-3.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_3_7717f778e2.png", "hash": "thumbnail_img_3_7717f778e2", "mime": "image/png", "name": "thumbnail_img-3.png", "path": null, "size": 9.28, "width": 245, "height": 97, "sizeInBytes": 9275}}', 'img_3_7717f778e2', '.png', 'image/png', 2.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_3_7717f778e2.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:24.227', '2024-05-22 11:53:24.227', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (42, 'img-6.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_6_ba74acbfa9.png", "hash": "thumbnail_img_6_ba74acbfa9", "mime": "image/png", "name": "thumbnail_img-6.png", "path": null, "size": 7.6, "width": 245, "height": 97, "sizeInBytes": 7595}}', 'img_6_ba74acbfa9', '.png', 'image/png', 3.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_6_ba74acbfa9.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:24.234', '2024-05-22 11:53:24.234', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (43, 'img-11.png', NULL, NULL, 305, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_11_3587f64d38.png", "hash": "thumbnail_img_11_3587f64d38", "mime": "image/png", "name": "thumbnail_img-11.png", "path": null, "size": 6.34, "width": 245, "height": 105, "sizeInBytes": 6340}}', 'img_11_3587f64d38', '.png', 'image/png', 1.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_11_3587f64d38.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:24.291', '2024-05-22 11:53:24.291', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (44, 'img-7.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_7_b00071099a.png", "hash": "thumbnail_img_7_b00071099a", "mime": "image/png", "name": "thumbnail_img-7.png", "path": null, "size": 3.92, "width": 245, "height": 97, "sizeInBytes": 3924}}', 'img_7_b00071099a', '.png', 'image/png', 1.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_7_b00071099a.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:24.306', '2024-05-22 11:53:24.306', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (45, 'img-2.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_2_7c07a0e4cb.png", "hash": "thumbnail_img_2_7c07a0e4cb", "mime": "image/png", "name": "thumbnail_img-2.png", "path": null, "size": 8.55, "width": 245, "height": 97, "sizeInBytes": 8552}}', 'img_2_7c07a0e4cb', '.png', 'image/png', 2.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_2_7c07a0e4cb.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:53:24.315', '2024-05-22 11:53:24.315', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (46, 'img-4.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_4_164ea86723.png", "hash": "thumbnail_img_4_164ea86723", "mime": "image/png", "name": "thumbnail_img-4.png", "path": null, "size": 9.21, "width": 245, "height": 97, "sizeInBytes": 9212}}', 'img_4_164ea86723', '.png', 'image/png', 3.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_4_164ea86723.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:30.993', '2024-05-22 11:55:30.993', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (47, 'img-10.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_10_0e4b1bb649.png", "hash": "thumbnail_img_10_0e4b1bb649", "mime": "image/png", "name": "thumbnail_img-10.png", "path": null, "size": 2.98, "width": 245, "height": 97, "sizeInBytes": 2981}}', 'img_10_0e4b1bb649', '.png', 'image/png', 1.22, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_10_0e4b1bb649.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.004', '2024-05-22 11:55:31.004', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (48, 'img-1.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_86520d741b.png", "hash": "thumbnail_img_1_86520d741b", "mime": "image/png", "name": "thumbnail_img-1.png", "path": null, "size": 11.27, "width": 245, "height": 97, "sizeInBytes": 11274}}', 'img_1_86520d741b', '.png', 'image/png', 4.12, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_86520d741b.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.009', '2024-05-22 11:55:31.009', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (49, 'img-5.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_5_3fb8205160.png", "hash": "thumbnail_img_5_3fb8205160", "mime": "image/png", "name": "thumbnail_img-5.png", "path": null, "size": 4.62, "width": 245, "height": 97, "sizeInBytes": 4616}}', 'img_5_3fb8205160', '.png', 'image/png', 1.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_5_3fb8205160.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.012', '2024-05-22 11:55:31.012', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (50, 'img-2.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_2_6f16345ea2.png", "hash": "thumbnail_img_2_6f16345ea2", "mime": "image/png", "name": "thumbnail_img-2.png", "path": null, "size": 8.55, "width": 245, "height": 97, "sizeInBytes": 8552}}', 'img_2_6f16345ea2', '.png', 'image/png', 2.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_2_6f16345ea2.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.042', '2024-05-22 11:55:31.042', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (51, 'img-8.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_8_3d56d9ca89.png", "hash": "thumbnail_img_8_3d56d9ca89", "mime": "image/png", "name": "thumbnail_img-8.png", "path": null, "size": 5.61, "width": 245, "height": 97, "sizeInBytes": 5614}}', 'img_8_3d56d9ca89', '.png', 'image/png', 1.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_8_3d56d9ca89.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.051', '2024-05-22 11:55:31.051', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (52, 'img-7.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_7_39e8ae833f.png", "hash": "thumbnail_img_7_39e8ae833f", "mime": "image/png", "name": "thumbnail_img-7.png", "path": null, "size": 3.92, "width": 245, "height": 97, "sizeInBytes": 3924}}', 'img_7_39e8ae833f', '.png', 'image/png', 1.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_7_39e8ae833f.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.058', '2024-05-22 11:55:31.058', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (54, 'img-3.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_3_96efb79735.png", "hash": "thumbnail_img_3_96efb79735", "mime": "image/png", "name": "thumbnail_img-3.png", "path": null, "size": 9.28, "width": 245, "height": 97, "sizeInBytes": 9275}}', 'img_3_96efb79735', '.png', 'image/png', 2.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_3_96efb79735.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.073', '2024-05-22 11:55:31.073', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (56, 'img-6.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_6_3824de85ed.png", "hash": "thumbnail_img_6_3824de85ed", "mime": "image/png", "name": "thumbnail_img-6.png", "path": null, "size": 7.6, "width": 245, "height": 97, "sizeInBytes": 7595}}', 'img_6_3824de85ed', '.png', 'image/png', 3.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_6_3824de85ed.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.416', '2024-05-22 11:55:31.416', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (57, 'cultural-education.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_cultural_education_a868b48f35.jpg", "hash": "small_cultural_education_a868b48f35", "mime": "image/jpeg", "name": "small_cultural-education.jpg", "path": null, "size": 36.06, "width": 500, "height": 390, "sizeInBytes": 36062}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_cultural_education_a868b48f35.jpg", "hash": "thumbnail_cultural_education_a868b48f35", "mime": "image/jpeg", "name": "thumbnail_cultural-education.jpg", "path": null, "size": 8.93, "width": 200, "height": 156, "sizeInBytes": 8929}}', 'cultural_education_a868b48f35', '.jpg', 'image/jpeg', 57.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/cultural_education_a868b48f35.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:56:57.384', '2024-05-22 11:56:57.384', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (53, 'img-11.png', NULL, NULL, 305, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_11_1a2b3fd99c.png", "hash": "thumbnail_img_11_1a2b3fd99c", "mime": "image/png", "name": "thumbnail_img-11.png", "path": null, "size": 6.34, "width": 245, "height": 105, "sizeInBytes": 6340}}', 'img_11_1a2b3fd99c', '.png', 'image/png', 1.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_11_1a2b3fd99c.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.061', '2024-05-22 11:55:31.061', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (55, 'img-9.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_9_bb7a6f2961.png", "hash": "thumbnail_img_9_bb7a6f2961", "mime": "image/png", "name": "thumbnail_img-9.png", "path": null, "size": 4.25, "width": 245, "height": 97, "sizeInBytes": 4253}}', 'img_9_bb7a6f2961', '.png', 'image/png', 2.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_9_bb7a6f2961.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 11:55:31.418', '2024-05-22 11:55:31.418', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (58, 'img-1.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_3ed7caeaf7.png", "hash": "thumbnail_img_1_3ed7caeaf7", "mime": "image/png", "name": "thumbnail_img-1.png", "path": null, "size": 11.27, "width": 245, "height": 97, "sizeInBytes": 11274}}', 'img_1_3ed7caeaf7', '.png', 'image/png', 4.12, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_3ed7caeaf7.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:17:56.111', '2024-05-22 12:17:56.111', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (59, 'img-2.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_2_9ae49f77ae.png", "hash": "thumbnail_img_2_9ae49f77ae", "mime": "image/png", "name": "thumbnail_img-2.png", "path": null, "size": 8.55, "width": 245, "height": 97, "sizeInBytes": 8552}}', 'img_2_9ae49f77ae', '.png', 'image/png', 2.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_2_9ae49f77ae.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:18:24.376', '2024-05-22 12:18:24.376', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (60, 'img-3.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_3_31750ef779.png", "hash": "thumbnail_img_3_31750ef779", "mime": "image/png", "name": "thumbnail_img-3.png", "path": null, "size": 9.28, "width": 245, "height": 97, "sizeInBytes": 9275}}', 'img_3_31750ef779', '.png', 'image/png', 2.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_3_31750ef779.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:18:46.635', '2024-05-22 12:18:46.635', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (61, 'img-4.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_4_0c6e9233ec.png", "hash": "thumbnail_img_4_0c6e9233ec", "mime": "image/png", "name": "thumbnail_img-4.png", "path": null, "size": 9.21, "width": 245, "height": 97, "sizeInBytes": 9212}}', 'img_4_0c6e9233ec', '.png', 'image/png', 3.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_4_0c6e9233ec.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:18:58.89', '2024-05-22 12:18:58.89', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (62, 'img-5.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_5_2b47a683b6.png", "hash": "thumbnail_img_5_2b47a683b6", "mime": "image/png", "name": "thumbnail_img-5.png", "path": null, "size": 4.62, "width": 245, "height": 97, "sizeInBytes": 4616}}', 'img_5_2b47a683b6', '.png', 'image/png', 1.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_5_2b47a683b6.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:19:12.707', '2024-05-22 12:19:12.707', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (63, 'img-6.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_6_c3b84534bd.png", "hash": "thumbnail_img_6_c3b84534bd", "mime": "image/png", "name": "thumbnail_img-6.png", "path": null, "size": 7.6, "width": 245, "height": 97, "sizeInBytes": 7595}}', 'img_6_c3b84534bd', '.png', 'image/png', 3.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_6_c3b84534bd.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:19:26.446', '2024-05-22 12:19:26.446', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (64, 'img-7.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_7_577abf94ba.png", "hash": "thumbnail_img_7_577abf94ba", "mime": "image/png", "name": "thumbnail_img-7.png", "path": null, "size": 3.92, "width": 245, "height": 97, "sizeInBytes": 3924}}', 'img_7_577abf94ba', '.png', 'image/png', 1.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_7_577abf94ba.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:19:42.007', '2024-05-22 12:19:42.007', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (65, 'img-8.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_8_d7cf6cb600.png", "hash": "thumbnail_img_8_d7cf6cb600", "mime": "image/png", "name": "thumbnail_img-8.png", "path": null, "size": 5.61, "width": 245, "height": 97, "sizeInBytes": 5614}}', 'img_8_d7cf6cb600', '.png', 'image/png', 1.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_8_d7cf6cb600.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:19:56.004', '2024-05-22 12:19:56.004', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (66, 'img-9.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_9_d7767729bf.png", "hash": "thumbnail_img_9_d7767729bf", "mime": "image/png", "name": "thumbnail_img-9.png", "path": null, "size": 4.25, "width": 245, "height": 97, "sizeInBytes": 4253}}', 'img_9_d7767729bf', '.png', 'image/png', 2.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_9_d7767729bf.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:20:12.333', '2024-05-22 12:20:12.333', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (67, 'img-10.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_10_e0cc515f2f.png", "hash": "thumbnail_img_10_e0cc515f2f", "mime": "image/png", "name": "thumbnail_img-10.png", "path": null, "size": 2.98, "width": 245, "height": 97, "sizeInBytes": 2981}}', 'img_10_e0cc515f2f', '.png', 'image/png', 1.22, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_10_e0cc515f2f.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:20:23.464', '2024-05-22 12:20:23.464', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (68, 'img-11.png', NULL, NULL, 305, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_11_d40a40de34.png", "hash": "thumbnail_img_11_d40a40de34", "mime": "image/png", "name": "thumbnail_img-11.png", "path": null, "size": 6.34, "width": 245, "height": 105, "sizeInBytes": 6340}}', 'img_11_d40a40de34', '.png', 'image/png', 1.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_11_d40a40de34.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:20:35.328', '2024-05-22 12:20:35.328', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (69, 'research.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_eceddb146e.jpg", "hash": "large_research_eceddb146e", "mime": "image/jpeg", "name": "large_research.jpg", "path": null, "size": 53.81, "width": 1000, "height": 391, "sizeInBytes": 53809}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_eceddb146e.jpg", "hash": "small_research_eceddb146e", "mime": "image/jpeg", "name": "small_research.jpg", "path": null, "size": 19.67, "width": 500, "height": 195, "sizeInBytes": 19670}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_eceddb146e.jpg", "hash": "medium_research_eceddb146e", "mime": "image/jpeg", "name": "medium_research.jpg", "path": null, "size": 35.54, "width": 750, "height": 293, "sizeInBytes": 35544}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_eceddb146e.jpg", "hash": "thumbnail_research_eceddb146e", "mime": "image/jpeg", "name": "thumbnail_research.jpg", "path": null, "size": 6.45, "width": 245, "height": 95, "sizeInBytes": 6450}}', 'research_eceddb146e', '.jpg', 'image/jpeg', 137.21, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_eceddb146e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:22:24.164', '2024-05-22 12:22:24.164', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (72, 'students-services2.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_students_services2_d0ba54fe78.jpg", "hash": "small_students_services2_d0ba54fe78", "mime": "image/jpeg", "name": "small_students-services2.jpg", "path": null, "size": 35.1, "width": 500, "height": 390, "sizeInBytes": 35097}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_students_services2_d0ba54fe78.jpg", "hash": "thumbnail_students_services2_d0ba54fe78", "mime": "image/jpeg", "name": "thumbnail_students-services2.jpg", "path": null, "size": 9.14, "width": 200, "height": 156, "sizeInBytes": 9141}}', 'students_services2_d0ba54fe78', '.jpg', 'image/jpeg', 54.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/students_services2_d0ba54fe78.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:27:41.491', '2024-05-22 12:27:41.491', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (70, 'research.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_2eee7e2ff2.jpg", "hash": "large_research_2eee7e2ff2", "mime": "image/jpeg", "name": "large_research.jpg", "path": null, "size": 53.81, "width": 1000, "height": 391, "sizeInBytes": 53809}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_2eee7e2ff2.jpg", "hash": "small_research_2eee7e2ff2", "mime": "image/jpeg", "name": "small_research.jpg", "path": null, "size": 19.67, "width": 500, "height": 195, "sizeInBytes": 19670}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_2eee7e2ff2.jpg", "hash": "medium_research_2eee7e2ff2", "mime": "image/jpeg", "name": "medium_research.jpg", "path": null, "size": 35.54, "width": 750, "height": 293, "sizeInBytes": 35544}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_2eee7e2ff2.jpg", "hash": "thumbnail_research_2eee7e2ff2", "mime": "image/jpeg", "name": "thumbnail_research.jpg", "path": null, "size": 6.45, "width": 245, "height": 95, "sizeInBytes": 6450}}', 'research_2eee7e2ff2', '.jpg', 'image/jpeg', 137.21, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_2eee7e2ff2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:26:00.705', '2024-05-22 12:26:00.705', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (71, 'procedure.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_procedure_e8b27f26bf.jpg", "hash": "small_procedure_e8b27f26bf", "mime": "image/jpeg", "name": "small_procedure.jpg", "path": null, "size": 28.34, "width": 500, "height": 390, "sizeInBytes": 28343}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_procedure_e8b27f26bf.jpg", "hash": "thumbnail_procedure_e8b27f26bf", "mime": "image/jpeg", "name": "thumbnail_procedure.jpg", "path": null, "size": 7.65, "width": 200, "height": 156, "sizeInBytes": 7650}}', 'procedure_e8b27f26bf', '.jpg', 'image/jpeg', 43.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/procedure_e8b27f26bf.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 12:27:06.708', '2024-05-22 12:27:06.708', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (6, 'property.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_property_7185a9ea8a.jpg", "hash": "small_property_7185a9ea8a", "mime": "image/jpeg", "name": "small_property.jpg", "path": null, "size": 38.19, "width": 500, "height": 390, "sizeInBytes": 38190}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_property_7185a9ea8a.jpg", "hash": "thumbnail_property_7185a9ea8a", "mime": "image/jpeg", "name": "thumbnail_property.jpg", "path": null, "size": 9.84, "width": 200, "height": 156, "sizeInBytes": 9840}}', 'property_7185a9ea8a', '.jpg', 'image/jpeg', 60.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/property_7185a9ea8a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-20 13:08:07.483', '2024-05-22 14:41:22.682', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (73, 'international-students-overview.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_overview_dd5920d448.jpg", "hash": "small_international_students_overview_dd5920d448", "mime": "image/jpeg", "name": "small_international-students-overview.jpg", "path": null, "size": 36.58, "width": 500, "height": 390, "sizeInBytes": 36580}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_overview_dd5920d448.jpg", "hash": "thumbnail_international_students_overview_dd5920d448", "mime": "image/jpeg", "name": "thumbnail_international-students-overview.jpg", "path": null, "size": 9.13, "width": 200, "height": 156, "sizeInBytes": 9128}}', 'international_students_overview_dd5920d448', '.jpg', 'image/jpeg', 58.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_overview_dd5920d448.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 14:42:18.513', '2024-05-22 14:42:18.513', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (74, 'pdf-icon.svg', NULL, NULL, 108, 140, NULL, 'pdf_icon_fae22087c8', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_icon_fae22087c8.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 14:43:39.715', '2024-05-22 14:43:39.715', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (75, 'pdf-icon.svg', NULL, NULL, 108, 140, NULL, 'pdf_icon_0cc37c8a5f', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_icon_0cc37c8a5f.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 14:45:00.539', '2024-05-22 14:45:00.539', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (76, 'international-students.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_students_809389c0c3.jpg", "hash": "large_international_students_809389c0c3", "mime": "image/jpeg", "name": "large_international-students.jpg", "path": null, "size": 55.78, "width": 1000, "height": 391, "sizeInBytes": 55784}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_809389c0c3.jpg", "hash": "small_international_students_809389c0c3", "mime": "image/jpeg", "name": "small_international-students.jpg", "path": null, "size": 19.09, "width": 500, "height": 195, "sizeInBytes": 19088}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_students_809389c0c3.jpg", "hash": "medium_international_students_809389c0c3", "mime": "image/jpeg", "name": "medium_international-students.jpg", "path": null, "size": 35.78, "width": 750, "height": 293, "sizeInBytes": 35783}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_809389c0c3.jpg", "hash": "thumbnail_international_students_809389c0c3", "mime": "image/jpeg", "name": "thumbnail_international-students.jpg", "path": null, "size": 6.07, "width": 245, "height": 95, "sizeInBytes": 6065}}', 'international_students_809389c0c3', '.jpg', 'image/jpeg', 147.92, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_809389c0c3.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 14:49:23.743', '2024-05-22 14:49:23.743', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (77, 'international-admissions-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_admissions_mob_fa7ac1a286.jpg", "hash": "thumbnail_international_admissions_mob_fa7ac1a286", "mime": "image/jpeg", "name": "thumbnail_international-admissions-mob.jpg", "path": null, "size": 6.03, "width": 150, "height": 156, "sizeInBytes": 6025}}', 'international_admissions_mob_fa7ac1a286', '.jpg', 'image/jpeg', 40.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_admissions_mob_fa7ac1a286.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 14:49:30.869', '2024-05-22 14:49:30.869', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (78, 'international-students-overview.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_overview_878ade2197.jpg", "hash": "small_international_students_overview_878ade2197", "mime": "image/jpeg", "name": "small_international-students-overview.jpg", "path": null, "size": 36.58, "width": 500, "height": 390, "sizeInBytes": 36580}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_overview_878ade2197.jpg", "hash": "thumbnail_international_students_overview_878ade2197", "mime": "image/jpeg", "name": "thumbnail_international-students-overview.jpg", "path": null, "size": 9.13, "width": 200, "height": 156, "sizeInBytes": 9128}}', 'international_students_overview_878ade2197', '.jpg', 'image/jpeg', 58.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_overview_878ade2197.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 14:50:56.735', '2024-05-22 14:50:56.735', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (79, 'research-committee.jpg', NULL, NULL, 1920, 915, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_committee_0c5fbdd4db.jpg", "hash": "large_research_committee_0c5fbdd4db", "mime": "image/jpeg", "name": "large_research-committee.jpg", "path": null, "size": 70.23, "width": 1000, "height": 477, "sizeInBytes": 70228}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_committee_0c5fbdd4db.jpg", "hash": "small_research_committee_0c5fbdd4db", "mime": "image/jpeg", "name": "small_research-committee.jpg", "path": null, "size": 25.78, "width": 500, "height": 238, "sizeInBytes": 25782}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_committee_0c5fbdd4db.jpg", "hash": "medium_research_committee_0c5fbdd4db", "mime": "image/jpeg", "name": "medium_research-committee.jpg", "path": null, "size": 47.02, "width": 750, "height": 357, "sizeInBytes": 47024}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_committee_0c5fbdd4db.jpg", "hash": "thumbnail_research_committee_0c5fbdd4db", "mime": "image/jpeg", "name": "thumbnail_research-committee.jpg", "path": null, "size": 8.54, "width": 245, "height": 116, "sizeInBytes": 8544}}', 'research_committee_0c5fbdd4db', '.jpg', 'image/jpeg', 171.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_committee_0c5fbdd4db.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 15:51:45.558', '2024-05-22 15:51:45.558', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (80, 'research-committee-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_committee_mob_2ea85a3053.jpg", "hash": "thumbnail_research_committee_mob_2ea85a3053", "mime": "image/jpeg", "name": "thumbnail_research-committee-mob.jpg", "path": null, "size": 7.17, "width": 150, "height": 156, "sizeInBytes": 7166}}', 'research_committee_mob_2ea85a3053', '.jpg', 'image/jpeg', 43.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_committee_mob_2ea85a3053.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 15:52:01.207', '2024-05-22 15:52:01.207', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (81, 'faculty-member.jpg', NULL, NULL, 260, 270, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faculty_member_fbf1df3729.jpg", "hash": "thumbnail_faculty_member_fbf1df3729", "mime": "image/jpeg", "name": "thumbnail_faculty-member.jpg", "path": null, "size": 4.59, "width": 150, "height": 156, "sizeInBytes": 4593}}', 'faculty_member_fbf1df3729', '.jpg', 'image/jpeg', 9.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faculty_member_fbf1df3729.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 16:09:24.399', '2024-05-22 16:09:24.399', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (82, 'academic-partner.svg', NULL, NULL, 122, 102, NULL, 'academic_partner_b772a512d5', '.svg', 'image/svg+xml', 0.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/academic_partner_b772a512d5.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 16:16:01.205', '2024-05-22 16:16:15.381', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (83, '1.jpg', NULL, NULL, 400, 460, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_ba2b44581f.jpg", "hash": "thumbnail_1_ba2b44581f", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 4.88, "width": 136, "height": 156, "sizeInBytes": 4880}}', '1_ba2b44581f', '.jpg', 'image/jpeg', 37.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_ba2b44581f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 16:26:19.352', '2024-05-22 16:26:19.352', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (84, '4.jpg', NULL, NULL, 400, 460, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_0671d7329a.jpg", "hash": "thumbnail_4_0671d7329a", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 3.83, "width": 136, "height": 156, "sizeInBytes": 3831}}', '4_0671d7329a', '.jpg', 'image/jpeg', 18.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_0671d7329a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 16:26:37.736', '2024-05-22 16:26:37.736', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (85, '2.jpg', NULL, NULL, 400, 460, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_8cf8fb4dca.jpg", "hash": "thumbnail_2_8cf8fb4dca", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 5.42, "width": 136, "height": 156, "sizeInBytes": 5424}}', '2_8cf8fb4dca', '.jpg', 'image/jpeg', 27.13, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_8cf8fb4dca.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 16:26:38.189', '2024-05-22 16:26:38.189', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (86, '1.jpg', NULL, NULL, 400, 460, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_b2fbe9513d.jpg", "hash": "thumbnail_1_b2fbe9513d", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 4.88, "width": 136, "height": 156, "sizeInBytes": 4880}}', '1_b2fbe9513d', '.jpg', 'image/jpeg', 37.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_b2fbe9513d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 16:26:38.554', '2024-05-22 16:26:38.554', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (87, '3.jpg', NULL, NULL, 400, 460, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_472cc4d534.jpg", "hash": "thumbnail_3_472cc4d534", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 5.5, "width": 136, "height": 156, "sizeInBytes": 5501}}', '3_472cc4d534', '.jpg', 'image/jpeg', 29.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_472cc4d534.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-22 16:26:38.626', '2024-05-22 16:26:38.626', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (318, 'location.svg', NULL, NULL, 24, 27, NULL, 'location_0bbf47a6cc', '.svg', 'image/svg+xml', 0.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/location_0bbf47a6cc.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:22:04.186', '2024-05-29 16:22:04.186', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (320, 'linkedin.svg', NULL, NULL, 20, 20, NULL, 'linkedin_c20bc6cda0', '.svg', 'image/svg+xml', 0.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/linkedin_c20bc6cda0.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:27:16.659', '2024-05-29 16:27:16.659', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (88, '2023.jpg', NULL, NULL, 420, 460, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2023_c77f359d96.jpg", "hash": "thumbnail_2023_c77f359d96", "mime": "image/jpeg", "name": "thumbnail_2023.jpg", "path": null, "size": 7.52, "width": 142, "height": 156, "sizeInBytes": 7519}}', '2023_c77f359d96', '.jpg', 'image/jpeg', 42.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2023_c77f359d96.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 09:13:23.254', '2024-05-23 09:13:23.254', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (89, 'faculty-member-two.png', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faculty_member_two_2b33e5bdff.png", "hash": "thumbnail_faculty_member_two_2b33e5bdff", "mime": "image/png", "name": "thumbnail_faculty-member-two.png", "path": null, "size": 52.22, "width": 226, "height": 156, "sizeInBytes": 52222}}', 'faculty_member_two_2b33e5bdff', '.png', 'image/png', 40.04, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faculty_member_two_2b33e5bdff.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 11:07:17.177', '2024-05-23 11:07:17.177', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (90, 'faculty-expertise-three.png', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faculty_expertise_three_4b68135a61.png", "hash": "thumbnail_faculty_expertise_three_4b68135a61", "mime": "image/png", "name": "thumbnail_faculty-expertise-three.png", "path": null, "size": 77.77, "width": 226, "height": 156, "sizeInBytes": 77773}}', 'faculty_expertise_three_4b68135a61', '.png', 'image/png', 52.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faculty_expertise_three_4b68135a61.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 11:13:58.198', '2024-05-23 11:13:58.198', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (91, 'campus-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_campus_mob_443e8edf90.jpg", "hash": "thumbnail_campus_mob_443e8edf90", "mime": "image/jpeg", "name": "thumbnail_campus-mob.jpg", "path": null, "size": 8.21, "width": 150, "height": 156, "sizeInBytes": 8213}}', 'campus_mob_443e8edf90', '.jpg', 'image/jpeg', 51.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/campus_mob_443e8edf90.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 11:36:52.144', '2024-05-23 11:36:52.144', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (92, 'campus.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_campus_0ddf2209fc.jpg", "hash": "large_campus_0ddf2209fc", "mime": "image/jpeg", "name": "large_campus.jpg", "path": null, "size": 76.24, "width": 1000, "height": 391, "sizeInBytes": 76235}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_campus_0ddf2209fc.jpg", "hash": "small_campus_0ddf2209fc", "mime": "image/jpeg", "name": "small_campus.jpg", "path": null, "size": 25.73, "width": 500, "height": 195, "sizeInBytes": 25732}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_campus_0ddf2209fc.jpg", "hash": "medium_campus_0ddf2209fc", "mime": "image/jpeg", "name": "medium_campus.jpg", "path": null, "size": 48.14, "width": 750, "height": 293, "sizeInBytes": 48136}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_campus_0ddf2209fc.jpg", "hash": "thumbnail_campus_0ddf2209fc", "mime": "image/jpeg", "name": "thumbnail_campus.jpg", "path": null, "size": 8.32, "width": 245, "height": 95, "sizeInBytes": 8322}}', 'campus_0ddf2209fc', '.jpg', 'image/jpeg', 227.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/campus_0ddf2209fc.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 11:36:52.634', '2024-05-23 11:36:52.634', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (93, 'student-experience.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_experience_0d7c5b35e0.jpg", "hash": "small_student_experience_0d7c5b35e0", "mime": "image/jpeg", "name": "small_student-experience.jpg", "path": null, "size": 34.36, "width": 500, "height": 390, "sizeInBytes": 34358}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_experience_0d7c5b35e0.jpg", "hash": "thumbnail_student_experience_0d7c5b35e0", "mime": "image/jpeg", "name": "thumbnail_student-experience.jpg", "path": null, "size": 8.54, "width": 200, "height": 156, "sizeInBytes": 8540}}', 'student_experience_0d7c5b35e0', '.jpg', 'image/jpeg', 55.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_experience_0d7c5b35e0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 11:48:33.971', '2024-05-23 11:48:33.971', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (94, 'career1.jpg', NULL, NULL, 402, 595, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_career1_82c3ba181e.jpg", "hash": "small_career1_82c3ba181e", "mime": "image/jpeg", "name": "small_career1.jpg", "path": null, "size": 25.63, "width": 338, "height": 500, "sizeInBytes": 25628}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_career1_82c3ba181e.jpg", "hash": "thumbnail_career1_82c3ba181e", "mime": "image/jpeg", "name": "thumbnail_career1.jpg", "path": null, "size": 4.55, "width": 106, "height": 156, "sizeInBytes": 4548}}', 'career1_82c3ba181e', '.jpg', 'image/jpeg', 33.42, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/career1_82c3ba181e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:37.442', '2024-05-23 11:50:37.442', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (95, 'career2.jpg', NULL, NULL, 515, 721, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_career2_df03346679.jpg", "hash": "small_career2_df03346679", "mime": "image/jpeg", "name": "small_career2.jpg", "path": null, "size": 19.49, "width": 357, "height": 500, "sizeInBytes": 19492}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_career2_df03346679.jpg", "hash": "thumbnail_career2_df03346679", "mime": "image/jpeg", "name": "thumbnail_career2.jpg", "path": null, "size": 3.48, "width": 111, "height": 156, "sizeInBytes": 3484}}', 'career2_df03346679', '.jpg', 'image/jpeg', 33.82, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/career2_df03346679.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:37.897', '2024-05-23 11:50:37.897', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (112, 'student-club2.jpg', NULL, NULL, 295, 204, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_club2_0d52fe45ce.jpg", "hash": "thumbnail_student_club2_0d52fe45ce", "mime": "image/jpeg", "name": "thumbnail_student-club2.jpg", "path": null, "size": 12.29, "width": 226, "height": 156, "sizeInBytes": 12286}}', 'student_club2_0d52fe45ce', '.jpg', 'image/jpeg', 19.11, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_club2_0d52fe45ce.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:22:24.804', '2024-05-23 12:22:24.804', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (319, 'mail.svg', NULL, NULL, 28, 22, NULL, 'mail_c42ad0247d', '.svg', 'image/svg+xml', 1.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/mail_c42ad0247d.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:22:04.504', '2024-05-29 16:22:04.504', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (101, 'students-services.jpg', NULL, NULL, 680, 531, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_students_services_9531ae70e8.jpg", "hash": "small_students_services_9531ae70e8", "mime": "image/jpeg", "name": "small_students-services.jpg", "path": null, "size": 45.64, "width": 500, "height": 390, "sizeInBytes": 45642}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_students_services_9531ae70e8.jpg", "hash": "thumbnail_students_services_9531ae70e8", "mime": "image/jpeg", "name": "thumbnail_students-services.jpg", "path": null, "size": 9.86, "width": 200, "height": 156, "sizeInBytes": 9864}}', 'students_services_9531ae70e8', '.jpg', 'image/jpeg', 77.00, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/students_services_9531ae70e8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:39.257', '2024-05-23 11:50:39.257', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (102, 'students-services2.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_students_services2_5590c79a8e.jpg", "hash": "small_students_services2_5590c79a8e", "mime": "image/jpeg", "name": "small_students-services2.jpg", "path": null, "size": 35.1, "width": 500, "height": 390, "sizeInBytes": 35097}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_students_services2_5590c79a8e.jpg", "hash": "thumbnail_students_services2_5590c79a8e", "mime": "image/jpeg", "name": "thumbnail_students-services2.jpg", "path": null, "size": 9.14, "width": 200, "height": 156, "sizeInBytes": 9141}}', 'students_services2_5590c79a8e', '.jpg', 'image/jpeg', 54.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/students_services2_5590c79a8e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:39.55', '2024-05-23 11:50:39.55', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (103, 'student-experience.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_experience_1cfb39181d.jpg", "hash": "small_student_experience_1cfb39181d", "mime": "image/jpeg", "name": "small_student-experience.jpg", "path": null, "size": 34.36, "width": 500, "height": 390, "sizeInBytes": 34358}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_experience_1cfb39181d.jpg", "hash": "thumbnail_student_experience_1cfb39181d", "mime": "image/jpeg", "name": "thumbnail_student-experience.jpg", "path": null, "size": 8.54, "width": 200, "height": 156, "sizeInBytes": 8540}}', 'student_experience_1cfb39181d', '.jpg', 'image/jpeg', 55.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_experience_1cfb39181d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:39.649', '2024-05-23 11:50:39.649', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (105, 'whydubai.jpg', NULL, NULL, 1031, 761, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_whydubai_12825263d7.jpg", "hash": "large_whydubai_12825263d7", "mime": "image/jpeg", "name": "large_whydubai.jpg", "path": null, "size": 211.31, "width": 1000, "height": 738, "sizeInBytes": 211313}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_whydubai_12825263d7.jpg", "hash": "small_whydubai_12825263d7", "mime": "image/jpeg", "name": "small_whydubai.jpg", "path": null, "size": 56.42, "width": 500, "height": 369, "sizeInBytes": 56424}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_whydubai_12825263d7.jpg", "hash": "medium_whydubai_12825263d7", "mime": "image/jpeg", "name": "medium_whydubai.jpg", "path": null, "size": 125.96, "width": 750, "height": 554, "sizeInBytes": 125957}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_whydubai_12825263d7.jpg", "hash": "thumbnail_whydubai_12825263d7", "mime": "image/jpeg", "name": "thumbnail_whydubai.jpg", "path": null, "size": 10.47, "width": 211, "height": 156, "sizeInBytes": 10470}}', 'whydubai_12825263d7', '.jpg', 'image/jpeg', 230.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/whydubai_12825263d7.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:42.327', '2024-05-23 11:50:42.327', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (113, 'student-club3.jpg', NULL, NULL, 295, 204, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_club3_c051e934d1.jpg", "hash": "thumbnail_student_club3_c051e934d1", "mime": "image/jpeg", "name": "thumbnail_student-club3.jpg", "path": null, "size": 6.75, "width": 226, "height": 156, "sizeInBytes": 6753}}', 'student_club3_c051e934d1', '.jpg', 'image/jpeg', 9.79, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_club3_c051e934d1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:22:51.467', '2024-05-23 12:22:51.467', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (122, 'clubs.svg', NULL, NULL, 112, 113, NULL, 'clubs_cc4be9ac7a', '.svg', 'image/svg+xml', 8.11, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/clubs_cc4be9ac7a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 12:32:16.471', '2024-05-23 12:32:16.471', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (123, 'number.svg', NULL, NULL, 112, 113, NULL, 'number_4be3cbf5e0', '.svg', 'image/svg+xml', 6.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/number_4be3cbf5e0.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 12:32:43.993', '2024-05-23 12:32:43.993', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (104, 'stuendSlide2.jpg', NULL, NULL, 690, 491, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_stuend_Slide2_2307fd2168.jpg", "hash": "small_stuend_Slide2_2307fd2168", "mime": "image/jpeg", "name": "small_stuendSlide2.jpg", "path": null, "size": 48.3, "width": 500, "height": 356, "sizeInBytes": 48298}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_stuend_Slide2_2307fd2168.jpg", "hash": "thumbnail_stuend_Slide2_2307fd2168", "mime": "image/jpeg", "name": "thumbnail_stuendSlide2.jpg", "path": null, "size": 11.97, "width": 220, "height": 156, "sizeInBytes": 11970}}', 'stuend_Slide2_2307fd2168', '.jpg', 'image/jpeg', 81.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/stuend_Slide2_2307fd2168.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:39.987', '2024-11-25 10:21:19.995', 1, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (97, 'sustainabilitymahe.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_sustainabilitymahe_effc537f2c.jpg", "hash": "small_sustainabilitymahe_effc537f2c", "mime": "image/jpeg", "name": "small_sustainabilitymahe.jpg", "path": null, "size": 27.27, "width": 500, "height": 390, "sizeInBytes": 27271}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_sustainabilitymahe_effc537f2c.jpg", "hash": "thumbnail_sustainabilitymahe_effc537f2c", "mime": "image/jpeg", "name": "thumbnail_sustainabilitymahe.jpg", "path": null, "size": 5.55, "width": 200, "height": 156, "sizeInBytes": 5546}}', 'sustainabilitymahe_effc537f2c', '.jpg', 'image/jpeg', 45.50, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/sustainabilitymahe_effc537f2c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:38.287', '2024-05-23 11:50:38.287', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (98, 'stuendSlide4.jpg', NULL, NULL, 690, 491, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_stuend_Slide4_8f77d9cdb9.jpg", "hash": "small_stuend_Slide4_8f77d9cdb9", "mime": "image/jpeg", "name": "small_stuendSlide4.jpg", "path": null, "size": 31.5, "width": 500, "height": 356, "sizeInBytes": 31496}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_stuend_Slide4_8f77d9cdb9.jpg", "hash": "thumbnail_stuend_Slide4_8f77d9cdb9", "mime": "image/jpeg", "name": "thumbnail_stuendSlide4.jpg", "path": null, "size": 8.64, "width": 220, "height": 156, "sizeInBytes": 8637}}', 'stuend_Slide4_8f77d9cdb9', '.jpg', 'image/jpeg', 52.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/stuend_Slide4_8f77d9cdb9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:38.632', '2024-05-23 11:50:38.632', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (99, 'stuendSlide3.jpg', NULL, NULL, 690, 491, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_stuend_Slide3_2acb2943c6.jpg", "hash": "small_stuend_Slide3_2acb2943c6", "mime": "image/jpeg", "name": "small_stuendSlide3.jpg", "path": null, "size": 29.46, "width": 500, "height": 356, "sizeInBytes": 29458}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_stuend_Slide3_2acb2943c6.jpg", "hash": "thumbnail_stuend_Slide3_2acb2943c6", "mime": "image/jpeg", "name": "thumbnail_stuendSlide3.jpg", "path": null, "size": 8.75, "width": 220, "height": 156, "sizeInBytes": 8752}}', 'stuend_Slide3_2acb2943c6', '.jpg', 'image/jpeg', 45.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/stuend_Slide3_2acb2943c6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:38.656', '2024-05-23 11:50:38.656', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (100, 'stuendSlide5.jpg', NULL, NULL, 690, 491, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_stuend_Slide5_76b60e935e.jpg", "hash": "small_stuend_Slide5_76b60e935e", "mime": "image/jpeg", "name": "small_stuendSlide5.jpg", "path": null, "size": 49.27, "width": 500, "height": 356, "sizeInBytes": 49273}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_stuend_Slide5_76b60e935e.jpg", "hash": "thumbnail_stuend_Slide5_76b60e935e", "mime": "image/jpeg", "name": "thumbnail_stuendSlide5.jpg", "path": null, "size": 11.77, "width": 220, "height": 156, "sizeInBytes": 11772}}', 'stuend_Slide5_76b60e935e', '.jpg', 'image/jpeg', 83.46, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/stuend_Slide5_76b60e935e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:38.935', '2024-05-23 11:50:38.935', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (107, 'student-service-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_student_service_desktop_d945f94d7f.jpg", "hash": "large_student_service_desktop_d945f94d7f", "mime": "image/jpeg", "name": "large_student-service-desktop.jpg", "path": null, "size": 46.03, "width": 1000, "height": 391, "sizeInBytes": 46032}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_service_desktop_d945f94d7f.jpg", "hash": "small_student_service_desktop_d945f94d7f", "mime": "image/jpeg", "name": "small_student-service-desktop.jpg", "path": null, "size": 15.23, "width": 500, "height": 195, "sizeInBytes": 15234}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_student_service_desktop_d945f94d7f.jpg", "hash": "medium_student_service_desktop_d945f94d7f", "mime": "image/jpeg", "name": "medium_student-service-desktop.jpg", "path": null, "size": 29.02, "width": 750, "height": 293, "sizeInBytes": 29017}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_service_desktop_d945f94d7f.jpg", "hash": "thumbnail_student_service_desktop_d945f94d7f", "mime": "image/jpeg", "name": "thumbnail_student-service-desktop.jpg", "path": null, "size": 5.16, "width": 245, "height": 95, "sizeInBytes": 5158}}', 'student_service_desktop_d945f94d7f', '.jpg', 'image/jpeg', 127.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_service_desktop_d945f94d7f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:16:39.143', '2024-05-23 12:16:39.143', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (108, 'student-service-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_student_service_mob_add5c58241.jpg", "hash": "large_student_service_mob_add5c58241", "mime": "image/jpeg", "name": "large_student-service-mob.jpg", "path": null, "size": 46.03, "width": 1000, "height": 391, "sizeInBytes": 46032}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_service_mob_add5c58241.jpg", "hash": "small_student_service_mob_add5c58241", "mime": "image/jpeg", "name": "small_student-service-mob.jpg", "path": null, "size": 15.23, "width": 500, "height": 195, "sizeInBytes": 15234}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_student_service_mob_add5c58241.jpg", "hash": "medium_student_service_mob_add5c58241", "mime": "image/jpeg", "name": "medium_student-service-mob.jpg", "path": null, "size": 29.02, "width": 750, "height": 293, "sizeInBytes": 29017}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_service_mob_add5c58241.jpg", "hash": "thumbnail_student_service_mob_add5c58241", "mime": "image/jpeg", "name": "thumbnail_student-service-mob.jpg", "path": null, "size": 5.16, "width": 245, "height": 95, "sizeInBytes": 5158}}', 'student_service_mob_add5c58241', '.jpg', 'image/jpeg', 127.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_service_mob_add5c58241.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:17:16.336', '2024-05-23 12:17:16.336', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (109, 'student1.jpg', NULL, NULL, 420, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student1_e150e9a78a.jpg", "hash": "small_student1_e150e9a78a", "mime": "image/jpeg", "name": "small_student1.jpg", "path": null, "size": 29.87, "width": 341, "height": 500, "sizeInBytes": 29865}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student1_e150e9a78a.jpg", "hash": "thumbnail_student1_e150e9a78a", "mime": "image/jpeg", "name": "thumbnail_student1.jpg", "path": null, "size": 4.14, "width": 106, "height": 156, "sizeInBytes": 4142}}', 'student1_e150e9a78a', '.jpg', 'image/jpeg', 43.84, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student1_e150e9a78a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:18:35.616', '2024-05-23 12:18:35.616', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (110, 'student2.jpg', NULL, NULL, 423, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student2_ded79e1dd4.jpg", "hash": "small_student2_ded79e1dd4", "mime": "image/jpeg", "name": "small_student2.jpg", "path": null, "size": 37.75, "width": 343, "height": 500, "sizeInBytes": 37748}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student2_ded79e1dd4.jpg", "hash": "thumbnail_student2_ded79e1dd4", "mime": "image/jpeg", "name": "thumbnail_student2.jpg", "path": null, "size": 5.74, "width": 107, "height": 156, "sizeInBytes": 5740}}', 'student2_ded79e1dd4', '.jpg', 'image/jpeg', 53.12, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student2_ded79e1dd4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:18:59.335', '2024-05-23 12:18:59.335', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (111, 'student-club1.jpg', NULL, NULL, 295, 204, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_club1_1fa366d669.jpg", "hash": "thumbnail_student_club1_1fa366d669", "mime": "image/jpeg", "name": "thumbnail_student-club1.jpg", "path": null, "size": 8.63, "width": 226, "height": 156, "sizeInBytes": 8634}}', 'student_club1_1fa366d669', '.jpg', 'image/jpeg', 13.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_club1_1fa366d669.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:21:36.907', '2024-05-23 12:21:36.907', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (114, 'student-club4.jpg', NULL, NULL, 295, 204, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_club4_a270be64a9.jpg", "hash": "thumbnail_student_club4_a270be64a9", "mime": "image/jpeg", "name": "thumbnail_student-club4.jpg", "path": null, "size": 7.67, "width": 226, "height": 156, "sizeInBytes": 7666}}', 'student_club4_a270be64a9', '.jpg', 'image/jpeg', 11.77, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_club4_a270be64a9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:23:17.239', '2024-05-23 12:23:17.239', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (115, 'student-club5.jpg', NULL, NULL, 295, 204, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_club5_a33a5e9cfb.jpg", "hash": "thumbnail_student_club5_a33a5e9cfb", "mime": "image/jpeg", "name": "thumbnail_student-club5.jpg", "path": null, "size": 7.32, "width": 226, "height": 156, "sizeInBytes": 7317}}', 'student_club5_a33a5e9cfb', '.jpg', 'image/jpeg', 11.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_club5_a33a5e9cfb.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:24:12.208', '2024-05-23 12:24:12.208', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (116, 'student-club6.jpg', NULL, NULL, 295, 204, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_club6_83d8bbb24e.jpg", "hash": "thumbnail_student_club6_83d8bbb24e", "mime": "image/jpeg", "name": "thumbnail_student-club6.jpg", "path": null, "size": 8.29, "width": 226, "height": 156, "sizeInBytes": 8289}}', 'student_club6_83d8bbb24e', '.jpg', 'image/jpeg', 12.09, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_club6_83d8bbb24e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:24:52.019', '2024-05-23 12:24:52.019', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (117, 'visa.jpg', NULL, NULL, 885, 670, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_visa_b706e011c2.jpg", "hash": "small_visa_b706e011c2", "mime": "image/jpeg", "name": "small_visa.jpg", "path": null, "size": 33.47, "width": 500, "height": 379, "sizeInBytes": 33467}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_visa_b706e011c2.jpg", "hash": "medium_visa_b706e011c2", "mime": "image/jpeg", "name": "medium_visa.jpg", "path": null, "size": 61.21, "width": 750, "height": 568, "sizeInBytes": 61206}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_visa_b706e011c2.jpg", "hash": "thumbnail_visa_b706e011c2", "mime": "image/jpeg", "name": "thumbnail_visa.jpg", "path": null, "size": 8.57, "width": 206, "height": 156, "sizeInBytes": 8569}}', 'visa_b706e011c2', '.jpg', 'image/jpeg', 78.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/visa_b706e011c2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:26:09.373', '2024-05-23 12:26:09.373', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (118, 'study.jpg', NULL, NULL, 885, 670, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_study_c30d5e26e9.jpg", "hash": "small_study_c30d5e26e9", "mime": "image/jpeg", "name": "small_study.jpg", "path": null, "size": 40.39, "width": 500, "height": 379, "sizeInBytes": 40390}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_study_c30d5e26e9.jpg", "hash": "medium_study_c30d5e26e9", "mime": "image/jpeg", "name": "medium_study.jpg", "path": null, "size": 81.3, "width": 750, "height": 568, "sizeInBytes": 81304}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_study_c30d5e26e9.jpg", "hash": "thumbnail_study_c30d5e26e9", "mime": "image/jpeg", "name": "thumbnail_study.jpg", "path": null, "size": 8.36, "width": 206, "height": 156, "sizeInBytes": 8359}}', 'study_c30d5e26e9', '.jpg', 'image/jpeg', 111.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/study_c30d5e26e9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:26:47.763', '2024-05-23 12:26:47.763', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (119, 'sports.jpg', NULL, NULL, 885, 670, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_sports_d0501d8016.jpg", "hash": "small_sports_d0501d8016", "mime": "image/jpeg", "name": "small_sports.jpg", "path": null, "size": 56.04, "width": 500, "height": 379, "sizeInBytes": 56041}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_sports_d0501d8016.jpg", "hash": "medium_sports_d0501d8016", "mime": "image/jpeg", "name": "medium_sports.jpg", "path": null, "size": 110.26, "width": 750, "height": 568, "sizeInBytes": 110261}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_sports_d0501d8016.jpg", "hash": "thumbnail_sports_d0501d8016", "mime": "image/jpeg", "name": "thumbnail_sports.jpg", "path": null, "size": 12.25, "width": 206, "height": 156, "sizeInBytes": 12254}}', 'sports_d0501d8016', '.jpg', 'image/jpeg', 148.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/sports_d0501d8016.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 12:27:16.272', '2024-05-23 12:27:16.272', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (120, 'numberStudents.svg', NULL, NULL, 112, 113, NULL, 'number_Students_2b9cedcdd1', '.svg', 'image/svg+xml', 27.95, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/number_Students_2b9cedcdd1.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 12:29:08.737', '2024-05-23 12:29:08.737', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (121, 'national.svg', NULL, NULL, 112, 113, NULL, 'national_24ce47bf13', '.svg', 'image/svg+xml', 6.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/national_24ce47bf13.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 12:30:59.403', '2024-05-23 12:30:59.403', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (124, 'opendays-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_opendays_mob_6a3266fed4.jpg", "hash": "thumbnail_opendays_mob_6a3266fed4", "mime": "image/jpeg", "name": "thumbnail_opendays-mob.jpg", "path": null, "size": 4.66, "width": 150, "height": 156, "sizeInBytes": 4656}}', 'opendays_mob_6a3266fed4', '.jpg', 'image/jpeg', 27.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/opendays_mob_6a3266fed4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 15:37:11.537', '2024-05-23 15:37:11.537', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (147, '3.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_2a66322ab0.jpg", "hash": "small_3_2a66322ab0", "mime": "image/jpeg", "name": "small_3.jpg", "path": null, "size": 29.21, "width": 500, "height": 281, "sizeInBytes": 29214}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_2a66322ab0.jpg", "hash": "thumbnail_3_2a66322ab0", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 10.02, "width": 245, "height": 138, "sizeInBytes": 10018}}', '3_2a66322ab0', '.jpg', 'image/jpeg', 35.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_2a66322ab0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:33:17.844', '2024-05-24 16:33:17.844', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (125, 'opendays.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_opendays_f8b80729c6.jpg", "hash": "large_opendays_f8b80729c6", "mime": "image/jpeg", "name": "large_opendays.jpg", "path": null, "size": 50.75, "width": 1000, "height": 391, "sizeInBytes": 50748}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_opendays_f8b80729c6.jpg", "hash": "small_opendays_f8b80729c6", "mime": "image/jpeg", "name": "small_opendays.jpg", "path": null, "size": 18.16, "width": 500, "height": 195, "sizeInBytes": 18160}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_opendays_f8b80729c6.jpg", "hash": "medium_opendays_f8b80729c6", "mime": "image/jpeg", "name": "medium_opendays.jpg", "path": null, "size": 33.12, "width": 750, "height": 293, "sizeInBytes": 33120}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_opendays_f8b80729c6.jpg", "hash": "thumbnail_opendays_f8b80729c6", "mime": "image/jpeg", "name": "thumbnail_opendays.jpg", "path": null, "size": 5.74, "width": 245, "height": 95, "sizeInBytes": 5738}}', 'opendays_f8b80729c6', '.jpg', 'image/jpeg', 127.05, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/opendays_f8b80729c6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 15:37:11.984', '2024-05-23 15:37:11.984', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (126, 'opendays-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_opendays_mob_7eaf84cc37.jpg", "hash": "thumbnail_opendays_mob_7eaf84cc37", "mime": "image/jpeg", "name": "thumbnail_opendays-mob.jpg", "path": null, "size": 4.66, "width": 150, "height": 156, "sizeInBytes": 4656}}', 'opendays_mob_7eaf84cc37', '.jpg', 'image/jpeg', 27.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/opendays_mob_7eaf84cc37.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 15:37:31.407', '2024-05-23 15:37:31.407', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (127, 'policy.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_policy_54ff3456ee.jpg", "hash": "large_policy_54ff3456ee", "mime": "image/jpeg", "name": "large_policy.jpg", "path": null, "size": 32.19, "width": 1000, "height": 391, "sizeInBytes": 32190}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_policy_54ff3456ee.jpg", "hash": "small_policy_54ff3456ee", "mime": "image/jpeg", "name": "small_policy.jpg", "path": null, "size": 11.8, "width": 500, "height": 195, "sizeInBytes": 11797}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_policy_54ff3456ee.jpg", "hash": "medium_policy_54ff3456ee", "mime": "image/jpeg", "name": "medium_policy.jpg", "path": null, "size": 20.89, "width": 750, "height": 293, "sizeInBytes": 20887}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_policy_54ff3456ee.jpg", "hash": "thumbnail_policy_54ff3456ee", "mime": "image/jpeg", "name": "thumbnail_policy.jpg", "path": null, "size": 4.28, "width": 245, "height": 95, "sizeInBytes": 4283}}', 'policy_54ff3456ee', '.jpg', 'image/jpeg', 90.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/policy_54ff3456ee.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 17:27:43.833', '2024-05-23 17:27:43.833', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (128, 'policy-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_policy_mob_b608600f93.jpg", "hash": "thumbnail_policy_mob_b608600f93", "mime": "image/jpeg", "name": "thumbnail_policy-mob.jpg", "path": null, "size": 4.66, "width": 150, "height": 156, "sizeInBytes": 4663}}', 'policy_mob_b608600f93', '.jpg', 'image/jpeg', 28.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/policy_mob_b608600f93.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 17:28:02.892', '2024-05-23 17:28:02.892', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (129, 'fees.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_fees_efaf8faf7d.jpg", "hash": "large_fees_efaf8faf7d", "mime": "image/jpeg", "name": "large_fees.jpg", "path": null, "size": 39.83, "width": 1000, "height": 391, "sizeInBytes": 39825}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_fees_efaf8faf7d.jpg", "hash": "small_fees_efaf8faf7d", "mime": "image/jpeg", "name": "small_fees.jpg", "path": null, "size": 14.73, "width": 500, "height": 195, "sizeInBytes": 14733}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_fees_efaf8faf7d.jpg", "hash": "medium_fees_efaf8faf7d", "mime": "image/jpeg", "name": "medium_fees.jpg", "path": null, "size": 26.27, "width": 750, "height": 293, "sizeInBytes": 26268}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_fees_efaf8faf7d.jpg", "hash": "thumbnail_fees_efaf8faf7d", "mime": "image/jpeg", "name": "thumbnail_fees.jpg", "path": null, "size": 5.13, "width": 245, "height": 95, "sizeInBytes": 5127}}', 'fees_efaf8faf7d', '.jpg', 'image/jpeg', 102.11, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/fees_efaf8faf7d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 17:55:11.772', '2024-05-23 17:55:11.772', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (130, 'fees-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_fees_mob_d5be497484.jpg", "hash": "thumbnail_fees_mob_d5be497484", "mime": "image/jpeg", "name": "thumbnail_fees-mob.jpg", "path": null, "size": 4.08, "width": 150, "height": 156, "sizeInBytes": 4077}}', 'fees_mob_d5be497484', '.jpg', 'image/jpeg', 23.73, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/fees_mob_d5be497484.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-23 17:55:44.367', '2024-05-23 17:55:44.367', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (148, '4.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_4_dbeb40cd4b.jpg", "hash": "small_4_dbeb40cd4b", "mime": "image/jpeg", "name": "small_4.jpg", "path": null, "size": 27.25, "width": 500, "height": 281, "sizeInBytes": 27249}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_dbeb40cd4b.jpg", "hash": "thumbnail_4_dbeb40cd4b", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 9.71, "width": 245, "height": 138, "sizeInBytes": 9714}}', '4_dbeb40cd4b', '.jpg', 'image/jpeg', 32.87, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_dbeb40cd4b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:33:40.372', '2024-05-24 16:33:40.372', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (321, 'twitter.svg', NULL, NULL, 20, 19, NULL, 'twitter_cf34ab3ff1', '.svg', 'image/svg+xml', 0.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/twitter_cf34ab3ff1.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:27:16.661', '2024-05-29 16:27:16.661', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (131, 'why-dubai-desktop.png', NULL, NULL, 1920, 750, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_desktop_0c159efa63.png", "hash": "large_why_dubai_desktop_0c159efa63", "mime": "image/png", "name": "large_why-dubai-desktop.png", "path": null, "size": 801.67, "width": 1000, "height": 391, "sizeInBytes": 801672}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_desktop_0c159efa63.png", "hash": "small_why_dubai_desktop_0c159efa63", "mime": "image/png", "name": "small_why-dubai-desktop.png", "path": null, "size": 213.7, "width": 500, "height": 195, "sizeInBytes": 213697}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_desktop_0c159efa63.png", "hash": "medium_why_dubai_desktop_0c159efa63", "mime": "image/png", "name": "medium_why-dubai-desktop.png", "path": null, "size": 462.54, "width": 750, "height": 293, "sizeInBytes": 462542}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_desktop_0c159efa63.png", "hash": "thumbnail_why_dubai_desktop_0c159efa63", "mime": "image/png", "name": "thumbnail_why-dubai-desktop.png", "path": null, "size": 55.43, "width": 245, "height": 96, "sizeInBytes": 55428}}', 'why_dubai_desktop_0c159efa63', '.png', 'image/png', 623.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_desktop_0c159efa63.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 09:41:29.062', '2024-05-24 09:41:29.062', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (132, 'why-dubai-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_desktop_8ff94f3157.jpg", "hash": "large_why_dubai_desktop_8ff94f3157", "mime": "image/jpeg", "name": "large_why-dubai-desktop.jpg", "path": null, "size": 82.61, "width": 1000, "height": 391, "sizeInBytes": 82605}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_desktop_8ff94f3157.jpg", "hash": "small_why_dubai_desktop_8ff94f3157", "mime": "image/jpeg", "name": "small_why-dubai-desktop.jpg", "path": null, "size": 26.28, "width": 500, "height": 195, "sizeInBytes": 26279}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_desktop_8ff94f3157.jpg", "hash": "medium_why_dubai_desktop_8ff94f3157", "mime": "image/jpeg", "name": "medium_why-dubai-desktop.jpg", "path": null, "size": 51.97, "width": 750, "height": 293, "sizeInBytes": 51973}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_desktop_8ff94f3157.jpg", "hash": "thumbnail_why_dubai_desktop_8ff94f3157", "mime": "image/jpeg", "name": "thumbnail_why-dubai-desktop.jpg", "path": null, "size": 7.49, "width": 245, "height": 95, "sizeInBytes": 7494}}', 'why_dubai_desktop_8ff94f3157', '.jpg', 'image/jpeg', 225.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_desktop_8ff94f3157.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 09:43:07.816', '2024-05-24 09:43:07.816', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (133, 'why-dubai-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_mob_460bba8b4c.jpg", "hash": "large_why_dubai_mob_460bba8b4c", "mime": "image/jpeg", "name": "large_why-dubai-mob.jpg", "path": null, "size": 82.61, "width": 1000, "height": 391, "sizeInBytes": 82605}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_mob_460bba8b4c.jpg", "hash": "small_why_dubai_mob_460bba8b4c", "mime": "image/jpeg", "name": "small_why-dubai-mob.jpg", "path": null, "size": 26.28, "width": 500, "height": 195, "sizeInBytes": 26279}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_mob_460bba8b4c.jpg", "hash": "medium_why_dubai_mob_460bba8b4c", "mime": "image/jpeg", "name": "medium_why-dubai-mob.jpg", "path": null, "size": 51.97, "width": 750, "height": 293, "sizeInBytes": 51973}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_mob_460bba8b4c.jpg", "hash": "thumbnail_why_dubai_mob_460bba8b4c", "mime": "image/jpeg", "name": "thumbnail_why-dubai-mob.jpg", "path": null, "size": 7.49, "width": 245, "height": 95, "sizeInBytes": 7494}}', 'why_dubai_mob_460bba8b4c', '.jpg', 'image/jpeg', 225.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_mob_460bba8b4c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 09:43:24.257', '2024-05-24 09:43:24.257', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (134, 'fees.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_fees_b3b9bb774c.jpg", "hash": "large_fees_b3b9bb774c", "mime": "image/jpeg", "name": "large_fees.jpg", "path": null, "size": 39.83, "width": 1000, "height": 391, "sizeInBytes": 39825}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_fees_b3b9bb774c.jpg", "hash": "small_fees_b3b9bb774c", "mime": "image/jpeg", "name": "small_fees.jpg", "path": null, "size": 14.73, "width": 500, "height": 195, "sizeInBytes": 14733}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_fees_b3b9bb774c.jpg", "hash": "medium_fees_b3b9bb774c", "mime": "image/jpeg", "name": "medium_fees.jpg", "path": null, "size": 26.27, "width": 750, "height": 293, "sizeInBytes": 26268}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_fees_b3b9bb774c.jpg", "hash": "thumbnail_fees_b3b9bb774c", "mime": "image/jpeg", "name": "thumbnail_fees.jpg", "path": null, "size": 5.13, "width": 245, "height": 95, "sizeInBytes": 5127}}', 'fees_b3b9bb774c', '.jpg', 'image/jpeg', 102.11, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/fees_b3b9bb774c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 10:03:14.164', '2024-05-24 10:03:14.164', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (135, 'fees-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_fees_mob_d5b22c9e43.jpg", "hash": "thumbnail_fees_mob_d5b22c9e43", "mime": "image/jpeg", "name": "thumbnail_fees-mob.jpg", "path": null, "size": 4.08, "width": 150, "height": 156, "sizeInBytes": 4077}}', 'fees_mob_d5b22c9e43', '.jpg', 'image/jpeg', 23.73, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/fees_mob_d5b22c9e43.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 10:03:28.983', '2024-05-24 10:03:28.983', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (295, '2.jpg', NULL, NULL, 160, 210, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_78a2a0f7f9.jpg", "hash": "thumbnail_2_78a2a0f7f9", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 4.9, "width": 119, "height": 156, "sizeInBytes": 4904}}', '2_78a2a0f7f9', '.jpg', 'image/jpeg', 7.48, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_78a2a0f7f9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:11:48.164', '2024-05-29 11:11:48.164', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (136, 'why-dubai-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_desktop_693ae92839.jpg", "hash": "large_why_dubai_desktop_693ae92839", "mime": "image/jpeg", "name": "large_why-dubai-desktop.jpg", "path": null, "size": 82.61, "width": 1000, "height": 391, "sizeInBytes": 82605}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_desktop_693ae92839.jpg", "hash": "small_why_dubai_desktop_693ae92839", "mime": "image/jpeg", "name": "small_why-dubai-desktop.jpg", "path": null, "size": 26.28, "width": 500, "height": 195, "sizeInBytes": 26279}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_desktop_693ae92839.jpg", "hash": "medium_why_dubai_desktop_693ae92839", "mime": "image/jpeg", "name": "medium_why-dubai-desktop.jpg", "path": null, "size": 51.97, "width": 750, "height": 293, "sizeInBytes": 51973}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_desktop_693ae92839.jpg", "hash": "thumbnail_why_dubai_desktop_693ae92839", "mime": "image/jpeg", "name": "thumbnail_why-dubai-desktop.jpg", "path": null, "size": 7.49, "width": 245, "height": 95, "sizeInBytes": 7494}}', 'why_dubai_desktop_693ae92839', '.jpg', 'image/jpeg', 225.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_desktop_693ae92839.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 14:27:23.952', '2024-05-24 14:27:23.952', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (137, 'why-dubai-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_mob_8fc1788c28.jpg", "hash": "large_why_dubai_mob_8fc1788c28", "mime": "image/jpeg", "name": "large_why-dubai-mob.jpg", "path": null, "size": 83.24, "width": 1000, "height": 391, "sizeInBytes": 83238}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_mob_8fc1788c28.jpg", "hash": "small_why_dubai_mob_8fc1788c28", "mime": "image/jpeg", "name": "small_why-dubai-mob.jpg", "path": null, "size": 26.58, "width": 500, "height": 195, "sizeInBytes": 26578}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_mob_8fc1788c28.jpg", "hash": "medium_why_dubai_mob_8fc1788c28", "mime": "image/jpeg", "name": "medium_why-dubai-mob.jpg", "path": null, "size": 52.57, "width": 750, "height": 293, "sizeInBytes": 52574}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_mob_8fc1788c28.jpg", "hash": "thumbnail_why_dubai_mob_8fc1788c28", "mime": "image/jpeg", "name": "thumbnail_why-dubai-mob.jpg", "path": null, "size": 7.57, "width": 245, "height": 95, "sizeInBytes": 7566}}', 'why_dubai_mob_8fc1788c28', '.jpg', 'image/jpeg', 225.62, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_mob_8fc1788c28.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 14:27:45.584', '2024-05-24 14:27:45.584', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (138, '1.jpg', NULL, NULL, 9312, 4484, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_1_4adcc7ac4f.jpg", "hash": "large_1_4adcc7ac4f", "mime": "image/jpeg", "name": "large_1.jpg", "path": null, "size": 102.71, "width": 1000, "height": 481, "sizeInBytes": 102708}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_4adcc7ac4f.jpg", "hash": "small_1_4adcc7ac4f", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 28.19, "width": 500, "height": 241, "sizeInBytes": 28190}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_1_4adcc7ac4f.jpg", "hash": "medium_1_4adcc7ac4f", "mime": "image/jpeg", "name": "medium_1.jpg", "path": null, "size": 59.86, "width": 750, "height": 361, "sizeInBytes": 59857}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_4adcc7ac4f.jpg", "hash": "thumbnail_1_4adcc7ac4f", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 7.76, "width": 245, "height": 118, "sizeInBytes": 7760}}', '1_4adcc7ac4f', '.jpg', 'image/jpeg', 5421.08, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_4adcc7ac4f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 14:28:52.24', '2024-05-24 14:28:52.24', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (139, '2.jpg', NULL, NULL, 713, 613, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_c37db3c598.jpg", "hash": "small_2_c37db3c598", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 27.46, "width": 500, "height": 430, "sizeInBytes": 27459}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_c37db3c598.jpg", "hash": "thumbnail_2_c37db3c598", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 6.19, "width": 181, "height": 156, "sizeInBytes": 6185}}', '2_c37db3c598', '.jpg', 'image/jpeg', 46.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_c37db3c598.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 14:29:59.078', '2024-05-24 14:29:59.078', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (140, '3.jpg', NULL, NULL, 5464, 3070, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_3_3f8337766e.jpg", "hash": "large_3_3f8337766e", "mime": "image/jpeg", "name": "large_3.jpg", "path": null, "size": 134.61, "width": 1000, "height": 561, "sizeInBytes": 134609}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_3f8337766e.jpg", "hash": "small_3_3f8337766e", "mime": "image/jpeg", "name": "small_3.jpg", "path": null, "size": 41.09, "width": 500, "height": 280, "sizeInBytes": 41088}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_3_3f8337766e.jpg", "hash": "medium_3_3f8337766e", "mime": "image/jpeg", "name": "medium_3.jpg", "path": null, "size": 84.18, "width": 750, "height": 421, "sizeInBytes": 84175}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_3f8337766e.jpg", "hash": "thumbnail_3_3f8337766e", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 11.52, "width": 245, "height": 137, "sizeInBytes": 11515}}', '3_3f8337766e', '.jpg', 'image/jpeg', 1964.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_3f8337766e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 14:30:29.975', '2024-05-24 14:30:29.975', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (296, 'schools.svg', NULL, NULL, 66, 59, NULL, 'schools_2897d3e863', '.svg', 'image/svg+xml', 4.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/schools_2897d3e863.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:18:26.658', '2024-05-29 11:18:26.658', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (322, 'youtube.svg', NULL, NULL, 20, 14, NULL, 'youtube_bf6584beda', '.svg', 'image/svg+xml', 0.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/youtube_bf6584beda.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:27:16.664', '2024-05-29 16:27:16.664', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (141, '4.jpg', NULL, NULL, 5824, 3264, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_4_5f538dd33e.jpg", "hash": "large_4_5f538dd33e", "mime": "image/jpeg", "name": "large_4.jpg", "path": null, "size": 41.98, "width": 1000, "height": 560, "sizeInBytes": 41984}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_4_5f538dd33e.jpg", "hash": "small_4_5f538dd33e", "mime": "image/jpeg", "name": "small_4.jpg", "path": null, "size": 15.38, "width": 500, "height": 280, "sizeInBytes": 15384}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_4_5f538dd33e.jpg", "hash": "medium_4_5f538dd33e", "mime": "image/jpeg", "name": "medium_4.jpg", "path": null, "size": 27.75, "width": 750, "height": 420, "sizeInBytes": 27752}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_5f538dd33e.jpg", "hash": "thumbnail_4_5f538dd33e", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 5.84, "width": 245, "height": 137, "sizeInBytes": 5836}}', '4_5f538dd33e', '.jpg', 'image/jpeg', 2000.91, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_5f538dd33e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 14:31:09.92', '2024-05-24 14:31:09.92', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (142, 'students-services2.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_students_services2_a24640a7b3.jpg", "hash": "small_students_services2_a24640a7b3", "mime": "image/jpeg", "name": "small_students-services2.jpg", "path": null, "size": 35.1, "width": 500, "height": 390, "sizeInBytes": 35097}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_students_services2_a24640a7b3.jpg", "hash": "thumbnail_students_services2_a24640a7b3", "mime": "image/jpeg", "name": "thumbnail_students-services2.jpg", "path": null, "size": 9.14, "width": 200, "height": 156, "sizeInBytes": 9141}}', 'students_services2_a24640a7b3', '.jpg', 'image/jpeg', 54.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/students_services2_a24640a7b3.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:13:20.309', '2024-05-24 16:13:20.309', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (143, 'our-campus-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_campus_desktop_580ed65d6f.jpg", "hash": "large_our_campus_desktop_580ed65d6f", "mime": "image/jpeg", "name": "large_our-campus-desktop.jpg", "path": null, "size": 50.24, "width": 1000, "height": 391, "sizeInBytes": 50244}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_campus_desktop_580ed65d6f.jpg", "hash": "small_our_campus_desktop_580ed65d6f", "mime": "image/jpeg", "name": "small_our-campus-desktop.jpg", "path": null, "size": 18.63, "width": 500, "height": 195, "sizeInBytes": 18629}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_campus_desktop_580ed65d6f.jpg", "hash": "medium_our_campus_desktop_580ed65d6f", "mime": "image/jpeg", "name": "medium_our-campus-desktop.jpg", "path": null, "size": 33.07, "width": 750, "height": 293, "sizeInBytes": 33072}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_campus_desktop_580ed65d6f.jpg", "hash": "thumbnail_our_campus_desktop_580ed65d6f", "mime": "image/jpeg", "name": "thumbnail_our-campus-desktop.jpg", "path": null, "size": 6.59, "width": 245, "height": 95, "sizeInBytes": 6586}}', 'our_campus_desktop_580ed65d6f', '.jpg', 'image/jpeg', 139.37, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_campus_desktop_580ed65d6f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:30:38.292', '2024-05-24 16:30:38.292', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (144, 'our-campus-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_campus_mob_232ee7517b.jpg", "hash": "large_our_campus_mob_232ee7517b", "mime": "image/jpeg", "name": "large_our-campus-mob.jpg", "path": null, "size": 50.24, "width": 1000, "height": 391, "sizeInBytes": 50244}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_campus_mob_232ee7517b.jpg", "hash": "small_our_campus_mob_232ee7517b", "mime": "image/jpeg", "name": "small_our-campus-mob.jpg", "path": null, "size": 18.63, "width": 500, "height": 195, "sizeInBytes": 18629}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_campus_mob_232ee7517b.jpg", "hash": "medium_our_campus_mob_232ee7517b", "mime": "image/jpeg", "name": "medium_our-campus-mob.jpg", "path": null, "size": 33.07, "width": 750, "height": 293, "sizeInBytes": 33072}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_campus_mob_232ee7517b.jpg", "hash": "thumbnail_our_campus_mob_232ee7517b", "mime": "image/jpeg", "name": "thumbnail_our-campus-mob.jpg", "path": null, "size": 6.59, "width": 245, "height": 95, "sizeInBytes": 6586}}', 'our_campus_mob_232ee7517b', '.jpg', 'image/jpeg', 139.37, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_campus_mob_232ee7517b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:31:33.226', '2024-05-24 16:31:33.226', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (145, '1.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_7e2ad5c3e8.jpg", "hash": "small_1_7e2ad5c3e8", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 50.11, "width": 500, "height": 281, "sizeInBytes": 50109}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_7e2ad5c3e8.jpg", "hash": "thumbnail_1_7e2ad5c3e8", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 15.77, "width": 245, "height": 138, "sizeInBytes": 15765}}', '1_7e2ad5c3e8', '.jpg', 'image/jpeg', 62.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_7e2ad5c3e8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:32:40.061', '2024-05-24 16:32:40.061', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (146, '2.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_d56473b91c.jpg", "hash": "small_2_d56473b91c", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 21.58, "width": 500, "height": 281, "sizeInBytes": 21584}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_d56473b91c.jpg", "hash": "thumbnail_2_d56473b91c", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.35, "width": 245, "height": 138, "sizeInBytes": 7352}}', '2_d56473b91c', '.jpg', 'image/jpeg', 25.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_d56473b91c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:33:00.393', '2024-05-24 16:33:00.393', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (149, '5.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_5_840d14c1c5.jpg", "hash": "small_5_840d14c1c5", "mime": "image/jpeg", "name": "small_5.jpg", "path": null, "size": 31.69, "width": 500, "height": 281, "sizeInBytes": 31687}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_5_840d14c1c5.jpg", "hash": "thumbnail_5_840d14c1c5", "mime": "image/jpeg", "name": "thumbnail_5.jpg", "path": null, "size": 11.33, "width": 245, "height": 138, "sizeInBytes": 11332}}', '5_840d14c1c5', '.jpg', 'image/jpeg', 37.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/5_840d14c1c5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:33:58.675', '2024-05-24 16:33:58.675', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (150, '6.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_6_03a4c626d6.jpg", "hash": "small_6_03a4c626d6", "mime": "image/jpeg", "name": "small_6.jpg", "path": null, "size": 45.39, "width": 500, "height": 281, "sizeInBytes": 45390}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_6_03a4c626d6.jpg", "hash": "thumbnail_6_03a4c626d6", "mime": "image/jpeg", "name": "thumbnail_6.jpg", "path": null, "size": 14.3, "width": 245, "height": 138, "sizeInBytes": 14298}}', '6_03a4c626d6', '.jpg', 'image/jpeg', 55.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/6_03a4c626d6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:34:16.716', '2024-05-24 16:34:16.716', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (151, '1.jpg', NULL, NULL, 570, 468, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_9ac65c22e4.jpg", "hash": "small_1_9ac65c22e4", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 43.73, "width": 500, "height": 411, "sizeInBytes": 43730}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_9ac65c22e4.jpg", "hash": "thumbnail_1_9ac65c22e4", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 9.61, "width": 190, "height": 156, "sizeInBytes": 9609}}', '1_9ac65c22e4', '.jpg', 'image/jpeg', 54.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_9ac65c22e4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:35:34.692', '2024-05-24 16:35:34.692', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (152, '2.jpg', NULL, NULL, 570, 468, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_08575493f8.jpg", "hash": "small_2_08575493f8", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 33.55, "width": 500, "height": 411, "sizeInBytes": 33553}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_08575493f8.jpg", "hash": "thumbnail_2_08575493f8", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 8.04, "width": 190, "height": 156, "sizeInBytes": 8041}}', '2_08575493f8', '.jpg', 'image/jpeg', 41.01, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_08575493f8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:35:58.31', '2024-05-24 16:35:58.31', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (153, '3.jpg', NULL, NULL, 570, 468, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_c0e41473fe.jpg", "hash": "small_3_c0e41473fe", "mime": "image/jpeg", "name": "small_3.jpg", "path": null, "size": 32.22, "width": 500, "height": 411, "sizeInBytes": 32221}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_c0e41473fe.jpg", "hash": "thumbnail_3_c0e41473fe", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 7.95, "width": 190, "height": 156, "sizeInBytes": 7945}}', '3_c0e41473fe', '.jpg', 'image/jpeg', 38.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_c0e41473fe.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:36:15.974', '2024-05-24 16:36:15.974', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (154, 'our-facts.jpg', NULL, NULL, 1404, 860, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_facts_1d800ca9fb.jpg", "hash": "large_our_facts_1d800ca9fb", "mime": "image/jpeg", "name": "large_our-facts.jpg", "path": null, "size": 51.8, "width": 1000, "height": 613, "sizeInBytes": 51802}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_facts_1d800ca9fb.jpg", "hash": "small_our_facts_1d800ca9fb", "mime": "image/jpeg", "name": "small_our-facts.jpg", "path": null, "size": 17.55, "width": 500, "height": 306, "sizeInBytes": 17551}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_facts_1d800ca9fb.jpg", "hash": "medium_our_facts_1d800ca9fb", "mime": "image/jpeg", "name": "medium_our-facts.jpg", "path": null, "size": 32.63, "width": 750, "height": 459, "sizeInBytes": 32629}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_facts_1d800ca9fb.jpg", "hash": "thumbnail_our_facts_1d800ca9fb", "mime": "image/jpeg", "name": "thumbnail_our-facts.jpg", "path": null, "size": 5.85, "width": 245, "height": 150, "sizeInBytes": 5852}}', 'our_facts_1d800ca9fb', '.jpg', 'image/jpeg', 89.58, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_facts_1d800ca9fb.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 16:37:15.635', '2024-05-24 16:37:15.635', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (155, 'Frame (1).svg', NULL, NULL, 60, 70, NULL, 'Frame_1_60fff90205', '.svg', 'image/svg+xml', 1.86, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_1_60fff90205.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:04:36.209', '2024-05-24 17:04:36.209', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (156, 'Frame (1).svg', NULL, NULL, 60, 70, NULL, 'Frame_1_f3e042c503', '.svg', 'image/svg+xml', 1.86, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_1_f3e042c503.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:05:51.446', '2024-05-24 17:05:51.446', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (157, 'Frame (2).svg', NULL, NULL, 76, 60, NULL, 'Frame_2_bfeecba426', '.svg', 'image/svg+xml', 4.76, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_2_bfeecba426.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:06:21.119', '2024-05-24 17:06:21.119', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (158, 'Frame (3).svg', NULL, NULL, 59, 70, NULL, 'Frame_3_f2aeab2bbd', '.svg', 'image/svg+xml', 4.00, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_3_f2aeab2bbd.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:06:44.74', '2024-05-24 17:06:44.74', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (159, 'Frame (4).svg', NULL, NULL, 67, 70, NULL, 'Frame_4_c9af950289', '.svg', 'image/svg+xml', 6.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_4_c9af950289.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:07:28.712', '2024-05-24 17:07:28.712', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (160, 'Frame (5).svg', NULL, NULL, 70, 70, NULL, 'Frame_5_db64202bc2', '.svg', 'image/svg+xml', 6.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_5_db64202bc2.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:08:35.984', '2024-05-24 17:08:35.984', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (164, '2.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_48a440e3ae.jpg", "hash": "small_2_48a440e3ae", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 21.58, "width": 500, "height": 281, "sizeInBytes": 21584}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_48a440e3ae.jpg", "hash": "thumbnail_2_48a440e3ae", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.35, "width": 245, "height": 138, "sizeInBytes": 7352}}', '2_48a440e3ae', '.jpg', 'image/jpeg', 25.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_48a440e3ae.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:17:24.375', '2024-05-24 17:17:24.375', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (323, 'instagram.svg', NULL, NULL, 20, 20, NULL, 'instagram_f80001ec61', '.svg', 'image/svg+xml', 1.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/instagram_f80001ec61.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:27:16.685', '2024-05-29 16:27:16.685', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (161, 'our-campus-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_campus_desktop_dd9fe81865.jpg", "hash": "large_our_campus_desktop_dd9fe81865", "mime": "image/jpeg", "name": "large_our-campus-desktop.jpg", "path": null, "size": 50.24, "width": 1000, "height": 391, "sizeInBytes": 50244}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_campus_desktop_dd9fe81865.jpg", "hash": "small_our_campus_desktop_dd9fe81865", "mime": "image/jpeg", "name": "small_our-campus-desktop.jpg", "path": null, "size": 18.63, "width": 500, "height": 195, "sizeInBytes": 18629}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_campus_desktop_dd9fe81865.jpg", "hash": "medium_our_campus_desktop_dd9fe81865", "mime": "image/jpeg", "name": "medium_our-campus-desktop.jpg", "path": null, "size": 33.07, "width": 750, "height": 293, "sizeInBytes": 33072}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_campus_desktop_dd9fe81865.jpg", "hash": "thumbnail_our_campus_desktop_dd9fe81865", "mime": "image/jpeg", "name": "thumbnail_our-campus-desktop.jpg", "path": null, "size": 6.59, "width": 245, "height": 95, "sizeInBytes": 6586}}', 'our_campus_desktop_dd9fe81865', '.jpg', 'image/jpeg', 139.37, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_campus_desktop_dd9fe81865.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:15:43.151', '2024-05-24 17:15:43.151', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (162, 'our-campus-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_campus_mob_1fc9d9e3b7.jpg", "hash": "large_our_campus_mob_1fc9d9e3b7", "mime": "image/jpeg", "name": "large_our-campus-mob.jpg", "path": null, "size": 50.24, "width": 1000, "height": 391, "sizeInBytes": 50244}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_campus_mob_1fc9d9e3b7.jpg", "hash": "small_our_campus_mob_1fc9d9e3b7", "mime": "image/jpeg", "name": "small_our-campus-mob.jpg", "path": null, "size": 18.63, "width": 500, "height": 195, "sizeInBytes": 18629}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_campus_mob_1fc9d9e3b7.jpg", "hash": "medium_our_campus_mob_1fc9d9e3b7", "mime": "image/jpeg", "name": "medium_our-campus-mob.jpg", "path": null, "size": 33.07, "width": 750, "height": 293, "sizeInBytes": 33072}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_campus_mob_1fc9d9e3b7.jpg", "hash": "thumbnail_our_campus_mob_1fc9d9e3b7", "mime": "image/jpeg", "name": "thumbnail_our-campus-mob.jpg", "path": null, "size": 6.59, "width": 245, "height": 95, "sizeInBytes": 6586}}', 'our_campus_mob_1fc9d9e3b7', '.jpg', 'image/jpeg', 139.37, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_campus_mob_1fc9d9e3b7.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:15:58.88', '2024-05-24 17:15:58.88', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (106, 'Students Services.jpg', NULL, NULL, 5472, 3648, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Students_Services_e15c7de96c.jpg", "hash": "large_Students_Services_e15c7de96c", "mime": "image/jpeg", "name": "large_Students Services.jpg", "path": null, "size": 126.97, "width": 1000, "height": 667, "sizeInBytes": 126969}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Students_Services_e15c7de96c.jpg", "hash": "small_Students_Services_e15c7de96c", "mime": "image/jpeg", "name": "small_Students Services.jpg", "path": null, "size": 38.58, "width": 500, "height": 333, "sizeInBytes": 38576}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Students_Services_e15c7de96c.jpg", "hash": "medium_Students_Services_e15c7de96c", "mime": "image/jpeg", "name": "medium_Students Services.jpg", "path": null, "size": 77.87, "width": 750, "height": 500, "sizeInBytes": 77867}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Students_Services_e15c7de96c.jpg", "hash": "thumbnail_Students_Services_e15c7de96c", "mime": "image/jpeg", "name": "thumbnail_Students Services.jpg", "path": null, "size": 11.06, "width": 234, "height": 156, "sizeInBytes": 11056}}', 'Students_Services_e15c7de96c', '.jpg', 'image/jpeg', 2458.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Students_Services_e15c7de96c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:51:08.465', '2024-05-24 17:16:11.41', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (163, '1.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_b63fcd1329.jpg", "hash": "small_1_b63fcd1329", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 50.11, "width": 500, "height": 281, "sizeInBytes": 50109}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_b63fcd1329.jpg", "hash": "thumbnail_1_b63fcd1329", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 15.77, "width": 245, "height": 138, "sizeInBytes": 15765}}', '1_b63fcd1329', '.jpg', 'image/jpeg', 62.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_b63fcd1329.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:17:06.658', '2024-05-24 17:17:06.658', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (165, '3.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_a6fa896471.jpg", "hash": "small_3_a6fa896471", "mime": "image/jpeg", "name": "small_3.jpg", "path": null, "size": 29.21, "width": 500, "height": 281, "sizeInBytes": 29214}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_a6fa896471.jpg", "hash": "thumbnail_3_a6fa896471", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 10.02, "width": 245, "height": 138, "sizeInBytes": 10018}}', '3_a6fa896471', '.jpg', 'image/jpeg', 35.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_a6fa896471.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:17:44.383', '2024-05-24 17:17:44.383', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (166, '3.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_e62fd51865.jpg", "hash": "small_3_e62fd51865", "mime": "image/jpeg", "name": "small_3.jpg", "path": null, "size": 29.21, "width": 500, "height": 281, "sizeInBytes": 29214}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_e62fd51865.jpg", "hash": "thumbnail_3_e62fd51865", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 10.02, "width": 245, "height": 138, "sizeInBytes": 10018}}', '3_e62fd51865', '.jpg', 'image/jpeg', 35.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_e62fd51865.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:17:55.966', '2024-05-24 17:17:55.966', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (167, '4.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_4_dd2d57a7d2.jpg", "hash": "small_4_dd2d57a7d2", "mime": "image/jpeg", "name": "small_4.jpg", "path": null, "size": 27.25, "width": 500, "height": 281, "sizeInBytes": 27249}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_dd2d57a7d2.jpg", "hash": "thumbnail_4_dd2d57a7d2", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 9.71, "width": 245, "height": 138, "sizeInBytes": 9714}}', '4_dd2d57a7d2', '.jpg', 'image/jpeg', 32.87, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_dd2d57a7d2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:18:13.803', '2024-05-24 17:18:13.803', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (168, '5.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_5_f7ecc53331.jpg", "hash": "small_5_f7ecc53331", "mime": "image/jpeg", "name": "small_5.jpg", "path": null, "size": 31.69, "width": 500, "height": 281, "sizeInBytes": 31687}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_5_f7ecc53331.jpg", "hash": "thumbnail_5_f7ecc53331", "mime": "image/jpeg", "name": "thumbnail_5.jpg", "path": null, "size": 11.33, "width": 245, "height": 138, "sizeInBytes": 11332}}', '5_f7ecc53331', '.jpg', 'image/jpeg', 37.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/5_f7ecc53331.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:18:32.087', '2024-05-24 17:18:32.087', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (169, '6.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_6_74855e4314.jpg", "hash": "small_6_74855e4314", "mime": "image/jpeg", "name": "small_6.jpg", "path": null, "size": 45.39, "width": 500, "height": 281, "sizeInBytes": 45390}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_6_74855e4314.jpg", "hash": "thumbnail_6_74855e4314", "mime": "image/jpeg", "name": "thumbnail_6.jpg", "path": null, "size": 14.3, "width": 245, "height": 138, "sizeInBytes": 14298}}', '6_74855e4314', '.jpg', 'image/jpeg', 55.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/6_74855e4314.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:18:49.135', '2024-05-24 17:18:49.135', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (170, '1.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_19e0881efb.jpg", "hash": "small_1_19e0881efb", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 50.11, "width": 500, "height": 281, "sizeInBytes": 50109}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_19e0881efb.jpg", "hash": "thumbnail_1_19e0881efb", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 15.77, "width": 245, "height": 138, "sizeInBytes": 15765}}', '1_19e0881efb', '.jpg', 'image/jpeg', 62.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_19e0881efb.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:19:33.362', '2024-05-24 17:19:33.362', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (171, '1.jpg', NULL, NULL, 570, 468, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_d56bce931e.jpg", "hash": "small_1_d56bce931e", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 43.73, "width": 500, "height": 411, "sizeInBytes": 43730}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_d56bce931e.jpg", "hash": "thumbnail_1_d56bce931e", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 9.61, "width": 190, "height": 156, "sizeInBytes": 9609}}', '1_d56bce931e', '.jpg', 'image/jpeg', 54.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_d56bce931e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:24:48.711', '2024-05-24 17:24:48.711', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (172, '2.jpg', NULL, NULL, 570, 468, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_e2eb17da30.jpg", "hash": "small_2_e2eb17da30", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 33.55, "width": 500, "height": 411, "sizeInBytes": 33553}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_e2eb17da30.jpg", "hash": "thumbnail_2_e2eb17da30", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 8.04, "width": 190, "height": 156, "sizeInBytes": 8041}}', '2_e2eb17da30', '.jpg', 'image/jpeg', 41.01, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_e2eb17da30.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:25:06.968', '2024-05-24 17:25:06.968', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (173, '3.jpg', NULL, NULL, 570, 468, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_71caac2b22.jpg", "hash": "small_3_71caac2b22", "mime": "image/jpeg", "name": "small_3.jpg", "path": null, "size": 32.22, "width": 500, "height": 411, "sizeInBytes": 32221}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_71caac2b22.jpg", "hash": "thumbnail_3_71caac2b22", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 7.95, "width": 190, "height": 156, "sizeInBytes": 7945}}', '3_71caac2b22', '.jpg', 'image/jpeg', 38.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_71caac2b22.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:25:25.961', '2024-05-24 17:25:25.961', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (174, 'our-facts.jpg', NULL, NULL, 1404, 860, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_facts_0aac8a4182.jpg", "hash": "large_our_facts_0aac8a4182", "mime": "image/jpeg", "name": "large_our-facts.jpg", "path": null, "size": 51.8, "width": 1000, "height": 613, "sizeInBytes": 51802}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_facts_0aac8a4182.jpg", "hash": "small_our_facts_0aac8a4182", "mime": "image/jpeg", "name": "small_our-facts.jpg", "path": null, "size": 17.55, "width": 500, "height": 306, "sizeInBytes": 17551}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_facts_0aac8a4182.jpg", "hash": "medium_our_facts_0aac8a4182", "mime": "image/jpeg", "name": "medium_our-facts.jpg", "path": null, "size": 32.63, "width": 750, "height": 459, "sizeInBytes": 32629}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_facts_0aac8a4182.jpg", "hash": "thumbnail_our_facts_0aac8a4182", "mime": "image/jpeg", "name": "thumbnail_our-facts.jpg", "path": null, "size": 5.85, "width": 245, "height": 150, "sizeInBytes": 5852}}', 'our_facts_0aac8a4182', '.jpg', 'image/jpeg', 89.58, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_facts_0aac8a4182.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:25:57.315', '2024-05-24 17:25:57.315', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (178, 'Frame (2).svg', NULL, NULL, 76, 60, NULL, 'Frame_2_3300c0e6ca', '.svg', 'image/svg+xml', 4.76, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_2_3300c0e6ca.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:27:31.788', '2024-05-24 17:27:31.788', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (179, 'Frame (3).svg', NULL, NULL, 59, 70, NULL, 'Frame_3_6ca7ff5c40', '.svg', 'image/svg+xml', 4.00, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_3_6ca7ff5c40.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:29:17.873', '2024-05-24 17:29:17.873', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (180, 'Frame (4).svg', NULL, NULL, 67, 70, NULL, 'Frame_4_2911614ac5', '.svg', 'image/svg+xml', 6.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_4_2911614ac5.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:29:44.24', '2024-05-24 17:29:44.24', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (175, 'our-facts.jpg', NULL, NULL, 1404, 860, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_facts_dd6bc6f2d0.jpg", "hash": "large_our_facts_dd6bc6f2d0", "mime": "image/jpeg", "name": "large_our-facts.jpg", "path": null, "size": 51.8, "width": 1000, "height": 613, "sizeInBytes": 51802}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_facts_dd6bc6f2d0.jpg", "hash": "small_our_facts_dd6bc6f2d0", "mime": "image/jpeg", "name": "small_our-facts.jpg", "path": null, "size": 17.55, "width": 500, "height": 306, "sizeInBytes": 17551}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_facts_dd6bc6f2d0.jpg", "hash": "medium_our_facts_dd6bc6f2d0", "mime": "image/jpeg", "name": "medium_our-facts.jpg", "path": null, "size": 32.63, "width": 750, "height": 459, "sizeInBytes": 32629}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_facts_dd6bc6f2d0.jpg", "hash": "thumbnail_our_facts_dd6bc6f2d0", "mime": "image/jpeg", "name": "thumbnail_our-facts.jpg", "path": null, "size": 5.85, "width": 245, "height": 150, "sizeInBytes": 5852}}', 'our_facts_dd6bc6f2d0', '.jpg', 'image/jpeg', 89.58, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_facts_dd6bc6f2d0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:26:09.852', '2024-05-24 17:26:09.852', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (176, 'Frame.svg', NULL, NULL, 67, 70, NULL, 'Frame_00171c9841', '.svg', 'image/svg+xml', 3.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_00171c9841.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:26:45.112', '2024-05-24 17:26:45.112', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (177, 'Frame (1).svg', NULL, NULL, 60, 70, NULL, 'Frame_1_b1dd8e00ec', '.svg', 'image/svg+xml', 1.86, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_1_b1dd8e00ec.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:27:08.495', '2024-05-24 17:27:08.495', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (181, 'Frame (5).svg', NULL, NULL, 70, 70, NULL, 'Frame_5_5afeccae9c', '.svg', 'image/svg+xml', 6.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_5_5afeccae9c.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-24 17:30:05.718', '2024-05-24 17:30:05.718', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (182, 'news-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_news_mob_fd12e7c54e.jpg", "hash": "thumbnail_news_mob_fd12e7c54e", "mime": "image/jpeg", "name": "thumbnail_news-mob.jpg", "path": null, "size": 5.49, "width": 150, "height": 156, "sizeInBytes": 5489}}', 'news_mob_fd12e7c54e', '.jpg', 'image/jpeg', 32.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/news_mob_fd12e7c54e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/3', '2024-05-24 18:03:58.107', '2024-05-24 18:03:58.107', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (183, 'news-desk.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_news_desk_db57c437d1.jpg", "hash": "large_news_desk_db57c437d1", "mime": "image/jpeg", "name": "large_news-desk.jpg", "path": null, "size": 42.4, "width": 1000, "height": 391, "sizeInBytes": 42398}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_news_desk_db57c437d1.jpg", "hash": "small_news_desk_db57c437d1", "mime": "image/jpeg", "name": "small_news-desk.jpg", "path": null, "size": 16.36, "width": 500, "height": 195, "sizeInBytes": 16365}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_news_desk_db57c437d1.jpg", "hash": "medium_news_desk_db57c437d1", "mime": "image/jpeg", "name": "medium_news-desk.jpg", "path": null, "size": 28.12, "width": 750, "height": 293, "sizeInBytes": 28123}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_news_desk_db57c437d1.jpg", "hash": "thumbnail_news_desk_db57c437d1", "mime": "image/jpeg", "name": "thumbnail_news-desk.jpg", "path": null, "size": 5.97, "width": 245, "height": 95, "sizeInBytes": 5967}}', 'news_desk_db57c437d1', '.jpg', 'image/jpeg', 108.73, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/news_desk_db57c437d1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/3', '2024-05-24 18:04:00.639', '2024-05-24 18:04:00.639', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (184, 'news-detail-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_news_detail_mob_a9ae64fb58.jpg", "hash": "thumbnail_news_detail_mob_a9ae64fb58", "mime": "image/jpeg", "name": "thumbnail_news-detail-mob.jpg", "path": null, "size": 6.79, "width": 150, "height": 156, "sizeInBytes": 6792}}', 'news_detail_mob_a9ae64fb58', '.jpg', 'image/jpeg', 36.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/news_detail_mob_a9ae64fb58.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/3', '2024-05-24 18:04:34.378', '2024-05-24 18:04:34.378', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (185, 'news-detail-desk.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_news_detail_desk_43d987c222.jpg", "hash": "large_news_detail_desk_43d987c222", "mime": "image/jpeg", "name": "large_news-detail-desk.jpg", "path": null, "size": 63.73, "width": 1000, "height": 391, "sizeInBytes": 63731}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_news_detail_desk_43d987c222.jpg", "hash": "small_news_detail_desk_43d987c222", "mime": "image/jpeg", "name": "small_news-detail-desk.jpg", "path": null, "size": 23.58, "width": 500, "height": 195, "sizeInBytes": 23582}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_news_detail_desk_43d987c222.jpg", "hash": "medium_news_detail_desk_43d987c222", "mime": "image/jpeg", "name": "medium_news-detail-desk.jpg", "path": null, "size": 42.5, "width": 750, "height": 293, "sizeInBytes": 42498}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_news_detail_desk_43d987c222.jpg", "hash": "thumbnail_news_detail_desk_43d987c222", "mime": "image/jpeg", "name": "thumbnail_news-detail-desk.jpg", "path": null, "size": 7.69, "width": 245, "height": 95, "sizeInBytes": 7691}}', 'news_detail_desk_43d987c222', '.jpg', 'image/jpeg', 160.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/news_detail_desk_43d987c222.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/3', '2024-05-24 18:04:37.487', '2024-05-24 18:04:37.487', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (186, '1.jpg', NULL, NULL, 570, 468, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_8b132281ed.jpg", "hash": "small_1_8b132281ed", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 43.73, "width": 500, "height": 411, "sizeInBytes": 43730}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_8b132281ed.jpg", "hash": "thumbnail_1_8b132281ed", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 9.61, "width": 190, "height": 156, "sizeInBytes": 9609}}', '1_8b132281ed', '.jpg', 'image/jpeg', 54.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_8b132281ed.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 09:02:39.552', '2024-05-27 09:02:39.552', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (187, '1.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_135c1a6d41.jpg", "hash": "small_1_135c1a6d41", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 50.11, "width": 500, "height": 281, "sizeInBytes": 50109}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_135c1a6d41.jpg", "hash": "thumbnail_1_135c1a6d41", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 15.77, "width": 245, "height": 138, "sizeInBytes": 15765}}', '1_135c1a6d41', '.jpg', 'image/jpeg', 62.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_135c1a6d41.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 09:04:29.841', '2024-05-27 09:04:29.841', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (188, '2.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_18363f8986.jpg", "hash": "small_2_18363f8986", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 21.58, "width": 500, "height": 281, "sizeInBytes": 21584}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_18363f8986.jpg", "hash": "thumbnail_2_18363f8986", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.35, "width": 245, "height": 138, "sizeInBytes": 7352}}', '2_18363f8986', '.jpg', 'image/jpeg', 25.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_18363f8986.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 09:04:46.747', '2024-05-27 09:04:46.747', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (189, '2.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_dd21813f0a.jpg", "hash": "small_2_dd21813f0a", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 21.58, "width": 500, "height": 281, "sizeInBytes": 21584}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_dd21813f0a.jpg", "hash": "thumbnail_2_dd21813f0a", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.35, "width": 245, "height": 138, "sizeInBytes": 7352}}', '2_dd21813f0a', '.jpg', 'image/jpeg', 25.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_dd21813f0a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 10:26:04.95', '2024-05-27 10:26:04.95', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (190, '2.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_d0992508d0.jpg", "hash": "small_2_d0992508d0", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 21.58, "width": 500, "height": 281, "sizeInBytes": 21584}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_d0992508d0.jpg", "hash": "thumbnail_2_d0992508d0", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.35, "width": 245, "height": 138, "sizeInBytes": 7352}}', '2_d0992508d0', '.jpg', 'image/jpeg', 25.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_d0992508d0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 10:30:36.124', '2024-05-27 10:30:36.124', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (191, 'Frame (5).svg', NULL, NULL, 70, 70, NULL, 'Frame_5_b7a12cc0f1', '.svg', 'image/svg+xml', 6.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_5_b7a12cc0f1.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 10:31:36.103', '2024-05-27 10:31:36.103', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (192, 'privacy-policy-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_privacy_policy_desktop_19797ab64e.jpg", "hash": "large_privacy_policy_desktop_19797ab64e", "mime": "image/jpeg", "name": "large_privacy-policy-desktop.jpg", "path": null, "size": 33.6, "width": 1000, "height": 391, "sizeInBytes": 33598}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_privacy_policy_desktop_19797ab64e.jpg", "hash": "small_privacy_policy_desktop_19797ab64e", "mime": "image/jpeg", "name": "small_privacy-policy-desktop.jpg", "path": null, "size": 11.57, "width": 500, "height": 195, "sizeInBytes": 11572}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_privacy_policy_desktop_19797ab64e.jpg", "hash": "medium_privacy_policy_desktop_19797ab64e", "mime": "image/jpeg", "name": "medium_privacy-policy-desktop.jpg", "path": null, "size": 21.86, "width": 750, "height": 293, "sizeInBytes": 21861}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_privacy_policy_desktop_19797ab64e.jpg", "hash": "thumbnail_privacy_policy_desktop_19797ab64e", "mime": "image/jpeg", "name": "thumbnail_privacy-policy-desktop.jpg", "path": null, "size": 3.94, "width": 245, "height": 95, "sizeInBytes": 3937}}', 'privacy_policy_desktop_19797ab64e', '.jpg', 'image/jpeg', 87.15, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/privacy_policy_desktop_19797ab64e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 11:36:25.708', '2024-05-27 11:36:25.708', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (193, 'privacy-policy-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_privacy_policy_mob_1ef5881aee.jpg", "hash": "large_privacy_policy_mob_1ef5881aee", "mime": "image/jpeg", "name": "large_privacy-policy-mob.jpg", "path": null, "size": 33.6, "width": 1000, "height": 391, "sizeInBytes": 33598}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_privacy_policy_mob_1ef5881aee.jpg", "hash": "small_privacy_policy_mob_1ef5881aee", "mime": "image/jpeg", "name": "small_privacy-policy-mob.jpg", "path": null, "size": 11.57, "width": 500, "height": 195, "sizeInBytes": 11572}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_privacy_policy_mob_1ef5881aee.jpg", "hash": "medium_privacy_policy_mob_1ef5881aee", "mime": "image/jpeg", "name": "medium_privacy-policy-mob.jpg", "path": null, "size": 21.86, "width": 750, "height": 293, "sizeInBytes": 21861}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_privacy_policy_mob_1ef5881aee.jpg", "hash": "thumbnail_privacy_policy_mob_1ef5881aee", "mime": "image/jpeg", "name": "thumbnail_privacy-policy-mob.jpg", "path": null, "size": 3.94, "width": 245, "height": 95, "sizeInBytes": 3937}}', 'privacy_policy_mob_1ef5881aee', '.jpg', 'image/jpeg', 87.15, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/privacy_policy_mob_1ef5881aee.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 11:36:40.11', '2024-05-27 11:36:40.11', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (324, 'facebook.svg', NULL, NULL, 12, 20, NULL, 'facebook_ee114b57a0', '.svg', 'image/svg+xml', 0.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/facebook_ee114b57a0.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:27:16.697', '2024-05-29 16:27:16.697', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (630, 'phone_21832bee1b.svg', NULL, NULL, 22, 30, NULL, 'phone_21832bee1b_bf178438a8', '.svg', 'image/svg+xml', 1.01, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/phone_21832bee1b_bf178438a8.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:44:56.008', '2024-07-09 10:44:56.008', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (194, 'terms-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_terms_desktop_637c043238.jpg", "hash": "large_terms_desktop_637c043238", "mime": "image/jpeg", "name": "large_terms-desktop.jpg", "path": null, "size": 30.96, "width": 1000, "height": 391, "sizeInBytes": 30955}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_terms_desktop_637c043238.jpg", "hash": "small_terms_desktop_637c043238", "mime": "image/jpeg", "name": "small_terms-desktop.jpg", "path": null, "size": 11.25, "width": 500, "height": 195, "sizeInBytes": 11251}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_terms_desktop_637c043238.jpg", "hash": "medium_terms_desktop_637c043238", "mime": "image/jpeg", "name": "medium_terms-desktop.jpg", "path": null, "size": 20.22, "width": 750, "height": 293, "sizeInBytes": 20222}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_terms_desktop_637c043238.jpg", "hash": "thumbnail_terms_desktop_637c043238", "mime": "image/jpeg", "name": "thumbnail_terms-desktop.jpg", "path": null, "size": 4.01, "width": 245, "height": 95, "sizeInBytes": 4005}}', 'terms_desktop_637c043238', '.jpg', 'image/jpeg', 70.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/terms_desktop_637c043238.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 11:38:48.056', '2024-05-27 11:38:48.056', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (195, 'terms-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_terms_mob_59a7700afb.jpg", "hash": "large_terms_mob_59a7700afb", "mime": "image/jpeg", "name": "large_terms-mob.jpg", "path": null, "size": 30.96, "width": 1000, "height": 391, "sizeInBytes": 30955}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_terms_mob_59a7700afb.jpg", "hash": "small_terms_mob_59a7700afb", "mime": "image/jpeg", "name": "small_terms-mob.jpg", "path": null, "size": 11.25, "width": 500, "height": 195, "sizeInBytes": 11251}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_terms_mob_59a7700afb.jpg", "hash": "medium_terms_mob_59a7700afb", "mime": "image/jpeg", "name": "medium_terms-mob.jpg", "path": null, "size": 20.22, "width": 750, "height": 293, "sizeInBytes": 20222}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_terms_mob_59a7700afb.jpg", "hash": "thumbnail_terms_mob_59a7700afb", "mime": "image/jpeg", "name": "thumbnail_terms-mob.jpg", "path": null, "size": 4.01, "width": 245, "height": 95, "sizeInBytes": 4005}}', 'terms_mob_59a7700afb', '.jpg', 'image/jpeg', 70.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/terms_mob_59a7700afb.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 11:38:59.528', '2024-05-27 11:38:59.528', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (196, 'winter-camp.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_winter_camp_df4e2879b1.jpg", "hash": "large_winter_camp_df4e2879b1", "mime": "image/jpeg", "name": "large_winter-camp.jpg", "path": null, "size": 60.1, "width": 1000, "height": 391, "sizeInBytes": 60098}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_winter_camp_df4e2879b1.jpg", "hash": "small_winter_camp_df4e2879b1", "mime": "image/jpeg", "name": "small_winter-camp.jpg", "path": null, "size": 20.37, "width": 500, "height": 195, "sizeInBytes": 20373}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_winter_camp_df4e2879b1.jpg", "hash": "medium_winter_camp_df4e2879b1", "mime": "image/jpeg", "name": "medium_winter-camp.jpg", "path": null, "size": 38.54, "width": 750, "height": 293, "sizeInBytes": 38541}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_winter_camp_df4e2879b1.jpg", "hash": "thumbnail_winter_camp_df4e2879b1", "mime": "image/jpeg", "name": "thumbnail_winter-camp.jpg", "path": null, "size": 6.48, "width": 245, "height": 95, "sizeInBytes": 6484}}', 'winter_camp_df4e2879b1', '.jpg', 'image/jpeg', 161.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/winter_camp_df4e2879b1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:21:20.616', '2024-05-27 13:21:20.616', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (197, 'winter-camp-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_winter_camp_mob_11da54ffd5.jpg", "hash": "thumbnail_winter_camp_mob_11da54ffd5", "mime": "image/jpeg", "name": "thumbnail_winter-camp-mob.jpg", "path": null, "size": 5.57, "width": 150, "height": 156, "sizeInBytes": 5574}}', 'winter_camp_mob_11da54ffd5', '.jpg', 'image/jpeg', 38.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/winter_camp_mob_11da54ffd5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:21:32.237', '2024-05-27 13:21:32.237', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (198, 'overview.jpg', NULL, NULL, 681, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_overview_71b8789cfd.jpg", "hash": "small_overview_71b8789cfd", "mime": "image/jpeg", "name": "small_overview.jpg", "path": null, "size": 31.88, "width": 500, "height": 389, "sizeInBytes": 31876}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_overview_71b8789cfd.jpg", "hash": "thumbnail_overview_71b8789cfd", "mime": "image/jpeg", "name": "thumbnail_overview.jpg", "path": null, "size": 8.01, "width": 200, "height": 156, "sizeInBytes": 8005}}', 'overview_71b8789cfd', '.jpg', 'image/jpeg', 49.73, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/overview_71b8789cfd.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:22:10.552', '2024-05-27 13:22:10.552', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (202, 'download.png', NULL, NULL, 238, 202, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_download_03a835c604.png", "hash": "thumbnail_download_03a835c604", "mime": "image/png", "name": "thumbnail_download.png", "path": null, "size": 42.08, "width": 184, "height": 156, "sizeInBytes": 42081}}', 'download_03a835c604', '.png', 'image/png', 21.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/download_03a835c604.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:31:18.832', '2024-05-27 13:31:18.832', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (205, 'mail.png', NULL, NULL, 28, 23, NULL, 'mail_f4708b3e57', '.png', 'image/png', 0.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/mail_f4708b3e57.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:37:53.159', '2024-05-27 13:37:53.159', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (325, 'location.svg', NULL, NULL, 50, 60, NULL, 'location_36bc7ce88b', '.svg', 'image/svg+xml', 0.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/location_36bc7ce88b.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 10:31:48.447', '2024-05-30 10:31:48.447', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (199, 'apply.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_apply_f2aeccf0d8.jpg", "hash": "large_apply_f2aeccf0d8", "mime": "image/jpeg", "name": "large_apply.jpg", "path": null, "size": 57.53, "width": 1000, "height": 391, "sizeInBytes": 57533}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_apply_f2aeccf0d8.jpg", "hash": "small_apply_f2aeccf0d8", "mime": "image/jpeg", "name": "small_apply.jpg", "path": null, "size": 21.04, "width": 500, "height": 195, "sizeInBytes": 21037}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_apply_f2aeccf0d8.jpg", "hash": "medium_apply_f2aeccf0d8", "mime": "image/jpeg", "name": "medium_apply.jpg", "path": null, "size": 37.59, "width": 750, "height": 293, "sizeInBytes": 37591}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_apply_f2aeccf0d8.jpg", "hash": "thumbnail_apply_f2aeccf0d8", "mime": "image/jpeg", "name": "thumbnail_apply.jpg", "path": null, "size": 7.32, "width": 245, "height": 95, "sizeInBytes": 7324}}', 'apply_f2aeccf0d8', '.jpg', 'image/jpeg', 159.46, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/apply_f2aeccf0d8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:25:39.131', '2024-05-27 13:25:39.131', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (200, 'apply-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_apply_mob_1dfdc6b754.jpg", "hash": "thumbnail_apply_mob_1dfdc6b754", "mime": "image/jpeg", "name": "thumbnail_apply-mob.jpg", "path": null, "size": 7.13, "width": 150, "height": 156, "sizeInBytes": 7130}}', 'apply_mob_1dfdc6b754', '.jpg', 'image/jpeg', 47.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/apply_mob_1dfdc6b754.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:25:51.728', '2024-05-27 13:25:51.728', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (201, 'procedure.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_procedure_671c526970.jpg", "hash": "small_procedure_671c526970", "mime": "image/jpeg", "name": "small_procedure.jpg", "path": null, "size": 28.34, "width": 500, "height": 390, "sizeInBytes": 28343}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_procedure_671c526970.jpg", "hash": "thumbnail_procedure_671c526970", "mime": "image/jpeg", "name": "thumbnail_procedure.jpg", "path": null, "size": 7.65, "width": 200, "height": 156, "sizeInBytes": 7650}}', 'procedure_671c526970', '.jpg', 'image/jpeg', 43.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/procedure_671c526970.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:26:49.771', '2024-05-27 13:26:49.771', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (203, 'location.png', NULL, NULL, 24, 27, NULL, 'location_bfa48f979c', '.png', 'image/png', 0.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/location_bfa48f979c.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:36:10.019', '2024-05-27 13:36:10.019', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (204, 'call.png', NULL, NULL, 22, 30, NULL, 'call_aa8f7150ff', '.png', 'image/png', 0.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/call_aa8f7150ff.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 13:36:51.207', '2024-05-27 13:36:51.207', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (206, 'card-1.jpg', NULL, NULL, 420, 210, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card_1_3c44476fd5.jpg", "hash": "thumbnail_card_1_3c44476fd5", "mime": "image/jpeg", "name": "thumbnail_card-1.jpg", "path": null, "size": 7.42, "width": 245, "height": 123, "sizeInBytes": 7421}}', 'card_1_3c44476fd5', '.jpg', 'image/jpeg', 16.59, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card_1_3c44476fd5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/3', '2024-05-27 14:26:13.816', '2024-05-27 14:26:57.19', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (207, 'our-faculty.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_faculty_21e4c6a346.jpg", "hash": "large_our_faculty_21e4c6a346", "mime": "image/jpeg", "name": "large_our-faculty.jpg", "path": null, "size": 50.48, "width": 1000, "height": 391, "sizeInBytes": 50480}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_faculty_21e4c6a346.jpg", "hash": "small_our_faculty_21e4c6a346", "mime": "image/jpeg", "name": "small_our-faculty.jpg", "path": null, "size": 19.22, "width": 500, "height": 195, "sizeInBytes": 19215}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_faculty_21e4c6a346.jpg", "hash": "medium_our_faculty_21e4c6a346", "mime": "image/jpeg", "name": "medium_our-faculty.jpg", "path": null, "size": 33.74, "width": 750, "height": 293, "sizeInBytes": 33739}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_faculty_21e4c6a346.jpg", "hash": "thumbnail_our_faculty_21e4c6a346", "mime": "image/jpeg", "name": "thumbnail_our-faculty.jpg", "path": null, "size": 6.99, "width": 245, "height": 95, "sizeInBytes": 6988}}', 'our_faculty_21e4c6a346', '.jpg', 'image/jpeg', 136.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_faculty_21e4c6a346.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/4', '2024-05-27 15:16:23.232', '2024-05-27 15:16:23.232', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (208, 'location.svg', NULL, NULL, 24, 27, NULL, 'location_214b252968', '.svg', 'image/svg+xml', 1.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/location_214b252968.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 15:57:53.587', '2024-05-27 15:57:53.587', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (209, 'call.svg', NULL, NULL, 22, 30, NULL, 'call_9a181e7470', '.svg', 'image/svg+xml', 1.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/call_9a181e7470.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 15:58:11.93', '2024-05-27 15:58:11.93', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (210, 'mail.svg', NULL, NULL, 28, 23, NULL, 'mail_23b39c6b14', '.svg', 'image/svg+xml', 1.37, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/mail_23b39c6b14.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 15:58:29.684', '2024-05-27 15:58:29.684', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (223, 'scholarship-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_mob_9066461cc6.jpg", "hash": "thumbnail_scholarship_mob_9066461cc6", "mime": "image/jpeg", "name": "thumbnail_scholarship-mob.jpg", "path": null, "size": 4.75, "width": 150, "height": 156, "sizeInBytes": 4748}}', 'scholarship_mob_9066461cc6', '.jpg', 'image/jpeg', 28.49, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_mob_9066461cc6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 17:14:52.856', '2024-05-27 17:14:52.856', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (298, 'one.jpg', NULL, NULL, 153, 306, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_one_4efaafd11c.jpg", "hash": "thumbnail_one_4efaafd11c", "mime": "image/jpeg", "name": "thumbnail_one.jpg", "path": null, "size": 3.38, "width": 78, "height": 156, "sizeInBytes": 3377}}', 'one_4efaafd11c', '.jpg', 'image/jpeg', 8.45, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/one_4efaafd11c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:55:14.133', '2024-05-29 11:55:14.133', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (211, 'international-admissions.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_admissions_c4056c64b6.jpg", "hash": "large_international_admissions_c4056c64b6", "mime": "image/jpeg", "name": "large_international-admissions.jpg", "path": null, "size": 52.76, "width": 1000, "height": 391, "sizeInBytes": 52761}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_admissions_c4056c64b6.jpg", "hash": "small_international_admissions_c4056c64b6", "mime": "image/jpeg", "name": "small_international-admissions.jpg", "path": null, "size": 18.07, "width": 500, "height": 195, "sizeInBytes": 18070}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_admissions_c4056c64b6.jpg", "hash": "medium_international_admissions_c4056c64b6", "mime": "image/jpeg", "name": "medium_international-admissions.jpg", "path": null, "size": 33.87, "width": 750, "height": 293, "sizeInBytes": 33873}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_admissions_c4056c64b6.jpg", "hash": "thumbnail_international_admissions_c4056c64b6", "mime": "image/jpeg", "name": "thumbnail_international-admissions.jpg", "path": null, "size": 5.74, "width": 245, "height": 95, "sizeInBytes": 5735}}', 'international_admissions_c4056c64b6', '.jpg', 'image/jpeg', 139.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_admissions_c4056c64b6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:06:43.131', '2024-05-27 16:06:43.131', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (212, 'international-admissions-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_admissions_mob_67d7e00e02.jpg", "hash": "thumbnail_international_admissions_mob_67d7e00e02", "mime": "image/jpeg", "name": "thumbnail_international-admissions-mob.jpg", "path": null, "size": 6.03, "width": 150, "height": 156, "sizeInBytes": 6025}}', 'international_admissions_mob_67d7e00e02', '.jpg', 'image/jpeg', 40.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_admissions_mob_67d7e00e02.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:06:55.89', '2024-05-27 16:06:55.89', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (213, '1.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_28f6a11c12.jpg", "hash": "small_1_28f6a11c12", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 35.08, "width": 500, "height": 390, "sizeInBytes": 35084}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_28f6a11c12.jpg", "hash": "thumbnail_1_28f6a11c12", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 8.82, "width": 200, "height": 156, "sizeInBytes": 8821}}', '1_28f6a11c12', '.jpg', 'image/jpeg', 55.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_28f6a11c12.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:10:21.001', '2024-05-27 16:10:21.001', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (214, 'whatsapp.svg', NULL, NULL, 27, 27, NULL, 'whatsapp_f186f985d3', '.svg', 'image/svg+xml', 1.62, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/whatsapp_f186f985d3.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:26:44.668', '2024-05-27 16:26:44.668', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (215, 'web.svg', NULL, NULL, 50, 50, NULL, 'web_69019acba1', '.svg', 'image/svg+xml', 1.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/web_69019acba1.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:42:51.86', '2024-05-27 16:42:51.86', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (216, 'pdf.svg', NULL, NULL, 62, 80, NULL, 'pdf_8e8d8d921a', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_8e8d8d921a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:48:20.674', '2024-05-27 16:48:20.674', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (217, 'pdf.svg', NULL, NULL, 62, 80, NULL, 'pdf_b6fceaf6c8', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_b6fceaf6c8.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:49:03.077', '2024-05-27 16:49:03.077', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (219, 'pdf.svg', NULL, NULL, 62, 80, NULL, 'pdf_250015d8ce', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_250015d8ce.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:49:38.265', '2024-05-27 16:49:38.265', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (220, 'pdf.svg', NULL, NULL, 62, 80, NULL, 'pdf_0c2edf7c70', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_0c2edf7c70.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:50:10.487', '2024-05-27 16:50:10.487', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (222, 'scholarship.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_scholarship_1b881e65b1.jpg", "hash": "large_scholarship_1b881e65b1", "mime": "image/jpeg", "name": "large_scholarship.jpg", "path": null, "size": 34.62, "width": 1000, "height": 391, "sizeInBytes": 34616}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_scholarship_1b881e65b1.jpg", "hash": "small_scholarship_1b881e65b1", "mime": "image/jpeg", "name": "small_scholarship.jpg", "path": null, "size": 13.11, "width": 500, "height": 195, "sizeInBytes": 13105}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_scholarship_1b881e65b1.jpg", "hash": "medium_scholarship_1b881e65b1", "mime": "image/jpeg", "name": "medium_scholarship.jpg", "path": null, "size": 22.86, "width": 750, "height": 293, "sizeInBytes": 22856}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_1b881e65b1.jpg", "hash": "thumbnail_scholarship_1b881e65b1", "mime": "image/jpeg", "name": "thumbnail_scholarship.jpg", "path": null, "size": 4.8, "width": 245, "height": 95, "sizeInBytes": 4804}}', 'scholarship_1b881e65b1', '.jpg', 'image/jpeg', 89.56, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_1b881e65b1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 17:14:37.329', '2024-05-27 17:14:37.329', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (225, 'faculty-member.jpg', NULL, NULL, 260, 270, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faculty_member_0df061f3ba.jpg", "hash": "thumbnail_faculty_member_0df061f3ba", "mime": "image/jpeg", "name": "thumbnail_faculty-member.jpg", "path": null, "size": 4.59, "width": 150, "height": 156, "sizeInBytes": 4593}}', 'faculty_member_0df061f3ba', '.jpg', 'image/jpeg', 9.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faculty_member_0df061f3ba.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/4', '2024-05-27 17:30:53.329', '2024-05-27 17:30:53.329', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (242, 'calendar.svg', NULL, NULL, 59, 59, NULL, 'calendar_9830d6adf0', '.svg', 'image/svg+xml', 1.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/calendar_9830d6adf0.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:25:31.806', '2024-05-28 16:25:31.806', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (224, 'scholarship.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_scholarship_46f93c9003.jpg", "hash": "small_scholarship_46f93c9003", "mime": "image/jpeg", "name": "small_scholarship.jpg", "path": null, "size": 26.64, "width": 500, "height": 390, "sizeInBytes": 26639}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_46f93c9003.jpg", "hash": "thumbnail_scholarship_46f93c9003", "mime": "image/jpeg", "name": "thumbnail_scholarship.jpg", "path": null, "size": 7.4, "width": 200, "height": 156, "sizeInBytes": 7398}}', 'scholarship_46f93c9003', '.jpg', 'image/jpeg', 40.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_46f93c9003.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 17:16:15.346', '2024-05-27 17:16:15.346', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (226, 'provide-docs.svg', NULL, NULL, 50, 50, NULL, 'provide_docs_72d61ea07c', '.svg', 'image/svg+xml', 2.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/provide_docs_72d61ea07c.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 10:20:36.847', '2024-05-28 10:20:36.847', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (227, 'make-payment.svg', NULL, NULL, 50, 50, NULL, 'make_payment_f21bc1cf06', '.svg', 'image/svg+xml', 2.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/make_payment_f21bc1cf06.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 10:23:42.327', '2024-05-28 10:23:42.327', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (228, 'visa-team.svg', NULL, NULL, 50, 51, NULL, 'visa_team_12d128ed86', '.svg', 'image/svg+xml', 2.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/visa_team_12d128ed86.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 10:24:59.224', '2024-05-28 10:24:59.224', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (229, 'scholarship.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_scholarship_291a5999ce.jpg", "hash": "large_scholarship_291a5999ce", "mime": "image/jpeg", "name": "large_scholarship.jpg", "path": null, "size": 34.62, "width": 1000, "height": 391, "sizeInBytes": 34616}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_scholarship_291a5999ce.jpg", "hash": "small_scholarship_291a5999ce", "mime": "image/jpeg", "name": "small_scholarship.jpg", "path": null, "size": 13.11, "width": 500, "height": 195, "sizeInBytes": 13105}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_scholarship_291a5999ce.jpg", "hash": "medium_scholarship_291a5999ce", "mime": "image/jpeg", "name": "medium_scholarship.jpg", "path": null, "size": 22.86, "width": 750, "height": 293, "sizeInBytes": 22856}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_291a5999ce.jpg", "hash": "thumbnail_scholarship_291a5999ce", "mime": "image/jpeg", "name": "thumbnail_scholarship.jpg", "path": null, "size": 4.8, "width": 245, "height": 95, "sizeInBytes": 4804}}', 'scholarship_291a5999ce', '.jpg', 'image/jpeg', 89.56, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_291a5999ce.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 12:49:05.957', '2024-05-28 12:49:05.957', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (230, 'scholarship-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_mob_3cbb14fc4d.jpg", "hash": "thumbnail_scholarship_mob_3cbb14fc4d", "mime": "image/jpeg", "name": "thumbnail_scholarship-mob.jpg", "path": null, "size": 4.75, "width": 150, "height": 156, "sizeInBytes": 4748}}', 'scholarship_mob_3cbb14fc4d', '.jpg', 'image/jpeg', 28.49, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_mob_3cbb14fc4d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 12:49:19.701', '2024-05-28 12:49:19.701', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (231, '1.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_c928fda95a.jpg", "hash": "small_1_c928fda95a", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 35.08, "width": 500, "height": 390, "sizeInBytes": 35084}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_c928fda95a.jpg", "hash": "thumbnail_1_c928fda95a", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 8.82, "width": 200, "height": 156, "sizeInBytes": 8821}}', '1_c928fda95a', '.jpg', 'image/jpeg', 55.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_c928fda95a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 12:59:12.173', '2024-05-28 12:59:12.173', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (232, 'web.svg', NULL, NULL, 50, 50, NULL, 'web_3734c7a666', '.svg', 'image/svg+xml', 1.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/web_3734c7a666.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 13:06:02.515', '2024-05-28 13:06:02.515', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (233, 'provide-docs.svg', NULL, NULL, 50, 50, NULL, 'provide_docs_0f65f522ab', '.svg', 'image/svg+xml', 2.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/provide_docs_0f65f522ab.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 13:07:12.68', '2024-05-28 13:07:12.68', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (234, 'make-payment.svg', NULL, NULL, 50, 50, NULL, 'make_payment_a4b29f557c', '.svg', 'image/svg+xml', 2.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/make_payment_a4b29f557c.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 13:07:58.179', '2024-05-28 13:07:58.179', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (235, 'visa-team.svg', NULL, NULL, 50, 51, NULL, 'visa_team_8b9f14518d', '.svg', 'image/svg+xml', 2.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/visa_team_8b9f14518d.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 13:08:16.337', '2024-05-28 13:08:16.337', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (236, 'enquiry-1.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_57798772a2', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_57798772a2.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 13:53:53.174', '2024-05-28 13:53:53.174', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (237, 'enquiry-2.svg', NULL, NULL, 36, 39, NULL, 'enquiry_2_db29368579', '.svg', 'image/svg+xml', 1.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_2_db29368579.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 13:55:57.951', '2024-05-28 13:55:57.951', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (238, 'enquiry-3.svg', NULL, NULL, 38, 44, NULL, 'enquiry_3_514e272d5f', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_3_514e272d5f.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 13:56:29.011', '2024-05-28 13:56:29.011', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (239, 'enquiry-4.svg', NULL, NULL, 42, 42, NULL, 'enquiry_4_454da87995', '.svg', 'image/svg+xml', 24.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_4_454da87995.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 13:56:58.577', '2024-05-28 13:56:58.577', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (240, 'enquiry-1.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_08797f37b9', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_08797f37b9.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 14:04:15.623', '2024-05-28 14:04:15.623', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (241, '1.jpg', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_debb220a4b.jpg", "hash": "thumbnail_1_debb220a4b", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 4.69, "width": 226, "height": 156, "sizeInBytes": 4689}}', '1_debb220a4b', '.jpg', 'image/jpeg', 8.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_debb220a4b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/5', '2024-05-28 16:16:32.316', '2024-05-28 16:16:32.316', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (243, 'student-service-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_student_service_desktop_2c0a168fe9.jpg", "hash": "large_student_service_desktop_2c0a168fe9", "mime": "image/jpeg", "name": "large_student-service-desktop.jpg", "path": null, "size": 46.03, "width": 1000, "height": 391, "sizeInBytes": 46032}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_service_desktop_2c0a168fe9.jpg", "hash": "small_student_service_desktop_2c0a168fe9", "mime": "image/jpeg", "name": "small_student-service-desktop.jpg", "path": null, "size": 15.23, "width": 500, "height": 195, "sizeInBytes": 15234}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_student_service_desktop_2c0a168fe9.jpg", "hash": "medium_student_service_desktop_2c0a168fe9", "mime": "image/jpeg", "name": "medium_student-service-desktop.jpg", "path": null, "size": 29.02, "width": 750, "height": 293, "sizeInBytes": 29017}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_service_desktop_2c0a168fe9.jpg", "hash": "thumbnail_student_service_desktop_2c0a168fe9", "mime": "image/jpeg", "name": "thumbnail_student-service-desktop.jpg", "path": null, "size": 5.16, "width": 245, "height": 95, "sizeInBytes": 5158}}', 'student_service_desktop_2c0a168fe9', '.jpg', 'image/jpeg', 127.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_service_desktop_2c0a168fe9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:26:09.656', '2024-05-28 16:26:09.656', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (244, 'student-service-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_student_service_mob_32cfcf8b57.jpg", "hash": "large_student_service_mob_32cfcf8b57", "mime": "image/jpeg", "name": "large_student-service-mob.jpg", "path": null, "size": 46.03, "width": 1000, "height": 391, "sizeInBytes": 46032}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_service_mob_32cfcf8b57.jpg", "hash": "small_student_service_mob_32cfcf8b57", "mime": "image/jpeg", "name": "small_student-service-mob.jpg", "path": null, "size": 15.23, "width": 500, "height": 195, "sizeInBytes": 15234}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_student_service_mob_32cfcf8b57.jpg", "hash": "medium_student_service_mob_32cfcf8b57", "mime": "image/jpeg", "name": "medium_student-service-mob.jpg", "path": null, "size": 29.02, "width": 750, "height": 293, "sizeInBytes": 29017}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_service_mob_32cfcf8b57.jpg", "hash": "thumbnail_student_service_mob_32cfcf8b57", "mime": "image/jpeg", "name": "thumbnail_student-service-mob.jpg", "path": null, "size": 5.16, "width": 245, "height": 95, "sizeInBytes": 5158}}', 'student_service_mob_32cfcf8b57', '.jpg', 'image/jpeg', 127.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_service_mob_32cfcf8b57.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:26:25.023', '2024-05-28 16:26:25.023', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (245, 'campus-option-2.jpg', NULL, NULL, 871, 351, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_campus_option_2_e44776ec53.jpg", "hash": "small_campus_option_2_e44776ec53", "mime": "image/jpeg", "name": "small_campus-option-2.jpg", "path": null, "size": 19.74, "width": 500, "height": 201, "sizeInBytes": 19737}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_campus_option_2_e44776ec53.jpg", "hash": "medium_campus_option_2_e44776ec53", "mime": "image/jpeg", "name": "medium_campus-option-2.jpg", "path": null, "size": 38.07, "width": 750, "height": 302, "sizeInBytes": 38065}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_campus_option_2_e44776ec53.jpg", "hash": "thumbnail_campus_option_2_e44776ec53", "mime": "image/jpeg", "name": "thumbnail_campus-option-2.jpg", "path": null, "size": 6.27, "width": 245, "height": 99, "sizeInBytes": 6269}}', 'campus_option_2_e44776ec53', '.jpg', 'image/jpeg', 48.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/campus_option_2_e44776ec53.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:28:36.169', '2024-05-28 16:28:36.169', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (250, 'experience-1.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_experience_1_8ad6c52a1f.jpg", "hash": "thumbnail_experience_1_8ad6c52a1f", "mime": "image/jpeg", "name": "thumbnail_experience-1.jpg", "path": null, "size": 8.98, "width": 187, "height": 156, "sizeInBytes": 8977}}', 'experience_1_8ad6c52a1f', '.jpg', 'image/jpeg', 39.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/experience_1_8ad6c52a1f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:33:35.263', '2024-05-28 16:33:35.263', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (253, 'gallery-1.jpg', NULL, NULL, 571, 295, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_1_ee654b3c79.jpg", "hash": "small_gallery_1_ee654b3c79", "mime": "image/jpeg", "name": "small_gallery-1.jpg", "path": null, "size": 29.36, "width": 500, "height": 258, "sizeInBytes": 29361}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_1_ee654b3c79.jpg", "hash": "thumbnail_gallery_1_ee654b3c79", "mime": "image/jpeg", "name": "thumbnail_gallery-1.jpg", "path": null, "size": 9.42, "width": 245, "height": 127, "sizeInBytes": 9420}}', 'gallery_1_ee654b3c79', '.jpg', 'image/jpeg', 36.30, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_1_ee654b3c79.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:36:33.673', '2024-05-28 16:36:33.673', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (256, 'gallery-4.jpg', NULL, NULL, 571, 295, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_4_966000b962.jpg", "hash": "small_gallery_4_966000b962", "mime": "image/jpeg", "name": "small_gallery-4.jpg", "path": null, "size": 42.82, "width": 500, "height": 258, "sizeInBytes": 42816}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_4_966000b962.jpg", "hash": "thumbnail_gallery_4_966000b962", "mime": "image/jpeg", "name": "thumbnail_gallery-4.jpg", "path": null, "size": 13.76, "width": 245, "height": 127, "sizeInBytes": 13756}}', 'gallery_4_966000b962', '.jpg', 'image/jpeg', 51.90, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_4_966000b962.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:37:14.051', '2024-05-28 16:37:14.051', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (357, 'enquiry-4.svg', NULL, NULL, 42, 42, NULL, 'enquiry_4_5a53edc29d', '.svg', 'image/svg+xml', 24.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_4_5a53edc29d.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 18:42:11.829', '2024-05-30 18:42:11.829', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (246, 'campus-option-2.jpg', NULL, NULL, 871, 351, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_campus_option_2_f0f57917a1.jpg", "hash": "small_campus_option_2_f0f57917a1", "mime": "image/jpeg", "name": "small_campus-option-2.jpg", "path": null, "size": 19.74, "width": 500, "height": 201, "sizeInBytes": 19737}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_campus_option_2_f0f57917a1.jpg", "hash": "medium_campus_option_2_f0f57917a1", "mime": "image/jpeg", "name": "medium_campus-option-2.jpg", "path": null, "size": 38.07, "width": 750, "height": 302, "sizeInBytes": 38065}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_campus_option_2_f0f57917a1.jpg", "hash": "thumbnail_campus_option_2_f0f57917a1", "mime": "image/jpeg", "name": "thumbnail_campus-option-2.jpg", "path": null, "size": 6.27, "width": 245, "height": 99, "sizeInBytes": 6269}}', 'campus_option_2_f0f57917a1', '.jpg', 'image/jpeg', 48.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/campus_option_2_f0f57917a1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:28:50.662', '2024-05-28 16:28:50.662', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (247, 'administrator-desk.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_administrator_desk_7a0284bbc3.jpg", "hash": "large_administrator_desk_7a0284bbc3", "mime": "image/jpeg", "name": "large_administrator-desk.jpg", "path": null, "size": 40.27, "width": 1000, "height": 391, "sizeInBytes": 40266}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_administrator_desk_7a0284bbc3.jpg", "hash": "small_administrator_desk_7a0284bbc3", "mime": "image/jpeg", "name": "small_administrator-desk.jpg", "path": null, "size": 15.62, "width": 500, "height": 195, "sizeInBytes": 15624}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_administrator_desk_7a0284bbc3.jpg", "hash": "medium_administrator_desk_7a0284bbc3", "mime": "image/jpeg", "name": "medium_administrator-desk.jpg", "path": null, "size": 27.04, "width": 750, "height": 293, "sizeInBytes": 27038}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_desk_7a0284bbc3.jpg", "hash": "thumbnail_administrator_desk_7a0284bbc3", "mime": "image/jpeg", "name": "thumbnail_administrator-desk.jpg", "path": null, "size": 5.61, "width": 245, "height": 95, "sizeInBytes": 5609}}', 'administrator_desk_7a0284bbc3', '.jpg', 'image/jpeg', 99.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_desk_7a0284bbc3.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/5', '2024-05-28 16:29:26.337', '2024-05-28 16:29:26.337', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (248, 'administrator-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_mob_eee9cbf8ba.jpg", "hash": "thumbnail_administrator_mob_eee9cbf8ba", "mime": "image/jpeg", "name": "thumbnail_administrator-mob.jpg", "path": null, "size": 4.72, "width": 150, "height": 156, "sizeInBytes": 4724}}', 'administrator_mob_eee9cbf8ba', '.jpg', 'image/jpeg', 24.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_mob_eee9cbf8ba.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/5', '2024-05-28 16:30:02.975', '2024-05-28 16:30:02.975', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (249, 'experience-1.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_experience_1_492442982a.jpg", "hash": "thumbnail_experience_1_492442982a", "mime": "image/jpeg", "name": "thumbnail_experience-1.jpg", "path": null, "size": 8.98, "width": 187, "height": 156, "sizeInBytes": 8977}}', 'experience_1_492442982a', '.jpg', 'image/jpeg', 39.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/experience_1_492442982a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:31:27.236', '2024-05-28 16:31:27.236', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (251, 'why-dubai.jpg', NULL, NULL, 1032, 761, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_3a1c609262.jpg", "hash": "large_why_dubai_3a1c609262", "mime": "image/jpeg", "name": "large_why-dubai.jpg", "path": null, "size": 65.53, "width": 1000, "height": 737, "sizeInBytes": 65525}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_3a1c609262.jpg", "hash": "small_why_dubai_3a1c609262", "mime": "image/jpeg", "name": "small_why-dubai.jpg", "path": null, "size": 23.07, "width": 500, "height": 369, "sizeInBytes": 23065}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_3a1c609262.jpg", "hash": "medium_why_dubai_3a1c609262", "mime": "image/jpeg", "name": "medium_why-dubai.jpg", "path": null, "size": 42.95, "width": 750, "height": 553, "sizeInBytes": 42953}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_3a1c609262.jpg", "hash": "thumbnail_why_dubai_3a1c609262", "mime": "image/jpeg", "name": "thumbnail_why-dubai.jpg", "path": null, "size": 5.5, "width": 212, "height": 156, "sizeInBytes": 5501}}', 'why_dubai_3a1c609262', '.jpg', 'image/jpeg', 69.13, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_3a1c609262.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:34:27.393', '2024-05-28 16:34:27.393', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (252, 'experience-3.jpg', NULL, NULL, 421, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_experience_3_d8b3f11012.jpg", "hash": "thumbnail_experience_3_d8b3f11012", "mime": "image/jpeg", "name": "thumbnail_experience-3.jpg", "path": null, "size": 9.93, "width": 187, "height": 156, "sizeInBytes": 9930}}', 'experience_3_d8b3f11012', '.jpg', 'image/jpeg', 40.95, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/experience_3_d8b3f11012.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:35:46.242', '2024-05-28 16:35:46.242', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (255, 'gallery-3.jpg', NULL, NULL, 571, 295, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_3_51cd9eb87c.jpg", "hash": "small_gallery_3_51cd9eb87c", "mime": "image/jpeg", "name": "small_gallery-3.jpg", "path": null, "size": 29.31, "width": 500, "height": 258, "sizeInBytes": 29307}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_3_51cd9eb87c.jpg", "hash": "thumbnail_gallery_3_51cd9eb87c", "mime": "image/jpeg", "name": "thumbnail_gallery-3.jpg", "path": null, "size": 9.38, "width": 245, "height": 127, "sizeInBytes": 9379}}', 'gallery_3_51cd9eb87c', '.jpg', 'image/jpeg', 36.08, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_3_51cd9eb87c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:37:00.132', '2024-05-28 16:37:00.132', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (273, 'programs.svg', NULL, NULL, 55, 47, NULL, 'programs_1a2286be73', '.svg', 'image/svg+xml', 2.70, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/programs_1a2286be73.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/7', '2024-05-29 10:15:50.818', '2024-05-29 10:15:50.818', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (254, 'gallery-2.jpg', NULL, NULL, 1171, 295, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_gallery_2_8403c20f60.jpg", "hash": "large_gallery_2_8403c20f60", "mime": "image/jpeg", "name": "large_gallery-2.jpg", "path": null, "size": 39.31, "width": 1000, "height": 252, "sizeInBytes": 39309}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_2_8403c20f60.jpg", "hash": "small_gallery_2_8403c20f60", "mime": "image/jpeg", "name": "small_gallery-2.jpg", "path": null, "size": 13.82, "width": 500, "height": 126, "sizeInBytes": 13822}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_gallery_2_8403c20f60.jpg", "hash": "medium_gallery_2_8403c20f60", "mime": "image/jpeg", "name": "medium_gallery-2.jpg", "path": null, "size": 25.56, "width": 750, "height": 189, "sizeInBytes": 25559}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_2_8403c20f60.jpg", "hash": "thumbnail_gallery_2_8403c20f60", "mime": "image/jpeg", "name": "thumbnail_gallery-2.jpg", "path": null, "size": 4.81, "width": 245, "height": 62, "sizeInBytes": 4808}}', 'gallery_2_8403c20f60', '.jpg', 'image/jpeg', 49.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_2_8403c20f60.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:36:47.166', '2024-05-28 16:36:47.166', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (258, 'gallery-6.jpg', NULL, NULL, 1171, 295, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_gallery_6_928b8c1dce.jpg", "hash": "large_gallery_6_928b8c1dce", "mime": "image/jpeg", "name": "large_gallery-6.jpg", "path": null, "size": 50.9, "width": 1000, "height": 252, "sizeInBytes": 50896}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_6_928b8c1dce.jpg", "hash": "small_gallery_6_928b8c1dce", "mime": "image/jpeg", "name": "small_gallery-6.jpg", "path": null, "size": 16.45, "width": 500, "height": 126, "sizeInBytes": 16455}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_gallery_6_928b8c1dce.jpg", "hash": "medium_gallery_6_928b8c1dce", "mime": "image/jpeg", "name": "medium_gallery-6.jpg", "path": null, "size": 31.97, "width": 750, "height": 189, "sizeInBytes": 31971}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_6_928b8c1dce.jpg", "hash": "thumbnail_gallery_6_928b8c1dce", "mime": "image/jpeg", "name": "thumbnail_gallery-6.jpg", "path": null, "size": 5.22, "width": 245, "height": 62, "sizeInBytes": 5224}}', 'gallery_6_928b8c1dce', '.jpg', 'image/jpeg', 66.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_6_928b8c1dce.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:37:40.322', '2024-05-28 16:37:40.322', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (259, 'gallery-7.jpg', NULL, NULL, 571, 295, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_7_e9d30f27d8.jpg", "hash": "small_gallery_7_e9d30f27d8", "mime": "image/jpeg", "name": "small_gallery-7.jpg", "path": null, "size": 39.71, "width": 500, "height": 258, "sizeInBytes": 39710}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_7_e9d30f27d8.jpg", "hash": "thumbnail_gallery_7_e9d30f27d8", "mime": "image/jpeg", "name": "thumbnail_gallery-7.jpg", "path": null, "size": 12.09, "width": 245, "height": 127, "sizeInBytes": 12089}}', 'gallery_7_e9d30f27d8', '.jpg', 'image/jpeg', 48.59, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_7_e9d30f27d8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:37:57.163', '2024-05-28 16:37:57.163', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (261, 'gallery-9.jpg', NULL, NULL, 571, 295, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_9_5029220cf6.jpg", "hash": "small_gallery_9_5029220cf6", "mime": "image/jpeg", "name": "small_gallery-9.jpg", "path": null, "size": 30.73, "width": 500, "height": 258, "sizeInBytes": 30734}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_9_5029220cf6.jpg", "hash": "thumbnail_gallery_9_5029220cf6", "mime": "image/jpeg", "name": "thumbnail_gallery-9.jpg", "path": null, "size": 10.22, "width": 245, "height": 127, "sizeInBytes": 10218}}', 'gallery_9_5029220cf6', '.jpg', 'image/jpeg', 37.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_9_5029220cf6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:38:32.023', '2024-05-28 16:38:32.023', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (257, 'gallery-5.jpg', NULL, NULL, 571, 295, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_5_e742a0a36a.jpg", "hash": "small_gallery_5_e742a0a36a", "mime": "image/jpeg", "name": "small_gallery-5.jpg", "path": null, "size": 30.19, "width": 500, "height": 258, "sizeInBytes": 30193}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_5_e742a0a36a.jpg", "hash": "thumbnail_gallery_5_e742a0a36a", "mime": "image/jpeg", "name": "thumbnail_gallery-5.jpg", "path": null, "size": 10.52, "width": 245, "height": 127, "sizeInBytes": 10518}}', 'gallery_5_e742a0a36a', '.jpg', 'image/jpeg', 36.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_5_e742a0a36a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:37:27.552', '2024-05-28 16:37:27.552', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (260, 'gallery-8.jpg', NULL, NULL, 571, 295, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_8_fca796c4dc.jpg", "hash": "small_gallery_8_fca796c4dc", "mime": "image/jpeg", "name": "small_gallery-8.jpg", "path": null, "size": 29.24, "width": 500, "height": 258, "sizeInBytes": 29241}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_8_fca796c4dc.jpg", "hash": "thumbnail_gallery_8_fca796c4dc", "mime": "image/jpeg", "name": "thumbnail_gallery-8.jpg", "path": null, "size": 9.6, "width": 245, "height": 127, "sizeInBytes": 9603}}', 'gallery_8_fca796c4dc', '.jpg', 'image/jpeg', 35.83, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_8_fca796c4dc.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:38:10.273', '2024-05-28 16:38:10.273', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (262, 'gallery-10.jpg', NULL, NULL, 571, 295, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_gallery_10_2785d70e63.jpg", "hash": "small_gallery_10_2785d70e63", "mime": "image/jpeg", "name": "small_gallery-10.jpg", "path": null, "size": 31.5, "width": 500, "height": 258, "sizeInBytes": 31501}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_gallery_10_2785d70e63.jpg", "hash": "thumbnail_gallery_10_2785d70e63", "mime": "image/jpeg", "name": "thumbnail_gallery-10.jpg", "path": null, "size": 10.73, "width": 245, "height": 127, "sizeInBytes": 10726}}', 'gallery_10_2785d70e63', '.jpg', 'image/jpeg', 38.05, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/gallery_10_2785d70e63.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:38:44.419', '2024-05-28 16:38:44.419', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (263, 'why-dubai.jpg', NULL, NULL, 1032, 761, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_b13ed0efde.jpg", "hash": "large_why_dubai_b13ed0efde", "mime": "image/jpeg", "name": "large_why-dubai.jpg", "path": null, "size": 65.53, "width": 1000, "height": 737, "sizeInBytes": 65525}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_b13ed0efde.jpg", "hash": "small_why_dubai_b13ed0efde", "mime": "image/jpeg", "name": "small_why-dubai.jpg", "path": null, "size": 23.07, "width": 500, "height": 369, "sizeInBytes": 23065}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_b13ed0efde.jpg", "hash": "medium_why_dubai_b13ed0efde", "mime": "image/jpeg", "name": "medium_why-dubai.jpg", "path": null, "size": 42.95, "width": 750, "height": 553, "sizeInBytes": 42953}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_b13ed0efde.jpg", "hash": "thumbnail_why_dubai_b13ed0efde", "mime": "image/jpeg", "name": "thumbnail_why-dubai.jpg", "path": null, "size": 5.5, "width": 212, "height": 156, "sizeInBytes": 5501}}', 'why_dubai_b13ed0efde', '.jpg', 'image/jpeg', 69.13, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_b13ed0efde.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:39:36.473', '2024-05-28 16:39:36.473', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (264, 'experience-2.jpg', NULL, NULL, 421, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_experience_2_7ccab90200.jpg", "hash": "thumbnail_experience_2_7ccab90200", "mime": "image/jpeg", "name": "thumbnail_experience-2.jpg", "path": null, "size": 8.73, "width": 187, "height": 156, "sizeInBytes": 8728}}', 'experience_2_7ccab90200', '.jpg', 'image/jpeg', 35.49, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/experience_2_7ccab90200.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:41:24.841', '2024-05-28 16:41:24.841', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (265, 'campus-option-2.jpg', NULL, NULL, 871, 351, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_campus_option_2_fe08aa549b.jpg", "hash": "small_campus_option_2_fe08aa549b", "mime": "image/jpeg", "name": "small_campus-option-2.jpg", "path": null, "size": 19.74, "width": 500, "height": 201, "sizeInBytes": 19737}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_campus_option_2_fe08aa549b.jpg", "hash": "medium_campus_option_2_fe08aa549b", "mime": "image/jpeg", "name": "medium_campus-option-2.jpg", "path": null, "size": 38.07, "width": 750, "height": 302, "sizeInBytes": 38065}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_campus_option_2_fe08aa549b.jpg", "hash": "thumbnail_campus_option_2_fe08aa549b", "mime": "image/jpeg", "name": "thumbnail_campus-option-2.jpg", "path": null, "size": 6.27, "width": 245, "height": 99, "sizeInBytes": 6269}}', 'campus_option_2_fe08aa549b', '.jpg', 'image/jpeg', 48.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/campus_option_2_fe08aa549b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:42:56.029', '2024-05-28 16:42:56.029', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (266, 'accomodation.jpg', NULL, NULL, 714, 614, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_accomodation_4961ab228d.jpg", "hash": "small_accomodation_4961ab228d", "mime": "image/jpeg", "name": "small_accomodation.jpg", "path": null, "size": 40.38, "width": 500, "height": 430, "sizeInBytes": 40383}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_accomodation_4961ab228d.jpg", "hash": "thumbnail_accomodation_4961ab228d", "mime": "image/jpeg", "name": "thumbnail_accomodation.jpg", "path": null, "size": 8.07, "width": 181, "height": 156, "sizeInBytes": 8069}}', 'accomodation_4961ab228d', '.jpg', 'image/jpeg', 71.50, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/accomodation_4961ab228d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:47:03.873', '2024-05-28 16:47:03.873', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (274, 'nationalities.svg', NULL, NULL, 46, 59, NULL, 'nationalities_93d4c7cba7', '.svg', 'image/svg+xml', 3.97, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/nationalities_93d4c7cba7.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/7', '2024-05-29 10:15:50.837', '2024-05-29 10:15:50.837', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (267, 'accomodation-video.jpg', NULL, NULL, 1771, 681, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_accomodation_video_ddc630630c.jpg", "hash": "large_accomodation_video_ddc630630c", "mime": "image/jpeg", "name": "large_accomodation-video.jpg", "path": null, "size": 48.3, "width": 1000, "height": 385, "sizeInBytes": 48302}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_accomodation_video_ddc630630c.jpg", "hash": "small_accomodation_video_ddc630630c", "mime": "image/jpeg", "name": "small_accomodation-video.jpg", "path": null, "size": 17.77, "width": 500, "height": 192, "sizeInBytes": 17768}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_accomodation_video_ddc630630c.jpg", "hash": "medium_accomodation_video_ddc630630c", "mime": "image/jpeg", "name": "medium_accomodation-video.jpg", "path": null, "size": 31.66, "width": 750, "height": 288, "sizeInBytes": 31664}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_accomodation_video_ddc630630c.jpg", "hash": "thumbnail_accomodation_video_ddc630630c", "mime": "image/jpeg", "name": "thumbnail_accomodation-video.jpg", "path": null, "size": 6.28, "width": 245, "height": 94, "sizeInBytes": 6284}}', 'accomodation_video_ddc630630c', '.jpg', 'image/jpeg', 105.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/accomodation_video_ddc630630c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:48:44.725', '2024-05-28 16:48:44.725', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (268, 'accomodation-video.jpg', NULL, NULL, 1771, 681, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_accomodation_video_aaa92a1470.jpg", "hash": "large_accomodation_video_aaa92a1470", "mime": "image/jpeg", "name": "large_accomodation-video.jpg", "path": null, "size": 48.3, "width": 1000, "height": 385, "sizeInBytes": 48302}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_accomodation_video_aaa92a1470.jpg", "hash": "small_accomodation_video_aaa92a1470", "mime": "image/jpeg", "name": "small_accomodation-video.jpg", "path": null, "size": 17.77, "width": 500, "height": 192, "sizeInBytes": 17768}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_accomodation_video_aaa92a1470.jpg", "hash": "medium_accomodation_video_aaa92a1470", "mime": "image/jpeg", "name": "medium_accomodation-video.jpg", "path": null, "size": 31.66, "width": 750, "height": 288, "sizeInBytes": 31664}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_accomodation_video_aaa92a1470.jpg", "hash": "thumbnail_accomodation_video_aaa92a1470", "mime": "image/jpeg", "name": "thumbnail_accomodation-video.jpg", "path": null, "size": 6.28, "width": 245, "height": 94, "sizeInBytes": 6284}}', 'accomodation_video_aaa92a1470', '.jpg', 'image/jpeg', 105.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/accomodation_video_aaa92a1470.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-28 16:48:56.546', '2024-05-28 16:48:56.546', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (269, 'heroBanner1-mob.jpg', NULL, NULL, 450, 800, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_hero_Banner1_mob_55abf7e199.jpg", "hash": "small_hero_Banner1_mob_55abf7e199", "mime": "image/jpeg", "name": "small_heroBanner1-mob.jpg", "path": null, "size": 16.61, "width": 281, "height": 500, "sizeInBytes": 16610}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_hero_Banner1_mob_55abf7e199.jpg", "hash": "medium_hero_Banner1_mob_55abf7e199", "mime": "image/jpeg", "name": "medium_heroBanner1-mob.jpg", "path": null, "size": 29.67, "width": 422, "height": 750, "sizeInBytes": 29673}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_hero_Banner1_mob_55abf7e199.jpg", "hash": "thumbnail_hero_Banner1_mob_55abf7e199", "mime": "image/jpeg", "name": "thumbnail_heroBanner1-mob.jpg", "path": null, "size": 3.12, "width": 87, "height": 156, "sizeInBytes": 3119}}', 'hero_Banner1_mob_55abf7e199', '.jpg', 'image/jpeg', 32.21, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/hero_Banner1_mob_55abf7e199.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:12:20.773', '2024-05-29 10:12:20.773', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (270, 'heroBanner2-mob.jpg', NULL, NULL, 450, 800, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_hero_Banner2_mob_155e1f3729.jpg", "hash": "small_hero_Banner2_mob_155e1f3729", "mime": "image/jpeg", "name": "small_heroBanner2-mob.jpg", "path": null, "size": 22.66, "width": 281, "height": 500, "sizeInBytes": 22664}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_hero_Banner2_mob_155e1f3729.jpg", "hash": "medium_hero_Banner2_mob_155e1f3729", "mime": "image/jpeg", "name": "medium_heroBanner2-mob.jpg", "path": null, "size": 40.62, "width": 422, "height": 750, "sizeInBytes": 40617}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_hero_Banner2_mob_155e1f3729.jpg", "hash": "thumbnail_hero_Banner2_mob_155e1f3729", "mime": "image/jpeg", "name": "thumbnail_heroBanner2-mob.jpg", "path": null, "size": 4.02, "width": 87, "height": 156, "sizeInBytes": 4018}}', 'hero_Banner2_mob_155e1f3729', '.jpg', 'image/jpeg', 45.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/hero_Banner2_mob_155e1f3729.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:12:21.128', '2024-05-29 10:12:21.128', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (271, 'heroBanner1.jpg', NULL, NULL, 1920, 980, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_hero_Banner1_5895d5fdc8.jpg", "hash": "large_hero_Banner1_5895d5fdc8", "mime": "image/jpeg", "name": "large_heroBanner1.jpg", "path": null, "size": 42.58, "width": 1000, "height": 510, "sizeInBytes": 42578}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_hero_Banner1_5895d5fdc8.jpg", "hash": "small_hero_Banner1_5895d5fdc8", "mime": "image/jpeg", "name": "small_heroBanner1.jpg", "path": null, "size": 15.79, "width": 500, "height": 255, "sizeInBytes": 15793}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_hero_Banner1_5895d5fdc8.jpg", "hash": "medium_hero_Banner1_5895d5fdc8", "mime": "image/jpeg", "name": "medium_heroBanner1.jpg", "path": null, "size": 28.07, "width": 750, "height": 383, "sizeInBytes": 28073}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_hero_Banner1_5895d5fdc8.jpg", "hash": "thumbnail_hero_Banner1_5895d5fdc8", "mime": "image/jpeg", "name": "thumbnail_heroBanner1.jpg", "path": null, "size": 5.98, "width": 245, "height": 125, "sizeInBytes": 5981}}', 'hero_Banner1_5895d5fdc8', '.jpg', 'image/jpeg', 110.37, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/hero_Banner1_5895d5fdc8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:12:24.928', '2024-05-29 10:12:24.928', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (272, 'heroBanner2.jpg', NULL, NULL, 1920, 980, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_hero_Banner2_76176f1a62.jpg", "hash": "large_hero_Banner2_76176f1a62", "mime": "image/jpeg", "name": "large_heroBanner2.jpg", "path": null, "size": 57.63, "width": 1000, "height": 510, "sizeInBytes": 57634}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_hero_Banner2_76176f1a62.jpg", "hash": "small_hero_Banner2_76176f1a62", "mime": "image/jpeg", "name": "small_heroBanner2.jpg", "path": null, "size": 21.52, "width": 500, "height": 255, "sizeInBytes": 21516}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_hero_Banner2_76176f1a62.jpg", "hash": "medium_hero_Banner2_76176f1a62", "mime": "image/jpeg", "name": "medium_heroBanner2.jpg", "path": null, "size": 38.1, "width": 750, "height": 383, "sizeInBytes": 38095}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_hero_Banner2_76176f1a62.jpg", "hash": "thumbnail_hero_Banner2_76176f1a62", "mime": "image/jpeg", "name": "thumbnail_heroBanner2.jpg", "path": null, "size": 7.85, "width": 245, "height": 125, "sizeInBytes": 7845}}', 'hero_Banner2_76176f1a62', '.jpg', 'image/jpeg', 152.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/hero_Banner2_76176f1a62.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:12:25.598', '2024-05-29 10:12:25.598', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (278, 'slide1.jpg', NULL, NULL, 510, 490, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_slide1_60787c7040.jpg", "hash": "small_slide1_60787c7040", "mime": "image/jpeg", "name": "small_slide1.jpg", "path": null, "size": 27.86, "width": 500, "height": 480, "sizeInBytes": 27862}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_slide1_60787c7040.jpg", "hash": "thumbnail_slide1_60787c7040", "mime": "image/jpeg", "name": "thumbnail_slide1.jpg", "path": null, "size": 5.42, "width": 162, "height": 156, "sizeInBytes": 5417}}', 'slide1_60787c7040', '.jpg', 'image/jpeg', 28.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/slide1_60787c7040.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:24:27.055', '2024-05-29 10:24:27.055', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (279, 'slide2.jpg', NULL, NULL, 510, 490, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_slide2_f877c5b8ac.jpg", "hash": "small_slide2_f877c5b8ac", "mime": "image/jpeg", "name": "small_slide2.jpg", "path": null, "size": 32.97, "width": 500, "height": 480, "sizeInBytes": 32965}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_slide2_f877c5b8ac.jpg", "hash": "thumbnail_slide2_f877c5b8ac", "mime": "image/jpeg", "name": "thumbnail_slide2.jpg", "path": null, "size": 6.34, "width": 162, "height": 156, "sizeInBytes": 6340}}', 'slide2_f877c5b8ac', '.jpg', 'image/jpeg', 35.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/slide2_f877c5b8ac.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:24:27.227', '2024-05-29 10:24:27.227', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (280, 'slide3.jpg', NULL, NULL, 510, 490, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_slide3_434818b84b.jpg", "hash": "small_slide3_434818b84b", "mime": "image/jpeg", "name": "small_slide3.jpg", "path": null, "size": 58.17, "width": 500, "height": 480, "sizeInBytes": 58171}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_slide3_434818b84b.jpg", "hash": "thumbnail_slide3_434818b84b", "mime": "image/jpeg", "name": "thumbnail_slide3.jpg", "path": null, "size": 9.01, "width": 162, "height": 156, "sizeInBytes": 9007}}', 'slide3_434818b84b', '.jpg', 'image/jpeg', 62.73, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/slide3_434818b84b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:24:27.448', '2024-05-29 10:24:27.448', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (282, 'card1-bg.jpg', NULL, NULL, 1024, 860, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_card1_bg_c2de7cec4a.jpg", "hash": "large_card1_bg_c2de7cec4a", "mime": "image/jpeg", "name": "large_card1-bg.jpg", "path": null, "size": 112.96, "width": 1000, "height": 840, "sizeInBytes": 112963}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card1_bg_c2de7cec4a.jpg", "hash": "small_card1_bg_c2de7cec4a", "mime": "image/jpeg", "name": "small_card1-bg.jpg", "path": null, "size": 38.39, "width": 500, "height": 420, "sizeInBytes": 38391}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_card1_bg_c2de7cec4a.jpg", "hash": "medium_card1_bg_c2de7cec4a", "mime": "image/jpeg", "name": "medium_card1-bg.jpg", "path": null, "size": 71.95, "width": 750, "height": 630, "sizeInBytes": 71953}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card1_bg_c2de7cec4a.jpg", "hash": "thumbnail_card1_bg_c2de7cec4a", "mime": "image/jpeg", "name": "thumbnail_card1-bg.jpg", "path": null, "size": 8.22, "width": 186, "height": 156, "sizeInBytes": 8217}}', 'card1_bg_c2de7cec4a', '.jpg', 'image/jpeg', 118.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card1_bg_c2de7cec4a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:29:10.249', '2024-05-29 10:29:10.249', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (288, 'about-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_mob_eba4fc41f3.jpg", "hash": "thumbnail_about_mob_eba4fc41f3", "mime": "image/jpeg", "name": "thumbnail_about-mob.jpg", "path": null, "size": 6.29, "width": 150, "height": 156, "sizeInBytes": 6294}}', 'about_mob_eba4fc41f3', '.jpg', 'image/jpeg', 32.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_mob_eba4fc41f3.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/8', '2024-05-29 10:48:15.75', '2024-07-12 10:39:06.866', 1, 2);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (281, 'card2.png', NULL, NULL, 471, 620, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card2_5f6a1cc48d.png", "hash": "small_card2_5f6a1cc48d", "mime": "image/png", "name": "small_card2.png", "path": null, "size": 360.46, "width": 380, "height": 500, "sizeInBytes": 360460}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card2_5f6a1cc48d.png", "hash": "thumbnail_card2_5f6a1cc48d", "mime": "image/png", "name": "thumbnail_card2.png", "path": null, "size": 40.96, "width": 119, "height": 156, "sizeInBytes": 40961}}', 'card2_5f6a1cc48d', '.png', 'image/png', 129.46, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card2_5f6a1cc48d.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:29:10.243', '2024-05-29 10:29:10.243', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (283, 'card2-bg.jpg', NULL, NULL, 1024, 860, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_card2_bg_592f9dce48.jpg", "hash": "large_card2_bg_592f9dce48", "mime": "image/jpeg", "name": "large_card2-bg.jpg", "path": null, "size": 107.43, "width": 1000, "height": 840, "sizeInBytes": 107429}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card2_bg_592f9dce48.jpg", "hash": "small_card2_bg_592f9dce48", "mime": "image/jpeg", "name": "small_card2-bg.jpg", "path": null, "size": 36.25, "width": 500, "height": 420, "sizeInBytes": 36249}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_card2_bg_592f9dce48.jpg", "hash": "medium_card2_bg_592f9dce48", "mime": "image/jpeg", "name": "medium_card2-bg.jpg", "path": null, "size": 69.09, "width": 750, "height": 630, "sizeInBytes": 69088}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card2_bg_592f9dce48.jpg", "hash": "thumbnail_card2_bg_592f9dce48", "mime": "image/jpeg", "name": "thumbnail_card2-bg.jpg", "path": null, "size": 7.75, "width": 186, "height": 156, "sizeInBytes": 7747}}', 'card2_bg_592f9dce48', '.jpg', 'image/jpeg', 111.91, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card2_bg_592f9dce48.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:29:10.824', '2024-05-29 10:29:10.824', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (284, 'card3-bg.jpg', NULL, NULL, 1024, 860, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_card3_bg_fd7e008bd2.jpg", "hash": "large_card3_bg_fd7e008bd2", "mime": "image/jpeg", "name": "large_card3-bg.jpg", "path": null, "size": 140.39, "width": 1000, "height": 840, "sizeInBytes": 140391}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card3_bg_fd7e008bd2.jpg", "hash": "small_card3_bg_fd7e008bd2", "mime": "image/jpeg", "name": "small_card3-bg.jpg", "path": null, "size": 43.9, "width": 500, "height": 420, "sizeInBytes": 43896}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_card3_bg_fd7e008bd2.jpg", "hash": "medium_card3_bg_fd7e008bd2", "mime": "image/jpeg", "name": "medium_card3-bg.jpg", "path": null, "size": 87.57, "width": 750, "height": 630, "sizeInBytes": 87572}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card3_bg_fd7e008bd2.jpg", "hash": "thumbnail_card3_bg_fd7e008bd2", "mime": "image/jpeg", "name": "thumbnail_card3-bg.jpg", "path": null, "size": 8.43, "width": 186, "height": 156, "sizeInBytes": 8427}}', 'card3_bg_fd7e008bd2', '.jpg', 'image/jpeg', 147.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card3_bg_fd7e008bd2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:29:11.343', '2024-05-29 10:29:11.343', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (285, 'card1.png', NULL, NULL, 796, 1262, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_card1_c3705a7c9a.png", "hash": "large_card1_c3705a7c9a", "mime": "image/png", "name": "large_card1.png", "path": null, "size": 615.88, "width": 631, "height": 1000, "sizeInBytes": 615876}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card1_c3705a7c9a.png", "hash": "small_card1_c3705a7c9a", "mime": "image/png", "name": "small_card1.png", "path": null, "size": 182.08, "width": 315, "height": 500, "sizeInBytes": 182080}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_card1_c3705a7c9a.png", "hash": "medium_card1_c3705a7c9a", "mime": "image/png", "name": "medium_card1.png", "path": null, "size": 370.72, "width": 473, "height": 750, "sizeInBytes": 370723}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card1_c3705a7c9a.png", "hash": "thumbnail_card1_c3705a7c9a", "mime": "image/png", "name": "thumbnail_card1.png", "path": null, "size": 25.42, "width": 98, "height": 156, "sizeInBytes": 25417}}', 'card1_c3705a7c9a', '.png', 'image/png', 246.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card1_c3705a7c9a.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:29:11.874', '2024-05-29 10:29:11.874', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (286, 'card3.png', NULL, NULL, 742, 1249, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_card3_71aeeb1125.png", "hash": "large_card3_71aeeb1125", "mime": "image/png", "name": "large_card3.png", "path": null, "size": 987.6, "width": 594, "height": 1000, "sizeInBytes": 987596}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card3_71aeeb1125.png", "hash": "small_card3_71aeeb1125", "mime": "image/png", "name": "small_card3.png", "path": null, "size": 259.7, "width": 297, "height": 500, "sizeInBytes": 259696}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_card3_71aeeb1125.png", "hash": "medium_card3_71aeeb1125", "mime": "image/png", "name": "medium_card3.png", "path": null, "size": 564.85, "width": 446, "height": 750, "sizeInBytes": 564846}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card3_71aeeb1125.png", "hash": "thumbnail_card3_71aeeb1125", "mime": "image/png", "name": "thumbnail_card3.png", "path": null, "size": 30.3, "width": 93, "height": 156, "sizeInBytes": 30297}}', 'card3_71aeeb1125', '.png', 'image/png', 329.58, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card3_71aeeb1125.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:29:14.367', '2024-05-29 10:29:14.367', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (299, 'two.jpg', NULL, NULL, 154, 303, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_two_a3cd3c7b79.jpg", "hash": "thumbnail_two_a3cd3c7b79", "mime": "image/jpeg", "name": "thumbnail_two.jpg", "path": null, "size": 2.83, "width": 79, "height": 156, "sizeInBytes": 2833}}', 'two_a3cd3c7b79', '.jpg', 'image/jpeg', 7.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/two_a3cd3c7b79.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:55:26.372', '2024-05-29 11:55:26.372', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (292, '2.jpg', NULL, NULL, 500, 665, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_cf2be22c8b.jpg", "hash": "small_2_cf2be22c8b", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 26.85, "width": 376, "height": 500, "sizeInBytes": 26852}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_cf2be22c8b.jpg", "hash": "thumbnail_2_cf2be22c8b", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 5.1, "width": 117, "height": 156, "sizeInBytes": 5100}}', '2_cf2be22c8b', '.jpg', 'image/jpeg', 41.03, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_cf2be22c8b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:08:43.632', '2024-05-29 11:08:43.632', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (293, '3.jpg', NULL, NULL, 420, 460, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_78abe8e55a.jpg", "hash": "thumbnail_3_78abe8e55a", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 7.52, "width": 142, "height": 156, "sizeInBytes": 7519}}', '3_78abe8e55a', '.jpg', 'image/jpeg', 42.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_78abe8e55a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:09:12.889', '2024-05-29 11:09:12.889', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (294, '1.jpg', NULL, NULL, 500, 665, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_a6389fd3fe.jpg", "hash": "small_1_a6389fd3fe", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 26.77, "width": 376, "height": 500, "sizeInBytes": 26766}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_a6389fd3fe.jpg", "hash": "thumbnail_1_a6389fd3fe", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 5.09, "width": 117, "height": 156, "sizeInBytes": 5087}}', '1_a6389fd3fe', '.jpg', 'image/jpeg', 40.95, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_a6389fd3fe.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:11:29.096', '2024-05-29 11:11:29.096', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (297, 'schools.svg', NULL, NULL, 66, 59, NULL, 'schools_0a11e0f5b3', '.svg', 'image/svg+xml', 4.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/schools_0a11e0f5b3.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:19:51.646', '2024-05-29 11:19:51.646', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (287, 'banner.jpg', NULL, NULL, 1770, 600, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_banner_f5fa2803a5.jpg", "hash": "large_banner_f5fa2803a5", "mime": "image/jpeg", "name": "large_banner.jpg", "path": null, "size": 69.5, "width": 1000, "height": 339, "sizeInBytes": 69499}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_banner_f5fa2803a5.jpg", "hash": "small_banner_f5fa2803a5", "mime": "image/jpeg", "name": "small_banner.jpg", "path": null, "size": 22.8, "width": 500, "height": 169, "sizeInBytes": 22804}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_banner_f5fa2803a5.jpg", "hash": "medium_banner_f5fa2803a5", "mime": "image/jpeg", "name": "medium_banner.jpg", "path": null, "size": 43.5, "width": 750, "height": 254, "sizeInBytes": 43504}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_banner_f5fa2803a5.jpg", "hash": "thumbnail_banner_f5fa2803a5", "mime": "image/jpeg", "name": "thumbnail_banner.jpg", "path": null, "size": 7.49, "width": 245, "height": 83, "sizeInBytes": 7494}}', 'banner_f5fa2803a5', '.jpg', 'image/jpeg', 175.67, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/banner_f5fa2803a5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6', '2024-05-29 10:32:35.449', '2024-07-12 10:40:21.241', 1, 2);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (290, 'recognitions-accreditation.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_recognitions_accreditation_886e2b782c.jpg", "hash": "small_recognitions_accreditation_886e2b782c", "mime": "image/jpeg", "name": "small_recognitions-accreditation.jpg", "path": null, "size": 19.43, "width": 500, "height": 390, "sizeInBytes": 19425}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_recognitions_accreditation_886e2b782c.jpg", "hash": "thumbnail_recognitions_accreditation_886e2b782c", "mime": "image/jpeg", "name": "thumbnail_recognitions-accreditation.jpg", "path": null, "size": 5.54, "width": 200, "height": 156, "sizeInBytes": 5542}}', 'recognitions_accreditation_886e2b782c', '.jpg', 'image/jpeg', 29.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/recognitions_accreditation_886e2b782c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:06:24.105', '2024-07-12 14:32:52.13', 1, 2);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (291, '1.jpg', NULL, NULL, 1024, 452, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_1_c0bc6fcdeb.jpg", "hash": "large_1_c0bc6fcdeb", "mime": "image/jpeg", "name": "large_1.jpg", "path": null, "size": 45.34, "width": 1000, "height": 441, "sizeInBytes": 45344}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_c0bc6fcdeb.jpg", "hash": "small_1_c0bc6fcdeb", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 14.94, "width": 500, "height": 221, "sizeInBytes": 14943}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_1_c0bc6fcdeb.jpg", "hash": "medium_1_c0bc6fcdeb", "mime": "image/jpeg", "name": "medium_1.jpg", "path": null, "size": 28.56, "width": 750, "height": 331, "sizeInBytes": 28555}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_c0bc6fcdeb.jpg", "hash": "thumbnail_1_c0bc6fcdeb", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 4.98, "width": 245, "height": 108, "sizeInBytes": 4980}}', '1_c0bc6fcdeb', '.jpg', 'image/jpeg', 47.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_c0bc6fcdeb.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 11:08:03.619', '2024-11-22 18:54:11.231', 1, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (301, 'card7.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card7_fdcdfd9886.jpg", "hash": "small_card7_fdcdfd9886", "mime": "image/jpeg", "name": "small_card7.jpg", "path": null, "size": 28.79, "width": 403, "height": 500, "sizeInBytes": 28793}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card7_fdcdfd9886.jpg", "hash": "thumbnail_card7_fdcdfd9886", "mime": "image/jpeg", "name": "thumbnail_card7.jpg", "path": null, "size": 5.27, "width": 126, "height": 156, "sizeInBytes": 5271}}', 'card7_fdcdfd9886', '.jpg', 'image/jpeg', 29.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card7_fdcdfd9886.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/9', '2024-05-29 12:18:02.341', '2024-05-29 12:18:02.341', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (304, 'card5.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card5_5bbb7233b5.jpg", "hash": "small_card5_5bbb7233b5", "mime": "image/jpeg", "name": "small_card5.jpg", "path": null, "size": 38.43, "width": 403, "height": 500, "sizeInBytes": 38432}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card5_5bbb7233b5.jpg", "hash": "thumbnail_card5_5bbb7233b5", "mime": "image/jpeg", "name": "thumbnail_card5.jpg", "path": null, "size": 5.52, "width": 126, "height": 156, "sizeInBytes": 5522}}', 'card5_5bbb7233b5', '.jpg', 'image/jpeg', 40.19, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card5_5bbb7233b5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/9', '2024-05-29 12:18:02.926', '2024-05-29 12:18:02.926', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (302, 'card4.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card4_110727b3f4.jpg", "hash": "small_card4_110727b3f4", "mime": "image/jpeg", "name": "small_card4.jpg", "path": null, "size": 24.67, "width": 403, "height": 500, "sizeInBytes": 24668}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card4_110727b3f4.jpg", "hash": "thumbnail_card4_110727b3f4", "mime": "image/jpeg", "name": "thumbnail_card4.jpg", "path": null, "size": 4.41, "width": 126, "height": 156, "sizeInBytes": 4408}}', 'card4_110727b3f4', '.jpg', 'image/jpeg', 25.63, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card4_110727b3f4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/9', '2024-05-29 12:18:02.638', '2024-05-29 12:18:02.638', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (303, 'card6.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card6_b04b6169d6.jpg", "hash": "small_card6_b04b6169d6", "mime": "image/jpeg", "name": "small_card6.jpg", "path": null, "size": 34.16, "width": 403, "height": 500, "sizeInBytes": 34160}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card6_b04b6169d6.jpg", "hash": "thumbnail_card6_b04b6169d6", "mime": "image/jpeg", "name": "thumbnail_card6.jpg", "path": null, "size": 5.36, "width": 126, "height": 156, "sizeInBytes": 5360}}', 'card6_b04b6169d6', '.jpg', 'image/jpeg', 35.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card6_b04b6169d6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/9', '2024-05-29 12:18:02.881', '2024-05-29 12:18:02.881', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (305, 'card2.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card2_dd1bbf0a94.jpg", "hash": "small_card2_dd1bbf0a94", "mime": "image/jpeg", "name": "small_card2.jpg", "path": null, "size": 23.99, "width": 403, "height": 500, "sizeInBytes": 23988}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card2_dd1bbf0a94.jpg", "hash": "thumbnail_card2_dd1bbf0a94", "mime": "image/jpeg", "name": "thumbnail_card2.jpg", "path": null, "size": 3.67, "width": 126, "height": 156, "sizeInBytes": 3674}}', 'card2_dd1bbf0a94', '.jpg', 'image/jpeg', 24.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card2_dd1bbf0a94.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/9', '2024-05-29 12:18:03.077', '2024-05-29 12:18:03.077', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (306, 'card3.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card3_229382d45e.jpg", "hash": "small_card3_229382d45e", "mime": "image/jpeg", "name": "small_card3.jpg", "path": null, "size": 34.18, "width": 403, "height": 500, "sizeInBytes": 34179}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card3_229382d45e.jpg", "hash": "thumbnail_card3_229382d45e", "mime": "image/jpeg", "name": "thumbnail_card3.jpg", "path": null, "size": 5.79, "width": 126, "height": 156, "sizeInBytes": 5794}}', 'card3_229382d45e', '.jpg', 'image/jpeg', 35.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card3_229382d45e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/9', '2024-05-29 12:18:03.369', '2024-05-29 12:18:03.369', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (307, 'card1.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card1_0087357482.jpg", "hash": "small_card1_0087357482", "mime": "image/jpeg", "name": "small_card1.jpg", "path": null, "size": 39.18, "width": 403, "height": 500, "sizeInBytes": 39183}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card1_0087357482.jpg", "hash": "thumbnail_card1_0087357482", "mime": "image/jpeg", "name": "thumbnail_card1.jpg", "path": null, "size": 6.22, "width": 126, "height": 156, "sizeInBytes": 6223}}', 'card1_0087357482', '.jpg', 'image/jpeg', 40.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card1_0087357482.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/9', '2024-05-29 12:18:03.51', '2024-05-29 12:18:03.51', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (308, 'card8.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card8_b44c50d89d.jpg", "hash": "small_card8_b44c50d89d", "mime": "image/jpeg", "name": "small_card8.jpg", "path": null, "size": 60.42, "width": 403, "height": 500, "sizeInBytes": 60423}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card8_b44c50d89d.jpg", "hash": "thumbnail_card8_b44c50d89d", "mime": "image/jpeg", "name": "thumbnail_card8.jpg", "path": null, "size": 7.09, "width": 126, "height": 156, "sizeInBytes": 7091}}', 'card8_b44c50d89d', '.jpg', 'image/jpeg', 63.87, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card8_b44c50d89d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/6/9', '2024-05-29 12:18:03.596', '2024-05-29 12:18:03.596', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (309, 'schools-black.svg', NULL, NULL, 66, 59, NULL, 'schools_black_fd31264422', '.svg', 'image/svg+xml', 4.41, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/schools_black_fd31264422.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-29 14:30:04.438', '2024-05-29 14:31:04.996', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (310, 'brand-logo.svg', NULL, NULL, 249, 72, NULL, 'brand_logo_494d3992d7', '.svg', 'image/svg+xml', 358.18, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/brand_logo_494d3992d7.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:13:33.834', '2024-05-29 16:13:33.834', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (311, 'arrow-down.svg', NULL, NULL, 10, 6, NULL, 'arrow_down_24c33a999b', '.svg', 'image/svg+xml', 0.21, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/arrow_down_24c33a999b.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:18:55.886', '2024-05-29 16:18:55.886', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (312, 'telegram.svg', NULL, NULL, 28, 26, NULL, 'telegram_ec341301ef', '.svg', 'image/svg+xml', 0.45, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/telegram_ec341301ef.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:18:55.896', '2024-05-29 16:18:55.896', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (313, 'smile.svg', NULL, NULL, 28, 28, NULL, 'smile_f70d37d23b', '.svg', 'image/svg+xml', 1.10, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/smile_f70d37d23b.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:18:55.912', '2024-05-29 16:18:55.912', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (314, 'phone.svg', NULL, NULL, 26, 26, NULL, 'phone_639aae6acb', '.svg', 'image/svg+xml', 2.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/phone_639aae6acb.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:18:55.914', '2024-05-29 16:18:55.914', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (315, 'whatsapp.svg', NULL, NULL, 26, 26, NULL, 'whatsapp_398b1307a5', '.svg', 'image/svg+xml', 1.48, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/whatsapp_398b1307a5.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:18:55.944', '2024-05-29 16:18:55.944', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (316, 'close-btn-black.svg', NULL, NULL, 12, 12, NULL, 'close_btn_black_584981d21e', '.svg', 'image/svg+xml', 0.88, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/close_btn_black_584981d21e.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:18:55.996', '2024-05-29 16:18:55.996', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (317, 'phone.svg', NULL, NULL, 22, 30, NULL, 'phone_21832bee1b', '.svg', 'image/svg+xml', 1.01, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/phone_21832bee1b.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/10', '2024-05-29 16:22:04.177', '2024-05-29 16:22:04.177', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (326, 'img.jpg', NULL, NULL, 886, 671, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_img_670bc01e97.jpg", "hash": "small_img_670bc01e97", "mime": "image/jpeg", "name": "small_img.jpg", "path": null, "size": 34.08, "width": 500, "height": 379, "sizeInBytes": 34079}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_img_670bc01e97.jpg", "hash": "medium_img_670bc01e97", "mime": "image/jpeg", "name": "medium_img.jpg", "path": null, "size": 64.07, "width": 750, "height": 568, "sizeInBytes": 64071}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_670bc01e97.jpg", "hash": "thumbnail_img_670bc01e97", "mime": "image/jpeg", "name": "thumbnail_img.jpg", "path": null, "size": 7.23, "width": 206, "height": 156, "sizeInBytes": 7228}}', 'img_670bc01e97', '.jpg', 'image/jpeg', 82.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_670bc01e97.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 11:46:57.153', '2024-05-30 11:46:57.153', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (327, 'testimonial-1.webp', NULL, NULL, 304, 304, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testimonial_1_e2c8b892d8.webp", "hash": "thumbnail_testimonial_1_e2c8b892d8", "mime": "image/webp", "name": "thumbnail_testimonial-1.webp", "path": null, "size": 4.24, "width": 156, "height": 156, "sizeInBytes": 4238}}', 'testimonial_1_e2c8b892d8', '.webp', 'image/webp', 9.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testimonial_1_e2c8b892d8.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 11:54:22.228', '2024-05-30 11:54:22.228', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (328, 'testimonial-1.jpg', NULL, NULL, 304, 304, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testimonial_1_799db17e7c.jpg", "hash": "thumbnail_testimonial_1_799db17e7c", "mime": "image/jpeg", "name": "thumbnail_testimonial-1.jpg", "path": null, "size": 6.58, "width": 156, "height": 156, "sizeInBytes": 6575}}', 'testimonial_1_799db17e7c', '.jpg', 'image/jpeg', 17.25, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testimonial_1_799db17e7c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 11:55:50.285', '2024-05-30 11:55:50.285', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (329, 'testimonial-1.jpg', NULL, NULL, 304, 304, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testimonial_1_b0cabdabc4.jpg", "hash": "thumbnail_testimonial_1_b0cabdabc4", "mime": "image/jpeg", "name": "thumbnail_testimonial-1.jpg", "path": null, "size": 6.58, "width": 156, "height": 156, "sizeInBytes": 6575}}', 'testimonial_1_b0cabdabc4', '.jpg', 'image/jpeg', 17.25, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testimonial_1_b0cabdabc4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 11:56:02.818', '2024-05-30 11:56:02.818', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (330, 'testimonial-1.jpg', NULL, NULL, 304, 304, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testimonial_1_cfab46b346.jpg", "hash": "thumbnail_testimonial_1_cfab46b346", "mime": "image/jpeg", "name": "thumbnail_testimonial-1.jpg", "path": null, "size": 6.58, "width": 156, "height": 156, "sizeInBytes": 6575}}', 'testimonial_1_cfab46b346', '.jpg', 'image/jpeg', 17.25, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testimonial_1_cfab46b346.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 11:59:47.637', '2024-05-30 11:59:47.637', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (331, 'testimonial-1.jpg', NULL, NULL, 304, 304, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testimonial_1_2d50b72c60.jpg", "hash": "thumbnail_testimonial_1_2d50b72c60", "mime": "image/jpeg", "name": "thumbnail_testimonial-1.jpg", "path": null, "size": 6.58, "width": 156, "height": 156, "sizeInBytes": 6575}}', 'testimonial_1_2d50b72c60', '.jpg', 'image/jpeg', 17.25, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testimonial_1_2d50b72c60.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 11:59:59.245', '2024-05-30 11:59:59.245', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (332, '3.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_5b102cf8f6.jpg", "hash": "thumbnail_3_5b102cf8f6", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 7.41, "width": 187, "height": 156, "sizeInBytes": 7410}}', '3_5b102cf8f6', '.jpg', 'image/jpeg', 23.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_5b102cf8f6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11', '2024-05-30 14:35:57.04', '2024-05-30 14:35:57.04', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (333, '4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_e78a203cb4.jpg", "hash": "thumbnail_4_e78a203cb4", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 6.81, "width": 187, "height": 156, "sizeInBytes": 6813}}', '4_e78a203cb4', '.jpg', 'image/jpeg', 20.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_e78a203cb4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11', '2024-05-30 14:35:57.143', '2024-05-30 14:35:57.143', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (334, '2.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_464cce4406.jpg", "hash": "thumbnail_2_464cce4406", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 9.1, "width": 187, "height": 156, "sizeInBytes": 9104}}', '2_464cce4406', '.jpg', 'image/jpeg', 31.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_464cce4406.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11', '2024-05-30 14:35:57.3', '2024-05-30 14:35:57.3', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (335, '1.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_f934811393.jpg", "hash": "thumbnail_1_f934811393", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 9.49, "width": 187, "height": 156, "sizeInBytes": 9495}}', '1_f934811393', '.jpg', 'image/jpeg', 32.18, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_f934811393.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11', '2024-05-30 14:35:57.302', '2024-05-30 14:35:57.302', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (359, 'leadership-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_leadership_mob_b0bd1aac3d.jpg", "hash": "thumbnail_leadership_mob_b0bd1aac3d", "mime": "image/jpeg", "name": "thumbnail_leadership-mob.jpg", "path": null, "size": 6.91, "width": 150, "height": 156, "sizeInBytes": 6911}}', 'leadership_mob_b0bd1aac3d', '.jpg', 'image/jpeg', 35.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/leadership_mob_b0bd1aac3d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 18:42:58.218', '2024-05-30 18:42:58.218', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (631, 'mail_c42ad0247d.svg', NULL, NULL, 28, 22, NULL, 'mail_c42ad0247d_78e4da1d1c', '.svg', 'image/svg+xml', 1.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/mail_c42ad0247d_78e4da1d1c.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:45:39.726', '2024-07-09 10:45:39.726', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (709, 'ICAEW-new 1.png', NULL, NULL, 236, 111, NULL, 'ICAEW_new_1_bbc7c83a0e', '.png', 'image/png', 4.50, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/ICAEW_new_1_bbc7c83a0e.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 17:30:00.734', '2024-08-05 17:30:00.734', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (336, 'apply.jpg', NULL, NULL, 885, 670, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_apply_c680c976b2.jpg", "hash": "small_apply_c680c976b2", "mime": "image/jpeg", "name": "small_apply.jpg", "path": null, "size": 21.58, "width": 500, "height": 379, "sizeInBytes": 21583}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_apply_c680c976b2.jpg", "hash": "medium_apply_c680c976b2", "mime": "image/jpeg", "name": "medium_apply.jpg", "path": null, "size": 38.82, "width": 750, "height": 568, "sizeInBytes": 38820}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_apply_c680c976b2.jpg", "hash": "thumbnail_apply_c680c976b2", "mime": "image/jpeg", "name": "thumbnail_apply.jpg", "path": null, "size": 6.12, "width": 206, "height": 156, "sizeInBytes": 6116}}', 'apply_c680c976b2', '.jpg', 'image/jpeg', 49.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/apply_c680c976b2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11', '2024-05-30 14:35:57.432', '2024-05-30 14:35:57.432', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (337, 'eligibility.jpg', NULL, NULL, 735, 560, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_eligibility_2fd94d310f.jpg", "hash": "small_eligibility_2fd94d310f", "mime": "image/jpeg", "name": "small_eligibility.jpg", "path": null, "size": 28.61, "width": 500, "height": 381, "sizeInBytes": 28608}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_eligibility_2fd94d310f.jpg", "hash": "thumbnail_eligibility_2fd94d310f", "mime": "image/jpeg", "name": "thumbnail_eligibility.jpg", "path": null, "size": 7.98, "width": 204, "height": 156, "sizeInBytes": 7983}}', 'eligibility_2fd94d310f', '.jpg', 'image/jpeg', 48.88, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/eligibility_2fd94d310f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11', '2024-05-30 14:35:57.58', '2024-05-30 14:35:57.58', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (338, '1.jpg', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_c03c99878f.jpg", "hash": "thumbnail_1_c03c99878f", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 9.81, "width": 226, "height": 156, "sizeInBytes": 9813}}', '1_c03c99878f', '.jpg', 'image/jpeg', 21.31, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_c03c99878f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 14:38:23.288', '2024-05-30 14:38:23.288', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (339, 'procedure.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_procedure_1e8a872714.jpg", "hash": "small_procedure_1e8a872714", "mime": "image/jpeg", "name": "small_procedure.jpg", "path": null, "size": 28.34, "width": 500, "height": 390, "sizeInBytes": 28343}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_procedure_1e8a872714.jpg", "hash": "thumbnail_procedure_1e8a872714", "mime": "image/jpeg", "name": "thumbnail_procedure.jpg", "path": null, "size": 7.65, "width": 200, "height": 156, "sizeInBytes": 7650}}', 'procedure_1e8a872714', '.jpg', 'image/jpeg', 43.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/procedure_1e8a872714.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 14:39:47.978', '2024-05-30 14:39:47.978', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (340, 'world-wide-manipal.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_world_wide_manipal_c7533adfde.jpg", "hash": "large_world_wide_manipal_c7533adfde", "mime": "image/jpeg", "name": "large_world-wide-manipal.jpg", "path": null, "size": 58.33, "width": 1000, "height": 391, "sizeInBytes": 58330}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_world_wide_manipal_c7533adfde.jpg", "hash": "small_world_wide_manipal_c7533adfde", "mime": "image/jpeg", "name": "small_world-wide-manipal.jpg", "path": null, "size": 20.9, "width": 500, "height": 195, "sizeInBytes": 20904}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_world_wide_manipal_c7533adfde.jpg", "hash": "medium_world_wide_manipal_c7533adfde", "mime": "image/jpeg", "name": "medium_world-wide-manipal.jpg", "path": null, "size": 38.23, "width": 750, "height": 293, "sizeInBytes": 38226}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_world_wide_manipal_c7533adfde.jpg", "hash": "thumbnail_world_wide_manipal_c7533adfde", "mime": "image/jpeg", "name": "thumbnail_world-wide-manipal.jpg", "path": null, "size": 6.88, "width": 245, "height": 95, "sizeInBytes": 6883}}', 'world_wide_manipal_c7533adfde', '.jpg', 'image/jpeg', 158.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/world_wide_manipal_c7533adfde.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 14:44:21.179', '2024-05-30 14:44:21.179', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (341, 'world-wide-manipal-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_world_wide_manipal_mob_194f554e1b.jpg", "hash": "thumbnail_world_wide_manipal_mob_194f554e1b", "mime": "image/jpeg", "name": "thumbnail_world-wide-manipal-mob.jpg", "path": null, "size": 6.71, "width": 150, "height": 156, "sizeInBytes": 6708}}', 'world_wide_manipal_mob_194f554e1b', '.jpg', 'image/jpeg', 38.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/world_wide_manipal_mob_194f554e1b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 14:44:33.394', '2024-05-30 14:44:33.394', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (342, 'aplly-5.svg', NULL, NULL, 74, 88, NULL, 'aplly_5_4d1635cbc1', '.svg', 'image/svg+xml', 4.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_5_4d1635cbc1.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:52:14.502', '2024-05-30 14:52:14.502', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (343, 'aplly-3.svg', NULL, NULL, 90, 90, NULL, 'aplly_3_b3cb74cbea', '.svg', 'image/svg+xml', 6.13, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_3_b3cb74cbea.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:52:14.509', '2024-05-30 14:52:14.509', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (344, 'aplly-1.svg', NULL, NULL, 103, 90, NULL, 'aplly_1_0e004ebe3b', '.svg', 'image/svg+xml', 4.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_1_0e004ebe3b.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:52:14.512', '2024-05-30 14:52:14.512', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (345, 'aplly-2.svg', NULL, NULL, 59, 90, NULL, 'aplly_2_0dcf8aabb7', '.svg', 'image/svg+xml', 1.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_2_0dcf8aabb7.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:52:14.523', '2024-05-30 14:52:14.523', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (346, 'aplly-4.svg', NULL, NULL, 71, 90, NULL, 'aplly_4_ffdb360309', '.svg', 'image/svg+xml', 3.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_4_ffdb360309.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:52:14.535', '2024-05-30 14:52:14.535', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (347, 'resource-3.svg', NULL, NULL, 70, 70, NULL, 'resource_3_19caee756e', '.svg', 'image/svg+xml', 1.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/resource_3_19caee756e.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:57:02.516', '2024-05-30 14:57:02.516', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (348, 'resource-1.svg', NULL, NULL, 70, 70, NULL, 'resource_1_8dc513d81a', '.svg', 'image/svg+xml', 0.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/resource_1_8dc513d81a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:57:02.519', '2024-05-30 14:57:02.519', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (349, 'resource-4.svg', NULL, NULL, 70, 70, NULL, 'resource_4_1cfe9ddadd', '.svg', 'image/svg+xml', 1.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/resource_4_1cfe9ddadd.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:57:02.524', '2024-05-30 14:57:02.524', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (350, 'resource-2.svg', NULL, NULL, 70, 70, NULL, 'resource_2_b40d0877e2', '.svg', 'image/svg+xml', 2.48, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/resource_2_b40d0877e2.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:57:02.546', '2024-05-30 14:57:02.546', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (351, 'resource-5.svg', NULL, NULL, 70, 70, NULL, 'resource_5_8a83671fce', '.svg', 'image/svg+xml', 3.72, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/resource_5_8a83671fce.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 14:57:02.552', '2024-05-30 14:57:02.552', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (352, 'admission.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_admission_afc54b94ec.jpg", "hash": "large_admission_afc54b94ec", "mime": "image/jpeg", "name": "large_admission.jpg", "path": null, "size": 67.5, "width": 1000, "height": 391, "sizeInBytes": 67498}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_admission_afc54b94ec.jpg", "hash": "small_admission_afc54b94ec", "mime": "image/jpeg", "name": "small_admission.jpg", "path": null, "size": 24.23, "width": 500, "height": 195, "sizeInBytes": 24232}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_admission_afc54b94ec.jpg", "hash": "medium_admission_afc54b94ec", "mime": "image/jpeg", "name": "medium_admission.jpg", "path": null, "size": 44.66, "width": 750, "height": 293, "sizeInBytes": 44664}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_admission_afc54b94ec.jpg", "hash": "thumbnail_admission_afc54b94ec", "mime": "image/jpeg", "name": "thumbnail_admission.jpg", "path": null, "size": 7.61, "width": 245, "height": 95, "sizeInBytes": 7610}}', 'admission_afc54b94ec', '.jpg', 'image/jpeg', 172.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/admission_afc54b94ec.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11', '2024-05-30 14:59:25.66', '2024-05-30 14:59:25.66', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (353, 'enquiry-1.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_ed6b125473', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_ed6b125473.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11', '2024-05-30 15:02:37.308', '2024-05-30 15:02:37.308', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (354, 'enquiry-2.svg', NULL, NULL, 36, 39, NULL, 'enquiry_2_320c045c0b', '.svg', 'image/svg+xml', 1.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_2_320c045c0b.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 18:42:11.381', '2024-05-30 18:42:11.381', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (355, 'enquiry-3.svg', NULL, NULL, 38, 44, NULL, 'enquiry_3_f89ee9ab28', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_3_f89ee9ab28.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 18:42:11.386', '2024-05-30 18:42:11.386', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (356, 'enquiry-1.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_53ddb81c25', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_53ddb81c25.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/11/12', '2024-05-30 18:42:11.46', '2024-05-30 18:42:11.46', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (358, 'leadership.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_leadership_d84295bfce.jpg", "hash": "large_leadership_d84295bfce", "mime": "image/jpeg", "name": "large_leadership.jpg", "path": null, "size": 64.91, "width": 1000, "height": 391, "sizeInBytes": 64913}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_leadership_d84295bfce.jpg", "hash": "small_leadership_d84295bfce", "mime": "image/jpeg", "name": "small_leadership.jpg", "path": null, "size": 23.71, "width": 500, "height": 195, "sizeInBytes": 23714}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_leadership_d84295bfce.jpg", "hash": "medium_leadership_d84295bfce", "mime": "image/jpeg", "name": "medium_leadership.jpg", "path": null, "size": 42.44, "width": 750, "height": 293, "sizeInBytes": 42435}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_leadership_d84295bfce.jpg", "hash": "thumbnail_leadership_d84295bfce", "mime": "image/jpeg", "name": "thumbnail_leadership.jpg", "path": null, "size": 7.97, "width": 245, "height": 95, "sizeInBytes": 7971}}', 'leadership_d84295bfce', '.jpg', 'image/jpeg', 174.20, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/leadership_d84295bfce.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-30 18:42:28.255', '2024-05-30 18:42:28.255', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (360, 'recognitions-accreditations.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_recognitions_accreditations_bb1d51aac1.jpg", "hash": "large_recognitions_accreditations_bb1d51aac1", "mime": "image/jpeg", "name": "large_recognitions-accreditations.jpg", "path": null, "size": 36.19, "width": 1000, "height": 391, "sizeInBytes": 36189}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_recognitions_accreditations_bb1d51aac1.jpg", "hash": "small_recognitions_accreditations_bb1d51aac1", "mime": "image/jpeg", "name": "small_recognitions-accreditations.jpg", "path": null, "size": 13.28, "width": 500, "height": 195, "sizeInBytes": 13276}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_recognitions_accreditations_bb1d51aac1.jpg", "hash": "medium_recognitions_accreditations_bb1d51aac1", "mime": "image/jpeg", "name": "medium_recognitions-accreditations.jpg", "path": null, "size": 23.66, "width": 750, "height": 293, "sizeInBytes": 23664}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_recognitions_accreditations_bb1d51aac1.jpg", "hash": "thumbnail_recognitions_accreditations_bb1d51aac1", "mime": "image/jpeg", "name": "thumbnail_recognitions-accreditations.jpg", "path": null, "size": 4.78, "width": 245, "height": 95, "sizeInBytes": 4777}}', 'recognitions_accreditations_bb1d51aac1', '.jpg', 'image/jpeg', 94.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/recognitions_accreditations_bb1d51aac1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 10:21:31.625', '2024-05-31 10:21:31.625', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (361, 'recognitions-accreditations-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_recognitions_accreditations_mob_26c27f0037.jpg", "hash": "thumbnail_recognitions_accreditations_mob_26c27f0037", "mime": "image/jpeg", "name": "thumbnail_recognitions-accreditations-mob.jpg", "path": null, "size": 4.13, "width": 150, "height": 156, "sizeInBytes": 4125}}', 'recognitions_accreditations_mob_26c27f0037', '.jpg', 'image/jpeg', 21.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/recognitions_accreditations_mob_26c27f0037.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 10:21:46.043', '2024-05-31 10:21:46.043', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (362, 'accreditation.jpg', NULL, NULL, 460, 570, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_accreditation_4dcfdcf696.jpg", "hash": "small_accreditation_4dcfdcf696", "mime": "image/jpeg", "name": "small_accreditation.jpg", "path": null, "size": 18.87, "width": 404, "height": 500, "sizeInBytes": 18872}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_accreditation_4dcfdcf696.jpg", "hash": "thumbnail_accreditation_4dcfdcf696", "mime": "image/jpeg", "name": "thumbnail_accreditation.jpg", "path": null, "size": 3.88, "width": 126, "height": 156, "sizeInBytes": 3880}}', 'accreditation_4dcfdcf696', '.jpg', 'image/jpeg', 22.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/accreditation_4dcfdcf696.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 10:24:30.948', '2024-05-31 10:24:30.948', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (363, 'higher1.svg', NULL, NULL, 116, 126, NULL, 'higher1_44ee614a3d', '.svg', 'image/svg+xml', 23.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/higher1_44ee614a3d.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 10:31:44.688', '2024-05-31 10:31:44.688', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (364, 'higher2.svg', NULL, NULL, 83, 126, NULL, 'higher2_babc4ac867', '.svg', 'image/svg+xml', 254.01, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/higher2_babc4ac867.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 10:32:24.188', '2024-05-31 10:32:24.188', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (365, 'higher3.svg', NULL, NULL, 188, 102, NULL, 'higher3_cbd0c9f45f', '.svg', 'image/svg+xml', 55.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/higher3_cbd0c9f45f.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 10:32:46.123', '2024-05-31 10:32:46.123', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (366, 'higher4.svg', NULL, NULL, 190, 102, NULL, 'higher4_cffc7d2d3e', '.svg', 'image/svg+xml', 64.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/higher4_cffc7d2d3e.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 10:34:01.729', '2024-05-31 10:34:01.729', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (367, 'international-students-overview.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_overview_785584f656.jpg", "hash": "small_international_students_overview_785584f656", "mime": "image/jpeg", "name": "small_international-students-overview.jpg", "path": null, "size": 36.58, "width": 500, "height": 390, "sizeInBytes": 36580}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_overview_785584f656.jpg", "hash": "thumbnail_international_students_overview_785584f656", "mime": "image/jpeg", "name": "thumbnail_international-students-overview.jpg", "path": null, "size": 9.13, "width": 200, "height": 156, "sizeInBytes": 9128}}', 'international_students_overview_785584f656', '.jpg', 'image/jpeg', 58.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_overview_785584f656.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13', '2024-05-31 11:27:15.592', '2024-05-31 11:27:15.592', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (632, 'enquiry_1_d6bd08b8d2.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_d6bd08b8d2_45e856a7d1', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_d6bd08b8d2_45e856a7d1.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:51:22.946', '2024-07-09 10:51:22.946', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (368, 'about-dubai.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_about_dubai_44393d4734.jpg", "hash": "small_about_dubai_44393d4734", "mime": "image/jpeg", "name": "small_about-dubai.jpg", "path": null, "size": 40.26, "width": 500, "height": 390, "sizeInBytes": 40262}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_dubai_44393d4734.jpg", "hash": "thumbnail_about_dubai_44393d4734", "mime": "image/jpeg", "name": "thumbnail_about-dubai.jpg", "path": null, "size": 8.87, "width": 200, "height": 156, "sizeInBytes": 8866}}', 'about_dubai_44393d4734', '.jpg', 'image/jpeg', 65.03, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_dubai_44393d4734.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13', '2024-05-31 11:27:15.816', '2024-05-31 11:27:15.816', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (369, 'international-students-visa-requirement2.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_visa_requirement2_e3ffe017cf.jpg", "hash": "small_international_students_visa_requirement2_e3ffe017cf", "mime": "image/jpeg", "name": "small_international-students-visa-requirement2.jpg", "path": null, "size": 35.08, "width": 500, "height": 390, "sizeInBytes": 35084}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_visa_requirement2_e3ffe017cf.jpg", "hash": "thumbnail_international_students_visa_requirement2_e3ffe017cf", "mime": "image/jpeg", "name": "thumbnail_international-students-visa-requirement2.jpg", "path": null, "size": 8.82, "width": 200, "height": 156, "sizeInBytes": 8821}}', 'international_students_visa_requirement2_e3ffe017cf', '.jpg', 'image/jpeg', 55.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_visa_requirement2_e3ffe017cf.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13', '2024-05-31 11:27:15.922', '2024-05-31 11:27:15.922', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (370, 'international-students-scholarships.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_scholarships_60ef02d374.jpg", "hash": "small_international_students_scholarships_60ef02d374", "mime": "image/jpeg", "name": "small_international-students-scholarships.jpg", "path": null, "size": 29.72, "width": 500, "height": 390, "sizeInBytes": 29721}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_scholarships_60ef02d374.jpg", "hash": "thumbnail_international_students_scholarships_60ef02d374", "mime": "image/jpeg", "name": "thumbnail_international-students-scholarships.jpg", "path": null, "size": 7.9, "width": 200, "height": 156, "sizeInBytes": 7897}}', 'international_students_scholarships_60ef02d374', '.jpg', 'image/jpeg', 46.85, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_scholarships_60ef02d374.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13', '2024-05-31 11:27:15.957', '2024-05-31 11:27:15.957', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (371, 'international-students-visa-requirement.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_visa_requirement_bf896f8ae6.jpg", "hash": "small_international_students_visa_requirement_bf896f8ae6", "mime": "image/jpeg", "name": "small_international-students-visa-requirement.jpg", "path": null, "size": 28.58, "width": 500, "height": 390, "sizeInBytes": 28581}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_visa_requirement_bf896f8ae6.jpg", "hash": "thumbnail_international_students_visa_requirement_bf896f8ae6", "mime": "image/jpeg", "name": "thumbnail_international-students-visa-requirement.jpg", "path": null, "size": 6.84, "width": 200, "height": 156, "sizeInBytes": 6840}}', 'international_students_visa_requirement_bf896f8ae6', '.jpg', 'image/jpeg', 45.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_visa_requirement_bf896f8ae6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13', '2024-05-31 11:29:05.268', '2024-05-31 11:29:05.268', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (372, 'international-students.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_students_6016c31f14.jpg", "hash": "large_international_students_6016c31f14", "mime": "image/jpeg", "name": "large_international-students.jpg", "path": null, "size": 55.78, "width": 1000, "height": 391, "sizeInBytes": 55784}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_6016c31f14.jpg", "hash": "small_international_students_6016c31f14", "mime": "image/jpeg", "name": "small_international-students.jpg", "path": null, "size": 19.09, "width": 500, "height": 195, "sizeInBytes": 19088}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_students_6016c31f14.jpg", "hash": "medium_international_students_6016c31f14", "mime": "image/jpeg", "name": "medium_international-students.jpg", "path": null, "size": 35.78, "width": 750, "height": 293, "sizeInBytes": 35783}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_6016c31f14.jpg", "hash": "thumbnail_international_students_6016c31f14", "mime": "image/jpeg", "name": "thumbnail_international-students.jpg", "path": null, "size": 6.07, "width": 245, "height": 95, "sizeInBytes": 6065}}', 'international_students_6016c31f14', '.jpg', 'image/jpeg', 147.92, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_6016c31f14.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13', '2024-05-31 12:00:39.495', '2024-05-31 12:00:39.495', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (373, 'international-admissions-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_admissions_mob_5ef577c2fc.jpg", "hash": "thumbnail_international_admissions_mob_5ef577c2fc", "mime": "image/jpeg", "name": "thumbnail_international-admissions-mob.jpg", "path": null, "size": 6.03, "width": 150, "height": 156, "sizeInBytes": 6025}}', 'international_admissions_mob_5ef577c2fc', '.jpg', 'image/jpeg', 40.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_admissions_mob_5ef577c2fc.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13', '2024-05-31 12:00:56.444', '2024-05-31 12:00:56.444', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (374, 'download-primary.svg', NULL, NULL, 45, 46, NULL, 'download_primary_9bb7b69df8', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/download_primary_9bb7b69df8.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13/14', '2024-05-31 12:02:48.297', '2024-05-31 12:02:48.297', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (375, 'academic-partner.svg', NULL, NULL, 122, 102, NULL, 'academic_partner_1e8a4545bc', '.svg', 'image/svg+xml', 0.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/academic_partner_1e8a4545bc.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13/14', '2024-05-31 12:06:49.549', '2024-05-31 12:06:49.549', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (376, 'awards-achievements.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_awards_achievements_162d6f0374.jpg", "hash": "large_awards_achievements_162d6f0374", "mime": "image/jpeg", "name": "large_awards-achievements.jpg", "path": null, "size": 64.91, "width": 1000, "height": 391, "sizeInBytes": 64913}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_awards_achievements_162d6f0374.jpg", "hash": "small_awards_achievements_162d6f0374", "mime": "image/jpeg", "name": "small_awards-achievements.jpg", "path": null, "size": 23.71, "width": 500, "height": 195, "sizeInBytes": 23714}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_awards_achievements_162d6f0374.jpg", "hash": "medium_awards_achievements_162d6f0374", "mime": "image/jpeg", "name": "medium_awards-achievements.jpg", "path": null, "size": 42.44, "width": 750, "height": 293, "sizeInBytes": 42435}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_awards_achievements_162d6f0374.jpg", "hash": "thumbnail_awards_achievements_162d6f0374", "mime": "image/jpeg", "name": "thumbnail_awards-achievements.jpg", "path": null, "size": 7.97, "width": 245, "height": 95, "sizeInBytes": 7971}}', 'awards_achievements_162d6f0374', '.jpg', 'image/jpeg', 174.20, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/awards_achievements_162d6f0374.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 13:18:08.04', '2024-05-31 13:18:08.04', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (377, 'awards-achievements-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_awards_achievements_mob_63d425001d.jpg", "hash": "thumbnail_awards_achievements_mob_63d425001d", "mime": "image/jpeg", "name": "thumbnail_awards-achievements-mob.jpg", "path": null, "size": 7.25, "width": 150, "height": 156, "sizeInBytes": 7249}}', 'awards_achievements_mob_63d425001d', '.jpg', 'image/jpeg', 42.97, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/awards_achievements_mob_63d425001d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 13:18:22.045', '2024-05-31 13:18:22.045', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (378, 'pdf-icon.svg', NULL, NULL, 108, 140, NULL, 'pdf_icon_396800894c', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_icon_396800894c.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/13/14', '2024-05-31 13:36:10.394', '2024-05-31 13:36:10.394', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (379, '1.jpg', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_4b9d053258.jpg", "hash": "thumbnail_1_4b9d053258", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 9.81, "width": 226, "height": 156, "sizeInBytes": 9813}}', '1_4b9d053258', '.jpg', 'image/jpeg', 21.31, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_4b9d053258.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:08:46.472', '2024-05-31 14:08:46.472', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (380, '2.jpg', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_47bd5b5fe8.jpg", "hash": "thumbnail_2_47bd5b5fe8", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 10, "width": 226, "height": 156, "sizeInBytes": 9997}}', '2_47bd5b5fe8', '.jpg', 'image/jpeg', 21.10, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_47bd5b5fe8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:18:31.132', '2024-05-31 14:18:31.132', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (381, '3.jpg', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_7519e09b0e.jpg", "hash": "thumbnail_3_7519e09b0e", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 11.09, "width": 226, "height": 156, "sizeInBytes": 11093}}', '3_7519e09b0e', '.jpg', 'image/jpeg', 23.67, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_7519e09b0e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:20:48.995', '2024-05-31 14:20:48.995', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (382, '4.jpg', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_81e71da024.jpg", "hash": "thumbnail_4_81e71da024", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 9.18, "width": 226, "height": 156, "sizeInBytes": 9176}}', '4_81e71da024', '.jpg', 'image/jpeg', 20.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_81e71da024.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:23:01.533', '2024-05-31 14:23:01.533', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (383, '1.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_4c53b70739.jpg", "hash": "small_1_4c53b70739", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 44.32, "width": 500, "height": 281, "sizeInBytes": 44321}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_4c53b70739.jpg", "hash": "thumbnail_1_4c53b70739", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 14.08, "width": 245, "height": 138, "sizeInBytes": 14078}}', '1_4c53b70739', '.jpg', 'image/jpeg', 55.03, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_4c53b70739.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:35:54.686', '2024-05-31 14:35:54.686', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (384, '2.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_b16b9cb9e3.jpg", "hash": "small_2_b16b9cb9e3", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 21.58, "width": 500, "height": 281, "sizeInBytes": 21584}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_b16b9cb9e3.jpg", "hash": "thumbnail_2_b16b9cb9e3", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.35, "width": 245, "height": 138, "sizeInBytes": 7352}}', '2_b16b9cb9e3', '.jpg', 'image/jpeg', 25.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_b16b9cb9e3.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:36:10.497', '2024-05-31 14:36:10.497', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (385, '3.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_8682f43aa5.jpg", "hash": "small_3_8682f43aa5", "mime": "image/jpeg", "name": "small_3.jpg", "path": null, "size": 29.21, "width": 500, "height": 281, "sizeInBytes": 29214}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_8682f43aa5.jpg", "hash": "thumbnail_3_8682f43aa5", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 10.02, "width": 245, "height": 138, "sizeInBytes": 10018}}', '3_8682f43aa5', '.jpg', 'image/jpeg', 35.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_8682f43aa5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:36:36.37', '2024-05-31 14:36:36.37', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (386, '4.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_4_118ddde855.jpg", "hash": "small_4_118ddde855", "mime": "image/jpeg", "name": "small_4.jpg", "path": null, "size": 27.25, "width": 500, "height": 281, "sizeInBytes": 27249}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_118ddde855.jpg", "hash": "thumbnail_4_118ddde855", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 9.71, "width": 245, "height": 138, "sizeInBytes": 9714}}', '4_118ddde855', '.jpg', 'image/jpeg', 32.87, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_118ddde855.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:36:57.781', '2024-05-31 14:36:57.781', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (387, '5.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_5_9e493d6a4d.jpg", "hash": "small_5_9e493d6a4d", "mime": "image/jpeg", "name": "small_5.jpg", "path": null, "size": 31.69, "width": 500, "height": 281, "sizeInBytes": 31687}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_5_9e493d6a4d.jpg", "hash": "thumbnail_5_9e493d6a4d", "mime": "image/jpeg", "name": "thumbnail_5.jpg", "path": null, "size": 11.33, "width": 245, "height": 138, "sizeInBytes": 11332}}', '5_9e493d6a4d', '.jpg', 'image/jpeg', 37.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/5_9e493d6a4d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:37:19.806', '2024-05-31 14:37:19.806', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (388, '6.jpg', NULL, NULL, 570, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_6_1fbd9ac8df.jpg", "hash": "small_6_1fbd9ac8df", "mime": "image/jpeg", "name": "small_6.jpg", "path": null, "size": 45.39, "width": 500, "height": 281, "sizeInBytes": 45390}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_6_1fbd9ac8df.jpg", "hash": "thumbnail_6_1fbd9ac8df", "mime": "image/jpeg", "name": "thumbnail_6.jpg", "path": null, "size": 14.3, "width": 245, "height": 138, "sizeInBytes": 14298}}', '6_1fbd9ac8df', '.jpg', 'image/jpeg', 55.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/6_1fbd9ac8df.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 14:37:38.197', '2024-05-31 14:37:38.197', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (389, 'manipal-university-jaipur.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_manipal_university_jaipur_22831366dd.jpg", "hash": "large_manipal_university_jaipur_22831366dd", "mime": "image/jpeg", "name": "large_manipal-university-jaipur.jpg", "path": null, "size": 76.15, "width": 1000, "height": 391, "sizeInBytes": 76150}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_manipal_university_jaipur_22831366dd.jpg", "hash": "small_manipal_university_jaipur_22831366dd", "mime": "image/jpeg", "name": "small_manipal-university-jaipur.jpg", "path": null, "size": 24.05, "width": 500, "height": 195, "sizeInBytes": 24052}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_manipal_university_jaipur_22831366dd.jpg", "hash": "medium_manipal_university_jaipur_22831366dd", "mime": "image/jpeg", "name": "medium_manipal-university-jaipur.jpg", "path": null, "size": 47.37, "width": 750, "height": 293, "sizeInBytes": 47365}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_manipal_university_jaipur_22831366dd.jpg", "hash": "thumbnail_manipal_university_jaipur_22831366dd", "mime": "image/jpeg", "name": "thumbnail_manipal-university-jaipur.jpg", "path": null, "size": 7.1, "width": 245, "height": 95, "sizeInBytes": 7095}}', 'manipal_university_jaipur_22831366dd', '.jpg', 'image/jpeg', 211.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/manipal_university_jaipur_22831366dd.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 15:33:15.717', '2024-05-31 15:33:15.717', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (390, 'manipal-university-jaipur-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_manipal_university_jaipur_mob_4063dbd6c9.jpg", "hash": "thumbnail_manipal_university_jaipur_mob_4063dbd6c9", "mime": "image/jpeg", "name": "thumbnail_manipal-university-jaipur-mob.jpg", "path": null, "size": 6.54, "width": 150, "height": 156, "sizeInBytes": 6535}}', 'manipal_university_jaipur_mob_4063dbd6c9', '.jpg', 'image/jpeg', 44.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/manipal_university_jaipur_mob_4063dbd6c9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 15:33:27.654', '2024-05-31 15:33:27.654', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (391, 'Frame.svg', NULL, NULL, 67, 70, NULL, 'Frame_c4a3785f5e', '.svg', 'image/svg+xml', 3.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_c4a3785f5e.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 15:37:47.142', '2024-05-31 15:37:47.142', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (392, '1.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_af974e7538.webp", "hash": "small_1_af974e7538", "mime": "image/webp", "name": "small_1.webp", "path": null, "size": 34.44, "width": 500, "height": 390, "sizeInBytes": 34438}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_af974e7538.webp", "hash": "thumbnail_1_af974e7538", "mime": "image/webp", "name": "thumbnail_1.webp", "path": null, "size": 9.02, "width": 200, "height": 156, "sizeInBytes": 9018}}', '1_af974e7538', '.webp', 'image/webp', 56.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_af974e7538.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:40:13.248', '2024-05-31 15:40:13.248', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (393, '2.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_949260f8b7.webp", "hash": "small_2_949260f8b7", "mime": "image/webp", "name": "small_2.webp", "path": null, "size": 18.41, "width": 500, "height": 430, "sizeInBytes": 18414}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_949260f8b7.webp", "hash": "thumbnail_2_949260f8b7", "mime": "image/webp", "name": "thumbnail_2.webp", "path": null, "size": 5.45, "width": 181, "height": 156, "sizeInBytes": 5448}}', '2_949260f8b7', '.webp', 'image/webp', 29.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_949260f8b7.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:40:45.923', '2024-05-31 15:40:45.923', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (394, '3.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_7e41fdfcb3.webp", "hash": "small_3_7e41fdfcb3", "mime": "image/webp", "name": "small_3.webp", "path": null, "size": 11.39, "width": 500, "height": 430, "sizeInBytes": 11386}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_7e41fdfcb3.webp", "hash": "thumbnail_3_7e41fdfcb3", "mime": "image/webp", "name": "thumbnail_3.webp", "path": null, "size": 3.75, "width": 181, "height": 156, "sizeInBytes": 3754}}', '3_7e41fdfcb3', '.webp', 'image/webp', 17.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_7e41fdfcb3.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:41:19.075', '2024-05-31 15:41:19.075', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (395, '4.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_4_0f6e8fe491.webp", "hash": "small_4_0f6e8fe491", "mime": "image/webp", "name": "small_4.webp", "path": null, "size": 26.48, "width": 500, "height": 430, "sizeInBytes": 26484}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_0f6e8fe491.webp", "hash": "thumbnail_4_0f6e8fe491", "mime": "image/webp", "name": "thumbnail_4.webp", "path": null, "size": 6.98, "width": 181, "height": 156, "sizeInBytes": 6976}}', '4_0f6e8fe491', '.webp', 'image/webp', 43.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_0f6e8fe491.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:41:50.867', '2024-05-31 15:41:50.867', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (471, 'img-4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_4_3e7187bf4e.jpg", "hash": "thumbnail_img_4_3e7187bf4e", "mime": "image/jpeg", "name": "thumbnail_img-4.jpg", "path": null, "size": 5.95, "width": 187, "height": 156, "sizeInBytes": 5953}}', 'img_4_3e7187bf4e', '.jpg', 'image/jpeg', 20.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_4_3e7187bf4e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:03:41.72', '2024-06-04 10:03:41.72', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (396, '5.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_5_db8abdd580.webp", "hash": "small_5_db8abdd580", "mime": "image/webp", "name": "small_5.webp", "path": null, "size": 22.06, "width": 500, "height": 430, "sizeInBytes": 22062}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_5_db8abdd580.webp", "hash": "thumbnail_5_db8abdd580", "mime": "image/webp", "name": "thumbnail_5.webp", "path": null, "size": 6.3, "width": 181, "height": 156, "sizeInBytes": 6296}}', '5_db8abdd580', '.webp', 'image/webp', 35.85, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/5_db8abdd580.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:42:19.143', '2024-05-31 15:42:19.143', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (397, '6.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_6_24ed48eb04.webp", "hash": "small_6_24ed48eb04", "mime": "image/webp", "name": "small_6.webp", "path": null, "size": 10.05, "width": 500, "height": 430, "sizeInBytes": 10052}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_6_24ed48eb04.webp", "hash": "thumbnail_6_24ed48eb04", "mime": "image/webp", "name": "thumbnail_6.webp", "path": null, "size": 3.12, "width": 181, "height": 156, "sizeInBytes": 3120}}', '6_24ed48eb04', '.webp', 'image/webp', 14.77, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/6_24ed48eb04.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:42:42.686', '2024-05-31 15:42:42.686', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (400, '9.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_9_a8197ad2f0.webp", "hash": "small_9_a8197ad2f0", "mime": "image/webp", "name": "small_9.webp", "path": null, "size": 28.75, "width": 500, "height": 430, "sizeInBytes": 28752}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_9_a8197ad2f0.webp", "hash": "thumbnail_9_a8197ad2f0", "mime": "image/webp", "name": "thumbnail_9.webp", "path": null, "size": 8.04, "width": 181, "height": 156, "sizeInBytes": 8040}}', '9_a8197ad2f0', '.webp', 'image/webp', 43.05, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/9_a8197ad2f0.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:45:05.508', '2024-05-31 15:45:05.508', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (401, 'facilities-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_facilities_desktop_820a520b8b.jpg", "hash": "large_facilities_desktop_820a520b8b", "mime": "image/jpeg", "name": "large_facilities-desktop.jpg", "path": null, "size": 52.94, "width": 1000, "height": 391, "sizeInBytes": 52935}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_facilities_desktop_820a520b8b.jpg", "hash": "small_facilities_desktop_820a520b8b", "mime": "image/jpeg", "name": "small_facilities-desktop.jpg", "path": null, "size": 17.86, "width": 500, "height": 195, "sizeInBytes": 17864}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_facilities_desktop_820a520b8b.jpg", "hash": "medium_facilities_desktop_820a520b8b", "mime": "image/jpeg", "name": "medium_facilities-desktop.jpg", "path": null, "size": 33.38, "width": 750, "height": 293, "sizeInBytes": 33380}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_facilities_desktop_820a520b8b.jpg", "hash": "thumbnail_facilities_desktop_820a520b8b", "mime": "image/jpeg", "name": "thumbnail_facilities-desktop.jpg", "path": null, "size": 6.02, "width": 245, "height": 95, "sizeInBytes": 6024}}', 'facilities_desktop_820a520b8b', '.jpg', 'image/jpeg', 160.85, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/facilities_desktop_820a520b8b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 15:46:09.989', '2024-05-31 15:46:09.989', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (398, '7.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_7_1fe62444f0.webp", "hash": "small_7_1fe62444f0", "mime": "image/webp", "name": "small_7.webp", "path": null, "size": 15.96, "width": 500, "height": 430, "sizeInBytes": 15958}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_7_1fe62444f0.webp", "hash": "thumbnail_7_1fe62444f0", "mime": "image/webp", "name": "thumbnail_7.webp", "path": null, "size": 4.9, "width": 181, "height": 156, "sizeInBytes": 4902}}', '7_1fe62444f0', '.webp', 'image/webp', 25.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/7_1fe62444f0.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:44:19.251', '2024-05-31 15:44:19.251', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (399, '8.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_8_007d6d2da1.webp", "hash": "small_8_007d6d2da1", "mime": "image/webp", "name": "small_8.webp", "path": null, "size": 22.3, "width": 500, "height": 430, "sizeInBytes": 22296}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_8_007d6d2da1.webp", "hash": "thumbnail_8_007d6d2da1", "mime": "image/webp", "name": "thumbnail_8.webp", "path": null, "size": 5.84, "width": 181, "height": 156, "sizeInBytes": 5836}}', '8_007d6d2da1', '.webp', 'image/webp', 38.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/8_007d6d2da1.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/15', '2024-05-31 15:44:43.371', '2024-05-31 15:44:43.371', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (402, 'sustainability-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_sustainability_desktop_8c19766493.jpg", "hash": "large_sustainability_desktop_8c19766493", "mime": "image/jpeg", "name": "large_sustainability-desktop.jpg", "path": null, "size": 112.78, "width": 1000, "height": 391, "sizeInBytes": 112776}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_sustainability_desktop_8c19766493.jpg", "hash": "small_sustainability_desktop_8c19766493", "mime": "image/jpeg", "name": "small_sustainability-desktop.jpg", "path": null, "size": 34.25, "width": 500, "height": 195, "sizeInBytes": 34250}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_sustainability_desktop_8c19766493.jpg", "hash": "medium_sustainability_desktop_8c19766493", "mime": "image/jpeg", "name": "medium_sustainability-desktop.jpg", "path": null, "size": 69.83, "width": 750, "height": 293, "sizeInBytes": 69829}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_sustainability_desktop_8c19766493.jpg", "hash": "thumbnail_sustainability_desktop_8c19766493", "mime": "image/jpeg", "name": "thumbnail_sustainability-desktop.jpg", "path": null, "size": 9.14, "width": 245, "height": 95, "sizeInBytes": 9137}}', 'sustainability_desktop_8c19766493', '.jpg', 'image/jpeg', 324.48, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/sustainability_desktop_8c19766493.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 16:28:19.045', '2024-05-31 16:28:19.045', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (403, 'sustainability-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_sustainability_mob_bff6ea0315.jpg", "hash": "large_sustainability_mob_bff6ea0315", "mime": "image/jpeg", "name": "large_sustainability-mob.jpg", "path": null, "size": 112.78, "width": 1000, "height": 391, "sizeInBytes": 112776}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_sustainability_mob_bff6ea0315.jpg", "hash": "small_sustainability_mob_bff6ea0315", "mime": "image/jpeg", "name": "small_sustainability-mob.jpg", "path": null, "size": 34.25, "width": 500, "height": 195, "sizeInBytes": 34250}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_sustainability_mob_bff6ea0315.jpg", "hash": "medium_sustainability_mob_bff6ea0315", "mime": "image/jpeg", "name": "medium_sustainability-mob.jpg", "path": null, "size": 69.83, "width": 750, "height": 293, "sizeInBytes": 69829}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_sustainability_mob_bff6ea0315.jpg", "hash": "thumbnail_sustainability_mob_bff6ea0315", "mime": "image/jpeg", "name": "thumbnail_sustainability-mob.jpg", "path": null, "size": 9.14, "width": 245, "height": 95, "sizeInBytes": 9137}}', 'sustainability_mob_bff6ea0315', '.jpg', 'image/jpeg', 324.48, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/sustainability_mob_bff6ea0315.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 16:30:46.411', '2024-05-31 16:30:46.411', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (404, '1.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_58325471c8.jpg", "hash": "small_1_58325471c8", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 38.12, "width": 500, "height": 390, "sizeInBytes": 38119}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_58325471c8.jpg", "hash": "thumbnail_1_58325471c8", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 9.4, "width": 200, "height": 156, "sizeInBytes": 9398}}', '1_58325471c8', '.jpg', 'image/jpeg', 61.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_58325471c8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 16:33:46.247', '2024-05-31 16:33:46.247', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (405, 'pdf-icon.svg', NULL, NULL, 108, 140, NULL, 'pdf_icon_a85a384f10', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_icon_a85a384f10.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-31 16:34:51.751', '2024-05-31 16:34:51.751', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (414, 'left-image.jpg', NULL, NULL, 420, 604, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_left_image_c19c03afec.jpg", "hash": "small_left_image_c19c03afec", "mime": "image/jpeg", "name": "small_left-image.jpg", "path": null, "size": 31.38, "width": 348, "height": 500, "sizeInBytes": 31376}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_left_image_c19c03afec.jpg", "hash": "thumbnail_left_image_c19c03afec", "mime": "image/jpeg", "name": "thumbnail_left-image.jpg", "path": null, "size": 5.46, "width": 108, "height": 156, "sizeInBytes": 5456}}', 'left_image_c19c03afec', '.jpg', 'image/jpeg', 42.83, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/left_image_c19c03afec.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:16:02.224', '2024-06-03 11:16:02.224', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (633, 'enquiry_2_1246f69285.svg', NULL, NULL, 36, 39, NULL, 'enquiry_2_1246f69285_3e5203e377', '.svg', 'image/svg+xml', 1.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_2_1246f69285_3e5203e377.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:52:20.95', '2024-07-09 10:52:20.95', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (406, 'career-services-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_career_services_desktop_39511bdf76.jpg", "hash": "large_career_services_desktop_39511bdf76", "mime": "image/jpeg", "name": "large_career-services-desktop.jpg", "path": null, "size": 66.09, "width": 1000, "height": 391, "sizeInBytes": 66086}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_career_services_desktop_39511bdf76.jpg", "hash": "small_career_services_desktop_39511bdf76", "mime": "image/jpeg", "name": "small_career-services-desktop.jpg", "path": null, "size": 21.46, "width": 500, "height": 195, "sizeInBytes": 21459}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_career_services_desktop_39511bdf76.jpg", "hash": "medium_career_services_desktop_39511bdf76", "mime": "image/jpeg", "name": "medium_career-services-desktop.jpg", "path": null, "size": 41.74, "width": 750, "height": 293, "sizeInBytes": 41744}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_career_services_desktop_39511bdf76.jpg", "hash": "thumbnail_career_services_desktop_39511bdf76", "mime": "image/jpeg", "name": "thumbnail_career-services-desktop.jpg", "path": null, "size": 6.78, "width": 245, "height": 95, "sizeInBytes": 6776}}', 'career_services_desktop_39511bdf76', '.jpg', 'image/jpeg', 185.10, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/career_services_desktop_39511bdf76.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 10:48:09.412', '2024-06-03 10:48:09.412', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (407, 'career-services-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_career_services_mob_8d806a84df.jpg", "hash": "thumbnail_career_services_mob_8d806a84df", "mime": "image/jpeg", "name": "thumbnail_career-services-mob.jpg", "path": null, "size": 6.1, "width": 150, "height": 156, "sizeInBytes": 6096}}', 'career_services_mob_8d806a84df', '.jpg', 'image/jpeg', 38.42, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/career_services_mob_8d806a84df.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 10:48:21.287', '2024-06-03 10:48:21.287', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (408, 'img.jpg', NULL, NULL, 735, 561, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_img_82c13cc367.jpg", "hash": "small_img_82c13cc367", "mime": "image/jpeg", "name": "small_img.jpg", "path": null, "size": 43.09, "width": 500, "height": 382, "sizeInBytes": 43085}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_82c13cc367.jpg", "hash": "thumbnail_img_82c13cc367", "mime": "image/jpeg", "name": "thumbnail_img.jpg", "path": null, "size": 10.61, "width": 204, "height": 156, "sizeInBytes": 10611}}', 'img_82c13cc367', '.jpg', 'image/jpeg', 76.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_82c13cc367.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 10:55:49.658', '2024-06-03 10:55:49.658', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (409, 'topimg.jpg', NULL, NULL, 270, 217, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_topimg_ff7cc08407.jpg", "hash": "thumbnail_topimg_ff7cc08407", "mime": "image/jpeg", "name": "thumbnail_topimg.jpg", "path": null, "size": 6.32, "width": 194, "height": 156, "sizeInBytes": 6324}}', 'topimg_ff7cc08407', '.jpg', 'image/jpeg', 10.36, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/topimg_ff7cc08407.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:00:18.222', '2024-06-03 11:00:18.222', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (410, 'leftimg.jpg', NULL, NULL, 420, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_leftimg_f6669feab5.jpg", "hash": "small_leftimg_f6669feab5", "mime": "image/jpeg", "name": "small_leftimg.jpg", "path": null, "size": 27.4, "width": 341, "height": 500, "sizeInBytes": 27398}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_leftimg_f6669feab5.jpg", "hash": "thumbnail_leftimg_f6669feab5", "mime": "image/jpeg", "name": "thumbnail_leftimg.jpg", "path": null, "size": 5.1, "width": 106, "height": 156, "sizeInBytes": 5097}}', 'leftimg_f6669feab5', '.jpg', 'image/jpeg', 36.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/leftimg_f6669feab5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:00:33.568', '2024-06-03 11:00:33.568', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (411, 'rightimg.jpg', NULL, NULL, 423, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_rightimg_602886db91.jpg", "hash": "small_rightimg_602886db91", "mime": "image/jpeg", "name": "small_rightimg.jpg", "path": null, "size": 32.28, "width": 343, "height": 500, "sizeInBytes": 32283}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_rightimg_602886db91.jpg", "hash": "thumbnail_rightimg_602886db91", "mime": "image/jpeg", "name": "thumbnail_rightimg.jpg", "path": null, "size": 4.94, "width": 107, "height": 156, "sizeInBytes": 4936}}', 'rightimg_602886db91', '.jpg', 'image/jpeg', 44.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/rightimg_602886db91.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:00:48.558', '2024-06-03 11:00:48.558', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (412, 'img-1.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_b3c51f2ed9.png", "hash": "thumbnail_img_1_b3c51f2ed9", "mime": "image/png", "name": "thumbnail_img-1.png", "path": null, "size": 11.27, "width": 245, "height": 97, "sizeInBytes": 11274}}', 'img_1_b3c51f2ed9', '.png', 'image/png', 4.12, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_b3c51f2ed9.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:09:33.014', '2024-06-03 11:09:33.014', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (413, 'img-1.png', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_169c11719f.png", "hash": "thumbnail_img_1_169c11719f", "mime": "image/png", "name": "thumbnail_img-1.png", "path": null, "size": 11.27, "width": 245, "height": 97, "sizeInBytes": 11274}}', 'img_1_169c11719f', '.png', 'image/png', 4.12, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_169c11719f.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:09:50.244', '2024-06-03 11:09:50.244', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (430, '4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_cffb58c8f0.jpg", "hash": "thumbnail_4_cffb58c8f0", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 5.85, "width": 187, "height": 156, "sizeInBytes": 5846}}', '4_cffb58c8f0', '.jpg', 'image/jpeg', 20.05, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_cffb58c8f0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:47:56.563', '2024-06-03 11:47:56.563', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (415, 'right-image.jpg', NULL, NULL, 423, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_right_image_c4a543f841.jpg", "hash": "small_right_image_c4a543f841", "mime": "image/jpeg", "name": "small_right-image.jpg", "path": null, "size": 26.87, "width": 343, "height": 500, "sizeInBytes": 26868}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_right_image_c4a543f841.jpg", "hash": "thumbnail_right_image_c4a543f841", "mime": "image/jpeg", "name": "thumbnail_right-image.jpg", "path": null, "size": 4.63, "width": 107, "height": 156, "sizeInBytes": 4629}}', 'right_image_c4a543f841', '.jpg', 'image/jpeg', 36.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/right_image_c4a543f841.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:16:21.004', '2024-06-03 11:16:21.004', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (417, 'alumni-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_alumni_desktop_d38db62e79.jpg", "hash": "large_alumni_desktop_d38db62e79", "mime": "image/jpeg", "name": "large_alumni-desktop.jpg", "path": null, "size": 40.07, "width": 1000, "height": 391, "sizeInBytes": 40073}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_alumni_desktop_d38db62e79.jpg", "hash": "small_alumni_desktop_d38db62e79", "mime": "image/jpeg", "name": "small_alumni-desktop.jpg", "path": null, "size": 15.61, "width": 500, "height": 195, "sizeInBytes": 15611}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_alumni_desktop_d38db62e79.jpg", "hash": "medium_alumni_desktop_d38db62e79", "mime": "image/jpeg", "name": "medium_alumni-desktop.jpg", "path": null, "size": 27.29, "width": 750, "height": 293, "sizeInBytes": 27288}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_alumni_desktop_d38db62e79.jpg", "hash": "thumbnail_alumni_desktop_d38db62e79", "mime": "image/jpeg", "name": "thumbnail_alumni-desktop.jpg", "path": null, "size": 5.5, "width": 245, "height": 95, "sizeInBytes": 5500}}', 'alumni_desktop_d38db62e79', '.jpg', 'image/jpeg', 96.08, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/alumni_desktop_d38db62e79.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:18:17.91', '2024-06-03 11:18:17.91', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (419, 'alumni.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_alumni_33c6c65377.jpg", "hash": "small_alumni_33c6c65377", "mime": "image/jpeg", "name": "small_alumni.jpg", "path": null, "size": 23.8, "width": 500, "height": 390, "sizeInBytes": 23803}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_alumni_33c6c65377.jpg", "hash": "thumbnail_alumni_33c6c65377", "mime": "image/jpeg", "name": "thumbnail_alumni.jpg", "path": null, "size": 6.32, "width": 200, "height": 156, "sizeInBytes": 6317}}', 'alumni_33c6c65377', '.jpg', 'image/jpeg', 37.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/alumni_33c6c65377.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:19:37.369', '2024-06-03 11:19:37.369', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (416, 'img1.jpg', NULL, NULL, 720, 544, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_img1_588ea95fc3.jpg", "hash": "small_img1_588ea95fc3", "mime": "image/jpeg", "name": "small_img1.jpg", "path": null, "size": 34.26, "width": 500, "height": 378, "sizeInBytes": 34258}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img1_588ea95fc3.jpg", "hash": "thumbnail_img1_588ea95fc3", "mime": "image/jpeg", "name": "thumbnail_img1.jpg", "path": null, "size": 9.39, "width": 206, "height": 156, "sizeInBytes": 9387}}', 'img1_588ea95fc3', '.jpg', 'image/jpeg', 56.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img1_588ea95fc3.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:17:43.508', '2024-06-03 11:17:43.508', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (418, 'alumni-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_alumni_mob_c22b385d13.jpg", "hash": "large_alumni_mob_c22b385d13", "mime": "image/jpeg", "name": "large_alumni-mob.jpg", "path": null, "size": 40.07, "width": 1000, "height": 391, "sizeInBytes": 40073}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_alumni_mob_c22b385d13.jpg", "hash": "small_alumni_mob_c22b385d13", "mime": "image/jpeg", "name": "small_alumni-mob.jpg", "path": null, "size": 15.61, "width": 500, "height": 195, "sizeInBytes": 15611}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_alumni_mob_c22b385d13.jpg", "hash": "medium_alumni_mob_c22b385d13", "mime": "image/jpeg", "name": "medium_alumni-mob.jpg", "path": null, "size": 27.29, "width": 750, "height": 293, "sizeInBytes": 27288}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_alumni_mob_c22b385d13.jpg", "hash": "thumbnail_alumni_mob_c22b385d13", "mime": "image/jpeg", "name": "thumbnail_alumni-mob.jpg", "path": null, "size": 5.5, "width": 245, "height": 95, "sizeInBytes": 5500}}', 'alumni_mob_c22b385d13', '.jpg', 'image/jpeg', 96.08, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/alumni_mob_c22b385d13.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:19:04.977', '2024-06-03 11:19:04.977', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (420, 'img2.jpg', NULL, NULL, 720, 544, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_img2_8d6296ee7b.jpg", "hash": "small_img2_8d6296ee7b", "mime": "image/jpeg", "name": "small_img2.jpg", "path": null, "size": 25.16, "width": 500, "height": 378, "sizeInBytes": 25164}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img2_8d6296ee7b.jpg", "hash": "thumbnail_img2_8d6296ee7b", "mime": "image/jpeg", "name": "thumbnail_img2.jpg", "path": null, "size": 6.89, "width": 206, "height": 156, "sizeInBytes": 6889}}', 'img2_8d6296ee7b', '.jpg', 'image/jpeg', 42.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img2_8d6296ee7b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:20:29.144', '2024-06-03 11:20:29.144', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (421, 'benefits.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_benefits_8f4bee2d85.jpg", "hash": "small_benefits_8f4bee2d85", "mime": "image/jpeg", "name": "small_benefits.jpg", "path": null, "size": 29.09, "width": 500, "height": 390, "sizeInBytes": 29088}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_benefits_8f4bee2d85.jpg", "hash": "thumbnail_benefits_8f4bee2d85", "mime": "image/jpeg", "name": "thumbnail_benefits.jpg", "path": null, "size": 7.91, "width": 200, "height": 156, "sizeInBytes": 7906}}', 'benefits_8f4bee2d85', '.jpg', 'image/jpeg', 44.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/benefits_8f4bee2d85.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:21:21.24', '2024-06-03 11:21:21.24', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (422, '1.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_8038ceab8a.jpg", "hash": "thumbnail_1_8038ceab8a", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 6.84, "width": 187, "height": 156, "sizeInBytes": 6839}}', '1_8038ceab8a', '.jpg', 'image/jpeg', 21.62, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_8038ceab8a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:22:13.31', '2024-06-03 11:22:13.31', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (423, '2.jpg', NULL, NULL, 420, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_25228d23b8.jpg", "hash": "thumbnail_2_25228d23b8", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 6.82, "width": 187, "height": 156, "sizeInBytes": 6820}}', '2_25228d23b8', '.jpg', 'image/jpeg', 21.91, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_25228d23b8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:23:06.003', '2024-06-03 11:23:06.003', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (424, 'counter-icon-1.svg', NULL, NULL, 74, 86, NULL, 'counter_icon_1_abbcbabb70', '.svg', 'image/svg+xml', 12.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/counter_icon_1_abbcbabb70.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:37:20.708', '2024-06-03 11:37:20.708', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (425, 'counter-icon-2.svg', NULL, NULL, 86, 86, NULL, 'counter_icon_2_0c16ef5193', '.svg', 'image/svg+xml', 10.05, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/counter_icon_2_0c16ef5193.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:37:53.422', '2024-06-03 11:37:53.422', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (426, 'counter-icon-3.svg', NULL, NULL, 87, 86, NULL, 'counter_icon_3_28d65e5643', '.svg', 'image/svg+xml', 11.67, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/counter_icon_3_28d65e5643.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:38:21.857', '2024-06-03 11:38:21.857', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (427, 'counter-icon-4.svg', NULL, NULL, 86, 86, NULL, 'counter_icon_4_f576e75d4a', '.svg', 'image/svg+xml', 14.18, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/counter_icon_4_f576e75d4a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:38:49.39', '2024-06-03 11:38:49.39', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (428, 'counter-icon-5.svg', NULL, NULL, 89, 87, NULL, 'counter_icon_5_09827b59e8', '.svg', 'image/svg+xml', 4.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/counter_icon_5_09827b59e8.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:39:36.23', '2024-06-03 11:39:36.23', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (429, '3.jpg', NULL, NULL, 420, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_b6f876b191.jpg", "hash": "thumbnail_3_b6f876b191", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 5.15, "width": 187, "height": 156, "sizeInBytes": 5153}}', '3_b6f876b191', '.jpg', 'image/jpeg', 16.70, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_b6f876b191.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:47:24.43', '2024-06-03 11:47:24.43', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (634, 'enquiry_3_f4917ddb98.svg', NULL, NULL, 38, 44, NULL, 'enquiry_3_f4917ddb98_e577a7a312', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_3_f4917ddb98_e577a7a312.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:53:18.396', '2024-07-09 10:53:18.396', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (431, 'alumni-association.png', NULL, NULL, 794, 732, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_alumni_association_10201198f2.png", "hash": "small_alumni_association_10201198f2", "mime": "image/png", "name": "small_alumni-association.png", "path": null, "size": 446.42, "width": 500, "height": 461, "sizeInBytes": 446423}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_alumni_association_10201198f2.png", "hash": "medium_alumni_association_10201198f2", "mime": "image/png", "name": "medium_alumni-association.png", "path": null, "size": 926.02, "width": 750, "height": 691, "sizeInBytes": 926020}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_alumni_association_10201198f2.png", "hash": "thumbnail_alumni_association_10201198f2", "mime": "image/png", "name": "thumbnail_alumni-association.png", "path": null, "size": 58.87, "width": 169, "height": 156, "sizeInBytes": 58865}}', 'alumni_association_10201198f2', '.png', 'image/png', 226.03, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/alumni_association_10201198f2.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 11:49:57.652', '2024-06-03 11:49:57.652', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (432, '2.webp', NULL, NULL, 713, 613, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_25cee1ad34.webp", "hash": "small_2_25cee1ad34", "mime": "image/webp", "name": "small_2.webp", "path": null, "size": 14.28, "width": 500, "height": 430, "sizeInBytes": 14280}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_25cee1ad34.webp", "hash": "thumbnail_2_25cee1ad34", "mime": "image/webp", "name": "thumbnail_2.webp", "path": null, "size": 4.26, "width": 181, "height": 156, "sizeInBytes": 4258}}', '2_25cee1ad34', '.webp', 'image/webp', 22.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_25cee1ad34.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 12:02:47.342', '2024-06-03 12:02:47.342', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (433, '3.webp', NULL, NULL, 750, 421, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_e077ed7011.webp", "hash": "small_3_e077ed7011", "mime": "image/webp", "name": "small_3.webp", "path": null, "size": 31.51, "width": 500, "height": 281, "sizeInBytes": 31510}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_e077ed7011.webp", "hash": "thumbnail_3_e077ed7011", "mime": "image/webp", "name": "thumbnail_3.webp", "path": null, "size": 9.92, "width": 245, "height": 138, "sizeInBytes": 9920}}', '3_e077ed7011', '.webp', 'image/webp', 66.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_e077ed7011.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 12:02:56.753', '2024-06-03 12:02:56.753', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (434, 'international-admissions-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_admissions_mob_ddee5a8543.jpg", "hash": "thumbnail_international_admissions_mob_ddee5a8543", "mime": "image/jpeg", "name": "thumbnail_international-admissions-mob.jpg", "path": null, "size": 6.03, "width": 150, "height": 156, "sizeInBytes": 6025}}', 'international_admissions_mob_ddee5a8543', '.jpg', 'image/jpeg', 40.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_admissions_mob_ddee5a8543.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/16', '2024-06-03 12:15:24.533', '2024-06-03 12:15:24.533', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (435, 'international-admissions.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_admissions_2878806a3f.jpg", "hash": "large_international_admissions_2878806a3f", "mime": "image/jpeg", "name": "large_international-admissions.jpg", "path": null, "size": 52.76, "width": 1000, "height": 391, "sizeInBytes": 52761}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_admissions_2878806a3f.jpg", "hash": "small_international_admissions_2878806a3f", "mime": "image/jpeg", "name": "small_international-admissions.jpg", "path": null, "size": 18.07, "width": 500, "height": 195, "sizeInBytes": 18070}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_admissions_2878806a3f.jpg", "hash": "medium_international_admissions_2878806a3f", "mime": "image/jpeg", "name": "medium_international-admissions.jpg", "path": null, "size": 33.87, "width": 750, "height": 293, "sizeInBytes": 33873}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_admissions_2878806a3f.jpg", "hash": "thumbnail_international_admissions_2878806a3f", "mime": "image/jpeg", "name": "thumbnail_international-admissions.jpg", "path": null, "size": 5.74, "width": 245, "height": 95, "sizeInBytes": 5735}}', 'international_admissions_2878806a3f', '.jpg', 'image/jpeg', 139.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_admissions_2878806a3f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/16', '2024-06-03 12:15:26.222', '2024-06-03 12:15:26.222', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (436, 'international-students-overview.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_overview_08379ae5a6.webp", "hash": "small_international_students_overview_08379ae5a6", "mime": "image/webp", "name": "small_international-students-overview.webp", "path": null, "size": 21.84, "width": 500, "height": 390, "sizeInBytes": 21838}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_overview_08379ae5a6.webp", "hash": "thumbnail_international_students_overview_08379ae5a6", "mime": "image/webp", "name": "thumbnail_international-students-overview.webp", "path": null, "size": 6.98, "width": 200, "height": 156, "sizeInBytes": 6984}}', 'international_students_overview_08379ae5a6', '.webp', 'image/webp', 33.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_overview_08379ae5a6.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 12:16:26.444', '2024-06-03 12:16:26.444', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (439, 'international-students-scholarships.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_students_scholarships_220ceadbdc.jpg", "hash": "large_international_students_scholarships_220ceadbdc", "mime": "image/jpeg", "name": "large_international-students-scholarships.jpg", "path": null, "size": 79.27, "width": 1000, "height": 391, "sizeInBytes": 79271}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_scholarships_220ceadbdc.jpg", "hash": "small_international_students_scholarships_220ceadbdc", "mime": "image/jpeg", "name": "small_international-students-scholarships.jpg", "path": null, "size": 24.47, "width": 500, "height": 195, "sizeInBytes": 24466}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_students_scholarships_220ceadbdc.jpg", "hash": "medium_international_students_scholarships_220ceadbdc", "mime": "image/jpeg", "name": "medium_international-students-scholarships.jpg", "path": null, "size": 49.18, "width": 750, "height": 293, "sizeInBytes": 49182}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_scholarships_220ceadbdc.jpg", "hash": "thumbnail_international_students_scholarships_220ceadbdc", "mime": "image/jpeg", "name": "thumbnail_international-students-scholarships.jpg", "path": null, "size": 7.12, "width": 245, "height": 95, "sizeInBytes": 7123}}', 'international_students_scholarships_220ceadbdc', '.jpg', 'image/jpeg', 226.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_scholarships_220ceadbdc.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 12:42:13.246', '2024-06-03 12:42:13.246', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (437, 'international-students-overview.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_overview_93a8c41d4d.webp", "hash": "small_international_students_overview_93a8c41d4d", "mime": "image/webp", "name": "small_international-students-overview.webp", "path": null, "size": 21.84, "width": 500, "height": 390, "sizeInBytes": 21838}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_overview_93a8c41d4d.webp", "hash": "thumbnail_international_students_overview_93a8c41d4d", "mime": "image/webp", "name": "thumbnail_international-students-overview.webp", "path": null, "size": 6.98, "width": 200, "height": 156, "sizeInBytes": 6984}}', 'international_students_overview_93a8c41d4d', '.webp', 'image/webp', 33.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_overview_93a8c41d4d.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 12:16:52.676', '2024-06-03 12:16:52.676', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (438, 'international-students-overview.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_overview_c9e16d1e2d.webp", "hash": "small_international_students_overview_c9e16d1e2d", "mime": "image/webp", "name": "small_international-students-overview.webp", "path": null, "size": 21.84, "width": 500, "height": 390, "sizeInBytes": 21838}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_overview_c9e16d1e2d.webp", "hash": "thumbnail_international_students_overview_c9e16d1e2d", "mime": "image/webp", "name": "thumbnail_international-students-overview.webp", "path": null, "size": 6.98, "width": 200, "height": 156, "sizeInBytes": 6984}}', 'international_students_overview_c9e16d1e2d', '.webp', 'image/webp', 33.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_overview_c9e16d1e2d.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 12:17:13.545', '2024-06-03 12:17:13.545', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (440, 'international-students-scholarships.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_students_scholarships_9797444167.jpg", "hash": "large_international_students_scholarships_9797444167", "mime": "image/jpeg", "name": "large_international-students-scholarships.jpg", "path": null, "size": 79.27, "width": 1000, "height": 391, "sizeInBytes": 79271}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_scholarships_9797444167.jpg", "hash": "small_international_students_scholarships_9797444167", "mime": "image/jpeg", "name": "small_international-students-scholarships.jpg", "path": null, "size": 24.47, "width": 500, "height": 195, "sizeInBytes": 24466}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_students_scholarships_9797444167.jpg", "hash": "medium_international_students_scholarships_9797444167", "mime": "image/jpeg", "name": "medium_international-students-scholarships.jpg", "path": null, "size": 49.18, "width": 750, "height": 293, "sizeInBytes": 49182}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_scholarships_9797444167.jpg", "hash": "thumbnail_international_students_scholarships_9797444167", "mime": "image/jpeg", "name": "thumbnail_international-students-scholarships.jpg", "path": null, "size": 7.12, "width": 245, "height": 95, "sizeInBytes": 7123}}', 'international_students_scholarships_9797444167', '.jpg', 'image/jpeg', 226.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_scholarships_9797444167.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 12:42:22.175', '2024-06-03 12:42:22.175', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (441, 'international-students-scholarships.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_scholarships_9b5b416944.webp", "hash": "small_international_students_scholarships_9b5b416944", "mime": "image/webp", "name": "small_international-students-scholarships.webp", "path": null, "size": 17.6, "width": 500, "height": 390, "sizeInBytes": 17602}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_scholarships_9b5b416944.webp", "hash": "thumbnail_international_students_scholarships_9b5b416944", "mime": "image/webp", "name": "thumbnail_international-students-scholarships.webp", "path": null, "size": 5.85, "width": 200, "height": 156, "sizeInBytes": 5848}}', 'international_students_scholarships_9b5b416944', '.webp', 'image/webp', 26.56, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_scholarships_9b5b416944.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 12:42:57.554', '2024-06-03 12:42:57.554', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (442, 'about-dubai.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_about_dubai_4ba8764404.webp", "hash": "small_about_dubai_4ba8764404", "mime": "image/webp", "name": "small_about-dubai.webp", "path": null, "size": 26.76, "width": 500, "height": 390, "sizeInBytes": 26758}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_dubai_4ba8764404.webp", "hash": "thumbnail_about_dubai_4ba8764404", "mime": "image/webp", "name": "thumbnail_about-dubai.webp", "path": null, "size": 7.15, "width": 200, "height": 156, "sizeInBytes": 7150}}', 'about_dubai_4ba8764404', '.webp', 'image/webp', 41.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_dubai_4ba8764404.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 13:32:19.955', '2024-06-03 13:32:19.955', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (443, 'international-students-centre -mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_students_centre_mob_29110c6fb9.jpg", "hash": "large_international_students_centre_mob_29110c6fb9", "mime": "image/jpeg", "name": "large_international-students-centre -mob.jpg", "path": null, "size": 57.39, "width": 1000, "height": 391, "sizeInBytes": 57386}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_centre_mob_29110c6fb9.jpg", "hash": "small_international_students_centre_mob_29110c6fb9", "mime": "image/jpeg", "name": "small_international-students-centre -mob.jpg", "path": null, "size": 20.61, "width": 500, "height": 195, "sizeInBytes": 20606}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_students_centre_mob_29110c6fb9.jpg", "hash": "medium_international_students_centre_mob_29110c6fb9", "mime": "image/jpeg", "name": "medium_international-students-centre -mob.jpg", "path": null, "size": 37.73, "width": 750, "height": 293, "sizeInBytes": 37732}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_centre_mob_29110c6fb9.jpg", "hash": "thumbnail_international_students_centre_mob_29110c6fb9", "mime": "image/jpeg", "name": "thumbnail_international-students-centre -mob.jpg", "path": null, "size": 6.65, "width": 245, "height": 95, "sizeInBytes": 6647}}', 'international_students_centre_mob_29110c6fb9', '.jpg', 'image/jpeg', 149.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_centre_mob_29110c6fb9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:03:41.723', '2024-06-03 14:03:41.723', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (472, 'img-4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_4_444b2eef65.jpg", "hash": "thumbnail_img_4_444b2eef65", "mime": "image/jpeg", "name": "thumbnail_img-4.jpg", "path": null, "size": 5.95, "width": 187, "height": 156, "sizeInBytes": 5953}}', 'img_4_444b2eef65', '.jpg', 'image/jpeg', 20.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_4_444b2eef65.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:03:52.807', '2024-06-04 10:03:52.807', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (444, 'international-students-centre-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_students_centre_desktop_c64238fdd1.jpg", "hash": "large_international_students_centre_desktop_c64238fdd1", "mime": "image/jpeg", "name": "large_international-students-centre-desktop.jpg", "path": null, "size": 57.39, "width": 1000, "height": 391, "sizeInBytes": 57386}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_centre_desktop_c64238fdd1.jpg", "hash": "small_international_students_centre_desktop_c64238fdd1", "mime": "image/jpeg", "name": "small_international-students-centre-desktop.jpg", "path": null, "size": 20.61, "width": 500, "height": 195, "sizeInBytes": 20606}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_students_centre_desktop_c64238fdd1.jpg", "hash": "medium_international_students_centre_desktop_c64238fdd1", "mime": "image/jpeg", "name": "medium_international-students-centre-desktop.jpg", "path": null, "size": 37.73, "width": 750, "height": 293, "sizeInBytes": 37732}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_centre_desktop_c64238fdd1.jpg", "hash": "thumbnail_international_students_centre_desktop_c64238fdd1", "mime": "image/jpeg", "name": "thumbnail_international-students-centre-desktop.jpg", "path": null, "size": 6.65, "width": 245, "height": 95, "sizeInBytes": 6647}}', 'international_students_centre_desktop_c64238fdd1', '.jpg', 'image/jpeg', 149.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_centre_desktop_c64238fdd1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:03:52.564', '2024-06-03 14:03:52.564', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (449, 'contact-us-desk.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_contact_us_desk_529102b5d9.jpg", "hash": "large_contact_us_desk_529102b5d9", "mime": "image/jpeg", "name": "large_contact-us-desk.jpg", "path": null, "size": 41.4, "width": 1000, "height": 391, "sizeInBytes": 41397}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_contact_us_desk_529102b5d9.jpg", "hash": "small_contact_us_desk_529102b5d9", "mime": "image/jpeg", "name": "small_contact-us-desk.jpg", "path": null, "size": 15.61, "width": 500, "height": 195, "sizeInBytes": 15607}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_contact_us_desk_529102b5d9.jpg", "hash": "medium_contact_us_desk_529102b5d9", "mime": "image/jpeg", "name": "medium_contact-us-desk.jpg", "path": null, "size": 27.63, "width": 750, "height": 293, "sizeInBytes": 27625}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_contact_us_desk_529102b5d9.jpg", "hash": "thumbnail_contact_us_desk_529102b5d9", "mime": "image/jpeg", "name": "thumbnail_contact-us-desk.jpg", "path": null, "size": 5.63, "width": 245, "height": 95, "sizeInBytes": 5628}}', 'contact_us_desk_529102b5d9', '.jpg', 'image/jpeg', 104.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/contact_us_desk_529102b5d9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:37:46.029', '2024-06-03 14:37:46.029', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (450, 'contact-us-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_contact_us_mob_9d81df27fa.jpg", "hash": "thumbnail_contact_us_mob_9d81df27fa", "mime": "image/jpeg", "name": "thumbnail_contact-us-mob.jpg", "path": null, "size": 5.27, "width": 150, "height": 156, "sizeInBytes": 5265}}', 'contact_us_mob_9d81df27fa', '.jpg', 'image/jpeg', 30.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/contact_us_mob_9d81df27fa.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:37:55.937', '2024-06-03 14:37:55.937', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (451, 'address.svg', NULL, NULL, 30, 40, NULL, 'address_aed7051886', '.svg', 'image/svg+xml', 1.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/address_aed7051886.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:39:29.875', '2024-06-03 14:39:29.875', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (452, 'email.svg', NULL, NULL, 36, 39, NULL, 'email_36cd8cbd13', '.svg', 'image/svg+xml', 1.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/email_36cd8cbd13.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:40:42.957', '2024-06-03 14:40:42.957', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (453, 'phone.svg', NULL, NULL, 35, 41, NULL, 'phone_9fbdc72466', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/phone_9fbdc72466.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:41:26.993', '2024-06-03 14:41:26.993', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (454, 'whatsapp.svg', NULL, NULL, 42, 42, NULL, 'whatsapp_2606a6b8f3', '.svg', 'image/svg+xml', 24.41, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/whatsapp_2606a6b8f3.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:42:39.08', '2024-06-03 14:42:39.08', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (455, 'chat.svg', NULL, NULL, 43, 42, NULL, 'chat_34128429a6', '.svg', 'image/svg+xml', 20.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/chat_34128429a6.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:43:34.801', '2024-06-03 14:43:34.801', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (456, 'social-media.svg', NULL, NULL, 30, 30, NULL, 'social_media_09bafe0b5e', '.svg', 'image/svg+xml', 25.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/social_media_09bafe0b5e.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:44:11.356', '2024-06-03 14:44:11.356', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (457, 'form.jpg', NULL, NULL, 815, 760, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_form_831ee3f633.jpg", "hash": "small_form_831ee3f633", "mime": "image/jpeg", "name": "small_form.jpg", "path": null, "size": 62.06, "width": 500, "height": 466, "sizeInBytes": 62058}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_form_831ee3f633.jpg", "hash": "medium_form_831ee3f633", "mime": "image/jpeg", "name": "medium_form.jpg", "path": null, "size": 115.6, "width": 750, "height": 699, "sizeInBytes": 115604}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_form_831ee3f633.jpg", "hash": "thumbnail_form_831ee3f633", "mime": "image/jpeg", "name": "thumbnail_form.jpg", "path": null, "size": 10.21, "width": 167, "height": 156, "sizeInBytes": 10205}}', 'form_831ee3f633', '.jpg', 'image/jpeg', 133.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/form_831ee3f633.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:45:20.662', '2024-06-03 14:45:20.662', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (445, 'center.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_center_a6245b724e.webp", "hash": "small_center_a6245b724e", "mime": "image/webp", "name": "small_center.webp", "path": null, "size": 23.65, "width": 500, "height": 390, "sizeInBytes": 23646}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_center_a6245b724e.webp", "hash": "thumbnail_center_a6245b724e", "mime": "image/webp", "name": "thumbnail_center.webp", "path": null, "size": 7.94, "width": 200, "height": 156, "sizeInBytes": 7942}}', 'center_a6245b724e', '.webp', 'image/webp', 34.46, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/center_a6245b724e.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:04:19.604', '2024-06-03 14:04:19.604', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (446, 'center.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_center_17019da13d.webp", "hash": "small_center_17019da13d", "mime": "image/webp", "name": "small_center.webp", "path": null, "size": 13.6, "width": 500, "height": 390, "sizeInBytes": 13604}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_center_17019da13d.webp", "hash": "thumbnail_center_17019da13d", "mime": "image/webp", "name": "thumbnail_center.webp", "path": null, "size": 4.59, "width": 200, "height": 156, "sizeInBytes": 4592}}', 'center_17019da13d', '.webp', 'image/webp', 20.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/center_17019da13d.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:05:02.777', '2024-06-03 14:05:02.777', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (447, 'center.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_center_01d9f19abd.webp", "hash": "small_center_01d9f19abd", "mime": "image/webp", "name": "small_center.webp", "path": null, "size": 32.71, "width": 500, "height": 390, "sizeInBytes": 32708}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_center_01d9f19abd.webp", "hash": "thumbnail_center_01d9f19abd", "mime": "image/webp", "name": "thumbnail_center.webp", "path": null, "size": 9.43, "width": 200, "height": 156, "sizeInBytes": 9434}}', 'center_01d9f19abd', '.webp', 'image/webp', 52.92, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/center_01d9f19abd.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:05:44.729', '2024-06-03 14:05:44.729', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (448, 'center.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_center_9b798035c5.webp", "hash": "small_center_9b798035c5", "mime": "image/webp", "name": "small_center.webp", "path": null, "size": 19.4, "width": 500, "height": 390, "sizeInBytes": 19400}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_center_9b798035c5.webp", "hash": "thumbnail_center_9b798035c5", "mime": "image/webp", "name": "thumbnail_center.webp", "path": null, "size": 5.73, "width": 200, "height": 156, "sizeInBytes": 5734}}', 'center_9b798035c5', '.webp', 'image/webp', 30.50, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/center_9b798035c5.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 14:06:17.448', '2024-06-03 14:06:17.448', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (458, 'img-1.jpg', NULL, NULL, 420, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_d7b8e09f90.jpg", "hash": "thumbnail_img_1_d7b8e09f90", "mime": "image/jpeg", "name": "thumbnail_img-1.jpg", "path": null, "size": 4.65, "width": 187, "height": 156, "sizeInBytes": 4652}}', 'img_1_d7b8e09f90', '.jpg', 'image/jpeg', 14.95, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_d7b8e09f90.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 17:28:26.866', '2024-06-03 17:28:26.866', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (459, 'img-2.jpg', NULL, NULL, 420, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_2_7d1d6364e4.jpg", "hash": "thumbnail_img_2_7d1d6364e4", "mime": "image/jpeg", "name": "thumbnail_img-2.jpg", "path": null, "size": 6.97, "width": 187, "height": 156, "sizeInBytes": 6965}}', 'img_2_7d1d6364e4', '.jpg', 'image/jpeg', 22.50, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_2_7d1d6364e4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 17:29:40.662', '2024-06-03 17:29:40.662', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (460, 'about.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_about_7bf36dda5b.jpg", "hash": "large_about_7bf36dda5b", "mime": "image/jpeg", "name": "large_about.jpg", "path": null, "size": 63.48, "width": 1000, "height": 391, "sizeInBytes": 63477}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_about_7bf36dda5b.jpg", "hash": "small_about_7bf36dda5b", "mime": "image/jpeg", "name": "small_about.jpg", "path": null, "size": 23.22, "width": 500, "height": 195, "sizeInBytes": 23222}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_about_7bf36dda5b.jpg", "hash": "medium_about_7bf36dda5b", "mime": "image/jpeg", "name": "medium_about.jpg", "path": null, "size": 41.65, "width": 750, "height": 293, "sizeInBytes": 41645}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_7bf36dda5b.jpg", "hash": "thumbnail_about_7bf36dda5b", "mime": "image/jpeg", "name": "thumbnail_about.jpg", "path": null, "size": 7.86, "width": 245, "height": 95, "sizeInBytes": 7857}}', 'about_7bf36dda5b', '.jpg', 'image/jpeg', 170.91, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_7bf36dda5b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 17:36:28.616', '2024-06-03 17:36:28.616', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (461, 'about-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_mob_c10cfbe0a5.jpg", "hash": "thumbnail_about_mob_c10cfbe0a5", "mime": "image/jpeg", "name": "thumbnail_about-mob.jpg", "path": null, "size": 6.29, "width": 150, "height": 156, "sizeInBytes": 6294}}', 'about_mob_c10cfbe0a5', '.jpg', 'image/jpeg', 32.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_mob_c10cfbe0a5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 17:36:45.974', '2024-06-03 17:36:45.974', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (468, 'administrator-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_mob_7807e4654a.jpg", "hash": "thumbnail_administrator_mob_7807e4654a", "mime": "image/jpeg", "name": "thumbnail_administrator-mob.jpg", "path": null, "size": 4.72, "width": 150, "height": 156, "sizeInBytes": 4724}}', 'administrator_mob_7807e4654a', '.jpg', 'image/jpeg', 24.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_mob_7807e4654a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:01:10.728', '2024-06-04 10:01:10.728', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (462, 'about.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_about_3766ae990d.jpg", "hash": "large_about_3766ae990d", "mime": "image/jpeg", "name": "large_about.jpg", "path": null, "size": 63.48, "width": 1000, "height": 391, "sizeInBytes": 63477}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_about_3766ae990d.jpg", "hash": "small_about_3766ae990d", "mime": "image/jpeg", "name": "small_about.jpg", "path": null, "size": 23.22, "width": 500, "height": 195, "sizeInBytes": 23222}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_about_3766ae990d.jpg", "hash": "medium_about_3766ae990d", "mime": "image/jpeg", "name": "medium_about.jpg", "path": null, "size": 41.65, "width": 750, "height": 293, "sizeInBytes": 41645}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_3766ae990d.jpg", "hash": "thumbnail_about_3766ae990d", "mime": "image/jpeg", "name": "thumbnail_about.jpg", "path": null, "size": 7.86, "width": 245, "height": 95, "sizeInBytes": 7857}}', 'about_3766ae990d', '.jpg', 'image/jpeg', 170.91, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_3766ae990d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 17:37:15.132', '2024-06-03 17:37:15.132', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (463, 'about-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_mob_2600e8704a.jpg", "hash": "thumbnail_about_mob_2600e8704a", "mime": "image/jpeg", "name": "thumbnail_about-mob.jpg", "path": null, "size": 6.29, "width": 150, "height": 156, "sizeInBytes": 6294}}', 'about_mob_2600e8704a', '.jpg', 'image/jpeg', 32.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_mob_2600e8704a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 17:37:25.162', '2024-06-03 17:37:25.162', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (464, 'careers-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_careers_desktop_2a2faa4a70.jpg", "hash": "large_careers_desktop_2a2faa4a70", "mime": "image/jpeg", "name": "large_careers-desktop.jpg", "path": null, "size": 61.85, "width": 1000, "height": 391, "sizeInBytes": 61850}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_careers_desktop_2a2faa4a70.jpg", "hash": "small_careers_desktop_2a2faa4a70", "mime": "image/jpeg", "name": "small_careers-desktop.jpg", "path": null, "size": 22.79, "width": 500, "height": 195, "sizeInBytes": 22785}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_careers_desktop_2a2faa4a70.jpg", "hash": "medium_careers_desktop_2a2faa4a70", "mime": "image/jpeg", "name": "medium_careers-desktop.jpg", "path": null, "size": 40.65, "width": 750, "height": 293, "sizeInBytes": 40653}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_careers_desktop_2a2faa4a70.jpg", "hash": "thumbnail_careers_desktop_2a2faa4a70", "mime": "image/jpeg", "name": "thumbnail_careers-desktop.jpg", "path": null, "size": 7.79, "width": 245, "height": 95, "sizeInBytes": 7791}}', 'careers_desktop_2a2faa4a70', '.jpg', 'image/jpeg', 162.72, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/careers_desktop_2a2faa4a70.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 18:28:56.61', '2024-06-03 18:28:56.61', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (465, 'careers-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_careers_mob_0769de96b7.jpg", "hash": "large_careers_mob_0769de96b7", "mime": "image/jpeg", "name": "large_careers-mob.jpg", "path": null, "size": 61.85, "width": 1000, "height": 391, "sizeInBytes": 61850}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_careers_mob_0769de96b7.jpg", "hash": "small_careers_mob_0769de96b7", "mime": "image/jpeg", "name": "small_careers-mob.jpg", "path": null, "size": 22.79, "width": 500, "height": 195, "sizeInBytes": 22785}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_careers_mob_0769de96b7.jpg", "hash": "medium_careers_mob_0769de96b7", "mime": "image/jpeg", "name": "medium_careers-mob.jpg", "path": null, "size": 40.65, "width": 750, "height": 293, "sizeInBytes": 40653}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_careers_mob_0769de96b7.jpg", "hash": "thumbnail_careers_mob_0769de96b7", "mime": "image/jpeg", "name": "thumbnail_careers-mob.jpg", "path": null, "size": 7.79, "width": 245, "height": 95, "sizeInBytes": 7791}}', 'careers_mob_0769de96b7', '.jpg', 'image/jpeg', 162.72, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/careers_mob_0769de96b7.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-03 18:30:08.462', '2024-06-03 18:30:08.462', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (466, 'img-3.jpg', NULL, NULL, 420, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_3_924eeb7821.jpg", "hash": "thumbnail_img_3_924eeb7821", "mime": "image/jpeg", "name": "thumbnail_img-3.jpg", "path": null, "size": 5.53, "width": 187, "height": 156, "sizeInBytes": 5526}}', 'img_3_924eeb7821', '.jpg', 'image/jpeg', 17.70, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_3_924eeb7821.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 09:58:29.463', '2024-06-04 09:58:29.463', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (467, 'administrator-desk.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_administrator_desk_59ecf90895.jpg", "hash": "large_administrator_desk_59ecf90895", "mime": "image/jpeg", "name": "large_administrator-desk.jpg", "path": null, "size": 40.27, "width": 1000, "height": 391, "sizeInBytes": 40266}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_administrator_desk_59ecf90895.jpg", "hash": "small_administrator_desk_59ecf90895", "mime": "image/jpeg", "name": "small_administrator-desk.jpg", "path": null, "size": 15.62, "width": 500, "height": 195, "sizeInBytes": 15624}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_administrator_desk_59ecf90895.jpg", "hash": "medium_administrator_desk_59ecf90895", "mime": "image/jpeg", "name": "medium_administrator-desk.jpg", "path": null, "size": 27.04, "width": 750, "height": 293, "sizeInBytes": 27038}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_desk_59ecf90895.jpg", "hash": "thumbnail_administrator_desk_59ecf90895", "mime": "image/jpeg", "name": "thumbnail_administrator-desk.jpg", "path": null, "size": 5.61, "width": 245, "height": 95, "sizeInBytes": 5609}}', 'administrator_desk_59ecf90895', '.jpg', 'image/jpeg', 99.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_desk_59ecf90895.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:01:01.458', '2024-06-04 10:01:01.458', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (469, 'administrator-desk.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_administrator_desk_c487a86614.jpg", "hash": "large_administrator_desk_c487a86614", "mime": "image/jpeg", "name": "large_administrator-desk.jpg", "path": null, "size": 40.27, "width": 1000, "height": 391, "sizeInBytes": 40266}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_administrator_desk_c487a86614.jpg", "hash": "small_administrator_desk_c487a86614", "mime": "image/jpeg", "name": "small_administrator-desk.jpg", "path": null, "size": 15.62, "width": 500, "height": 195, "sizeInBytes": 15624}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_administrator_desk_c487a86614.jpg", "hash": "medium_administrator_desk_c487a86614", "mime": "image/jpeg", "name": "medium_administrator-desk.jpg", "path": null, "size": 27.04, "width": 750, "height": 293, "sizeInBytes": 27038}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_desk_c487a86614.jpg", "hash": "thumbnail_administrator_desk_c487a86614", "mime": "image/jpeg", "name": "thumbnail_administrator-desk.jpg", "path": null, "size": 5.61, "width": 245, "height": 95, "sizeInBytes": 5609}}', 'administrator_desk_c487a86614', '.jpg', 'image/jpeg', 99.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_desk_c487a86614.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:03:20.327', '2024-06-04 10:03:20.327', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (473, 'img-4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_4_5a6ff62607.jpg", "hash": "thumbnail_img_4_5a6ff62607", "mime": "image/jpeg", "name": "thumbnail_img-4.jpg", "path": null, "size": 5.95, "width": 187, "height": 156, "sizeInBytes": 5953}}', 'img_4_5a6ff62607', '.jpg', 'image/jpeg', 20.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_4_5a6ff62607.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:05:11.055', '2024-06-04 10:05:11.055', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (474, 'administrator-desk.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_administrator_desk_527aa13819.jpg", "hash": "large_administrator_desk_527aa13819", "mime": "image/jpeg", "name": "large_administrator-desk.jpg", "path": null, "size": 40.27, "width": 1000, "height": 391, "sizeInBytes": 40266}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_administrator_desk_527aa13819.jpg", "hash": "small_administrator_desk_527aa13819", "mime": "image/jpeg", "name": "small_administrator-desk.jpg", "path": null, "size": 15.62, "width": 500, "height": 195, "sizeInBytes": 15624}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_administrator_desk_527aa13819.jpg", "hash": "medium_administrator_desk_527aa13819", "mime": "image/jpeg", "name": "medium_administrator-desk.jpg", "path": null, "size": 27.04, "width": 750, "height": 293, "sizeInBytes": 27038}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_desk_527aa13819.jpg", "hash": "thumbnail_administrator_desk_527aa13819", "mime": "image/jpeg", "name": "thumbnail_administrator-desk.jpg", "path": null, "size": 5.61, "width": 245, "height": 95, "sizeInBytes": 5609}}', 'administrator_desk_527aa13819', '.jpg', 'image/jpeg', 99.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_desk_527aa13819.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:05:30.581', '2024-06-04 10:05:30.581', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (476, '1.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_293a34ef84.jpg", "hash": "thumbnail_1_293a34ef84", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 6.65, "width": 187, "height": 156, "sizeInBytes": 6654}}', '1_293a34ef84', '.jpg', 'image/jpeg', 21.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_293a34ef84.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:05:54.736', '2024-06-04 10:05:54.736', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (478, '2.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_fddcc93c9c.jpg", "hash": "thumbnail_2_fddcc93c9c", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.7, "width": 187, "height": 156, "sizeInBytes": 7701}}', '2_fddcc93c9c', '.jpg', 'image/jpeg', 31.85, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_fddcc93c9c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:06:07.857', '2024-06-04 10:06:07.857', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (475, 'administrator-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_mob_39f76cc5e9.jpg", "hash": "thumbnail_administrator_mob_39f76cc5e9", "mime": "image/jpeg", "name": "thumbnail_administrator-mob.jpg", "path": null, "size": 4.72, "width": 150, "height": 156, "sizeInBytes": 4724}}', 'administrator_mob_39f76cc5e9', '.jpg', 'image/jpeg', 24.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_mob_39f76cc5e9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:05:40.43', '2024-06-04 10:05:40.43', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (477, 'administrator-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_administrator_mob_f99f45fe5e.jpg", "hash": "thumbnail_administrator_mob_f99f45fe5e", "mime": "image/jpeg", "name": "thumbnail_administrator-mob.jpg", "path": null, "size": 4.72, "width": 150, "height": 156, "sizeInBytes": 4724}}', 'administrator_mob_f99f45fe5e', '.jpg', 'image/jpeg', 24.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/administrator_mob_f99f45fe5e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:06:00.024', '2024-06-04 10:06:00.024', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (479, '3.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_73e8348311.jpg", "hash": "thumbnail_3_73e8348311", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 6.37, "width": 187, "height": 156, "sizeInBytes": 6372}}', '3_73e8348311', '.jpg', 'image/jpeg', 20.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_73e8348311.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:06:23.617', '2024-06-04 10:06:23.617', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (480, '4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_83ad743d4b.jpg", "hash": "thumbnail_4_83ad743d4b", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 6.89, "width": 187, "height": 156, "sizeInBytes": 6886}}', '4_83ad743d4b', '.jpg', 'image/jpeg', 20.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_83ad743d4b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:06:39.769', '2024-06-04 10:06:39.769', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (481, '4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_10384b4f02.jpg", "hash": "thumbnail_4_10384b4f02", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 6.89, "width": 187, "height": 156, "sizeInBytes": 6886}}', '4_10384b4f02', '.jpg', 'image/jpeg', 20.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_10384b4f02.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:06:51.519', '2024-06-04 10:06:51.519', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (482, '3.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_20999e84d5.jpg", "hash": "thumbnail_3_20999e84d5", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 6.37, "width": 187, "height": 156, "sizeInBytes": 6372}}', '3_20999e84d5', '.jpg', 'image/jpeg', 20.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_20999e84d5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:07:06.582', '2024-06-04 10:07:06.582', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (483, '5.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_5_f1d3fff1d2.jpg", "hash": "thumbnail_5_f1d3fff1d2", "mime": "image/jpeg", "name": "thumbnail_5.jpg", "path": null, "size": 7.01, "width": 187, "height": 156, "sizeInBytes": 7009}}', '5_f1d3fff1d2', '.jpg', 'image/jpeg', 21.46, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/5_f1d3fff1d2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:07:18.292', '2024-06-04 10:07:18.292', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (484, '7.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_7_974c2bf086.jpg", "hash": "thumbnail_7_974c2bf086", "mime": "image/jpeg", "name": "thumbnail_7.jpg", "path": null, "size": 8.34, "width": 187, "height": 156, "sizeInBytes": 8337}}', '7_974c2bf086', '.jpg', 'image/jpeg', 26.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/7_974c2bf086.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:07:34.465', '2024-06-04 10:07:34.465', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (485, '8.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_8_419d50a5ff.jpg", "hash": "thumbnail_8_419d50a5ff", "mime": "image/jpeg", "name": "thumbnail_8.jpg", "path": null, "size": 8.37, "width": 187, "height": 156, "sizeInBytes": 8370}}', '8_419d50a5ff', '.jpg', 'image/jpeg', 28.31, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/8_419d50a5ff.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 10:07:45.368', '2024-06-04 10:07:45.368', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (486, 'award1.png', NULL, NULL, 174, 257, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_award1_08a938e3bf.png", "hash": "thumbnail_award1_08a938e3bf", "mime": "image/png", "name": "thumbnail_award1.png", "path": null, "size": 16.17, "width": 106, "height": 156, "sizeInBytes": 16173}}', 'award1_08a938e3bf', '.png', 'image/png', 9.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/award1_08a938e3bf.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 12:45:38.79', '2024-06-04 12:45:38.79', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (487, 'award1.png', NULL, NULL, 174, 257, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_award1_db7eeb68d4.png", "hash": "thumbnail_award1_db7eeb68d4", "mime": "image/png", "name": "thumbnail_award1.png", "path": null, "size": 16.17, "width": 106, "height": 156, "sizeInBytes": 16173}}', 'award1_db7eeb68d4', '.png', 'image/png', 9.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/award1_db7eeb68d4.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 12:45:50.202', '2024-06-04 12:45:50.202', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (488, 'award1.png', NULL, NULL, 174, 257, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_award1_8bd182daf9.png", "hash": "thumbnail_award1_8bd182daf9", "mime": "image/png", "name": "thumbnail_award1.png", "path": null, "size": 16.17, "width": 106, "height": 156, "sizeInBytes": 16173}}', 'award1_8bd182daf9', '.png', 'image/png', 9.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/award1_8bd182daf9.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 12:46:01.918', '2024-06-04 12:46:01.918', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (489, 'award1.png', NULL, NULL, 174, 257, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_award1_e75f327bfe.png", "hash": "thumbnail_award1_e75f327bfe", "mime": "image/png", "name": "thumbnail_award1.png", "path": null, "size": 16.17, "width": 106, "height": 156, "sizeInBytes": 16173}}', 'award1_e75f327bfe', '.png', 'image/png', 9.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/award1_e75f327bfe.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 12:46:15.154', '2024-06-04 12:46:15.154', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (490, 'award1.png', NULL, NULL, 174, 257, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_award1_ac43d39ae9.png", "hash": "thumbnail_award1_ac43d39ae9", "mime": "image/png", "name": "thumbnail_award1.png", "path": null, "size": 16.17, "width": 106, "height": 156, "sizeInBytes": 16173}}', 'award1_ac43d39ae9', '.png', 'image/png', 9.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/award1_ac43d39ae9.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 12:46:26.489', '2024-06-04 12:46:26.489', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (491, '1.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_a81bb89c60.jpg", "hash": "thumbnail_1_a81bb89c60", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 6.37, "width": 187, "height": 156, "sizeInBytes": 6368}}', '1_a81bb89c60', '.jpg', 'image/jpeg', 18.92, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_a81bb89c60.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 14:04:33.541', '2024-06-04 14:04:33.541', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (492, '2.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_ae25d10485.jpg", "hash": "thumbnail_2_ae25d10485", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.37, "width": 187, "height": 156, "sizeInBytes": 7369}}', '2_ae25d10485', '.jpg', 'image/jpeg', 23.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_ae25d10485.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 14:04:58.979', '2024-06-04 14:04:58.979', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (493, '3.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_a12ddc998d.jpg", "hash": "thumbnail_3_a12ddc998d", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 7.96, "width": 187, "height": 156, "sizeInBytes": 7959}}', '3_a12ddc998d', '.jpg', 'image/jpeg', 24.97, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_a12ddc998d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 14:05:14.802', '2024-06-04 14:05:14.802', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (494, '4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_21cef31032.jpg", "hash": "thumbnail_4_21cef31032", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 7.3, "width": 187, "height": 156, "sizeInBytes": 7297}}', '4_21cef31032', '.jpg', 'image/jpeg', 25.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_21cef31032.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 14:08:15.529', '2024-06-04 14:08:15.529', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (495, 'events.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_events_4b2357d728.jpg", "hash": "large_events_4b2357d728", "mime": "image/jpeg", "name": "large_events.jpg", "path": null, "size": 43.78, "width": 1000, "height": 391, "sizeInBytes": 43776}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_events_4b2357d728.jpg", "hash": "small_events_4b2357d728", "mime": "image/jpeg", "name": "small_events.jpg", "path": null, "size": 17.4, "width": 500, "height": 195, "sizeInBytes": 17399}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_events_4b2357d728.jpg", "hash": "medium_events_4b2357d728", "mime": "image/jpeg", "name": "medium_events.jpg", "path": null, "size": 29.64, "width": 750, "height": 293, "sizeInBytes": 29638}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_events_4b2357d728.jpg", "hash": "thumbnail_events_4b2357d728", "mime": "image/jpeg", "name": "thumbnail_events.jpg", "path": null, "size": 6.42, "width": 245, "height": 95, "sizeInBytes": 6416}}', 'events_4b2357d728', '.jpg', 'image/jpeg', 110.20, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/events_4b2357d728.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 16:18:28.761', '2024-06-04 16:18:28.761', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (496, 'events-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_events_mob_d81bb9e65c.jpg", "hash": "thumbnail_events_mob_d81bb9e65c", "mime": "image/jpeg", "name": "thumbnail_events-mob.jpg", "path": null, "size": 5.95, "width": 150, "height": 156, "sizeInBytes": 5946}}', 'events_mob_d81bb9e65c', '.jpg', 'image/jpeg', 31.31, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/events_mob_d81bb9e65c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 16:18:34.374', '2024-06-04 16:18:34.374', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (497, 'faculty-expertise-three.png', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faculty_expertise_three_e36dbfa8d6.png", "hash": "thumbnail_faculty_expertise_three_e36dbfa8d6", "mime": "image/png", "name": "thumbnail_faculty-expertise-three.png", "path": null, "size": 77.77, "width": 226, "height": 156, "sizeInBytes": 77773}}', 'faculty_expertise_three_e36dbfa8d6', '.png', 'image/png', 52.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faculty_expertise_three_e36dbfa8d6.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 17:44:20.96', '2024-06-04 17:44:20.96', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (498, 'faculty-detail.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_faculty_detail_67aaaa49f8.jpg", "hash": "large_faculty_detail_67aaaa49f8", "mime": "image/jpeg", "name": "large_faculty-detail.jpg", "path": null, "size": 50.53, "width": 1000, "height": 391, "sizeInBytes": 50532}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_faculty_detail_67aaaa49f8.jpg", "hash": "small_faculty_detail_67aaaa49f8", "mime": "image/jpeg", "name": "small_faculty-detail.jpg", "path": null, "size": 19.25, "width": 500, "height": 195, "sizeInBytes": 19252}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_faculty_detail_67aaaa49f8.jpg", "hash": "medium_faculty_detail_67aaaa49f8", "mime": "image/jpeg", "name": "medium_faculty-detail.jpg", "path": null, "size": 33.72, "width": 750, "height": 293, "sizeInBytes": 33720}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faculty_detail_67aaaa49f8.jpg", "hash": "thumbnail_faculty_detail_67aaaa49f8", "mime": "image/jpeg", "name": "thumbnail_faculty-detail.jpg", "path": null, "size": 7, "width": 245, "height": 95, "sizeInBytes": 7004}}', 'faculty_detail_67aaaa49f8', '.jpg', 'image/jpeg', 136.37, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faculty_detail_67aaaa49f8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 18:00:35.454', '2024-06-04 18:00:35.454', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (635, 'enquiry_4_3b978ba9bc.svg', NULL, NULL, 42, 42, NULL, 'enquiry_4_3b978ba9bc_b8184427c3', '.svg', 'image/svg+xml', 24.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_4_3b978ba9bc_b8184427c3.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:53:33.863', '2024-07-09 10:53:33.863', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (499, 'our-faculty-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_our_faculty_mob_86ea3060ad.jpg", "hash": "large_our_faculty_mob_86ea3060ad", "mime": "image/jpeg", "name": "large_our-faculty-mob.jpg", "path": null, "size": 50.93, "width": 1000, "height": 391, "sizeInBytes": 50928}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_our_faculty_mob_86ea3060ad.jpg", "hash": "small_our_faculty_mob_86ea3060ad", "mime": "image/jpeg", "name": "small_our-faculty-mob.jpg", "path": null, "size": 19.4, "width": 500, "height": 195, "sizeInBytes": 19399}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_our_faculty_mob_86ea3060ad.jpg", "hash": "medium_our_faculty_mob_86ea3060ad", "mime": "image/jpeg", "name": "medium_our-faculty-mob.jpg", "path": null, "size": 34.05, "width": 750, "height": 293, "sizeInBytes": 34047}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_our_faculty_mob_86ea3060ad.jpg", "hash": "thumbnail_our_faculty_mob_86ea3060ad", "mime": "image/jpeg", "name": "thumbnail_our-faculty-mob.jpg", "path": null, "size": 7.04, "width": 245, "height": 95, "sizeInBytes": 7042}}', 'our_faculty_mob_86ea3060ad', '.jpg', 'image/jpeg', 136.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/our_faculty_mob_86ea3060ad.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-04 18:00:51.686', '2024-06-04 18:00:51.686', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (500, 'scholarship-1.jpg', NULL, NULL, 419, 277, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_1_2bc1560956.jpg", "hash": "thumbnail_scholarship_1_2bc1560956", "mime": "image/jpeg", "name": "thumbnail_scholarship-1.jpg", "path": null, "size": 10.82, "width": 236, "height": 156, "sizeInBytes": 10818}}', 'scholarship_1_2bc1560956', '.jpg', 'image/jpeg', 27.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_1_2bc1560956.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-05 15:29:27.598', '2024-06-05 15:29:27.598', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (501, 'scholarship-1.jpg', NULL, NULL, 419, 277, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_1_c7c77d6fe5.jpg", "hash": "thumbnail_scholarship_1_c7c77d6fe5", "mime": "image/jpeg", "name": "thumbnail_scholarship-1.jpg", "path": null, "size": 10.82, "width": 236, "height": 156, "sizeInBytes": 10818}}', 'scholarship_1_c7c77d6fe5', '.jpg', 'image/jpeg', 27.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_1_c7c77d6fe5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-05 15:30:12.674', '2024-06-05 15:30:12.674', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (502, 'scholarship-1.jpg', NULL, NULL, 419, 277, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_1_5641356b11.jpg", "hash": "thumbnail_scholarship_1_5641356b11", "mime": "image/jpeg", "name": "thumbnail_scholarship-1.jpg", "path": null, "size": 10.82, "width": 236, "height": 156, "sizeInBytes": 10818}}', 'scholarship_1_5641356b11', '.jpg', 'image/jpeg', 27.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_1_5641356b11.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-05 15:30:49.162', '2024-06-05 15:30:49.162', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (503, 'scholarship-1.jpg', NULL, NULL, 419, 277, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_1_19725fa091.jpg", "hash": "thumbnail_scholarship_1_19725fa091", "mime": "image/jpeg", "name": "thumbnail_scholarship-1.jpg", "path": null, "size": 10.82, "width": 236, "height": 156, "sizeInBytes": 10818}}', 'scholarship_1_19725fa091', '.jpg', 'image/jpeg', 27.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_1_19725fa091.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-05 15:31:28.908', '2024-06-05 15:31:28.908', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (504, 'scholarship-1.jpg', NULL, NULL, 419, 277, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_scholarship_1_e913b4054c.jpg", "hash": "thumbnail_scholarship_1_e913b4054c", "mime": "image/jpeg", "name": "thumbnail_scholarship-1.jpg", "path": null, "size": 10.82, "width": 236, "height": 156, "sizeInBytes": 10818}}', 'scholarship_1_e913b4054c', '.jpg', 'image/jpeg', 27.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/scholarship_1_e913b4054c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-05 16:27:55.459', '2024-06-05 16:27:55.459', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (505, '1.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_4b15aae6f1.jpg", "hash": "thumbnail_1_4b15aae6f1", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 6.37, "width": 187, "height": 156, "sizeInBytes": 6368}}', '1_4b15aae6f1', '.jpg', 'image/jpeg', 18.92, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_4b15aae6f1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-06 12:02:28.54', '2024-06-06 12:02:28.54', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (506, '2.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_3b059d0cb4.jpg", "hash": "thumbnail_2_3b059d0cb4", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.37, "width": 187, "height": 156, "sizeInBytes": 7369}}', '2_3b059d0cb4', '.jpg', 'image/jpeg', 23.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_3b059d0cb4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-06 12:02:57.882', '2024-06-06 12:02:57.882', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (507, '2.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_5b7ac1342c.jpg", "hash": "thumbnail_2_5b7ac1342c", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 7.37, "width": 187, "height": 156, "sizeInBytes": 7369}}', '2_5b7ac1342c', '.jpg', 'image/jpeg', 23.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_5b7ac1342c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-06 12:03:08.111', '2024-06-06 12:03:08.111', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (508, '3.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_1adb67f3ee.jpg", "hash": "thumbnail_3_1adb67f3ee", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 7.96, "width": 187, "height": 156, "sizeInBytes": 7959}}', '3_1adb67f3ee', '.jpg', 'image/jpeg', 24.97, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_1adb67f3ee.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-06 12:06:00.245', '2024-06-06 12:06:00.245', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (509, '4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_964bb6f465.jpg", "hash": "thumbnail_4_964bb6f465", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 7.3, "width": 187, "height": 156, "sizeInBytes": 7297}}', '4_964bb6f465', '.jpg', 'image/jpeg', 25.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_964bb6f465.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-06 12:25:13.283', '2024-06-06 12:25:13.283', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (510, '3.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_69748c169e.jpg", "hash": "thumbnail_3_69748c169e", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 7.96, "width": 187, "height": 156, "sizeInBytes": 7959}}', '3_69748c169e', '.jpg', 'image/jpeg', 24.97, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_69748c169e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-06 12:28:12.772', '2024-06-06 12:28:12.772', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (511, 'university-antigua.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_university_antigua_5046105375.jpg", "hash": "small_university_antigua_5046105375", "mime": "image/jpeg", "name": "small_university-antigua.jpg", "path": null, "size": 46.3, "width": 500, "height": 390, "sizeInBytes": 46303}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_university_antigua_5046105375.jpg", "hash": "thumbnail_university_antigua_5046105375", "mime": "image/jpeg", "name": "thumbnail_university-antigua.jpg", "path": null, "size": 9.58, "width": 200, "height": 156, "sizeInBytes": 9576}}', 'university_antigua_5046105375', '.jpg', 'image/jpeg', 80.78, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/university_antigua_5046105375.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-06 14:25:54.154', '2024-06-06 14:25:54.154', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (512, 'slide1.jpg', NULL, NULL, 570, 567, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_slide1_1e64f9ffb1.jpg", "hash": "small_slide1_1e64f9ffb1", "mime": "image/jpeg", "name": "small_slide1.jpg", "path": null, "size": 46.29, "width": 500, "height": 497, "sizeInBytes": 46287}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_slide1_1e64f9ffb1.jpg", "hash": "thumbnail_slide1_1e64f9ffb1", "mime": "image/jpeg", "name": "thumbnail_slide1.jpg", "path": null, "size": 6.92, "width": 157, "height": 156, "sizeInBytes": 6916}}', 'slide1_1e64f9ffb1', '.jpg', 'image/jpeg', 56.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/slide1_1e64f9ffb1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 12:06:32.899', '2024-06-07 12:06:32.899', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (513, 'research-strategy-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_strategy_desktop_d8a8aca9b7.jpg", "hash": "large_research_strategy_desktop_d8a8aca9b7", "mime": "image/jpeg", "name": "large_research-strategy-desktop.jpg", "path": null, "size": 62.67, "width": 1000, "height": 391, "sizeInBytes": 62671}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_strategy_desktop_d8a8aca9b7.jpg", "hash": "small_research_strategy_desktop_d8a8aca9b7", "mime": "image/jpeg", "name": "small_research-strategy-desktop.jpg", "path": null, "size": 22.11, "width": 500, "height": 195, "sizeInBytes": 22108}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_strategy_desktop_d8a8aca9b7.jpg", "hash": "medium_research_strategy_desktop_d8a8aca9b7", "mime": "image/jpeg", "name": "medium_research-strategy-desktop.jpg", "path": null, "size": 40.92, "width": 750, "height": 293, "sizeInBytes": 40922}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_strategy_desktop_d8a8aca9b7.jpg", "hash": "thumbnail_research_strategy_desktop_d8a8aca9b7", "mime": "image/jpeg", "name": "thumbnail_research-strategy-desktop.jpg", "path": null, "size": 6.82, "width": 245, "height": 95, "sizeInBytes": 6819}}', 'research_strategy_desktop_d8a8aca9b7', '.jpg', 'image/jpeg', 158.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_strategy_desktop_d8a8aca9b7.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 12:47:49.045', '2024-06-07 12:47:49.045', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (514, 'research-strategy-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_strategy_desktop_7b3b8ad1b6.jpg", "hash": "large_research_strategy_desktop_7b3b8ad1b6", "mime": "image/jpeg", "name": "large_research-strategy-desktop.jpg", "path": null, "size": 62.67, "width": 1000, "height": 391, "sizeInBytes": 62671}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_strategy_desktop_7b3b8ad1b6.jpg", "hash": "small_research_strategy_desktop_7b3b8ad1b6", "mime": "image/jpeg", "name": "small_research-strategy-desktop.jpg", "path": null, "size": 22.11, "width": 500, "height": 195, "sizeInBytes": 22108}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_strategy_desktop_7b3b8ad1b6.jpg", "hash": "medium_research_strategy_desktop_7b3b8ad1b6", "mime": "image/jpeg", "name": "medium_research-strategy-desktop.jpg", "path": null, "size": 40.92, "width": 750, "height": 293, "sizeInBytes": 40922}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_strategy_desktop_7b3b8ad1b6.jpg", "hash": "thumbnail_research_strategy_desktop_7b3b8ad1b6", "mime": "image/jpeg", "name": "thumbnail_research-strategy-desktop.jpg", "path": null, "size": 6.82, "width": 245, "height": 95, "sizeInBytes": 6819}}', 'research_strategy_desktop_7b3b8ad1b6', '.jpg', 'image/jpeg', 158.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_strategy_desktop_7b3b8ad1b6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 12:48:12.35', '2024-06-07 12:48:12.35', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (521, 'university-antigua.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_university_antigua_2aeca0c4bf.webp", "hash": "small_university_antigua_2aeca0c4bf", "mime": "image/webp", "name": "small_university-antigua.webp", "path": null, "size": 31.3, "width": 500, "height": 390, "sizeInBytes": 31298}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_university_antigua_2aeca0c4bf.webp", "hash": "thumbnail_university_antigua_2aeca0c4bf", "mime": "image/webp", "name": "thumbnail_university-antigua.webp", "path": null, "size": 7.74, "width": 200, "height": 156, "sizeInBytes": 7736}}', 'university_antigua_2aeca0c4bf', '.webp', 'image/webp', 55.63, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/university_antigua_2aeca0c4bf.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 14:17:10.088', '2024-06-07 14:17:10.088', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (531, 'blog-1.webp', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_1_911b59d41d.webp", "hash": "thumbnail_blog_1_911b59d41d", "mime": "image/webp", "name": "thumbnail_blog-1.webp", "path": null, "size": 2.63, "width": 187, "height": 156, "sizeInBytes": 2628}}', 'blog_1_911b59d41d', '.webp', 'image/webp', 6.66, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_1_911b59d41d.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 15:24:54.107', '2024-06-11 15:24:54.107', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (515, 'research-strategy-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_strategy_mob_d89bb7a69f.jpg", "hash": "large_research_strategy_mob_d89bb7a69f", "mime": "image/jpeg", "name": "large_research-strategy-mob.jpg", "path": null, "size": 62.67, "width": 1000, "height": 391, "sizeInBytes": 62671}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_strategy_mob_d89bb7a69f.jpg", "hash": "small_research_strategy_mob_d89bb7a69f", "mime": "image/jpeg", "name": "small_research-strategy-mob.jpg", "path": null, "size": 22.11, "width": 500, "height": 195, "sizeInBytes": 22108}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_strategy_mob_d89bb7a69f.jpg", "hash": "medium_research_strategy_mob_d89bb7a69f", "mime": "image/jpeg", "name": "medium_research-strategy-mob.jpg", "path": null, "size": 40.92, "width": 750, "height": 293, "sizeInBytes": 40922}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_strategy_mob_d89bb7a69f.jpg", "hash": "thumbnail_research_strategy_mob_d89bb7a69f", "mime": "image/jpeg", "name": "thumbnail_research-strategy-mob.jpg", "path": null, "size": 6.82, "width": 245, "height": 95, "sizeInBytes": 6819}}', 'research_strategy_mob_d89bb7a69f', '.jpg', 'image/jpeg', 158.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_strategy_mob_d89bb7a69f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 12:48:28.639', '2024-06-07 12:48:28.639', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (516, '1.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_71dfa1092c.jpg", "hash": "small_1_71dfa1092c", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 26.19, "width": 500, "height": 390, "sizeInBytes": 26193}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_71dfa1092c.jpg", "hash": "thumbnail_1_71dfa1092c", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 6.71, "width": 200, "height": 156, "sizeInBytes": 6709}}', '1_71dfa1092c', '.jpg', 'image/jpeg', 41.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_71dfa1092c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 13:19:31.779', '2024-06-07 13:19:31.779', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (517, 'industry-partner.svg', NULL, NULL, 96, 102, NULL, 'industry_partner_ff252d08b5', '.svg', 'image/svg+xml', 1.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/industry_partner_ff252d08b5.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 13:26:48.613', '2024-06-07 13:26:48.613', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (518, 'industry-partner-2.svg', NULL, NULL, 104, 102, NULL, 'industry_partner_2_4574489ee4', '.svg', 'image/svg+xml', 7.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/industry_partner_2_4574489ee4.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 13:27:02.8', '2024-06-07 13:27:02.8', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (519, 'research-publications-desktop.jpg', NULL, NULL, 1996, 1332, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_publications_desktop_401aff2937.jpg", "hash": "large_research_publications_desktop_401aff2937", "mime": "image/jpeg", "name": "large_research-publications-desktop.jpg", "path": null, "size": 93.58, "width": 1000, "height": 667, "sizeInBytes": 93579}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_publications_desktop_401aff2937.jpg", "hash": "small_research_publications_desktop_401aff2937", "mime": "image/jpeg", "name": "small_research-publications-desktop.jpg", "path": null, "size": 33.53, "width": 500, "height": 334, "sizeInBytes": 33529}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_publications_desktop_401aff2937.jpg", "hash": "medium_research_publications_desktop_401aff2937", "mime": "image/jpeg", "name": "medium_research-publications-desktop.jpg", "path": null, "size": 61.28, "width": 750, "height": 501, "sizeInBytes": 61284}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_publications_desktop_401aff2937.jpg", "hash": "thumbnail_research_publications_desktop_401aff2937", "mime": "image/jpeg", "name": "thumbnail_research-publications-desktop.jpg", "path": null, "size": 10.4, "width": 234, "height": 156, "sizeInBytes": 10398}}', 'research_publications_desktop_401aff2937', '.jpg', 'image/jpeg', 253.66, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_publications_desktop_401aff2937.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 13:42:11.849', '2024-06-07 13:42:11.849', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (520, 'research-publications-mob.jpg', NULL, NULL, 1996, 1332, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_publications_mob_251e25bc7c.jpg", "hash": "large_research_publications_mob_251e25bc7c", "mime": "image/jpeg", "name": "large_research-publications-mob.jpg", "path": null, "size": 94.3, "width": 1000, "height": 667, "sizeInBytes": 94297}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_publications_mob_251e25bc7c.jpg", "hash": "small_research_publications_mob_251e25bc7c", "mime": "image/jpeg", "name": "small_research-publications-mob.jpg", "path": null, "size": 33.72, "width": 500, "height": 334, "sizeInBytes": 33721}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_publications_mob_251e25bc7c.jpg", "hash": "medium_research_publications_mob_251e25bc7c", "mime": "image/jpeg", "name": "medium_research-publications-mob.jpg", "path": null, "size": 61.55, "width": 750, "height": 501, "sizeInBytes": 61547}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_publications_mob_251e25bc7c.jpg", "hash": "thumbnail_research_publications_mob_251e25bc7c", "mime": "image/jpeg", "name": "thumbnail_research-publications-mob.jpg", "path": null, "size": 10.47, "width": 234, "height": 156, "sizeInBytes": 10469}}', 'research_publications_mob_251e25bc7c', '.jpg', 'image/jpeg', 253.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_publications_mob_251e25bc7c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 13:42:33.658', '2024-06-07 13:42:33.658', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (530, 'blog-mob.webp', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_blog_mob_18b3e90ac2.webp", "hash": "thumbnail_blog_mob_18b3e90ac2", "mime": "image/webp", "name": "thumbnail_blog-mob.webp", "path": null, "size": 5.07, "width": 150, "height": 156, "sizeInBytes": 5068}}', 'blog_mob_18b3e90ac2', '.webp', 'image/webp', 19.45, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/blog_mob_18b3e90ac2.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 15:24:22.916', '2024-06-11 15:24:22.916', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (522, 'university-antigua.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_university_antigua_417d1d1022.webp", "hash": "small_university_antigua_417d1d1022", "mime": "image/webp", "name": "small_university-antigua.webp", "path": null, "size": 31.3, "width": 500, "height": 390, "sizeInBytes": 31298}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_university_antigua_417d1d1022.webp", "hash": "thumbnail_university_antigua_417d1d1022", "mime": "image/webp", "name": "thumbnail_university-antigua.webp", "path": null, "size": 7.74, "width": 200, "height": 156, "sizeInBytes": 7736}}', 'university_antigua_417d1d1022', '.webp', 'image/webp', 55.63, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/university_antigua_417d1d1022.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 14:17:36.458', '2024-06-07 14:17:36.458', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (523, 'topimg.jpg', NULL, NULL, 270, 217, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_topimg_bad5ebd217.jpg", "hash": "thumbnail_topimg_bad5ebd217", "mime": "image/jpeg", "name": "thumbnail_topimg.jpg", "path": null, "size": 6.32, "width": 194, "height": 156, "sizeInBytes": 6324}}', 'topimg_bad5ebd217', '.jpg', 'image/jpeg', 10.36, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/topimg_bad5ebd217.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 14:59:37.444', '2024-06-07 14:59:37.444', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (524, 'what-we-do.jpg', NULL, NULL, 735, 560, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_what_we_do_be37bfe3b2.jpg", "hash": "small_what_we_do_be37bfe3b2", "mime": "image/jpeg", "name": "small_what-we-do.jpg", "path": null, "size": 63.07, "width": 500, "height": 381, "sizeInBytes": 63069}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_what_we_do_be37bfe3b2.jpg", "hash": "thumbnail_what_we_do_be37bfe3b2", "mime": "image/jpeg", "name": "thumbnail_what-we-do.jpg", "path": null, "size": 12.35, "width": 204, "height": 156, "sizeInBytes": 12350}}', 'what_we_do_be37bfe3b2', '.jpg', 'image/jpeg', 121.85, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/what_we_do_be37bfe3b2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 14:59:48.268', '2024-06-07 14:59:48.268', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (525, 'sports.webp', NULL, NULL, 885, 670, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_sports_cc95565d38.webp", "hash": "small_sports_cc95565d38", "mime": "image/webp", "name": "small_sports.webp", "path": null, "size": 45.38, "width": 500, "height": 379, "sizeInBytes": 45382}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_sports_cc95565d38.webp", "hash": "medium_sports_cc95565d38", "mime": "image/webp", "name": "medium_sports.webp", "path": null, "size": 76.83, "width": 750, "height": 568, "sizeInBytes": 76826}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_sports_cc95565d38.webp", "hash": "thumbnail_sports_cc95565d38", "mime": "image/webp", "name": "thumbnail_sports.webp", "path": null, "size": 11.15, "width": 206, "height": 156, "sizeInBytes": 11150}}', 'sports_cc95565d38', '.webp', 'image/webp', 105.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/sports_cc95565d38.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 17:35:31.963', '2024-06-07 17:35:31.963', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (526, '1.webp', NULL, NULL, 750, 361, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_1ae5f3b074.webp", "hash": "small_1_1ae5f3b074", "mime": "image/webp", "name": "small_1.webp", "path": null, "size": 21.69, "width": 500, "height": 241, "sizeInBytes": 21688}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_1ae5f3b074.webp", "hash": "thumbnail_1_1ae5f3b074", "mime": "image/webp", "name": "thumbnail_1.webp", "path": null, "size": 6.47, "width": 245, "height": 118, "sizeInBytes": 6472}}', '1_1ae5f3b074', '.webp', 'image/webp', 48.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_1ae5f3b074.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 17:46:06.449', '2024-06-07 17:46:06.449', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (527, '4.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_69134bbf68.jpg", "hash": "thumbnail_4_69134bbf68", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 7.3, "width": 187, "height": 156, "sizeInBytes": 7297}}', '4_69134bbf68', '.jpg', 'image/jpeg', 25.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_69134bbf68.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 17:56:36.705', '2024-06-07 17:56:36.705', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (528, 'experience-1.webp', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_experience_1_076f0c1706.webp", "hash": "thumbnail_experience_1_076f0c1706", "mime": "image/webp", "name": "thumbnail_experience-1.webp", "path": null, "size": 7.24, "width": 187, "height": 156, "sizeInBytes": 7238}}', 'experience_1_076f0c1706', '.webp', 'image/webp', 28.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/experience_1_076f0c1706.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-07 17:57:23.426', '2024-06-07 17:57:23.426', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (529, 'events.webp', NULL, NULL, 1920, 750, '{"large": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_events_a35ca493cc.webp", "hash": "large_events_a35ca493cc", "mime": "image/webp", "name": "large_events.webp", "path": null, "size": 24.21, "width": 1000, "height": 391, "sizeInBytes": 24214}, "small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_events_a35ca493cc.webp", "hash": "small_events_a35ca493cc", "mime": "image/webp", "name": "small_events.webp", "path": null, "size": 10.85, "width": 500, "height": 195, "sizeInBytes": 10850}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_events_a35ca493cc.webp", "hash": "medium_events_a35ca493cc", "mime": "image/webp", "name": "medium_events.webp", "path": null, "size": 17.36, "width": 750, "height": 293, "sizeInBytes": 17364}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_events_a35ca493cc.webp", "hash": "thumbnail_events_a35ca493cc", "mime": "image/webp", "name": "thumbnail_events.webp", "path": null, "size": 4.74, "width": 245, "height": 96, "sizeInBytes": 4742}}', 'events_a35ca493cc', '.webp', 'image/webp', 49.75, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/events_a35ca493cc.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 15:24:15.761', '2024-06-11 15:24:15.761', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (636, 'enquiry_1_d6bd08b8d2.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_d6bd08b8d2_694680f918', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_d6bd08b8d2_694680f918.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:56:21.304', '2024-07-09 10:56:21.304', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (532, 'img-1.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_ee74020d69.webp", "hash": "thumbnail_img_1_ee74020d69", "mime": "image/webp", "name": "thumbnail_img-1.webp", "path": null, "size": 5.85, "width": 245, "height": 97, "sizeInBytes": 5848}}', 'img_1_ee74020d69', '.webp', 'image/webp', 8.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_ee74020d69.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:02:34.767', '2024-06-11 16:02:34.767', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (533, 'img-2.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_2_653a79e0c3.webp", "hash": "thumbnail_img_2_653a79e0c3", "mime": "image/webp", "name": "thumbnail_img-2.webp", "path": null, "size": 3.74, "width": 245, "height": 97, "sizeInBytes": 3740}}', 'img_2_653a79e0c3', '.webp', 'image/webp', 4.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_2_653a79e0c3.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:03:25.262', '2024-06-11 16:03:25.262', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (534, 'img-3.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_3_6dcd6b3149.webp", "hash": "thumbnail_img_3_6dcd6b3149", "mime": "image/webp", "name": "thumbnail_img-3.webp", "path": null, "size": 4.48, "width": 245, "height": 97, "sizeInBytes": 4482}}', 'img_3_6dcd6b3149', '.webp', 'image/webp', 5.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_3_6dcd6b3149.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:03:40.041', '2024-06-11 16:03:40.041', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (535, 'img-4.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_4_566d7591a3.webp", "hash": "thumbnail_img_4_566d7591a3", "mime": "image/webp", "name": "thumbnail_img-4.webp", "path": null, "size": 3.47, "width": 245, "height": 97, "sizeInBytes": 3470}}', 'img_4_566d7591a3', '.webp', 'image/webp', 3.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_4_566d7591a3.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:03:48.988', '2024-06-11 16:03:48.988', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (536, 'img-5.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_5_cd3150491a.webp", "hash": "thumbnail_img_5_cd3150491a", "mime": "image/webp", "name": "thumbnail_img-5.webp", "path": null, "size": 1.16, "width": 245, "height": 97, "sizeInBytes": 1160}}', 'img_5_cd3150491a', '.webp', 'image/webp', 1.73, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_5_cd3150491a.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:03:56.178', '2024-06-11 16:03:56.178', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (537, 'img-1.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_1956939bb4.webp", "hash": "thumbnail_img_1_1956939bb4", "mime": "image/webp", "name": "thumbnail_img-1.webp", "path": null, "size": 5.85, "width": 245, "height": 97, "sizeInBytes": 5848}}', 'img_1_1956939bb4', '.webp', 'image/webp', 8.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_1956939bb4.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:04:03.428', '2024-06-11 16:04:03.428', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (538, 'img-2.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_2_067c22e111.webp", "hash": "thumbnail_img_2_067c22e111", "mime": "image/webp", "name": "thumbnail_img-2.webp", "path": null, "size": 3.74, "width": 245, "height": 97, "sizeInBytes": 3740}}', 'img_2_067c22e111', '.webp', 'image/webp', 4.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_2_067c22e111.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:04:12.363', '2024-06-11 16:04:12.363', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (539, 'img-3.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_3_fbc928eee4.webp", "hash": "thumbnail_img_3_fbc928eee4", "mime": "image/webp", "name": "thumbnail_img-3.webp", "path": null, "size": 4.48, "width": 245, "height": 97, "sizeInBytes": 4482}}', 'img_3_fbc928eee4', '.webp', 'image/webp', 5.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_3_fbc928eee4.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:04:22.244', '2024-06-11 16:04:22.244', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (540, 'faculty.webp', NULL, NULL, 720, 582, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_faculty_35fad47f4c.webp", "hash": "small_faculty_35fad47f4c", "mime": "image/webp", "name": "small_faculty.webp", "path": null, "size": 28.41, "width": 500, "height": 404, "sizeInBytes": 28410}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_faculty_35fad47f4c.webp", "hash": "thumbnail_faculty_35fad47f4c", "mime": "image/webp", "name": "thumbnail_faculty.webp", "path": null, "size": 8.07, "width": 193, "height": 156, "sizeInBytes": 8070}}', 'faculty_35fad47f4c', '.webp', 'image/webp', 46.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/faculty_35fad47f4c.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 16:55:39.881', '2024-06-11 16:55:39.881', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (541, 'enquiry-1.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_9b9fe93eb4', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_9b9fe93eb4.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 17:07:17.165', '2024-06-11 17:07:17.165', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (542, 'enquiry-2.svg', NULL, NULL, 36, 39, NULL, 'enquiry_2_14693d9b8e', '.svg', 'image/svg+xml', 1.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_2_14693d9b8e.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 17:07:30.408', '2024-06-11 17:07:30.408', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (543, 'enquiry-3.svg', NULL, NULL, 38, 44, NULL, 'enquiry_3_4a74559dc0', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_3_4a74559dc0.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 17:07:39.103', '2024-06-11 17:07:39.103', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (544, 'enquiry-4.svg', NULL, NULL, 42, 42, NULL, 'enquiry_4_1f2b9e7e00', '.svg', 'image/svg+xml', 24.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_4_1f2b9e7e00.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 17:07:47.259', '2024-06-11 17:07:47.259', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (584, '3.webp', NULL, NULL, 405, 300, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_5105cff2a8.webp", "hash": "thumbnail_3_5105cff2a8", "mime": "image/webp", "name": "thumbnail_3.webp", "path": null, "size": 6.63, "width": 211, "height": 156, "sizeInBytes": 6632}}', '3_5105cff2a8', '.webp', 'image/webp', 15.53, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_5105cff2a8.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:31:07.485', '2024-06-13 18:31:07.485', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (637, 'enquiry_2_1246f69285.svg', NULL, NULL, 36, 39, NULL, 'enquiry_2_1246f69285_82be129b6d', '.svg', 'image/svg+xml', 1.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_2_1246f69285_82be129b6d.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:56:50.016', '2024-07-09 10:56:50.016', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (723, 'Antigua.jpg', NULL, NULL, 200, 124, NULL, 'Antigua_453a5a9448', '.jpg', 'image/jpeg', 8.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Antigua_453a5a9448.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-10-10 15:09:08.815', '2024-11-12 14:26:02.288', 3, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (545, 'visa.webp', NULL, NULL, 885, 670, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_visa_317fa4ef71.webp", "hash": "small_visa_317fa4ef71", "mime": "image/webp", "name": "small_visa.webp", "path": null, "size": 20.55, "width": 500, "height": 379, "sizeInBytes": 20546}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_visa_317fa4ef71.webp", "hash": "medium_visa_317fa4ef71", "mime": "image/webp", "name": "medium_visa.webp", "path": null, "size": 31.01, "width": 750, "height": 568, "sizeInBytes": 31006}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_visa_317fa4ef71.webp", "hash": "thumbnail_visa_317fa4ef71", "mime": "image/webp", "name": "thumbnail_visa.webp", "path": null, "size": 6.5, "width": 206, "height": 156, "sizeInBytes": 6496}}', 'visa_317fa4ef71', '.webp', 'image/webp', 40.62, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/visa_317fa4ef71.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 17:25:19.293', '2024-06-11 17:25:19.293', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (546, 'study.webp', NULL, NULL, 885, 670, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_study_9fbf309749.webp", "hash": "small_study_9fbf309749", "mime": "image/webp", "name": "small_study.webp", "path": null, "size": 27.64, "width": 500, "height": 379, "sizeInBytes": 27640}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_study_9fbf309749.webp", "hash": "medium_study_9fbf309749", "mime": "image/webp", "name": "medium_study.webp", "path": null, "size": 50.16, "width": 750, "height": 568, "sizeInBytes": 50162}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_study_9fbf309749.webp", "hash": "thumbnail_study_9fbf309749", "mime": "image/webp", "name": "thumbnail_study.webp", "path": null, "size": 6.48, "width": 206, "height": 156, "sizeInBytes": 6478}}', 'study_9fbf309749', '.webp', 'image/webp', 74.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/study_9fbf309749.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 17:25:28.073', '2024-06-11 17:25:28.073', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (547, 'sports.webp', NULL, NULL, 885, 670, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_sports_a24eb45cc9.webp", "hash": "small_sports_a24eb45cc9", "mime": "image/webp", "name": "small_sports.webp", "path": null, "size": 45.38, "width": 500, "height": 379, "sizeInBytes": 45382}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_sports_a24eb45cc9.webp", "hash": "medium_sports_a24eb45cc9", "mime": "image/webp", "name": "medium_sports.webp", "path": null, "size": 76.83, "width": 750, "height": 568, "sizeInBytes": 76826}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_sports_a24eb45cc9.webp", "hash": "thumbnail_sports_a24eb45cc9", "mime": "image/webp", "name": "thumbnail_sports.webp", "path": null, "size": 11.15, "width": 206, "height": 156, "sizeInBytes": 11150}}', 'sports_a24eb45cc9', '.webp', 'image/webp', 105.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/sports_a24eb45cc9.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-11 17:25:34.84', '2024-06-11 17:25:34.84', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (548, 'manipal-university-jaipur.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_manipal_university_jaipur_d86122614d.jpg", "hash": "large_manipal_university_jaipur_d86122614d", "mime": "image/jpeg", "name": "large_manipal-university-jaipur.jpg", "path": null, "size": 76.15, "width": 1000, "height": 391, "sizeInBytes": 76150}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_manipal_university_jaipur_d86122614d.jpg", "hash": "small_manipal_university_jaipur_d86122614d", "mime": "image/jpeg", "name": "small_manipal-university-jaipur.jpg", "path": null, "size": 24.05, "width": 500, "height": 195, "sizeInBytes": 24052}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_manipal_university_jaipur_d86122614d.jpg", "hash": "medium_manipal_university_jaipur_d86122614d", "mime": "image/jpeg", "name": "medium_manipal-university-jaipur.jpg", "path": null, "size": 47.37, "width": 750, "height": 293, "sizeInBytes": 47365}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_manipal_university_jaipur_d86122614d.jpg", "hash": "thumbnail_manipal_university_jaipur_d86122614d", "mime": "image/jpeg", "name": "thumbnail_manipal-university-jaipur.jpg", "path": null, "size": 7.1, "width": 245, "height": 95, "sizeInBytes": 7095}}', 'manipal_university_jaipur_d86122614d', '.jpg', 'image/jpeg', 211.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/manipal_university_jaipur_d86122614d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 12:15:23.004', '2024-06-12 12:15:23.004', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (549, 'manipal-university-jaipur-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_manipal_university_jaipur_mob_d34709aefb.jpg", "hash": "thumbnail_manipal_university_jaipur_mob_d34709aefb", "mime": "image/jpeg", "name": "thumbnail_manipal-university-jaipur-mob.jpg", "path": null, "size": 6.54, "width": 150, "height": 156, "sizeInBytes": 6535}}', 'manipal_university_jaipur_mob_d34709aefb', '.jpg', 'image/jpeg', 44.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/manipal_university_jaipur_mob_d34709aefb.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 12:15:28.579', '2024-06-12 12:15:28.579', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (551, 'manipal-university-jaipur-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_manipal_university_jaipur_mob_0d7fd69a2c.jpg", "hash": "thumbnail_manipal_university_jaipur_mob_0d7fd69a2c", "mime": "image/jpeg", "name": "thumbnail_manipal-university-jaipur-mob.jpg", "path": null, "size": 6.54, "width": 150, "height": 156, "sizeInBytes": 6535}}', 'manipal_university_jaipur_mob_0d7fd69a2c', '.jpg', 'image/jpeg', 44.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/manipal_university_jaipur_mob_0d7fd69a2c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 12:16:02.153', '2024-06-12 12:16:02.153', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (585, '3.webp', NULL, NULL, 405, 300, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_0eb1ecc5a8.webp", "hash": "thumbnail_3_0eb1ecc5a8", "mime": "image/webp", "name": "thumbnail_3.webp", "path": null, "size": 6.63, "width": 211, "height": 156, "sizeInBytes": 6632}}', '3_0eb1ecc5a8', '.webp', 'image/webp', 15.53, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_0eb1ecc5a8.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:31:32.981', '2024-06-13 18:31:32.981', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (550, 'manipal-university-jaipur.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_manipal_university_jaipur_36dd66e34c.jpg", "hash": "large_manipal_university_jaipur_36dd66e34c", "mime": "image/jpeg", "name": "large_manipal-university-jaipur.jpg", "path": null, "size": 76.15, "width": 1000, "height": 391, "sizeInBytes": 76150}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_manipal_university_jaipur_36dd66e34c.jpg", "hash": "small_manipal_university_jaipur_36dd66e34c", "mime": "image/jpeg", "name": "small_manipal-university-jaipur.jpg", "path": null, "size": 24.05, "width": 500, "height": 195, "sizeInBytes": 24052}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_manipal_university_jaipur_36dd66e34c.jpg", "hash": "medium_manipal_university_jaipur_36dd66e34c", "mime": "image/jpeg", "name": "medium_manipal-university-jaipur.jpg", "path": null, "size": 47.37, "width": 750, "height": 293, "sizeInBytes": 47365}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_manipal_university_jaipur_36dd66e34c.jpg", "hash": "thumbnail_manipal_university_jaipur_36dd66e34c", "mime": "image/jpeg", "name": "thumbnail_manipal-university-jaipur.jpg", "path": null, "size": 7.1, "width": 245, "height": 95, "sizeInBytes": 7095}}', 'manipal_university_jaipur_36dd66e34c', '.jpg', 'image/jpeg', 211.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/manipal_university_jaipur_36dd66e34c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 12:15:56.918', '2024-06-12 12:15:56.918', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (552, '1.webp', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_9b7f1b07a5.webp", "hash": "thumbnail_1_9b7f1b07a5", "mime": "image/webp", "name": "thumbnail_1.webp", "path": null, "size": 2.31, "width": 226, "height": 156, "sizeInBytes": 2306}}', '1_9b7f1b07a5', '.webp', 'image/webp', 4.04, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_9b7f1b07a5.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 15:43:57.382', '2024-06-12 15:43:57.382', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (553, '2.webp', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_88292025b5.webp", "hash": "thumbnail_2_88292025b5", "mime": "image/webp", "name": "thumbnail_2.webp", "path": null, "size": 2.9, "width": 226, "height": 156, "sizeInBytes": 2902}}', '2_88292025b5', '.webp', 'image/webp', 5.45, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_88292025b5.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 15:46:37.564', '2024-06-12 15:46:37.564', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (554, '2.webp', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_7ab25de71a.webp", "hash": "thumbnail_2_7ab25de71a", "mime": "image/webp", "name": "thumbnail_2.webp", "path": null, "size": 2.9, "width": 226, "height": 156, "sizeInBytes": 2902}}', '2_7ab25de71a', '.webp', 'image/webp', 5.45, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_7ab25de71a.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 15:46:48.05', '2024-06-12 15:46:48.05', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (555, '3.webp', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_9ed4b0dd93.webp", "hash": "thumbnail_3_9ed4b0dd93", "mime": "image/webp", "name": "thumbnail_3.webp", "path": null, "size": 2.11, "width": 226, "height": 156, "sizeInBytes": 2114}}', '3_9ed4b0dd93', '.webp', 'image/webp', 3.84, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_9ed4b0dd93.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 15:46:59.379', '2024-06-12 15:46:59.379', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (556, '3.webp', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_9db0aeab14.webp", "hash": "thumbnail_3_9db0aeab14", "mime": "image/webp", "name": "thumbnail_3.webp", "path": null, "size": 2.11, "width": 226, "height": 156, "sizeInBytes": 2114}}', '3_9db0aeab14', '.webp', 'image/webp', 3.84, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_9db0aeab14.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 15:47:14.242', '2024-06-12 15:47:14.242', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (557, '4.webp', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_a4bcf47b75.webp", "hash": "thumbnail_4_a4bcf47b75", "mime": "image/webp", "name": "thumbnail_4.webp", "path": null, "size": 2.09, "width": 226, "height": 156, "sizeInBytes": 2090}}', '4_a4bcf47b75', '.webp', 'image/webp', 3.90, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_a4bcf47b75.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 15:47:26.127', '2024-06-12 15:47:26.127', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (558, '4.webp', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_1c97d83030.webp", "hash": "thumbnail_4_1c97d83030", "mime": "image/webp", "name": "thumbnail_4.webp", "path": null, "size": 2.09, "width": 226, "height": 156, "sizeInBytes": 2090}}', '4_1c97d83030', '.webp', 'image/webp', 3.90, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_1c97d83030.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 15:47:34.587', '2024-06-12 15:47:34.587', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (559, '1.webp', NULL, NULL, 360, 249, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_b708b91be9.webp", "hash": "thumbnail_1_b708b91be9", "mime": "image/webp", "name": "thumbnail_1.webp", "path": null, "size": 2.31, "width": 226, "height": 156, "sizeInBytes": 2306}}', '1_b708b91be9', '.webp', 'image/webp', 4.04, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_b708b91be9.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-12 15:49:05.448', '2024-06-12 15:49:05.448', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (586, 'admission-requirement.svg', NULL, NULL, 56, 59, NULL, 'admission_requirement_2d9dd7f717', '.svg', 'image/svg+xml', 8.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/admission_requirement_2d9dd7f717.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:31:46.916', '2024-06-13 18:31:46.916', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (609, 'leadership-mob.jpg', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_leadership_mob_254c536086.jpg", "hash": "thumbnail_leadership_mob_254c536086", "mime": "image/jpeg", "name": "thumbnail_leadership-mob.jpg", "path": null, "size": 6.91, "width": 150, "height": 156, "sizeInBytes": 6911}}', 'leadership_mob_254c536086', '.jpg', 'image/jpeg', 35.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/leadership_mob_254c536086.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 10:53:00.057', '2024-07-04 10:53:00.057', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (638, 'enquiry_3_f4917ddb98.svg', NULL, NULL, 38, 44, NULL, 'enquiry_3_f4917ddb98_06ab8d56e5', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_3_f4917ddb98_06ab8d56e5.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:57:31.163', '2024-07-09 10:57:31.163', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (560, 'program.webp', NULL, NULL, 1920, 750, '{"large": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_program_454ac4c42b.webp", "hash": "large_program_454ac4c42b", "mime": "image/webp", "name": "large_program.webp", "path": null, "size": 35.94, "width": 1000, "height": 391, "sizeInBytes": 35944}, "small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_program_454ac4c42b.webp", "hash": "small_program_454ac4c42b", "mime": "image/webp", "name": "small_program.webp", "path": null, "size": 14.86, "width": 500, "height": 195, "sizeInBytes": 14860}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_program_454ac4c42b.webp", "hash": "medium_program_454ac4c42b", "mime": "image/webp", "name": "medium_program.webp", "path": null, "size": 24.2, "width": 750, "height": 293, "sizeInBytes": 24204}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_program_454ac4c42b.webp", "hash": "thumbnail_program_454ac4c42b", "mime": "image/webp", "name": "thumbnail_program.webp", "path": null, "size": 6.1, "width": 245, "height": 96, "sizeInBytes": 6098}}', 'program_454ac4c42b', '.webp', 'image/webp', 88.86, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/program_454ac4c42b.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:16:12.502', '2024-06-13 15:16:12.502', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (561, 'program-mob.webp', NULL, NULL, 480, 500, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_program_mob_1d619bd66a.webp", "hash": "thumbnail_program_mob_1d619bd66a", "mime": "image/webp", "name": "thumbnail_program-mob.webp", "path": null, "size": 5.34, "width": 150, "height": 156, "sizeInBytes": 5340}}', 'program_mob_1d619bd66a', '.webp', 'image/webp', 31.86, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/program_mob_1d619bd66a.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:16:18.164', '2024-06-13 15:16:18.164', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (562, 'aplly-1.svg', NULL, NULL, 103, 90, NULL, 'aplly_1_9ce1be63fa', '.svg', 'image/svg+xml', 4.67, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_1_9ce1be63fa.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:17:04.15', '2024-06-13 15:17:04.15', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (563, 'aplly-2.svg', NULL, NULL, 59, 90, NULL, 'aplly_2_42a4bb2537', '.svg', 'image/svg+xml', 1.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_2_42a4bb2537.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:17:26.58', '2024-06-13 15:17:26.58', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (564, 'aplly-3.svg', NULL, NULL, 90, 90, NULL, 'aplly_3_b18b133dea', '.svg', 'image/svg+xml', 6.11, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_3_b18b133dea.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:17:32.961', '2024-06-13 15:17:32.961', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (565, 'aplly-4.svg', NULL, NULL, 71, 90, NULL, 'aplly_4_e711e36fca', '.svg', 'image/svg+xml', 3.53, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_4_e711e36fca.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:17:39.851', '2024-06-13 15:17:39.851', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (566, 'aplly-5.svg', NULL, NULL, 74, 88, NULL, 'aplly_5_3bc3fa99cb', '.svg', 'image/svg+xml', 4.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_5_3bc3fa99cb.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:17:46.8', '2024-06-13 15:17:46.8', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (567, 'next-open-house.webp', NULL, NULL, 885, 670, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_next_open_house_6b7a52693b.webp", "hash": "small_next_open_house_6b7a52693b", "mime": "image/webp", "name": "small_next-open-house.webp", "path": null, "size": 23.75, "width": 500, "height": 379, "sizeInBytes": 23754}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_next_open_house_6b7a52693b.webp", "hash": "medium_next_open_house_6b7a52693b", "mime": "image/webp", "name": "medium_next-open-house.webp", "path": null, "size": 43.59, "width": 750, "height": 568, "sizeInBytes": 43586}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_next_open_house_6b7a52693b.webp", "hash": "thumbnail_next_open_house_6b7a52693b", "mime": "image/webp", "name": "thumbnail_next-open-house.webp", "path": null, "size": 5.51, "width": 206, "height": 156, "sizeInBytes": 5514}}', 'next_open_house_6b7a52693b', '.webp', 'image/webp', 63.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/next_open_house_6b7a52693b.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:19:34.408', '2024-06-13 15:19:34.408', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (568, 'choose.webp', NULL, NULL, 990, 420, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_choose_9d1f46a0b3.webp", "hash": "small_choose_9d1f46a0b3", "mime": "image/webp", "name": "small_choose.webp", "path": null, "size": 6.72, "width": 500, "height": 212, "sizeInBytes": 6716}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_choose_9d1f46a0b3.webp", "hash": "medium_choose_9d1f46a0b3", "mime": "image/webp", "name": "medium_choose.webp", "path": null, "size": 10.97, "width": 750, "height": 318, "sizeInBytes": 10972}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_choose_9d1f46a0b3.webp", "hash": "thumbnail_choose_9d1f46a0b3", "mime": "image/webp", "name": "thumbnail_choose.webp", "path": null, "size": 2.38, "width": 245, "height": 104, "sizeInBytes": 2384}}', 'choose_9d1f46a0b3', '.webp', 'image/webp', 17.67, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/choose_9d1f46a0b3.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 15:21:18.934', '2024-06-13 15:21:18.934', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (569, 'internationa-1.jpg', NULL, NULL, 495, 475, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_internationa_1_751babe63a.jpg", "hash": "thumbnail_internationa_1_751babe63a", "mime": "image/jpeg", "name": "thumbnail_internationa-1.jpg", "path": null, "size": 6.69, "width": 163, "height": 156, "sizeInBytes": 6690}}', 'internationa_1_751babe63a', '.jpg', 'image/jpeg', 32.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/internationa_1_751babe63a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 16:32:03.805', '2024-06-13 16:32:03.805', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (570, 'department-4.jpg', NULL, NULL, 570, 468, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_department_4_11ab2e70e4.jpg", "hash": "small_department_4_11ab2e70e4", "mime": "image/jpeg", "name": "small_department-4.jpg", "path": null, "size": 32.67, "width": 500, "height": 411, "sizeInBytes": 32665}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_department_4_11ab2e70e4.jpg", "hash": "thumbnail_department_4_11ab2e70e4", "mime": "image/jpeg", "name": "thumbnail_department-4.jpg", "path": null, "size": 6.71, "width": 190, "height": 156, "sizeInBytes": 6708}}', 'department_4_11ab2e70e4', '.jpg', 'image/jpeg', 41.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/department_4_11ab2e70e4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 16:32:16.895', '2024-06-13 16:32:16.895', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (571, 'program-detail-desktop.webp', NULL, NULL, 1920, 750, '{"large": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_program_detail_desktop_e2f9ba1bca.webp", "hash": "large_program_detail_desktop_e2f9ba1bca", "mime": "image/webp", "name": "large_program-detail-desktop.webp", "path": null, "size": 15.31, "width": 1000, "height": 391, "sizeInBytes": 15314}, "small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_program_detail_desktop_e2f9ba1bca.webp", "hash": "small_program_detail_desktop_e2f9ba1bca", "mime": "image/webp", "name": "small_program-detail-desktop.webp", "path": null, "size": 7.36, "width": 500, "height": 195, "sizeInBytes": 7362}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_program_detail_desktop_e2f9ba1bca.webp", "hash": "medium_program_detail_desktop_e2f9ba1bca", "mime": "image/webp", "name": "medium_program-detail-desktop.webp", "path": null, "size": 11.22, "width": 750, "height": 293, "sizeInBytes": 11220}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_program_detail_desktop_e2f9ba1bca.webp", "hash": "thumbnail_program_detail_desktop_e2f9ba1bca", "mime": "image/webp", "name": "thumbnail_program-detail-desktop.webp", "path": null, "size": 3.35, "width": 245, "height": 96, "sizeInBytes": 3348}}', 'program_detail_desktop_e2f9ba1bca', '.webp', 'image/webp', 32.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/program_detail_desktop_e2f9ba1bca.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 17:52:18.13', '2024-06-13 17:52:18.13', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (572, 'program-detail-desktop.webp', NULL, NULL, 1920, 750, '{"large": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_program_detail_desktop_844b94be70.webp", "hash": "large_program_detail_desktop_844b94be70", "mime": "image/webp", "name": "large_program-detail-desktop.webp", "path": null, "size": 15.31, "width": 1000, "height": 391, "sizeInBytes": 15314}, "small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_program_detail_desktop_844b94be70.webp", "hash": "small_program_detail_desktop_844b94be70", "mime": "image/webp", "name": "small_program-detail-desktop.webp", "path": null, "size": 7.36, "width": 500, "height": 195, "sizeInBytes": 7362}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_program_detail_desktop_844b94be70.webp", "hash": "medium_program_detail_desktop_844b94be70", "mime": "image/webp", "name": "medium_program-detail-desktop.webp", "path": null, "size": 11.22, "width": 750, "height": 293, "sizeInBytes": 11220}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_program_detail_desktop_844b94be70.webp", "hash": "thumbnail_program_detail_desktop_844b94be70", "mime": "image/webp", "name": "thumbnail_program-detail-desktop.webp", "path": null, "size": 3.35, "width": 245, "height": 96, "sizeInBytes": 3348}}', 'program_detail_desktop_844b94be70', '.webp', 'image/webp', 32.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/program_detail_desktop_844b94be70.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 17:52:23.279', '2024-06-13 17:52:23.279', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (574, 'mode.svg', NULL, NULL, 40, 31, NULL, 'mode_f462aba2f9', '.svg', 'image/svg+xml', 1.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/mode_f462aba2f9.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:21:56.847', '2024-06-13 18:21:56.847', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (575, 'duration.svg', NULL, NULL, 30, 30, NULL, 'duration_88c5538f47', '.svg', 'image/svg+xml', 4.01, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/duration_88c5538f47.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:22:04.112', '2024-06-13 18:22:04.112', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (576, 'clock.svg', NULL, NULL, 30, 30, NULL, 'clock_3ebe7d171c', '.svg', 'image/svg+xml', 1.03, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/clock_3ebe7d171c.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:22:10.684', '2024-06-13 18:22:10.684', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (578, 'accreditation.svg', NULL, NULL, 63, 59, NULL, 'accreditation_438dc86b6a', '.svg', 'image/svg+xml', 6.95, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/accreditation_438dc86b6a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:23:24.356', '2024-06-13 18:23:24.356', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (579, '11.webp', NULL, NULL, 210, 74, NULL, '11_b34108f629', '.webp', 'image/webp', 1.78, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/11_b34108f629.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:23:53.538', '2024-06-13 18:23:53.538', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (580, 'coursework.svg', NULL, NULL, 59, 59, NULL, 'coursework_9a4b0855bc', '.svg', 'image/svg+xml', 6.25, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/coursework_9a4b0855bc.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:24:07.118', '2024-06-13 18:24:07.118', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (581, 'user.webp', NULL, NULL, 870, 577, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_user_6f33432a4d.webp", "hash": "small_user_6f33432a4d", "mime": "image/webp", "name": "small_user.webp", "path": null, "size": 10.38, "width": 500, "height": 332, "sizeInBytes": 10384}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_user_6f33432a4d.webp", "hash": "medium_user_6f33432a4d", "mime": "image/webp", "name": "medium_user.webp", "path": null, "size": 15.94, "width": 750, "height": 497, "sizeInBytes": 15940}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_user_6f33432a4d.webp", "hash": "thumbnail_user_6f33432a4d", "mime": "image/webp", "name": "thumbnail_user.webp", "path": null, "size": 4.44, "width": 235, "height": 156, "sizeInBytes": 4442}}', 'user_6f33432a4d', '.webp', 'image/webp', 19.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/user_6f33432a4d.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:29:19.37', '2024-06-13 18:29:19.37', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (582, 'career.svg', NULL, NULL, 59, 59, NULL, 'career_d98fabe3e8', '.svg', 'image/svg+xml', 3.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/career_d98fabe3e8.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:29:24.451', '2024-06-13 18:29:24.451', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (583, 'course-option.svg', NULL, NULL, 59, 59, NULL, 'course_option_528ef47e5d', '.svg', 'image/svg+xml', 8.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/course_option_528ef47e5d.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:30:27.267', '2024-06-13 18:30:27.267', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (599, 'Layer_1.svg', NULL, NULL, 32, 32, NULL, 'Layer_1_efa088c732', '.svg', 'image/svg+xml', 1.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Layer_1_efa088c732.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:50:15.042', '2024-06-14 15:50:15.042', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (577, 'overview.svg', NULL, NULL, 59, 59, NULL, 'overview_b3b35b2c6d', '.svg', 'image/svg+xml', 5.01, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/overview_b3b35b2c6d.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:22:45.543', '2024-11-27 10:22:56.263', 1, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (587, '4.webp', NULL, NULL, 820, 547, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_4_359ab3b2ad.webp", "hash": "small_4_359ab3b2ad", "mime": "image/webp", "name": "small_4.webp", "path": null, "size": 21.75, "width": 500, "height": 334, "sizeInBytes": 21746}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_4_359ab3b2ad.webp", "hash": "medium_4_359ab3b2ad", "mime": "image/webp", "name": "medium_4.webp", "path": null, "size": 35.02, "width": 750, "height": 500, "sizeInBytes": 35018}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_359ab3b2ad.webp", "hash": "thumbnail_4_359ab3b2ad", "mime": "image/webp", "name": "thumbnail_4.webp", "path": null, "size": 8.31, "width": 234, "height": 156, "sizeInBytes": 8312}}', '4_359ab3b2ad', '.webp', 'image/webp', 43.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_359ab3b2ad.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:32:35.398', '2024-06-13 18:32:35.398', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (588, '2.png', NULL, NULL, 145, 145, NULL, '2_1a9e097155', '.png', 'image/png', 8.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_1a9e097155.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 13:50:54.364', '2024-06-14 13:50:54.364', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (589, '3.png', NULL, NULL, 236, 111, NULL, '3_71b4a85f73', '.png', 'image/png', 4.50, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_71b4a85f73.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 13:51:42.225', '2024-06-14 13:51:42.225', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (590, '4.png', NULL, NULL, 178, 155, NULL, '4_b02aeb7213', '.png', 'image/png', 3.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_b02aeb7213.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 13:52:06.079', '2024-06-14 13:52:06.079', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (591, '5.png', NULL, NULL, 171, 149, NULL, '5_35ff543da0', '.png', 'image/png', 3.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/5_35ff543da0.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 13:52:34.498', '2024-06-14 13:52:34.498', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (592, 'apply.webp', NULL, NULL, 885, 670, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_apply_32d0dcfee2.webp", "hash": "small_apply_32d0dcfee2", "mime": "image/webp", "name": "small_apply.webp", "path": null, "size": 10.63, "width": 500, "height": 379, "sizeInBytes": 10632}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_apply_32d0dcfee2.webp", "hash": "medium_apply_32d0dcfee2", "mime": "image/webp", "name": "medium_apply.webp", "path": null, "size": 16.33, "width": 750, "height": 568, "sizeInBytes": 16326}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_apply_32d0dcfee2.webp", "hash": "thumbnail_apply_32d0dcfee2", "mime": "image/webp", "name": "thumbnail_apply.webp", "path": null, "size": 3.72, "width": 206, "height": 156, "sizeInBytes": 3718}}', 'apply_32d0dcfee2', '.webp', 'image/webp', 21.25, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/apply_32d0dcfee2.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:19:47.791', '2024-06-14 15:19:47.791', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (593, 'why-dubai.webp', NULL, NULL, 1032, 761, '{"large": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_b9e3ba4eb9.webp", "hash": "large_why_dubai_b9e3ba4eb9", "mime": "image/webp", "name": "large_why-dubai.webp", "path": null, "size": 27.19, "width": 1000, "height": 737, "sizeInBytes": 27194}, "small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_b9e3ba4eb9.webp", "hash": "small_why_dubai_b9e3ba4eb9", "mime": "image/webp", "name": "small_why-dubai.webp", "path": null, "size": 12.37, "width": 500, "height": 369, "sizeInBytes": 12366}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_b9e3ba4eb9.webp", "hash": "medium_why_dubai_b9e3ba4eb9", "mime": "image/webp", "name": "medium_why-dubai.webp", "path": null, "size": 19.83, "width": 750, "height": 553, "sizeInBytes": 19830}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_b9e3ba4eb9.webp", "hash": "thumbnail_why_dubai_b9e3ba4eb9", "mime": "image/webp", "name": "thumbnail_why-dubai.webp", "path": null, "size": 3.46, "width": 212, "height": 156, "sizeInBytes": 3458}}', 'why_dubai_b9e3ba4eb9', '.webp', 'image/webp', 30.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_b9e3ba4eb9.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:22:23.775', '2024-06-14 15:22:23.775', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (594, 'dubaitourismjpg 1.jpg', NULL, NULL, 420, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_dubaitourismjpg_1_22c1c61cf8.jpg", "hash": "thumbnail_dubaitourismjpg_1_22c1c61cf8", "mime": "image/jpeg", "name": "thumbnail_dubaitourismjpg 1.jpg", "path": null, "size": 4.64, "width": 187, "height": 156, "sizeInBytes": 4644}}', 'dubaitourismjpg_1_22c1c61cf8', '.jpg', 'image/jpeg', 16.84, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/dubaitourismjpg_1_22c1c61cf8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:25:51.188', '2024-06-14 15:25:51.188', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (595, 'Image.jpg', NULL, NULL, 420, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Image_17a07de5b2.jpg", "hash": "thumbnail_Image_17a07de5b2", "mime": "image/jpeg", "name": "thumbnail_Image.jpg", "path": null, "size": 10.37, "width": 187, "height": 156, "sizeInBytes": 10367}}', 'Image_17a07de5b2', '.jpg', 'image/jpeg', 35.58, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Image_17a07de5b2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:27:32.255', '2024-06-14 15:27:32.255', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (596, 'Image121.jpg', NULL, NULL, 420, 351, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Image121_7c8683d9eb.jpg", "hash": "thumbnail_Image121_7c8683d9eb", "mime": "image/jpeg", "name": "thumbnail_Image121.jpg", "path": null, "size": 8.37, "width": 187, "height": 156, "sizeInBytes": 8373}}', 'Image121_7c8683d9eb', '.jpg', 'image/jpeg', 29.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Image121_7c8683d9eb.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:27:59.854', '2024-06-14 15:27:59.854', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (597, 'Image32.jpg', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Image32_c6364fe484.jpg", "hash": "thumbnail_Image32_c6364fe484", "mime": "image/jpeg", "name": "thumbnail_Image32.jpg", "path": null, "size": 7.22, "width": 187, "height": 156, "sizeInBytes": 7221}}', 'Image32_c6364fe484', '.jpg', 'image/jpeg', 24.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Image32_c6364fe484.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:28:21.866', '2024-06-14 15:28:21.866', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (598, 'Union.svg', NULL, NULL, 32, 22, NULL, 'Union_b8a40fd7dc', '.svg', 'image/svg+xml', 0.86, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Union_b8a40fd7dc.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:49:38.916', '2024-06-14 15:49:38.916', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (600, 'student.webp', NULL, NULL, 806, 789, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_27cd16e969.webp", "hash": "small_student_27cd16e969", "mime": "image/webp", "name": "small_student.webp", "path": null, "size": 18.56, "width": 500, "height": 489, "sizeInBytes": 18560}, "medium": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_student_27cd16e969.webp", "hash": "medium_student_27cd16e969", "mime": "image/webp", "name": "medium_student.webp", "path": null, "size": 30.6, "width": 750, "height": 734, "sizeInBytes": 30596}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_27cd16e969.webp", "hash": "thumbnail_student_27cd16e969", "mime": "image/webp", "name": "thumbnail_student.webp", "path": null, "size": 4.01, "width": 159, "height": 156, "sizeInBytes": 4014}}', 'student_27cd16e969', '.webp', 'image/webp', 37.62, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_27cd16e969.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-14 15:51:00.554', '2024-06-14 15:51:00.554', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (601, '3.jpg', NULL, NULL, 405, 300, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_07c5cd0da2.jpg", "hash": "thumbnail_3_07c5cd0da2", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 9.16, "width": 211, "height": 156, "sizeInBytes": 9161}}', '3_07c5cd0da2', '.jpg', 'image/jpeg', 24.66, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_07c5cd0da2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-16 14:41:50.46', '2024-06-16 14:41:50.46', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (602, '3.jpg', NULL, NULL, 405, 300, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_a6e51e64bf.jpg", "hash": "thumbnail_3_a6e51e64bf", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 9.16, "width": 211, "height": 156, "sizeInBytes": 9161}}', '3_a6e51e64bf', '.jpg', 'image/jpeg', 24.66, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_a6e51e64bf.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-16 14:42:03.103', '2024-06-16 14:42:03.103', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (603, 'international-students-orientation-sessions-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_students_orientation_sessions_desktop_d63c3c77b6.jpg", "hash": "large_international_students_orientation_sessions_desktop_d63c3c77b6", "mime": "image/jpeg", "name": "large_international-students-orientation-sessions-desktop.jpg", "path": null, "size": 50.61, "width": 1000, "height": 391, "sizeInBytes": 50609}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_orientation_sessions_desktop_d63c3c77b6.jpg", "hash": "small_international_students_orientation_sessions_desktop_d63c3c77b6", "mime": "image/jpeg", "name": "small_international-students-orientation-sessions-desktop.jpg", "path": null, "size": 18.52, "width": 500, "height": 195, "sizeInBytes": 18523}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_students_orientation_sessions_desktop_d63c3c77b6.jpg", "hash": "medium_international_students_orientation_sessions_desktop_d63c3c77b6", "mime": "image/jpeg", "name": "medium_international-students-orientation-sessions-desktop.jpg", "path": null, "size": 33.28, "width": 750, "height": 293, "sizeInBytes": 33279}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_orientation_sessions_desktop_d63c3c77b6.jpg", "hash": "thumbnail_international_students_orientation_sessions_desktop_d63c3c77b6", "mime": "image/jpeg", "name": "thumbnail_international-students-orientation-sessions-desktop.jpg", "path": null, "size": 6.16, "width": 245, "height": 95, "sizeInBytes": 6160}}', 'international_students_orientation_sessions_desktop_d63c3c77b6', '.jpg', 'image/jpeg', 133.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_orientation_sessions_desktop_d63c3c77b6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-03 16:22:20.859', '2024-07-03 16:22:20.859', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (604, 'international-students-orientation-sessions-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_students_orientation_sessions_mob_fa338cd5e6.jpg", "hash": "large_international_students_orientation_sessions_mob_fa338cd5e6", "mime": "image/jpeg", "name": "large_international-students-orientation-sessions-mob.jpg", "path": null, "size": 50.61, "width": 1000, "height": 391, "sizeInBytes": 50609}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_students_orientation_sessions_mob_fa338cd5e6.jpg", "hash": "small_international_students_orientation_sessions_mob_fa338cd5e6", "mime": "image/jpeg", "name": "small_international-students-orientation-sessions-mob.jpg", "path": null, "size": 18.52, "width": 500, "height": 195, "sizeInBytes": 18523}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_students_orientation_sessions_mob_fa338cd5e6.jpg", "hash": "medium_international_students_orientation_sessions_mob_fa338cd5e6", "mime": "image/jpeg", "name": "medium_international-students-orientation-sessions-mob.jpg", "path": null, "size": 33.28, "width": 750, "height": 293, "sizeInBytes": 33279}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_students_orientation_sessions_mob_fa338cd5e6.jpg", "hash": "thumbnail_international_students_orientation_sessions_mob_fa338cd5e6", "mime": "image/jpeg", "name": "thumbnail_international-students-orientation-sessions-mob.jpg", "path": null, "size": 6.16, "width": 245, "height": 95, "sizeInBytes": 6160}}', 'international_students_orientation_sessions_mob_fa338cd5e6', '.jpg', 'image/jpeg', 133.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_students_orientation_sessions_mob_fa338cd5e6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-03 16:22:34.652', '2024-07-03 16:22:34.652', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (605, 'center.jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_center_dc90c51d23.jpg", "hash": "small_center_dc90c51d23", "mime": "image/jpeg", "name": "small_center.jpg", "path": null, "size": 26.5, "width": 500, "height": 390, "sizeInBytes": 26501}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_center_dc90c51d23.jpg", "hash": "thumbnail_center_dc90c51d23", "mime": "image/jpeg", "name": "thumbnail_center.jpg", "path": null, "size": 6.86, "width": 200, "height": 156, "sizeInBytes": 6861}}', 'center_dc90c51d23', '.jpg', 'image/jpeg', 41.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/center_dc90c51d23.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-03 16:24:36.359', '2024-07-03 16:24:36.359', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (606, 'safety1.jpg', NULL, NULL, 420, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_safety1_78c0251803.jpg", "hash": "small_safety1_78c0251803", "mime": "image/jpeg", "name": "small_safety1.jpg", "path": null, "size": 29.75, "width": 341, "height": 500, "sizeInBytes": 29747}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_safety1_78c0251803.jpg", "hash": "thumbnail_safety1_78c0251803", "mime": "image/jpeg", "name": "thumbnail_safety1.jpg", "path": null, "size": 5.25, "width": 106, "height": 156, "sizeInBytes": 5247}}', 'safety1_78c0251803', '.jpg', 'image/jpeg', 40.77, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/safety1_78c0251803.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-03 18:25:25.709', '2024-07-03 18:25:25.709', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (607, 'safety2.jpg', NULL, NULL, 423, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_safety2_b5df1a697a.jpg", "hash": "small_safety2_b5df1a697a", "mime": "image/jpeg", "name": "small_safety2.jpg", "path": null, "size": 21.46, "width": 343, "height": 500, "sizeInBytes": 21456}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_safety2_b5df1a697a.jpg", "hash": "thumbnail_safety2_b5df1a697a", "mime": "image/jpeg", "name": "thumbnail_safety2.jpg", "path": null, "size": 3.91, "width": 107, "height": 156, "sizeInBytes": 3913}}', 'safety2_b5df1a697a', '.jpg', 'image/jpeg', 30.09, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/safety2_b5df1a697a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-03 18:25:32.23', '2024-07-03 18:25:32.23', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (608, 'safety3.jpg', NULL, NULL, 423, 320, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_safety3_ca902d8ce1.jpg", "hash": "thumbnail_safety3_ca902d8ce1", "mime": "image/jpeg", "name": "thumbnail_safety3.jpg", "path": null, "size": 11.11, "width": 206, "height": 156, "sizeInBytes": 11109}}', 'safety3_ca902d8ce1', '.jpg', 'image/jpeg', 34.18, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/safety3_ca902d8ce1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-03 18:25:38.773', '2024-07-03 18:25:38.773', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (610, 'research-strategy-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_strategy_desktop_76a89308d8.jpg", "hash": "large_research_strategy_desktop_76a89308d8", "mime": "image/jpeg", "name": "large_research-strategy-desktop.jpg", "path": null, "size": 62.67, "width": 1000, "height": 391, "sizeInBytes": 62671}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_strategy_desktop_76a89308d8.jpg", "hash": "small_research_strategy_desktop_76a89308d8", "mime": "image/jpeg", "name": "small_research-strategy-desktop.jpg", "path": null, "size": 22.11, "width": 500, "height": 195, "sizeInBytes": 22108}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_strategy_desktop_76a89308d8.jpg", "hash": "medium_research_strategy_desktop_76a89308d8", "mime": "image/jpeg", "name": "medium_research-strategy-desktop.jpg", "path": null, "size": 40.92, "width": 750, "height": 293, "sizeInBytes": 40922}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_strategy_desktop_76a89308d8.jpg", "hash": "thumbnail_research_strategy_desktop_76a89308d8", "mime": "image/jpeg", "name": "thumbnail_research-strategy-desktop.jpg", "path": null, "size": 6.82, "width": 245, "height": 95, "sizeInBytes": 6819}}', 'research_strategy_desktop_76a89308d8', '.jpg', 'image/jpeg', 158.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_strategy_desktop_76a89308d8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 11:12:20.106', '2024-07-04 11:12:20.106', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (611, 'research-strategy-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_strategy_mob_f4f6466909.jpg", "hash": "large_research_strategy_mob_f4f6466909", "mime": "image/jpeg", "name": "large_research-strategy-mob.jpg", "path": null, "size": 62.67, "width": 1000, "height": 391, "sizeInBytes": 62671}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_strategy_mob_f4f6466909.jpg", "hash": "small_research_strategy_mob_f4f6466909", "mime": "image/jpeg", "name": "small_research-strategy-mob.jpg", "path": null, "size": 22.11, "width": 500, "height": 195, "sizeInBytes": 22108}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_strategy_mob_f4f6466909.jpg", "hash": "medium_research_strategy_mob_f4f6466909", "mime": "image/jpeg", "name": "medium_research-strategy-mob.jpg", "path": null, "size": 40.92, "width": 750, "height": 293, "sizeInBytes": 40922}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_strategy_mob_f4f6466909.jpg", "hash": "thumbnail_research_strategy_mob_f4f6466909", "mime": "image/jpeg", "name": "thumbnail_research-strategy-mob.jpg", "path": null, "size": 6.82, "width": 245, "height": 95, "sizeInBytes": 6819}}', 'research_strategy_mob_f4f6466909', '.jpg', 'image/jpeg', 158.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_strategy_mob_f4f6466909.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 11:12:36.584', '2024-07-04 11:12:36.584', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (612, 'research-guidelines-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_guidelines_desktop_b5ded0e78e.jpg", "hash": "large_research_guidelines_desktop_b5ded0e78e", "mime": "image/jpeg", "name": "large_research-guidelines-desktop.jpg", "path": null, "size": 41.66, "width": 1000, "height": 391, "sizeInBytes": 41662}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_guidelines_desktop_b5ded0e78e.jpg", "hash": "small_research_guidelines_desktop_b5ded0e78e", "mime": "image/jpeg", "name": "small_research-guidelines-desktop.jpg", "path": null, "size": 14.52, "width": 500, "height": 195, "sizeInBytes": 14523}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_guidelines_desktop_b5ded0e78e.jpg", "hash": "medium_research_guidelines_desktop_b5ded0e78e", "mime": "image/jpeg", "name": "medium_research-guidelines-desktop.jpg", "path": null, "size": 26.81, "width": 750, "height": 293, "sizeInBytes": 26810}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_guidelines_desktop_b5ded0e78e.jpg", "hash": "thumbnail_research_guidelines_desktop_b5ded0e78e", "mime": "image/jpeg", "name": "thumbnail_research-guidelines-desktop.jpg", "path": null, "size": 4.78, "width": 245, "height": 95, "sizeInBytes": 4784}}', 'research_guidelines_desktop_b5ded0e78e', '.jpg', 'image/jpeg', 115.10, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_guidelines_desktop_b5ded0e78e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 11:41:20.395', '2024-07-04 11:41:20.395', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (613, 'research-guidelines-mob.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_research_guidelines_mob_1ad4295ba0.jpg", "hash": "large_research_guidelines_mob_1ad4295ba0", "mime": "image/jpeg", "name": "large_research-guidelines-mob.jpg", "path": null, "size": 41.66, "width": 1000, "height": 391, "sizeInBytes": 41662}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_research_guidelines_mob_1ad4295ba0.jpg", "hash": "small_research_guidelines_mob_1ad4295ba0", "mime": "image/jpeg", "name": "small_research-guidelines-mob.jpg", "path": null, "size": 14.52, "width": 500, "height": 195, "sizeInBytes": 14523}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_research_guidelines_mob_1ad4295ba0.jpg", "hash": "medium_research_guidelines_mob_1ad4295ba0", "mime": "image/jpeg", "name": "medium_research-guidelines-mob.jpg", "path": null, "size": 26.81, "width": 750, "height": 293, "sizeInBytes": 26810}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_research_guidelines_mob_1ad4295ba0.jpg", "hash": "thumbnail_research_guidelines_mob_1ad4295ba0", "mime": "image/jpeg", "name": "thumbnail_research-guidelines-mob.jpg", "path": null, "size": 4.78, "width": 245, "height": 95, "sizeInBytes": 4784}}', 'research_guidelines_mob_1ad4295ba0', '.jpg', 'image/jpeg', 115.10, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/research_guidelines_mob_1ad4295ba0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 11:41:49.585', '2024-07-04 11:41:49.585', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (629, 'location_0bbf47a6cc.svg', NULL, NULL, 24, 27, NULL, 'location_0bbf47a6cc_067faf7086', '.svg', 'image/svg+xml', 0.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/location_0bbf47a6cc_067faf7086.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:44:25.975', '2024-07-09 10:44:25.975', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (614, 'international-admissions.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_admissions_c1a2bba8fc.jpg", "hash": "large_international_admissions_c1a2bba8fc", "mime": "image/jpeg", "name": "large_international-admissions.jpg", "path": null, "size": 52.76, "width": 1000, "height": 391, "sizeInBytes": 52761}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_admissions_c1a2bba8fc.jpg", "hash": "small_international_admissions_c1a2bba8fc", "mime": "image/jpeg", "name": "small_international-admissions.jpg", "path": null, "size": 18.07, "width": 500, "height": 195, "sizeInBytes": 18070}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_admissions_c1a2bba8fc.jpg", "hash": "medium_international_admissions_c1a2bba8fc", "mime": "image/jpeg", "name": "medium_international-admissions.jpg", "path": null, "size": 33.87, "width": 750, "height": 293, "sizeInBytes": 33873}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_admissions_c1a2bba8fc.jpg", "hash": "thumbnail_international_admissions_c1a2bba8fc", "mime": "image/jpeg", "name": "thumbnail_international-admissions.jpg", "path": null, "size": 5.74, "width": 245, "height": 95, "sizeInBytes": 5735}}', 'international_admissions_c1a2bba8fc', '.jpg', 'image/jpeg', 139.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_admissions_c1a2bba8fc.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 11:50:46.478', '2024-07-04 11:50:46.478', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (615, 'international-admissions.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_international_admissions_5547e1c426.jpg", "hash": "large_international_admissions_5547e1c426", "mime": "image/jpeg", "name": "large_international-admissions.jpg", "path": null, "size": 52.76, "width": 1000, "height": 391, "sizeInBytes": 52761}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_international_admissions_5547e1c426.jpg", "hash": "small_international_admissions_5547e1c426", "mime": "image/jpeg", "name": "small_international-admissions.jpg", "path": null, "size": 18.07, "width": 500, "height": 195, "sizeInBytes": 18070}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_international_admissions_5547e1c426.jpg", "hash": "medium_international_admissions_5547e1c426", "mime": "image/jpeg", "name": "medium_international-admissions.jpg", "path": null, "size": 33.87, "width": 750, "height": 293, "sizeInBytes": 33873}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_international_admissions_5547e1c426.jpg", "hash": "thumbnail_international_admissions_5547e1c426", "mime": "image/jpeg", "name": "thumbnail_international-admissions.jpg", "path": null, "size": 5.74, "width": 245, "height": 95, "sizeInBytes": 5735}}', 'international_admissions_5547e1c426', '.jpg', 'image/jpeg', 139.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/international_admissions_5547e1c426.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 13:54:22.962', '2024-07-04 13:54:22.962', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (616, '1_8038ceab8a.webp', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_8038ceab8a_8ded4a58b8.webp", "hash": "thumbnail_1_8038ceab8a_8ded4a58b8", "mime": "image/webp", "name": "thumbnail_1_8038ceab8a.webp", "path": null, "size": 4.31, "width": 187, "height": 156, "sizeInBytes": 4310}}', '1_8038ceab8a_8ded4a58b8', '.webp', 'image/webp', 11.15, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_8038ceab8a_8ded4a58b8.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 16:23:10.528', '2024-07-04 16:23:10.528', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (617, '1_8038ceab8a.webp', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_8038ceab8a_34e765a0e7.webp", "hash": "thumbnail_1_8038ceab8a_34e765a0e7", "mime": "image/webp", "name": "thumbnail_1_8038ceab8a.webp", "path": null, "size": 4.31, "width": 187, "height": 156, "sizeInBytes": 4310}}', '1_8038ceab8a_34e765a0e7', '.webp', 'image/webp', 11.15, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_8038ceab8a_34e765a0e7.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-04 16:23:19.896', '2024-07-04 16:23:19.896', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (618, 'enquiry-1.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_d6bd08b8d2', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_d6bd08b8d2.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:07:19.185', '2024-07-08 15:07:19.185', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (619, 'enquiry-2.svg', NULL, NULL, 36, 39, NULL, 'enquiry_2_1246f69285', '.svg', 'image/svg+xml', 1.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_2_1246f69285.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:07:38.746', '2024-07-08 15:07:38.746', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (620, 'enquiry-3.svg', NULL, NULL, 38, 44, NULL, 'enquiry_3_f4917ddb98', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_3_f4917ddb98.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:07:54.443', '2024-07-08 15:07:54.443', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (621, 'enquiry-4.svg', NULL, NULL, 42, 42, NULL, 'enquiry_4_3b978ba9bc', '.svg', 'image/svg+xml', 24.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_4_3b978ba9bc.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:08:06.15', '2024-07-08 15:08:06.15', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (622, 'chat.svg', NULL, NULL, 43, 42, NULL, 'chat_3d1a67e6dd', '.svg', 'image/svg+xml', 20.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/chat_3d1a67e6dd.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:08:40.106', '2024-07-08 15:08:40.106', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (623, 'social-media.svg', NULL, NULL, 30, 30, NULL, 'social_media_f7ae4772eb', '.svg', 'image/svg+xml', 25.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/social_media_f7ae4772eb.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:09:01.575', '2024-07-08 15:09:01.575', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (624, 'facebook.svg', NULL, NULL, 12, 20, NULL, 'facebook_d7b49a47e8', '.svg', 'image/svg+xml', 0.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/facebook_d7b49a47e8.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:09:27.301', '2024-07-08 15:09:27.301', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (625, 'instagram.svg', NULL, NULL, 20, 20, NULL, 'instagram_83b1503c3a', '.svg', 'image/svg+xml', 1.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/instagram_83b1503c3a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:09:38.29', '2024-07-08 15:09:38.29', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (626, 'linkedin.svg', NULL, NULL, 20, 20, NULL, 'linkedin_014ada77ef', '.svg', 'image/svg+xml', 0.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/linkedin_014ada77ef.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:09:49.486', '2024-07-08 15:09:49.486', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (627, 'twitter.svg', NULL, NULL, 20, 19, NULL, 'twitter_835b49a935', '.svg', 'image/svg+xml', 0.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/twitter_835b49a935.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:10:00.909', '2024-07-08 15:10:00.909', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (628, 'youtube.svg', NULL, NULL, 20, 14, NULL, 'youtube_53f70fc8c2', '.svg', 'image/svg+xml', 0.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/youtube_53f70fc8c2.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-08 15:10:12.898', '2024-07-08 15:10:12.898', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (639, 'enquiry_4_3b978ba9bc.svg', NULL, NULL, 42, 42, NULL, 'enquiry_4_3b978ba9bc_359f9a7133', '.svg', 'image/svg+xml', 24.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_4_3b978ba9bc_359f9a7133.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:58:07.695', '2024-07-09 10:58:07.695', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (640, 'enquiry_1_d6bd08b8d2.svg', NULL, NULL, 29, 40, NULL, 'enquiry_1_d6bd08b8d2_d8b15ca8bb', '.svg', 'image/svg+xml', 1.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_1_d6bd08b8d2_d8b15ca8bb.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:58:57.374', '2024-07-09 10:58:57.374', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (643, 'enquiry_2_1246f69285.svg', NULL, NULL, 36, 39, NULL, 'enquiry_2_1246f69285_817e5cae45', '.svg', 'image/svg+xml', 1.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_2_1246f69285_817e5cae45.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 11:00:20.311', '2024-07-09 11:00:20.311', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (641, 'enquiry_4_3b978ba9bc.svg', NULL, NULL, 42, 42, NULL, 'enquiry_4_3b978ba9bc_ae4c262251', '.svg', 'image/svg+xml', 24.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_4_3b978ba9bc_ae4c262251.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 10:59:27.427', '2024-07-09 10:59:27.427', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (642, 'enquiry_3_f4917ddb98.svg', NULL, NULL, 38, 44, NULL, 'enquiry_3_f4917ddb98_9dc593d21f', '.svg', 'image/svg+xml', 0.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/enquiry_3_f4917ddb98_9dc593d21f.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 11:00:10.821', '2024-07-09 11:00:10.821', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (644, 'fi_6850734.svg', NULL, NULL, 55, 47, NULL, 'fi_6850734_bcabb91933', '.svg', 'image/svg+xml', 2.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/fi_6850734_bcabb91933.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 14:31:25.842', '2024-07-09 14:31:25.842', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (645, 'fi_3449155.svg', NULL, NULL, 46, 59, NULL, 'fi_3449155_fef58a4608', '.svg', 'image/svg+xml', 3.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/fi_3449155_fef58a4608.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 14:31:46.836', '2024-07-09 14:31:46.836', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (646, 'fi_3379882.svg', NULL, NULL, 66, 55, NULL, 'fi_3379882_2ee91a89e9', '.svg', 'image/svg+xml', 7.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/fi_3379882_2ee91a89e9.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 14:32:05.401', '2024-07-09 14:32:05.401', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (647, 'fi_5402419.svg', NULL, NULL, 42, 55, NULL, 'fi_5402419_1350539ae4', '.svg', 'image/svg+xml', 7.63, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/fi_5402419_1350539ae4.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-09 14:32:24.414', '2024-07-09 14:32:24.414', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (658, 'leftimg.jpg', NULL, NULL, 420, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_leftimg_76610c7afa.jpg", "hash": "small_leftimg_76610c7afa", "mime": "image/jpeg", "name": "small_leftimg.jpg", "path": null, "size": 27.4, "width": 341, "height": 500, "sizeInBytes": 27398}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_leftimg_76610c7afa.jpg", "hash": "thumbnail_leftimg_76610c7afa", "mime": "image/jpeg", "name": "thumbnail_leftimg.jpg", "path": null, "size": 5.1, "width": 106, "height": 156, "sizeInBytes": 5097}}', 'leftimg_76610c7afa', '.jpg', 'image/jpeg', 36.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/leftimg_76610c7afa.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-23 15:32:08.424', '2024-07-23 15:32:08.424', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (659, 'rightimg.jpg', NULL, NULL, 423, 616, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_rightimg_dc948939ca.jpg", "hash": "small_rightimg_dc948939ca", "mime": "image/jpeg", "name": "small_rightimg.jpg", "path": null, "size": 32.28, "width": 343, "height": 500, "sizeInBytes": 32283}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_rightimg_dc948939ca.jpg", "hash": "thumbnail_rightimg_dc948939ca", "mime": "image/jpeg", "name": "thumbnail_rightimg.jpg", "path": null, "size": 4.94, "width": 107, "height": 156, "sizeInBytes": 4936}}', 'rightimg_dc948939ca', '.jpg', 'image/jpeg', 44.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/rightimg_dc948939ca.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-23 15:32:38.538', '2024-07-23 15:32:38.538', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (660, 'topimg.jpg', NULL, NULL, 270, 217, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_topimg_985c7adb5e.jpg", "hash": "thumbnail_topimg_985c7adb5e", "mime": "image/jpeg", "name": "thumbnail_topimg.jpg", "path": null, "size": 6.32, "width": 194, "height": 156, "sizeInBytes": 6324}}', 'topimg_985c7adb5e', '.jpg', 'image/jpeg', 10.36, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/topimg_985c7adb5e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-23 15:32:49.576', '2024-07-23 15:32:49.576', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (661, 'Image.jpg', NULL, NULL, 570, 570, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Image_323f49ebc1.jpg", "hash": "small_Image_323f49ebc1", "mime": "image/jpeg", "name": "small_Image.jpg", "path": null, "size": 35.76, "width": 500, "height": 500, "sizeInBytes": 35756}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Image_323f49ebc1.jpg", "hash": "thumbnail_Image_323f49ebc1", "mime": "image/jpeg", "name": "thumbnail_Image.jpg", "path": null, "size": 6.73, "width": 156, "height": 156, "sizeInBytes": 6727}}', 'Image_323f49ebc1', '.jpg', 'image/jpeg', 43.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Image_323f49ebc1.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-23 15:35:40.358', '2024-07-23 15:35:40.358', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (662, 'Image.jpg', NULL, NULL, 570, 570, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Image_d5d34ac3aa.jpg", "hash": "small_Image_d5d34ac3aa", "mime": "image/jpeg", "name": "small_Image.jpg", "path": null, "size": 35.76, "width": 500, "height": 500, "sizeInBytes": 35756}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Image_d5d34ac3aa.jpg", "hash": "thumbnail_Image_d5d34ac3aa", "mime": "image/jpeg", "name": "thumbnail_Image.jpg", "path": null, "size": 6.73, "width": 156, "height": 156, "sizeInBytes": 6727}}', 'Image_d5d34ac3aa', '.jpg', 'image/jpeg', 43.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Image_d5d34ac3aa.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-23 15:37:03.272', '2024-07-23 15:37:12.266', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (663, 'what-we-do.jpg', NULL, NULL, 735, 560, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_what_we_do_013e75b983.jpg", "hash": "small_what_we_do_013e75b983", "mime": "image/jpeg", "name": "small_what-we-do.jpg", "path": null, "size": 63.07, "width": 500, "height": 381, "sizeInBytes": 63069}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_what_we_do_013e75b983.jpg", "hash": "thumbnail_what_we_do_013e75b983", "mime": "image/jpeg", "name": "thumbnail_what-we-do.jpg", "path": null, "size": 12.35, "width": 204, "height": 156, "sizeInBytes": 12350}}', 'what_we_do_013e75b983', '.jpg', 'image/jpeg', 121.85, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/what_we_do_013e75b983.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-23 15:38:29.949', '2024-07-23 15:38:29.949', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (722, 'Frame (3).svg', NULL, NULL, 59, 59, NULL, 'Frame_3_ad596aeaf3', '.svg', 'image/svg+xml', 6.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_3_ad596aeaf3.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-15 13:12:45.772', '2024-11-18 16:05:29.91', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (754, 'MILA.png', NULL, NULL, 414, 306, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_MILA_b1dd4f6ec2.png", "hash": "thumbnail_MILA_b1dd4f6ec2", "mime": "image/png", "name": "thumbnail_MILA.png", "path": null, "size": 78.88, "width": 211, "height": 156, "sizeInBytes": 78884}}', 'MILA_b1dd4f6ec2', '.png', 'image/png', 80.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MILA_b1dd4f6ec2.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 11:54:02.989', '2024-11-25 11:57:48.49', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (289, 'about.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_about_b1b27f7981.jpg", "hash": "large_about_b1b27f7981", "mime": "image/jpeg", "name": "large_about.jpg", "path": null, "size": 63.48, "width": 1000, "height": 391, "sizeInBytes": 63477}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_about_b1b27f7981.jpg", "hash": "small_about_b1b27f7981", "mime": "image/jpeg", "name": "small_about.jpg", "path": null, "size": 23.22, "width": 500, "height": 195, "sizeInBytes": 23222}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_about_b1b27f7981.jpg", "hash": "medium_about_b1b27f7981", "mime": "image/jpeg", "name": "medium_about.jpg", "path": null, "size": 41.65, "width": 750, "height": 293, "sizeInBytes": 41645}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_b1b27f7981.jpg", "hash": "thumbnail_about_b1b27f7981", "mime": "image/jpeg", "name": "thumbnail_about.jpg", "path": null, "size": 7.86, "width": 245, "height": 95, "sizeInBytes": 7857}}', 'about_b1b27f7981', '.jpg', 'image/jpeg', 170.91, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_b1b27f7981.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/8', '2024-05-29 10:48:17.712', '2024-07-15 15:30:23.513', 1, 2);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (652, 'profile-image.png', NULL, NULL, 960, 960, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_profile_image_eea6560171.png", "hash": "small_profile_image_eea6560171", "mime": "image/png", "name": "small_profile-image.png", "path": null, "size": 58.96, "width": 500, "height": 500, "sizeInBytes": 58963}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_profile_image_eea6560171.png", "hash": "medium_profile_image_eea6560171", "mime": "image/png", "name": "medium_profile-image.png", "path": null, "size": 110.41, "width": 750, "height": 750, "sizeInBytes": 110410}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_profile_image_eea6560171.png", "hash": "thumbnail_profile_image_eea6560171", "mime": "image/png", "name": "thumbnail_profile-image.png", "path": null, "size": 13.25, "width": 156, "height": 156, "sizeInBytes": 13252}}', 'profile_image_eea6560171', '.png', 'image/png', 30.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/profile_image_eea6560171.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-12 10:22:09.944', '2024-07-18 16:04:07.48', 2, 2);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (654, '2_78a2a0f7f9.webp', NULL, NULL, 160, 210, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_78a2a0f7f9_2315cd08ec.webp", "hash": "thumbnail_2_78a2a0f7f9_2315cd08ec", "mime": "image/webp", "name": "thumbnail_2_78a2a0f7f9.webp", "path": null, "size": 3.14, "width": 119, "height": 156, "sizeInBytes": 3138}}', '2_78a2a0f7f9_2315cd08ec', '.webp', 'image/webp', 4.77, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_78a2a0f7f9_2315cd08ec.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-19 10:54:35.496', '2024-07-19 10:54:35.496', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (653, '1_a6389fd3fe.webp', NULL, NULL, 500, 665, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_a6389fd3fe_fab5fb71cf.webp", "hash": "small_1_a6389fd3fe_fab5fb71cf", "mime": "image/webp", "name": "small_1_a6389fd3fe.webp", "path": null, "size": 13.28, "width": 376, "height": 500, "sizeInBytes": 13282}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_a6389fd3fe_fab5fb71cf.webp", "hash": "thumbnail_1_a6389fd3fe_fab5fb71cf", "mime": "image/webp", "name": "thumbnail_1_a6389fd3fe.webp", "path": null, "size": 3.56, "width": 117, "height": 156, "sizeInBytes": 3560}}', '1_a6389fd3fe_fab5fb71cf', '.webp', 'image/webp', 19.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_a6389fd3fe_fab5fb71cf.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-19 10:53:55.753', '2024-07-19 14:28:24.231', 1, 2);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (655, 'featured-video.webp', NULL, NULL, 750, 327, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_featured_video_873ceae2fd.webp", "hash": "small_featured_video_873ceae2fd", "mime": "image/webp", "name": "small_featured-video.webp", "path": null, "size": 13.47, "width": 500, "height": 218, "sizeInBytes": 13466}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_featured_video_873ceae2fd.webp", "hash": "thumbnail_featured_video_873ceae2fd", "mime": "image/webp", "name": "thumbnail_featured-video.webp", "path": null, "size": 5.85, "width": 245, "height": 107, "sizeInBytes": 5850}}', 'featured_video_873ceae2fd', '.webp', 'image/webp', 22.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/featured_video_873ceae2fd.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-22 17:11:38.842', '2024-07-22 17:11:38.842', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (656, 'innovation-incubation-center-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_innovation_incubation_center_desktop_5fcd093e17.jpg", "hash": "large_innovation_incubation_center_desktop_5fcd093e17", "mime": "image/jpeg", "name": "large_innovation-incubation-center-desktop.jpg", "path": null, "size": 49.62, "width": 1000, "height": 391, "sizeInBytes": 49621}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_innovation_incubation_center_desktop_5fcd093e17.jpg", "hash": "small_innovation_incubation_center_desktop_5fcd093e17", "mime": "image/jpeg", "name": "small_innovation-incubation-center-desktop.jpg", "path": null, "size": 18.37, "width": 500, "height": 195, "sizeInBytes": 18366}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_innovation_incubation_center_desktop_5fcd093e17.jpg", "hash": "medium_innovation_incubation_center_desktop_5fcd093e17", "mime": "image/jpeg", "name": "medium_innovation-incubation-center-desktop.jpg", "path": null, "size": 32.78, "width": 750, "height": 293, "sizeInBytes": 32780}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_innovation_incubation_center_desktop_5fcd093e17.jpg", "hash": "thumbnail_innovation_incubation_center_desktop_5fcd093e17", "mime": "image/jpeg", "name": "thumbnail_innovation-incubation-center-desktop.jpg", "path": null, "size": 6.15, "width": 245, "height": 95, "sizeInBytes": 6146}}', 'innovation_incubation_center_desktop_5fcd093e17', '.jpg', 'image/jpeg', 125.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/innovation_incubation_center_desktop_5fcd093e17.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-23 15:31:07.864', '2024-07-23 15:31:07.864', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (657, 'innovation-incubation-center-desktop.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_innovation_incubation_center_desktop_f3543f8dab.jpg", "hash": "large_innovation_incubation_center_desktop_f3543f8dab", "mime": "image/jpeg", "name": "large_innovation-incubation-center-desktop.jpg", "path": null, "size": 49.62, "width": 1000, "height": 391, "sizeInBytes": 49621}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_innovation_incubation_center_desktop_f3543f8dab.jpg", "hash": "small_innovation_incubation_center_desktop_f3543f8dab", "mime": "image/jpeg", "name": "small_innovation-incubation-center-desktop.jpg", "path": null, "size": 18.37, "width": 500, "height": 195, "sizeInBytes": 18366}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_innovation_incubation_center_desktop_f3543f8dab.jpg", "hash": "medium_innovation_incubation_center_desktop_f3543f8dab", "mime": "image/jpeg", "name": "medium_innovation-incubation-center-desktop.jpg", "path": null, "size": 32.78, "width": 750, "height": 293, "sizeInBytes": 32780}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_innovation_incubation_center_desktop_f3543f8dab.jpg", "hash": "thumbnail_innovation_incubation_center_desktop_f3543f8dab", "mime": "image/jpeg", "name": "thumbnail_innovation-incubation-center-desktop.jpg", "path": null, "size": 6.15, "width": 245, "height": 95, "sizeInBytes": 6146}}', 'innovation_incubation_center_desktop_f3543f8dab', '.jpg', 'image/jpeg', 125.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/innovation_incubation_center_desktop_f3543f8dab.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-23 15:31:26.98', '2024-07-23 15:31:26.98', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (687, 'Environment And Sustainability Policy.pdf', NULL, NULL, NULL, NULL, NULL, 'Environment_And_Sustainability_Policy_d09ac50fc9', '.pdf', 'application/pdf', 208.79, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Environment_And_Sustainability_Policy_d09ac50fc9.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-03 18:33:24.217', '2024-08-03 18:33:24.217', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (665, 'featured_video_873ceae2fd.webp', NULL, NULL, 750, 327, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_featured_video_873ceae2fd_260875ba64.webp", "hash": "small_featured_video_873ceae2fd_260875ba64", "mime": "image/webp", "name": "small_featured_video_873ceae2fd.webp", "path": null, "size": 13.1, "width": 500, "height": 218, "sizeInBytes": 13096}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_featured_video_873ceae2fd_260875ba64.webp", "hash": "thumbnail_featured_video_873ceae2fd_260875ba64", "mime": "image/webp", "name": "thumbnail_featured_video_873ceae2fd.webp", "path": null, "size": 5.77, "width": 245, "height": 107, "sizeInBytes": 5770}}', 'featured_video_873ceae2fd_260875ba64', '.webp', 'image/webp', 20.75, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/featured_video_873ceae2fd_260875ba64.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-25 10:57:52.398', '2024-07-25 10:57:52.398', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (664, '6_1fbd9ac8df.webp', NULL, NULL, 570, 320, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_6_1fbd9ac8df_35f57e572e.webp", "hash": "small_6_1fbd9ac8df_35f57e572e", "mime": "image/webp", "name": "small_6_1fbd9ac8df.webp", "path": null, "size": 33.5, "width": 500, "height": 281, "sizeInBytes": 33498}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_6_1fbd9ac8df_35f57e572e.webp", "hash": "thumbnail_6_1fbd9ac8df_35f57e572e", "mime": "image/webp", "name": "thumbnail_6_1fbd9ac8df.webp", "path": null, "size": 12.29, "width": 245, "height": 138, "sizeInBytes": 12286}}', '6_1fbd9ac8df_35f57e572e', '.webp', 'image/webp', 43.49, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/6_1fbd9ac8df_35f57e572e.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-25 10:52:55.818', '2024-07-26 14:53:11.599', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (667, 'web_69019acba1.svg', NULL, NULL, 50, 50, NULL, 'web_69019acba1_3547d1326f', '.svg', 'image/svg+xml', 1.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/web_69019acba1_3547d1326f.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-29 10:56:22.606', '2024-07-29 10:56:22.606', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (668, 'provide_docs_72d61ea07c.svg', NULL, NULL, 50, 50, NULL, 'provide_docs_72d61ea07c_81b61fe194', '.svg', 'image/svg+xml', 2.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/provide_docs_72d61ea07c_81b61fe194.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-29 10:56:48.846', '2024-07-29 10:56:48.846', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (669, 'make_payment_f21bc1cf06.svg', NULL, NULL, 50, 50, NULL, 'make_payment_f21bc1cf06_9ccacdffd1', '.svg', 'image/svg+xml', 2.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/make_payment_f21bc1cf06_9ccacdffd1.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-29 10:56:58.354', '2024-07-29 10:56:58.354', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (670, 'visa_team_12d128ed86.svg', NULL, NULL, 50, 51, NULL, 'visa_team_12d128ed86_34e60550dc', '.svg', 'image/svg+xml', 2.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/visa_team_12d128ed86_34e60550dc.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-29 10:57:13.037', '2024-07-29 10:57:13.037', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (671, 'image.png', NULL, NULL, 1881, 1039, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_image_e7aa0ae2a9.png", "hash": "large_image_e7aa0ae2a9", "mime": "image/png", "name": "large_image.png", "path": null, "size": 106.42, "width": 1000, "height": 552, "sizeInBytes": 106417}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_image_e7aa0ae2a9.png", "hash": "small_image_e7aa0ae2a9", "mime": "image/png", "name": "small_image.png", "path": null, "size": 36.84, "width": 500, "height": 276, "sizeInBytes": 36842}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_image_e7aa0ae2a9.png", "hash": "medium_image_e7aa0ae2a9", "mime": "image/png", "name": "medium_image.png", "path": null, "size": 67.74, "width": 750, "height": 414, "sizeInBytes": 67737}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_image_e7aa0ae2a9.png", "hash": "thumbnail_image_e7aa0ae2a9", "mime": "image/png", "name": "thumbnail_image.png", "path": null, "size": 13.17, "width": 245, "height": 135, "sizeInBytes": 13167}}', 'image_e7aa0ae2a9', '.png', 'image/png', 57.82, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/image_e7aa0ae2a9.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-29 16:52:33.652', '2024-07-29 16:52:33.652', 2, 2);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (666, '1_28f6a11c12.webp', NULL, NULL, 680, 530, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_28f6a11c12_cb0f9f5d60.webp", "hash": "small_1_28f6a11c12_cb0f9f5d60", "mime": "image/webp", "name": "small_1_28f6a11c12.webp", "path": null, "size": 22.12, "width": 500, "height": 390, "sizeInBytes": 22118}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_28f6a11c12_cb0f9f5d60.webp", "hash": "thumbnail_1_28f6a11c12_cb0f9f5d60", "mime": "image/webp", "name": "thumbnail_1_28f6a11c12.webp", "path": null, "size": 6.94, "width": 200, "height": 156, "sizeInBytes": 6936}}', '1_28f6a11c12_cb0f9f5d60', '.webp', 'image/webp', 32.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_28f6a11c12_cb0f9f5d60.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-29 10:55:58.982', '2024-07-31 12:24:35.095', 1, 2);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (673, 'Mask group (14).jpg', NULL, NULL, 512, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Mask_group_14_4a92d1a13e.jpg", "hash": "small_Mask_group_14_4a92d1a13e", "mime": "image/jpeg", "name": "small_Mask group (14).jpg", "path": null, "size": 35.15, "width": 500, "height": 313, "sizeInBytes": 35149}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Mask_group_14_4a92d1a13e.jpg", "hash": "thumbnail_Mask_group_14_4a92d1a13e", "mime": "image/jpeg", "name": "thumbnail_Mask group (14).jpg", "path": null, "size": 11.64, "width": 245, "height": 153, "sizeInBytes": 11640}}', 'Mask_group_14_4a92d1a13e', '.jpg', 'image/jpeg', 35.77, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Mask_group_14_4a92d1a13e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-31 18:28:52.738', '2024-07-31 18:28:52.738', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (674, 'Mask group (15).jpg', NULL, NULL, 512, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Mask_group_15_6e98dc77fe.jpg", "hash": "small_Mask_group_15_6e98dc77fe", "mime": "image/jpeg", "name": "small_Mask group (15).jpg", "path": null, "size": 23.25, "width": 500, "height": 313, "sizeInBytes": 23254}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Mask_group_15_6e98dc77fe.jpg", "hash": "thumbnail_Mask_group_15_6e98dc77fe", "mime": "image/jpeg", "name": "thumbnail_Mask group (15).jpg", "path": null, "size": 8.47, "width": 245, "height": 153, "sizeInBytes": 8473}}', 'Mask_group_15_6e98dc77fe', '.jpg', 'image/jpeg', 23.60, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Mask_group_15_6e98dc77fe.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-31 18:29:01.542', '2024-08-01 15:10:42.952', 1, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (675, 'image.png', NULL, NULL, 2500, 1405, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_image_a1ad1d00f0.png", "hash": "large_image_a1ad1d00f0", "mime": "image/png", "name": "large_image.png", "path": null, "size": 1005.29, "width": 1000, "height": 562, "sizeInBytes": 1005286}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_image_a1ad1d00f0.png", "hash": "small_image_a1ad1d00f0", "mime": "image/png", "name": "small_image.png", "path": null, "size": 274.63, "width": 500, "height": 281, "sizeInBytes": 274634}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_image_a1ad1d00f0.png", "hash": "medium_image_a1ad1d00f0", "mime": "image/png", "name": "medium_image.png", "path": null, "size": 576.32, "width": 750, "height": 422, "sizeInBytes": 576318}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_image_a1ad1d00f0.png", "hash": "thumbnail_image_a1ad1d00f0", "mime": "image/png", "name": "thumbnail_image.png", "path": null, "size": 76.68, "width": 245, "height": 138, "sizeInBytes": 76676}}', 'image_a1ad1d00f0', '.png', 'image/png', 1326.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/image_a1ad1d00f0.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-01 15:33:12.996', '2024-08-01 15:33:12.996', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (676, 'image.png', NULL, NULL, 2500, 1405, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_image_fcb09f69b1.png", "hash": "large_image_fcb09f69b1", "mime": "image/png", "name": "large_image.png", "path": null, "size": 979.8, "width": 1000, "height": 562, "sizeInBytes": 979800}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_image_fcb09f69b1.png", "hash": "small_image_fcb09f69b1", "mime": "image/png", "name": "small_image.png", "path": null, "size": 270.44, "width": 500, "height": 281, "sizeInBytes": 270438}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_image_fcb09f69b1.png", "hash": "medium_image_fcb09f69b1", "mime": "image/png", "name": "medium_image.png", "path": null, "size": 565.42, "width": 750, "height": 422, "sizeInBytes": 565416}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_image_fcb09f69b1.png", "hash": "thumbnail_image_fcb09f69b1", "mime": "image/png", "name": "thumbnail_image.png", "path": null, "size": 75.62, "width": 245, "height": 138, "sizeInBytes": 75619}}', 'image_fcb09f69b1', '.png', 'image/png', 1297.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/image_fcb09f69b1.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-01 15:33:17.798', '2024-08-01 15:33:17.798', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (702, 'City Certified (4).jpg', NULL, NULL, 270, 214, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_City_Certified_4_d69452de41.jpg", "hash": "thumbnail_City_Certified_4_d69452de41", "mime": "image/jpeg", "name": "thumbnail_City Certified (4).jpg", "path": null, "size": 4.5, "width": 197, "height": 156, "sizeInBytes": 4499}}', 'City_Certified_4_d69452de41', '.jpg', 'image/jpeg', 6.85, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/City_Certified_4_d69452de41.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:07:59.485', '2024-08-05 16:07:59.485', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (704, 'news-card-3.jpg', NULL, NULL, 150, 150, NULL, 'news_card_3_5077963160', '.jpg', 'image/jpeg', 6.77, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/news_card_3_5077963160.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:10:19.884', '2024-08-05 16:10:19.884', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (705, 'slide1.jpg', NULL, NULL, 510, 490, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_slide1_b023c77c3f.jpg", "hash": "small_slide1_b023c77c3f", "mime": "image/jpeg", "name": "small_slide1.jpg", "path": null, "size": 27.86, "width": 500, "height": 480, "sizeInBytes": 27862}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_slide1_b023c77c3f.jpg", "hash": "thumbnail_slide1_b023c77c3f", "mime": "image/jpeg", "name": "thumbnail_slide1.jpg", "path": null, "size": 5.42, "width": 162, "height": 156, "sizeInBytes": 5417}}', 'slide1_b023c77c3f', '.jpg', 'image/jpeg', 28.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/slide1_b023c77c3f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:10:34.742', '2024-08-05 16:10:34.742', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (733, 'Manipal Academy of Higher Education - MAHE, Manipal, India.jpg', NULL, NULL, 1920, 526, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30.jpg", "hash": "large_Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30", "mime": "image/jpeg", "name": "large_Manipal Academy of Higher Education - MAHE, Manipal, India.jpg", "path": null, "size": 31.4, "width": 1000, "height": 274, "sizeInBytes": 31404}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30.jpg", "hash": "small_Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30", "mime": "image/jpeg", "name": "small_Manipal Academy of Higher Education - MAHE, Manipal, India.jpg", "path": null, "size": 8.83, "width": 500, "height": 137, "sizeInBytes": 8827}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30.jpg", "hash": "medium_Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30", "mime": "image/jpeg", "name": "medium_Manipal Academy of Higher Education - MAHE, Manipal, India.jpg", "path": null, "size": 17.95, "width": 750, "height": 205, "sizeInBytes": 17955}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30.jpg", "hash": "thumbnail_Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30", "mime": "image/jpeg", "name": "thumbnail_Manipal Academy of Higher Education - MAHE, Manipal, India.jpg", "path": null, "size": 2.88, "width": 245, "height": 67, "sizeInBytes": 2878}}', 'Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30', '.jpg', 'image/jpeg', 118.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Manipal_Academy_of_Higher_Education_MAHE_Manipal_India_0bb90b7d30.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:04:48.521', '2024-11-25 10:04:48.521', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (800, 'IMage.jpg', NULL, NULL, 720, 635, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_I_Mage_dffc15fb2b.jpg", "hash": "small_I_Mage_dffc15fb2b", "mime": "image/jpeg", "name": "small_IMage.jpg", "path": null, "size": 28.59, "width": 500, "height": 441, "sizeInBytes": 28594}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_I_Mage_dffc15fb2b.jpg", "hash": "thumbnail_I_Mage_dffc15fb2b", "mime": "image/jpeg", "name": "thumbnail_IMage.jpg", "path": null, "size": 6.45, "width": 177, "height": 156, "sizeInBytes": 6447}}', 'I_Mage_dffc15fb2b', '.jpg', 'image/jpeg', 47.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/I_Mage_dffc15fb2b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 14:37:05.343', '2024-11-27 14:37:05.343', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (678, 'image.png', NULL, NULL, 2500, 1405, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_image_7000fe07be.png", "hash": "large_image_7000fe07be", "mime": "image/png", "name": "large_image.png", "path": null, "size": 1026.73, "width": 1000, "height": 562, "sizeInBytes": 1026731}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_image_7000fe07be.png", "hash": "small_image_7000fe07be", "mime": "image/png", "name": "small_image.png", "path": null, "size": 280.56, "width": 500, "height": 281, "sizeInBytes": 280558}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_image_7000fe07be.png", "hash": "medium_image_7000fe07be", "mime": "image/png", "name": "medium_image.png", "path": null, "size": 591.98, "width": 750, "height": 422, "sizeInBytes": 591978}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_image_7000fe07be.png", "hash": "thumbnail_image_7000fe07be", "mime": "image/png", "name": "thumbnail_image.png", "path": null, "size": 77.24, "width": 245, "height": 138, "sizeInBytes": 77240}}', 'image_7000fe07be', '.png', 'image/png', 1333.09, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/image_7000fe07be.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-01 15:33:26.903', '2024-08-01 15:33:26.903', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (679, 'image.png', NULL, NULL, 2500, 1405, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_image_5d0f30ffc4.png", "hash": "large_image_5d0f30ffc4", "mime": "image/png", "name": "large_image.png", "path": null, "size": 1052.48, "width": 1000, "height": 562, "sizeInBytes": 1052481}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_image_5d0f30ffc4.png", "hash": "small_image_5d0f30ffc4", "mime": "image/png", "name": "small_image.png", "path": null, "size": 282.93, "width": 500, "height": 281, "sizeInBytes": 282933}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_image_5d0f30ffc4.png", "hash": "medium_image_5d0f30ffc4", "mime": "image/png", "name": "medium_image.png", "path": null, "size": 601.13, "width": 750, "height": 422, "sizeInBytes": 601131}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_image_5d0f30ffc4.png", "hash": "thumbnail_image_5d0f30ffc4", "mime": "image/png", "name": "thumbnail_image.png", "path": null, "size": 78.3, "width": 245, "height": 138, "sizeInBytes": 78297}}', 'image_5d0f30ffc4', '.png', 'image/png', 1452.03, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/image_5d0f30ffc4.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-01 15:33:27.499', '2024-08-01 15:33:27.499', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (681, 'image.png', NULL, NULL, 2500, 1405, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_image_511cf16bce.png", "hash": "large_image_511cf16bce", "mime": "image/png", "name": "large_image.png", "path": null, "size": 1241.55, "width": 1000, "height": 562, "sizeInBytes": 1241548}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_image_511cf16bce.png", "hash": "small_image_511cf16bce", "mime": "image/png", "name": "small_image.png", "path": null, "size": 327.05, "width": 500, "height": 281, "sizeInBytes": 327052}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_image_511cf16bce.png", "hash": "medium_image_511cf16bce", "mime": "image/png", "name": "medium_image.png", "path": null, "size": 709.13, "width": 750, "height": 422, "sizeInBytes": 709131}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_image_511cf16bce.png", "hash": "thumbnail_image_511cf16bce", "mime": "image/png", "name": "thumbnail_image.png", "path": null, "size": 83.65, "width": 245, "height": 138, "sizeInBytes": 83652}}', 'image_511cf16bce', '.png', 'image/png', 1835.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/image_511cf16bce.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-01 15:33:34.686', '2024-08-01 15:33:34.686', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (683, 'Research Publications 2014-15 - MAHE, Dubai .pdf', NULL, NULL, NULL, NULL, NULL, 'Research_Publications_2014_15_MAHE_Dubai_ff8093e834', '.pdf', 'application/pdf', 398.78, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2014_15_MAHE_Dubai_ff8093e834.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-03 17:13:01.464', '2024-08-03 17:13:01.464', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (684, 'Research Publications 2015-16 - Mahe, Dubai.pdf', NULL, NULL, NULL, NULL, NULL, 'Research_Publications_2015_16_Mahe_Dubai_721b408f8a', '.pdf', 'application/pdf', 427.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2015_16_Mahe_Dubai_721b408f8a.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-03 17:14:41.998', '2024-08-03 17:15:40.026', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (685, 'Research Publications 2016-17 - MAHE,Dubai.pdf', NULL, NULL, NULL, NULL, NULL, 'Research_Publications_2016_17_MAHE_Dubai_747dd0f10b', '.pdf', 'application/pdf', 825.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Research_Publications_2016_17_MAHE_Dubai_747dd0f10b.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-03 17:16:52.633', '2024-08-03 17:16:52.633', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (686, 'RESEARCH GUIDELINES-MAHE, Dubai .pdf', NULL, NULL, NULL, NULL, NULL, 'RESEARCH_GUIDELINES_MAHE_Dubai_02574a6fad', '.pdf', 'application/pdf', 352.58, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/RESEARCH_GUIDELINES_MAHE_Dubai_02574a6fad.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-03 17:18:56.022', '2024-08-03 17:18:56.022', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (677, 'image.png', NULL, NULL, 2500, 1405, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_image_0e317e12b5.png", "hash": "large_image_0e317e12b5", "mime": "image/png", "name": "large_image.png", "path": null, "size": 1162.93, "width": 1000, "height": 562, "sizeInBytes": 1162929}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_image_0e317e12b5.png", "hash": "small_image_0e317e12b5", "mime": "image/png", "name": "small_image.png", "path": null, "size": 311.83, "width": 500, "height": 281, "sizeInBytes": 311833}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_image_0e317e12b5.png", "hash": "medium_image_0e317e12b5", "mime": "image/png", "name": "medium_image.png", "path": null, "size": 667.82, "width": 750, "height": 422, "sizeInBytes": 667823}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_image_0e317e12b5.png", "hash": "thumbnail_image_0e317e12b5", "mime": "image/png", "name": "thumbnail_image.png", "path": null, "size": 82.44, "width": 245, "height": 138, "sizeInBytes": 82443}}', 'image_0e317e12b5', '.png', 'image/png', 1582.31, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/image_0e317e12b5.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-01 15:33:25.462', '2024-08-03 19:05:26.765', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (221, 'pdf.svg', NULL, NULL, 62, 80, NULL, 'pdf_68631e1951', '.svg', 'image/svg+xml', 3.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/pdf_68631e1951.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-05-27 16:50:40.085', '2024-08-04 15:02:36.493', 1, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (682, 'Student Visa Guidelines.pdf', NULL, NULL, NULL, NULL, NULL, 'Student_Visa_Guidelines_917628ba90', '.pdf', 'application/pdf', 563.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Visa_Guidelines_917628ba90.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-02 17:40:26.542', '2024-08-04 15:03:32.849', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (688, 'Student Visa Application Form.pdf', NULL, NULL, NULL, NULL, NULL, 'Student_Visa_Application_Form_aaf26b20a1', '.pdf', 'application/pdf', 549.17, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Visa_Application_Form_aaf26b20a1.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-04 15:05:54.622', '2024-08-04 15:05:54.622', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (689, 'DTMFZA Student Undertaking execution version.pdf', NULL, NULL, NULL, NULL, NULL, 'DTMFZA_Student_Undertaking_execution_version_1f4b29ac4a', '.pdf', 'application/pdf', 65.66, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/DTMFZA_Student_Undertaking_execution_version_1f4b29ac4a.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-04 15:07:48.193', '2024-08-04 15:07:48.193', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (690, 'Bonafide Letter.pdf', NULL, NULL, NULL, NULL, NULL, 'Bonafide_Letter_7f82889665', '.pdf', 'application/pdf', 983.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Bonafide_Letter_7f82889665.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-04 15:12:33.951', '2024-08-04 15:12:33.951', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (691, 'MAHE IS RECOGNISED BY UGC.pdf', NULL, NULL, NULL, NULL, NULL, 'MAHE_IS_RECOGNISED_BY_UGC_cca3f044b2', '.pdf', 'application/pdf', 49.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MAHE_IS_RECOGNISED_BY_UGC_cca3f044b2.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-04 19:03:47.777', '2024-08-04 19:03:47.777', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (692, 'Manipal Academy of Higher Education.pdf', NULL, NULL, NULL, NULL, NULL, 'Manipal_Academy_of_Higher_Education_71d551b564', '.pdf', 'application/pdf', 108.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Manipal_Academy_of_Higher_Education_71d551b564.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-04 19:06:35.836', '2024-08-04 19:06:35.836', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (693, 'Gazetted document.pdf', NULL, NULL, NULL, NULL, NULL, 'Gazetted_document_8236042c7e', '.pdf', 'application/pdf', 1632.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Gazetted_document_8236042c7e.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-04 19:21:24.053', '2024-08-04 19:21:24.053', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (672, 'Mask group (13).jpg', NULL, NULL, 512, 320, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Mask_group_13_6af221403c.jpg", "hash": "small_Mask_group_13_6af221403c", "mime": "image/jpeg", "name": "small_Mask group (13).jpg", "path": null, "size": 18.64, "width": 500, "height": 313, "sizeInBytes": 18642}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Mask_group_13_6af221403c.jpg", "hash": "thumbnail_Mask_group_13_6af221403c", "mime": "image/jpeg", "name": "thumbnail_Mask group (13).jpg", "path": null, "size": 6.34, "width": 245, "height": 153, "sizeInBytes": 6335}}', 'Mask_group_13_6af221403c', '.jpg', 'image/jpeg', 19.08, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Mask_group_13_6af221403c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-07-31 18:28:39.397', '2024-08-04 20:25:27.775', 1, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (706, 'ACCREDITED PROGRAMME 1.png', NULL, NULL, 155, 150, NULL, 'ACCREDITED_PROGRAMME_1_cdd3a7d59d', '.png', 'image/png', 3.71, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/ACCREDITED_PROGRAMME_1_cdd3a7d59d.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 17:29:14.79', '2024-08-05 17:29:14.79', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (707, 'CIMA 1.png', NULL, NULL, 178, 155, NULL, 'CIMA_1_8bfc7a7f99', '.png', 'image/png', 3.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/CIMA_1_8bfc7a7f99.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 17:29:22.964', '2024-08-05 17:29:22.964', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (708, 'iDEA logo_height 110px 1.png', NULL, NULL, 145, 145, NULL, 'i_DEA_logo_height_110px_1_9bf00355c2', '.png', 'image/png', 8.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/i_DEA_logo_height_110px_1_9bf00355c2.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 17:29:34.253', '2024-08-05 17:29:34.253', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (710, 'iDEA logo_height 110px 1.png', NULL, NULL, 145, 145, NULL, 'i_DEA_logo_height_110px_1_71ce9bedd1', '.png', 'image/png', 8.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/i_DEA_logo_height_110px_1_71ce9bedd1.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 17:30:22.944', '2024-08-05 17:30:22.944', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (711, 'CIPFA logo_height 110px 1.png', NULL, NULL, 210, 74, NULL, 'CIPFA_logo_height_110px_1_f8b4d8b37d', '.png', 'image/png', 1.62, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/CIPFA_logo_height_110px_1_f8b4d8b37d.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 17:31:20.088', '2024-08-05 17:31:20.088', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (724, 'shop-main.jpg', NULL, NULL, 870, 554, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_shop_main_5914b36dc2.jpg", "hash": "small_shop_main_5914b36dc2", "mime": "image/jpeg", "name": "small_shop-main.jpg", "path": null, "size": 27.28, "width": 500, "height": 318, "sizeInBytes": 27282}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_shop_main_5914b36dc2.jpg", "hash": "medium_shop_main_5914b36dc2", "mime": "image/jpeg", "name": "medium_shop-main.jpg", "path": null, "size": 51.9, "width": 750, "height": 478, "sizeInBytes": 51901}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_shop_main_5914b36dc2.jpg", "hash": "thumbnail_shop_main_5914b36dc2", "mime": "image/jpeg", "name": "thumbnail_shop-main.jpg", "path": null, "size": 8.93, "width": 245, "height": 156, "sizeInBytes": 8933}}', 'shop_main_5914b36dc2', '.jpg', 'image/jpeg', 67.67, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/shop_main_5914b36dc2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-18 17:09:23.746', '2024-11-18 17:09:23.746', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (694, 'shutterstock_1840890862 1.jpg', NULL, NULL, 1920, 750, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_shutterstock_1840890862_1_fafbcf032b.jpg", "hash": "large_shutterstock_1840890862_1_fafbcf032b", "mime": "image/jpeg", "name": "large_shutterstock_1840890862 1.jpg", "path": null, "size": 64.19, "width": 1000, "height": 391, "sizeInBytes": 64191}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_shutterstock_1840890862_1_fafbcf032b.jpg", "hash": "small_shutterstock_1840890862_1_fafbcf032b", "mime": "image/jpeg", "name": "small_shutterstock_1840890862 1.jpg", "path": null, "size": 22.72, "width": 500, "height": 195, "sizeInBytes": 22722}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_shutterstock_1840890862_1_fafbcf032b.jpg", "hash": "medium_shutterstock_1840890862_1_fafbcf032b", "mime": "image/jpeg", "name": "medium_shutterstock_1840890862 1.jpg", "path": null, "size": 41.43, "width": 750, "height": 293, "sizeInBytes": 41432}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_shutterstock_1840890862_1_fafbcf032b.jpg", "hash": "thumbnail_shutterstock_1840890862_1_fafbcf032b", "mime": "image/jpeg", "name": "thumbnail_shutterstock_1840890862 1.jpg", "path": null, "size": 7.58, "width": 245, "height": 95, "sizeInBytes": 7584}}', 'shutterstock_1840890862_1_fafbcf032b', '.jpg', 'image/jpeg', 171.87, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/shutterstock_1840890862_1_fafbcf032b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:01:26.511', '2024-08-05 16:01:26.511', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (695, 'Image (1).jpg', NULL, NULL, 680, 530, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Image_1_0aef329e1e.jpg", "hash": "small_Image_1_0aef329e1e", "mime": "image/jpeg", "name": "small_Image (1).jpg", "path": null, "size": 40.54, "width": 500, "height": 390, "sizeInBytes": 40538}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Image_1_0aef329e1e.jpg", "hash": "thumbnail_Image_1_0aef329e1e", "mime": "image/jpeg", "name": "thumbnail_Image (1).jpg", "path": null, "size": 9.98, "width": 200, "height": 156, "sizeInBytes": 9975}}', 'Image_1_0aef329e1e', '.jpg', 'image/jpeg', 65.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Image_1_0aef329e1e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:02:24.071', '2024-08-05 16:02:24.071', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (696, 'Mask group (16).jpg', NULL, NULL, 680, 512, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Mask_group_16_1d0fdf8bb4.jpg", "hash": "small_Mask_group_16_1d0fdf8bb4", "mime": "image/jpeg", "name": "small_Mask group (16).jpg", "path": null, "size": 17.76, "width": 500, "height": 376, "sizeInBytes": 17763}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Mask_group_16_1d0fdf8bb4.jpg", "hash": "thumbnail_Mask_group_16_1d0fdf8bb4", "mime": "image/jpeg", "name": "thumbnail_Mask group (16).jpg", "path": null, "size": 5.25, "width": 207, "height": 156, "sizeInBytes": 5252}}', 'Mask_group_16_1d0fdf8bb4', '.jpg', 'image/jpeg', 27.39, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Mask_group_16_1d0fdf8bb4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:04:12.76', '2024-08-05 16:04:12.76', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (697, 'Mask group (17).jpg', NULL, NULL, 680, 512, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Mask_group_17_f5ace23676.jpg", "hash": "small_Mask_group_17_f5ace23676", "mime": "image/jpeg", "name": "small_Mask group (17).jpg", "path": null, "size": 21.58, "width": 500, "height": 376, "sizeInBytes": 21579}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Mask_group_17_f5ace23676.jpg", "hash": "thumbnail_Mask_group_17_f5ace23676", "mime": "image/jpeg", "name": "thumbnail_Mask group (17).jpg", "path": null, "size": 5.59, "width": 207, "height": 156, "sizeInBytes": 5587}}', 'Mask_group_17_f5ace23676', '.jpg', 'image/jpeg', 34.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Mask_group_17_f5ace23676.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:04:20.987', '2024-08-05 16:04:20.987', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (698, 'City Certified.jpg', NULL, NULL, 270, 214, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_City_Certified_7ea82d02c0.jpg", "hash": "thumbnail_City_Certified_7ea82d02c0", "mime": "image/jpeg", "name": "thumbnail_City Certified.jpg", "path": null, "size": 2.75, "width": 197, "height": 156, "sizeInBytes": 2752}}', 'City_Certified_7ea82d02c0', '.jpg', 'image/jpeg', 3.83, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/City_Certified_7ea82d02c0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:07:09.751', '2024-08-05 16:07:09.751', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (699, 'City Certified (1).jpg', NULL, NULL, 270, 214, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_City_Certified_1_9862b08b58.jpg", "hash": "thumbnail_City_Certified_1_9862b08b58", "mime": "image/jpeg", "name": "thumbnail_City Certified (1).jpg", "path": null, "size": 4.06, "width": 197, "height": 156, "sizeInBytes": 4062}}', 'City_Certified_1_9862b08b58', '.jpg', 'image/jpeg', 6.24, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/City_Certified_1_9862b08b58.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:07:33.069', '2024-08-05 16:07:33.069', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (700, 'City Certified (2).jpg', NULL, NULL, 270, 214, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_City_Certified_2_220211f9c7.jpg", "hash": "thumbnail_City_Certified_2_220211f9c7", "mime": "image/jpeg", "name": "thumbnail_City Certified (2).jpg", "path": null, "size": 2.92, "width": 197, "height": 156, "sizeInBytes": 2919}}', 'City_Certified_2_220211f9c7', '.jpg', 'image/jpeg', 4.46, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/City_Certified_2_220211f9c7.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:07:41.054', '2024-08-05 16:07:41.054', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (701, 'City Certified (3).jpg', NULL, NULL, 270, 214, '{"thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_City_Certified_3_7245a40edb.jpg", "hash": "thumbnail_City_Certified_3_7245a40edb", "mime": "image/jpeg", "name": "thumbnail_City Certified (3).jpg", "path": null, "size": 2.35, "width": 197, "height": 156, "sizeInBytes": 2350}}', 'City_Certified_3_7245a40edb', '.jpg', 'image/jpeg', 3.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/City_Certified_3_7245a40edb.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:07:48.563', '2024-08-05 16:07:48.563', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (703, 'news-card-2.jpg', NULL, NULL, 150, 150, NULL, 'news_card_2_61c1f7548e', '.jpg', 'image/jpeg', 10.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/news_card_2_61c1f7548e.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-05 16:10:09.265', '2024-08-05 16:10:09.265', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (680, 'image.png', NULL, NULL, 2500, 1405, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_image_f89c005a18.png", "hash": "large_image_f89c005a18", "mime": "image/png", "name": "large_image.png", "path": null, "size": 1278.07, "width": 1000, "height": 562, "sizeInBytes": 1278072}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_image_f89c005a18.png", "hash": "small_image_f89c005a18", "mime": "image/png", "name": "small_image.png", "path": null, "size": 340.22, "width": 500, "height": 281, "sizeInBytes": 340223}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_image_f89c005a18.png", "hash": "medium_image_f89c005a18", "mime": "image/png", "name": "medium_image.png", "path": null, "size": 730.85, "width": 750, "height": 422, "sizeInBytes": 730853}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_image_f89c005a18.png", "hash": "thumbnail_image_f89c005a18", "mime": "image/png", "name": "thumbnail_image.png", "path": null, "size": 88.95, "width": 245, "height": 138, "sizeInBytes": 88952}}', 'image_f89c005a18', '.png', 'image/png', 1711.30, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/image_f89c005a18.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-01 15:33:29.192', '2024-08-06 11:29:07.649', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (712, 'Rectangle 116347.jpg', NULL, NULL, 820, 547, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Rectangle_116347_dcc1acc44f.jpg", "hash": "small_Rectangle_116347_dcc1acc44f", "mime": "image/jpeg", "name": "small_Rectangle 116347.jpg", "path": null, "size": 35.71, "width": 500, "height": 334, "sizeInBytes": 35708}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Rectangle_116347_dcc1acc44f.jpg", "hash": "medium_Rectangle_116347_dcc1acc44f", "mime": "image/jpeg", "name": "medium_Rectangle 116347.jpg", "path": null, "size": 67.23, "width": 750, "height": 500, "sizeInBytes": 67232}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Rectangle_116347_dcc1acc44f.jpg", "hash": "thumbnail_Rectangle_116347_dcc1acc44f", "mime": "image/jpeg", "name": "thumbnail_Rectangle 116347.jpg", "path": null, "size": 11.13, "width": 234, "height": 156, "sizeInBytes": 11130}}', 'Rectangle_116347_dcc1acc44f', '.jpg', 'image/jpeg', 78.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Rectangle_116347_dcc1acc44f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-07 12:06:37.93', '2024-08-07 12:06:37.93', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (713, 'Rectangle 116347.jpg', NULL, NULL, 820, 547, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Rectangle_116347_9fd3642da4.jpg", "hash": "small_Rectangle_116347_9fd3642da4", "mime": "image/jpeg", "name": "small_Rectangle 116347.jpg", "path": null, "size": 35.71, "width": 500, "height": 334, "sizeInBytes": 35708}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Rectangle_116347_9fd3642da4.jpg", "hash": "medium_Rectangle_116347_9fd3642da4", "mime": "image/jpeg", "name": "medium_Rectangle 116347.jpg", "path": null, "size": 67.23, "width": 750, "height": 500, "sizeInBytes": 67232}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Rectangle_116347_9fd3642da4.jpg", "hash": "thumbnail_Rectangle_116347_9fd3642da4", "mime": "image/jpeg", "name": "thumbnail_Rectangle 116347.jpg", "path": null, "size": 11.13, "width": 234, "height": 156, "sizeInBytes": 11130}}', 'Rectangle_116347_9fd3642da4', '.jpg', 'image/jpeg', 78.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Rectangle_116347_9fd3642da4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-07 12:06:37.978', '2024-08-07 12:06:37.978', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (714, 'Frame 443.svg', NULL, NULL, 44, 59, NULL, 'Frame_443_b5f82cdbf4', '.svg', 'image/svg+xml', 9.74, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_443_b5f82cdbf4.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-07 12:07:04.658', '2024-08-07 12:07:04.658', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (715, 'IMage (2).jpg', NULL, NULL, 720, 635, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_I_Mage_2_8a90be5788.jpg", "hash": "small_I_Mage_2_8a90be5788", "mime": "image/jpeg", "name": "small_IMage (2).jpg", "path": null, "size": 28.59, "width": 500, "height": 441, "sizeInBytes": 28594}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_I_Mage_2_8a90be5788.jpg", "hash": "thumbnail_I_Mage_2_8a90be5788", "mime": "image/jpeg", "name": "thumbnail_IMage (2).jpg", "path": null, "size": 6.45, "width": 177, "height": 156, "sizeInBytes": 6447}}', 'I_Mage_2_8a90be5788', '.jpg', 'image/jpeg', 47.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/I_Mage_2_8a90be5788.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-07 12:07:45.511', '2024-08-07 12:07:45.511', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (716, 'Frame.svg', NULL, NULL, 59, 59, NULL, 'Frame_279dee9378', '.svg', 'image/svg+xml', 4.99, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_279dee9378.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-07 12:08:42.722', '2024-08-07 12:08:42.722', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (717, 'noun-course-information-3382686 1.svg', NULL, NULL, 59, 59, NULL, 'noun_course_information_3382686_1_346ae72f91', '.svg', 'image/svg+xml', 6.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/noun_course_information_3382686_1_346ae72f91.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-07 12:10:15.918', '2024-08-07 12:10:15.918', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (718, 'Frame (1).svg', NULL, NULL, 59, 59, NULL, 'Frame_1_ba501faa44', '.svg', 'image/svg+xml', 6.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_1_ba501faa44.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-07 12:14:18.49', '2024-08-07 12:14:18.49', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (719, 'Frame (2).svg', NULL, NULL, 59, 59, NULL, 'Frame_2_9355da034a', '.svg', 'image/svg+xml', 6.10, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_2_9355da034a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-07 12:16:24.401', '2024-08-07 12:16:24.401', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (720, '1_f934811393.webp', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_f934811393_184085d15c.webp", "hash": "thumbnail_1_f934811393_184085d15c", "mime": "image/webp", "name": "thumbnail_1_f934811393.webp", "path": null, "size": 7.37, "width": 187, "height": 156, "sizeInBytes": 7370}}', '1_f934811393_184085d15c', '.webp', 'image/webp', 21.32, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_f934811393_184085d15c.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-08 15:48:18.254', '2024-08-08 15:48:18.254', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (721, '2_464cce4406.webp', NULL, NULL, 420, 350, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_464cce4406_c0981a6a55.webp", "hash": "thumbnail_2_464cce4406_c0981a6a55", "mime": "image/webp", "name": "thumbnail_2_464cce4406.webp", "path": null, "size": 6.9, "width": 187, "height": 156, "sizeInBytes": 6896}}', '2_464cce4406_c0981a6a55', '.webp', 'image/webp', 20.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_464cce4406_c0981a6a55.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-08-08 15:48:47.03', '2024-08-08 15:48:47.03', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (725, 'Dr.-Ranjan-R-Pai.jpg', NULL, NULL, 1920, 1080, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Dr_Ranjan_R_Pai_9eb532c0d8.jpg", "hash": "large_Dr_Ranjan_R_Pai_9eb532c0d8", "mime": "image/jpeg", "name": "large_Dr.-Ranjan-R-Pai.jpg", "path": null, "size": 28.54, "width": 1000, "height": 563, "sizeInBytes": 28540}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Dr_Ranjan_R_Pai_9eb532c0d8.jpg", "hash": "small_Dr_Ranjan_R_Pai_9eb532c0d8", "mime": "image/jpeg", "name": "small_Dr.-Ranjan-R-Pai.jpg", "path": null, "size": 10.02, "width": 500, "height": 281, "sizeInBytes": 10016}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Dr_Ranjan_R_Pai_9eb532c0d8.jpg", "hash": "medium_Dr_Ranjan_R_Pai_9eb532c0d8", "mime": "image/jpeg", "name": "medium_Dr.-Ranjan-R-Pai.jpg", "path": null, "size": 18.33, "width": 750, "height": 422, "sizeInBytes": 18325}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Dr_Ranjan_R_Pai_9eb532c0d8.jpg", "hash": "thumbnail_Dr_Ranjan_R_Pai_9eb532c0d8", "mime": "image/jpeg", "name": "thumbnail_Dr.-Ranjan-R-Pai.jpg", "path": null, "size": 3.72, "width": 245, "height": 138, "sizeInBytes": 3721}}', 'Dr_Ranjan_R_Pai_9eb532c0d8', '.jpg', 'image/jpeg', 43.10, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Dr_Ranjan_R_Pai_9eb532c0d8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-22 18:30:21.273', '2024-11-22 18:30:21.273', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (726, 'dr-hs-ballal-1324.png', NULL, NULL, 640, 427, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_dr_hs_ballal_1324_86608dbd6e.png", "hash": "small_dr_hs_ballal_1324_86608dbd6e", "mime": "image/png", "name": "small_dr-hs-ballal-1324.png", "path": null, "size": 347.31, "width": 500, "height": 334, "sizeInBytes": 347314}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_dr_hs_ballal_1324_86608dbd6e.png", "hash": "thumbnail_dr_hs_ballal_1324_86608dbd6e", "mime": "image/png", "name": "thumbnail_dr-hs-ballal-1324.png", "path": null, "size": 85.67, "width": 234, "height": 156, "sizeInBytes": 85666}}', 'dr_hs_ballal_1324_86608dbd6e', '.png', 'image/png', 131.50, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/dr_hs_ballal_1324_86608dbd6e.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-22 18:31:34.829', '2024-11-22 18:31:34.829', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (727, 'Niranjan Jayakumar.jpg', NULL, NULL, 3124, 3790, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Niranjan_Jayakumar_afe767c226.jpg", "hash": "large_Niranjan_Jayakumar_afe767c226", "mime": "image/jpeg", "name": "large_Niranjan Jayakumar.jpg", "path": null, "size": 74.7, "width": 824, "height": 1000, "sizeInBytes": 74697}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Niranjan_Jayakumar_afe767c226.jpg", "hash": "small_Niranjan_Jayakumar_afe767c226", "mime": "image/jpeg", "name": "small_Niranjan Jayakumar.jpg", "path": null, "size": 24.56, "width": 412, "height": 500, "sizeInBytes": 24555}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Niranjan_Jayakumar_afe767c226.jpg", "hash": "medium_Niranjan_Jayakumar_afe767c226", "mime": "image/jpeg", "name": "medium_Niranjan Jayakumar.jpg", "path": null, "size": 45.84, "width": 619, "height": 750, "sizeInBytes": 45843}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Niranjan_Jayakumar_afe767c226.jpg", "hash": "thumbnail_Niranjan_Jayakumar_afe767c226", "mime": "image/jpeg", "name": "thumbnail_Niranjan Jayakumar.jpg", "path": null, "size": 4.61, "width": 129, "height": 156, "sizeInBytes": 4608}}', 'Niranjan_Jayakumar_afe767c226', '.jpg', 'image/jpeg', 796.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Niranjan_Jayakumar_afe767c226.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-22 18:34:23.245', '2024-11-22 18:34:23.245', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (728, 'Untitled.jpg', NULL, NULL, 1024, 576, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Untitled_377e1ed52b.jpg", "hash": "large_Untitled_377e1ed52b", "mime": "image/jpeg", "name": "large_Untitled.jpg", "path": null, "size": 47.97, "width": 1000, "height": 563, "sizeInBytes": 47972}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Untitled_377e1ed52b.jpg", "hash": "small_Untitled_377e1ed52b", "mime": "image/jpeg", "name": "small_Untitled.jpg", "path": null, "size": 17.3, "width": 500, "height": 281, "sizeInBytes": 17304}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Untitled_377e1ed52b.jpg", "hash": "medium_Untitled_377e1ed52b", "mime": "image/jpeg", "name": "medium_Untitled.jpg", "path": null, "size": 31.56, "width": 750, "height": 422, "sizeInBytes": 31555}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Untitled_377e1ed52b.jpg", "hash": "thumbnail_Untitled_377e1ed52b", "mime": "image/jpeg", "name": "thumbnail_Untitled.jpg", "path": null, "size": 6.17, "width": 245, "height": 138, "sizeInBytes": 6168}}', 'Untitled_377e1ed52b', '.jpg', 'image/jpeg', 49.25, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Untitled_377e1ed52b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-22 18:49:01.39', '2024-11-22 18:49:01.39', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (730, 'Mission.jpg', NULL, NULL, 1024, 683, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Mission_fd898c8576.jpg", "hash": "large_Mission_fd898c8576", "mime": "image/jpeg", "name": "large_Mission.jpg", "path": null, "size": 66.62, "width": 1000, "height": 667, "sizeInBytes": 66624}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Mission_fd898c8576.jpg", "hash": "small_Mission_fd898c8576", "mime": "image/jpeg", "name": "small_Mission.jpg", "path": null, "size": 25.1, "width": 500, "height": 333, "sizeInBytes": 25095}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Mission_fd898c8576.jpg", "hash": "medium_Mission_fd898c8576", "mime": "image/jpeg", "name": "medium_Mission.jpg", "path": null, "size": 44.49, "width": 750, "height": 500, "sizeInBytes": 44492}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Mission_fd898c8576.jpg", "hash": "thumbnail_Mission_fd898c8576", "mime": "image/jpeg", "name": "thumbnail_Mission.jpg", "path": null, "size": 8.76, "width": 234, "height": 156, "sizeInBytes": 8763}}', 'Mission_fd898c8576', '.jpg', 'image/jpeg', 68.14, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Mission_fd898c8576.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-22 18:54:45.667', '2024-11-22 18:54:45.667', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (729, 'VIsison.jpg', NULL, NULL, 1024, 452, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_V_Isison_f35e7ea8c4.jpg", "hash": "large_V_Isison_f35e7ea8c4", "mime": "image/jpeg", "name": "large_VIsison.jpg", "path": null, "size": 45.34, "width": 1000, "height": 441, "sizeInBytes": 45344}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_V_Isison_f35e7ea8c4.jpg", "hash": "small_V_Isison_f35e7ea8c4", "mime": "image/jpeg", "name": "small_VIsison.jpg", "path": null, "size": 14.94, "width": 500, "height": 221, "sizeInBytes": 14943}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_V_Isison_f35e7ea8c4.jpg", "hash": "medium_V_Isison_f35e7ea8c4", "mime": "image/jpeg", "name": "medium_VIsison.jpg", "path": null, "size": 28.56, "width": 750, "height": 331, "sizeInBytes": 28555}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_V_Isison_f35e7ea8c4.jpg", "hash": "thumbnail_V_Isison_f35e7ea8c4", "mime": "image/jpeg", "name": "thumbnail_VIsison.jpg", "path": null, "size": 4.98, "width": 245, "height": 108, "sizeInBytes": 4980}}', 'V_Isison_f35e7ea8c4', '.jpg', 'image/jpeg', 47.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/V_Isison_f35e7ea8c4.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-22 18:54:28.051', '2024-11-22 19:02:32.182', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (731, 'Ranking.png', NULL, NULL, 400, 600, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Ranking_d8ddab738f.png", "hash": "small_Ranking_d8ddab738f", "mime": "image/png", "name": "small_Ranking.png", "path": null, "size": 187.74, "width": 333, "height": 500, "sizeInBytes": 187735}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Ranking_d8ddab738f.png", "hash": "thumbnail_Ranking_d8ddab738f", "mime": "image/png", "name": "thumbnail_Ranking.png", "path": null, "size": 21.67, "width": 104, "height": 156, "sizeInBytes": 21673}}', 'Ranking_d8ddab738f', '.png', 'image/png', 74.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Ranking_d8ddab738f.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-22 19:06:20.721', '2024-11-22 19:07:12.409', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (744, 'Environment and Sustainability Policy_2023.pdf', NULL, NULL, NULL, NULL, NULL, 'Environment_and_Sustainability_Policy_2023_e34e1c2410', '.pdf', 'application/pdf', 486.65, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Environment_and_Sustainability_Policy_2023_e34e1c2410.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/17', '2024-11-25 11:37:13.728', '2024-11-25 11:37:13.728', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (746, 'Inclusive Education Policy_2023.pdf', NULL, NULL, NULL, NULL, NULL, 'Inclusive_Education_Policy_2023_1f650dfb3f', '.pdf', 'application/pdf', 761.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Inclusive_Education_Policy_2023_1f650dfb3f.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/17', '2024-11-25 11:37:35.816', '2024-11-25 11:37:35.816', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (747, 'Refund Policy_2023.pdf', NULL, NULL, NULL, NULL, NULL, 'Refund_Policy_2023_8888597d79', '.pdf', 'application/pdf', 522.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Refund_Policy_2023_8888597d79.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/17', '2024-11-25 11:37:46.906', '2024-11-25 11:37:46.906', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (750, 'Student Wellbeing Policy_2023.pdf', NULL, NULL, NULL, NULL, NULL, 'Student_Wellbeing_Policy_2023_2529ec567f', '.pdf', 'application/pdf', 673.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Wellbeing_Policy_2023_2529ec567f.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/17', '2024-11-25 11:38:25.125', '2024-11-25 11:38:25.125', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (751, 'studentServices.png', NULL, NULL, 1920, 750, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_student_Services_b457bb0b9f.png", "hash": "large_student_Services_b457bb0b9f", "mime": "image/png", "name": "large_studentServices.png", "path": null, "size": 687.76, "width": 1000, "height": 391, "sizeInBytes": 687763}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_Services_b457bb0b9f.png", "hash": "small_student_Services_b457bb0b9f", "mime": "image/png", "name": "small_studentServices.png", "path": null, "size": 180.28, "width": 500, "height": 195, "sizeInBytes": 180277}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_student_Services_b457bb0b9f.png", "hash": "medium_student_Services_b457bb0b9f", "mime": "image/png", "name": "medium_studentServices.png", "path": null, "size": 391.97, "width": 750, "height": 293, "sizeInBytes": 391967}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_Services_b457bb0b9f.png", "hash": "thumbnail_student_Services_b457bb0b9f", "mime": "image/png", "name": "thumbnail_studentServices.png", "path": null, "size": 48.31, "width": 245, "height": 96, "sizeInBytes": 48305}}', 'student_Services_b457bb0b9f', '.png', 'image/png', 628.92, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_Services_b457bb0b9f.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 11:39:33.868', '2024-11-25 11:39:33.868', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (734, 'MANIPAL UNIVERSITY JAIPUR.jpg', NULL, NULL, 1920, 526, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_MANIPAL_UNIVERSITY_JAIPUR_1f0156193d.jpg", "hash": "large_MANIPAL_UNIVERSITY_JAIPUR_1f0156193d", "mime": "image/jpeg", "name": "large_MANIPAL UNIVERSITY JAIPUR.jpg", "path": null, "size": 27.7, "width": 1000, "height": 274, "sizeInBytes": 27695}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_MANIPAL_UNIVERSITY_JAIPUR_1f0156193d.jpg", "hash": "small_MANIPAL_UNIVERSITY_JAIPUR_1f0156193d", "mime": "image/jpeg", "name": "small_MANIPAL UNIVERSITY JAIPUR.jpg", "path": null, "size": 8.03, "width": 500, "height": 137, "sizeInBytes": 8029}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_MANIPAL_UNIVERSITY_JAIPUR_1f0156193d.jpg", "hash": "medium_MANIPAL_UNIVERSITY_JAIPUR_1f0156193d", "mime": "image/jpeg", "name": "medium_MANIPAL UNIVERSITY JAIPUR.jpg", "path": null, "size": 16.16, "width": 750, "height": 205, "sizeInBytes": 16161}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_MANIPAL_UNIVERSITY_JAIPUR_1f0156193d.jpg", "hash": "thumbnail_MANIPAL_UNIVERSITY_JAIPUR_1f0156193d", "mime": "image/jpeg", "name": "thumbnail_MANIPAL UNIVERSITY JAIPUR.jpg", "path": null, "size": 2.62, "width": 245, "height": 67, "sizeInBytes": 2619}}', 'MANIPAL_UNIVERSITY_JAIPUR_1f0156193d', '.jpg', 'image/jpeg', 101.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MANIPAL_UNIVERSITY_JAIPUR_1f0156193d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:04:48.58', '2024-11-25 10:04:48.58', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (735, 'MELAKA MANIPAL MEDICAL COLLEGE, MALAYSIA.jpg', NULL, NULL, 1920, 526, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f.jpg", "hash": "large_MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f", "mime": "image/jpeg", "name": "large_MELAKA MANIPAL MEDICAL COLLEGE, MALAYSIA.jpg", "path": null, "size": 51.75, "width": 1000, "height": 274, "sizeInBytes": 51745}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f.jpg", "hash": "small_MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f", "mime": "image/jpeg", "name": "small_MELAKA MANIPAL MEDICAL COLLEGE, MALAYSIA.jpg", "path": null, "size": 15.9, "width": 500, "height": 137, "sizeInBytes": 15897}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f.jpg", "hash": "medium_MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f", "mime": "image/jpeg", "name": "medium_MELAKA MANIPAL MEDICAL COLLEGE, MALAYSIA.jpg", "path": null, "size": 31.55, "width": 750, "height": 205, "sizeInBytes": 31546}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f.jpg", "hash": "thumbnail_MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f", "mime": "image/jpeg", "name": "thumbnail_MELAKA MANIPAL MEDICAL COLLEGE, MALAYSIA.jpg", "path": null, "size": 5.03, "width": 245, "height": 67, "sizeInBytes": 5026}}', 'MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f', '.jpg', 'image/jpeg', 154.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MELAKA_MANIPAL_MEDICAL_COLLEGE_MALAYSIA_07fa765c2f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:04:48.625', '2024-11-25 10:04:48.625', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (736, 'AMERICAN UNIVERSITY OF ANTIGUA.jpg', NULL, NULL, 1920, 526, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d.jpg", "hash": "large_AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d", "mime": "image/jpeg", "name": "large_AMERICAN UNIVERSITY OF ANTIGUA.jpg", "path": null, "size": 62.34, "width": 1000, "height": 274, "sizeInBytes": 62344}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d.jpg", "hash": "small_AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d", "mime": "image/jpeg", "name": "small_AMERICAN UNIVERSITY OF ANTIGUA.jpg", "path": null, "size": 18.73, "width": 500, "height": 137, "sizeInBytes": 18729}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d.jpg", "hash": "medium_AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d", "mime": "image/jpeg", "name": "medium_AMERICAN UNIVERSITY OF ANTIGUA.jpg", "path": null, "size": 37.38, "width": 750, "height": 205, "sizeInBytes": 37381}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d.jpg", "hash": "thumbnail_AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d", "mime": "image/jpeg", "name": "thumbnail_AMERICAN UNIVERSITY OF ANTIGUA.jpg", "path": null, "size": 5.81, "width": 245, "height": 67, "sizeInBytes": 5805}}', 'AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d', '.jpg', 'image/jpeg', 188.05, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/AMERICAN_UNIVERSITY_OF_ANTIGUA_5fcdc6158d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:04:48.665', '2024-11-25 10:04:48.665', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (737, 'SIKKIM MANIPAL UNIVERSITY.jpg', NULL, NULL, 1920, 527, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9.jpg", "hash": "large_SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9", "mime": "image/jpeg", "name": "large_SIKKIM MANIPAL UNIVERSITY.jpg", "path": null, "size": 90.12, "width": 1000, "height": 274, "sizeInBytes": 90123}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9.jpg", "hash": "small_SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9", "mime": "image/jpeg", "name": "small_SIKKIM MANIPAL UNIVERSITY.jpg", "path": null, "size": 24.21, "width": 500, "height": 137, "sizeInBytes": 24209}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9.jpg", "hash": "medium_SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9", "mime": "image/jpeg", "name": "medium_SIKKIM MANIPAL UNIVERSITY.jpg", "path": null, "size": 53.24, "width": 750, "height": 206, "sizeInBytes": 53235}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9.jpg", "hash": "thumbnail_SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9", "mime": "image/jpeg", "name": "thumbnail_SIKKIM MANIPAL UNIVERSITY.jpg", "path": null, "size": 6.18, "width": 245, "height": 67, "sizeInBytes": 6177}}', 'SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9', '.jpg', 'image/jpeg', 259.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/SIKKIM_MANIPAL_UNIVERSITY_d8d463f4c9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:04:48.835', '2024-11-25 10:04:48.835', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (745, 'Grievance Redressal Policy_2023.pdf', NULL, NULL, NULL, NULL, NULL, 'Grievance_Redressal_Policy_2023_a9b16d93d5', '.pdf', 'application/pdf', 482.18, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Grievance_Redressal_Policy_2023_a9b16d93d5.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/17', '2024-11-25 11:37:25.836', '2024-11-25 11:37:25.836', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (748, 'Student Code of Conduct_2023.pdf', NULL, NULL, NULL, NULL, NULL, 'Student_Code_of_Conduct_2023_a3a3c0f0da', '.pdf', 'application/pdf', 3353.61, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Code_of_Conduct_2023_a3a3c0f0da.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/17', '2024-11-25 11:38:00.772', '2024-11-25 11:38:00.772', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (749, 'Student Registration & Fee Policy_2023.pdf', NULL, NULL, NULL, NULL, NULL, 'Student_Registration_and_Fee_Policy_2023_6ae2183297', '.pdf', 'application/pdf', 2431.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Student_Registration_and_Fee_Policy_2023_6ae2183297.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/17', '2024-11-25 11:38:16.464', '2024-11-25 11:38:16.464', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (732, 'GLOBALNXT UNIVERSITY, MALAYSIA.jpg', NULL, NULL, 1920, 526, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81.jpg", "hash": "large_GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81", "mime": "image/jpeg", "name": "large_GLOBALNXT UNIVERSITY, MALAYSIA.jpg", "path": null, "size": 24.49, "width": 1000, "height": 274, "sizeInBytes": 24488}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81.jpg", "hash": "small_GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81", "mime": "image/jpeg", "name": "small_GLOBALNXT UNIVERSITY, MALAYSIA.jpg", "path": null, "size": 8.66, "width": 500, "height": 137, "sizeInBytes": 8658}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81.jpg", "hash": "medium_GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81", "mime": "image/jpeg", "name": "medium_GLOBALNXT UNIVERSITY, MALAYSIA.jpg", "path": null, "size": 15.65, "width": 750, "height": 205, "sizeInBytes": 15647}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81.jpg", "hash": "thumbnail_GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81", "mime": "image/jpeg", "name": "thumbnail_GLOBALNXT UNIVERSITY, MALAYSIA.jpg", "path": null, "size": 3.08, "width": 245, "height": 67, "sizeInBytes": 3078}}', 'GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81', '.jpg', 'image/jpeg', 67.36, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/GLOBALNXT_UNIVERSITY_MALAYSIA_a6c4678a81.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:04:48.314', '2024-11-25 10:05:21.007', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (738, 'NXT.png', NULL, NULL, 400, 600, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_NXT_c3194f6dda.png", "hash": "small_NXT_c3194f6dda", "mime": "image/png", "name": "small_NXT.png", "path": null, "size": 205.59, "width": 333, "height": 500, "sizeInBytes": 205592}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_NXT_c3194f6dda.png", "hash": "thumbnail_NXT_c3194f6dda", "mime": "image/png", "name": "thumbnail_NXT.png", "path": null, "size": 28.82, "width": 104, "height": 156, "sizeInBytes": 28824}}', 'NXT_c3194f6dda', '.png', 'image/png', 76.16, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/NXT_c3194f6dda.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:10:32.939', '2024-11-25 10:10:32.939', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (96, 'stuendSlide1.jpg', NULL, NULL, 690, 491, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_stuend_Slide1_018981559a.jpg", "hash": "small_stuend_Slide1_018981559a", "mime": "image/jpeg", "name": "small_stuendSlide1.jpg", "path": null, "size": 23.67, "width": 500, "height": 356, "sizeInBytes": 23668}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_stuend_Slide1_018981559a.jpg", "hash": "thumbnail_stuend_Slide1_018981559a", "mime": "image/jpeg", "name": "thumbnail_stuendSlide1.jpg", "path": null, "size": 7.32, "width": 220, "height": 156, "sizeInBytes": 7322}}', 'stuend_Slide1_018981559a', '.jpg', 'image/jpeg', 36.84, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/stuend_Slide1_018981559a.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/2', '2024-05-23 11:50:38.154', '2024-11-25 10:18:53.544', 1, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (739, 'AUA.png', NULL, NULL, 400, 600, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_AUA_3b0823e1bf.png", "hash": "small_AUA_3b0823e1bf", "mime": "image/png", "name": "small_AUA.png", "path": null, "size": 371.59, "width": 333, "height": 500, "sizeInBytes": 371589}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_AUA_3b0823e1bf.png", "hash": "thumbnail_AUA_3b0823e1bf", "mime": "image/png", "name": "thumbnail_AUA.png", "path": null, "size": 40.62, "width": 104, "height": 156, "sizeInBytes": 40617}}', 'AUA_3b0823e1bf', '.png', 'image/png', 130.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/AUA_3b0823e1bf.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:21:53.117', '2024-11-25 10:21:53.117', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (740, 'MUJ.png', NULL, NULL, 400, 600, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_MUJ_33316dbc80.png", "hash": "small_MUJ_33316dbc80", "mime": "image/png", "name": "small_MUJ.png", "path": null, "size": 247.86, "width": 333, "height": 500, "sizeInBytes": 247855}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_MUJ_33316dbc80.png", "hash": "thumbnail_MUJ_33316dbc80", "mime": "image/png", "name": "thumbnail_MUJ.png", "path": null, "size": 30.35, "width": 104, "height": 156, "sizeInBytes": 30354}}', 'MUJ_33316dbc80', '.png', 'image/png', 94.49, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MUJ_33316dbc80.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:24:48.508', '2024-11-25 10:24:48.508', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (741, 'MMMC.png', NULL, NULL, 400, 600, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_MMMC_b38549535f.png", "hash": "small_MMMC_b38549535f", "mime": "image/png", "name": "small_MMMC.png", "path": null, "size": 322.09, "width": 333, "height": 500, "sizeInBytes": 322091}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_MMMC_b38549535f.png", "hash": "thumbnail_MMMC_b38549535f", "mime": "image/png", "name": "thumbnail_MMMC.png", "path": null, "size": 39.28, "width": 104, "height": 156, "sizeInBytes": 39275}}', 'MMMC_b38549535f', '.png', 'image/png', 102.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MMMC_b38549535f.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:29:33.534', '2024-11-25 10:29:33.534', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (742, 'SMU.png', NULL, NULL, 400, 600, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_SMU_80c49db10d.png", "hash": "small_SMU_80c49db10d", "mime": "image/png", "name": "small_SMU.png", "path": null, "size": 459.4, "width": 333, "height": 500, "sizeInBytes": 459401}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_SMU_80c49db10d.png", "hash": "thumbnail_SMU_80c49db10d", "mime": "image/png", "name": "thumbnail_SMU.png", "path": null, "size": 46.36, "width": 104, "height": 156, "sizeInBytes": 46361}}', 'SMU_80c49db10d', '.png', 'image/png', 160.46, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/SMU_80c49db10d.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 10:33:54.438', '2024-11-25 10:33:54.438', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (743, 'Attendance Policy-6thFeb2023.pdf', NULL, NULL, NULL, NULL, NULL, 'Attendance_Policy_6th_Feb2023_b1a3dde149', '.pdf', 'application/pdf', 609.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Attendance_Policy_6th_Feb2023_b1a3dde149.pdf', NULL, 'strapi-provider-upload-azure-storage', NULL, '/17', '2024-11-25 11:36:14.648', '2024-11-25 11:36:14.648', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (752, 'studentServices.png', NULL, NULL, 1920, 750, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_student_Services_9a21086253.png", "hash": "large_student_Services_9a21086253", "mime": "image/png", "name": "large_studentServices.png", "path": null, "size": 687.76, "width": 1000, "height": 391, "sizeInBytes": 687763}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_student_Services_9a21086253.png", "hash": "small_student_Services_9a21086253", "mime": "image/png", "name": "small_studentServices.png", "path": null, "size": 180.28, "width": 500, "height": 195, "sizeInBytes": 180277}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_student_Services_9a21086253.png", "hash": "medium_student_Services_9a21086253", "mime": "image/png", "name": "medium_studentServices.png", "path": null, "size": 391.97, "width": 750, "height": 293, "sizeInBytes": 391967}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_student_Services_9a21086253.png", "hash": "thumbnail_student_Services_9a21086253", "mime": "image/png", "name": "thumbnail_studentServices.png", "path": null, "size": 48.31, "width": 245, "height": 96, "sizeInBytes": 48305}}', 'student_Services_9a21086253', '.png', 'image/png', 628.92, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/student_Services_9a21086253.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 11:40:16.578', '2024-11-25 11:40:16.578', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (753, 'Life-sci.png', NULL, NULL, 414, 306, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Life_sci_9e83094129.png", "hash": "thumbnail_Life_sci_9e83094129", "mime": "image/png", "name": "thumbnail_Life-sci.png", "path": null, "size": 75.78, "width": 211, "height": 156, "sizeInBytes": 75779}}', 'Life_sci_9e83094129', '.png', 'image/png', 69.97, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Life_sci_9e83094129.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 11:54:02.9', '2024-11-25 11:54:02.9', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (755, 'Business.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Business_31670f272b.jpg", "hash": "large_Business_31670f272b", "mime": "image/jpeg", "name": "large_Business.jpg", "path": null, "size": 62.41, "width": 1000, "height": 666, "sizeInBytes": 62410}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Business_31670f272b.jpg", "hash": "small_Business_31670f272b", "mime": "image/jpeg", "name": "small_Business.jpg", "path": null, "size": 22.01, "width": 500, "height": 333, "sizeInBytes": 22006}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Business_31670f272b.jpg", "hash": "medium_Business_31670f272b", "mime": "image/jpeg", "name": "medium_Business.jpg", "path": null, "size": 40.1, "width": 750, "height": 500, "sizeInBytes": 40100}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Business_31670f272b.jpg", "hash": "thumbnail_Business_31670f272b", "mime": "image/jpeg", "name": "thumbnail_Business.jpg", "path": null, "size": 7.51, "width": 234, "height": 156, "sizeInBytes": 7505}}', 'Business_31670f272b', '.jpg', 'image/jpeg', 286.63, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Business_31670f272b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 11:54:03.08', '2024-11-25 11:54:03.08', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (756, 'Computer.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Computer_e1ceb9354d.jpg", "hash": "large_Computer_e1ceb9354d", "mime": "image/jpeg", "name": "large_Computer.jpg", "path": null, "size": 64.77, "width": 1000, "height": 666, "sizeInBytes": 64770}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Computer_e1ceb9354d.jpg", "hash": "small_Computer_e1ceb9354d", "mime": "image/jpeg", "name": "small_Computer.jpg", "path": null, "size": 24.43, "width": 500, "height": 333, "sizeInBytes": 24428}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Computer_e1ceb9354d.jpg", "hash": "medium_Computer_e1ceb9354d", "mime": "image/jpeg", "name": "medium_Computer.jpg", "path": null, "size": 43.34, "width": 750, "height": 500, "sizeInBytes": 43343}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Computer_e1ceb9354d.jpg", "hash": "thumbnail_Computer_e1ceb9354d", "mime": "image/jpeg", "name": "thumbnail_Computer.jpg", "path": null, "size": 8.59, "width": 234, "height": 156, "sizeInBytes": 8589}}', 'Computer_e1ceb9354d', '.jpg', 'image/jpeg', 242.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Computer_e1ceb9354d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 11:54:03.402', '2024-11-25 11:54:03.402', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (757, 'Design.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Design_8c3d3d230b.jpg", "hash": "large_Design_8c3d3d230b", "mime": "image/jpeg", "name": "large_Design.jpg", "path": null, "size": 103.96, "width": 1000, "height": 666, "sizeInBytes": 103955}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Design_8c3d3d230b.jpg", "hash": "small_Design_8c3d3d230b", "mime": "image/jpeg", "name": "small_Design.jpg", "path": null, "size": 34.89, "width": 500, "height": 333, "sizeInBytes": 34893}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Design_8c3d3d230b.jpg", "hash": "medium_Design_8c3d3d230b", "mime": "image/jpeg", "name": "medium_Design.jpg", "path": null, "size": 65.98, "width": 750, "height": 500, "sizeInBytes": 65984}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Design_8c3d3d230b.jpg", "hash": "thumbnail_Design_8c3d3d230b", "mime": "image/jpeg", "name": "thumbnail_Design.jpg", "path": null, "size": 10.86, "width": 234, "height": 156, "sizeInBytes": 10856}}', 'Design_8c3d3d230b', '.jpg', 'image/jpeg', 433.01, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Design_8c3d3d230b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 11:54:03.538', '2024-11-25 11:54:03.538', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (758, 'Frame_3_ad596aeaf3.svg', NULL, NULL, 59, 59, NULL, 'Frame_3_ad596aeaf3_083550d086', '.svg', 'image/svg+xml', 6.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_3_ad596aeaf3_083550d086.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 13:01:37.735', '2024-11-25 13:01:37.735', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (759, '4_5f538dd33e.webp', NULL, NULL, 750, 420, '{"small": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_4_5f538dd33e_fdc1c1e499.webp", "hash": "small_4_5f538dd33e_fdc1c1e499", "mime": "image/webp", "name": "small_4_5f538dd33e.webp", "path": null, "size": 8, "width": 500, "height": 280, "sizeInBytes": 7998}, "thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_5f538dd33e_fdc1c1e499.webp", "hash": "thumbnail_4_5f538dd33e_fdc1c1e499", "mime": "image/webp", "name": "thumbnail_4_5f538dd33e.webp", "path": null, "size": 3.62, "width": 245, "height": 137, "sizeInBytes": 3620}}', '4_5f538dd33e_fdc1c1e499', '.webp', 'image/webp', 12.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_5f538dd33e_fdc1c1e499.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 13:39:30.061', '2024-11-25 13:39:30.061', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (760, 'health & fitness 1.png', NULL, NULL, 414, 306, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_health_and_fitness_1_495595f7aa.png", "hash": "thumbnail_health_and_fitness_1_495595f7aa", "mime": "image/png", "name": "thumbnail_health & fitness 1.png", "path": null, "size": 65.78, "width": 211, "height": 156, "sizeInBytes": 65782}}', 'health_and_fitness_1_495595f7aa', '.png', 'image/png', 62.90, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/health_and_fitness_1_495595f7aa.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 14:13:16.657', '2024-11-25 14:13:16.657', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (761, 'Health & fitness 2.png', NULL, NULL, 414, 306, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Health_and_fitness_2_1d7604e705.png", "hash": "thumbnail_Health_and_fitness_2_1d7604e705", "mime": "image/png", "name": "thumbnail_Health & fitness 2.png", "path": null, "size": 58.76, "width": 211, "height": 156, "sizeInBytes": 58759}}', 'Health_and_fitness_2_1d7604e705', '.png', 'image/png', 49.42, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Health_and_fitness_2_1d7604e705.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 14:13:34.785', '2024-11-25 14:13:34.785', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (762, 'why dubai banner img.jpg', NULL, NULL, 2560, 1232, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_banner_img_fe69c24dcd.jpg", "hash": "large_why_dubai_banner_img_fe69c24dcd", "mime": "image/jpeg", "name": "large_why dubai banner img.jpg", "path": null, "size": 105.43, "width": 1000, "height": 481, "sizeInBytes": 105430}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_banner_img_fe69c24dcd.jpg", "hash": "small_why_dubai_banner_img_fe69c24dcd", "mime": "image/jpeg", "name": "small_why dubai banner img.jpg", "path": null, "size": 27.93, "width": 500, "height": 241, "sizeInBytes": 27925}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_banner_img_fe69c24dcd.jpg", "hash": "medium_why_dubai_banner_img_fe69c24dcd", "mime": "image/jpeg", "name": "medium_why dubai banner img.jpg", "path": null, "size": 60.18, "width": 750, "height": 361, "sizeInBytes": 60176}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_banner_img_fe69c24dcd.jpg", "hash": "thumbnail_why_dubai_banner_img_fe69c24dcd", "mime": "image/jpeg", "name": "thumbnail_why dubai banner img.jpg", "path": null, "size": 7.64, "width": 245, "height": 118, "sizeInBytes": 7635}}', 'why_dubai_banner_img_fe69c24dcd', '.jpg', 'image/jpeg', 553.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_banner_img_fe69c24dcd.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 14:17:22.441', '2024-11-25 14:17:22.441', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (763, 'why dubai banner img.jpg', NULL, NULL, 2560, 1232, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_banner_img_59ce09aa78.jpg", "hash": "large_why_dubai_banner_img_59ce09aa78", "mime": "image/jpeg", "name": "large_why dubai banner img.jpg", "path": null, "size": 105.43, "width": 1000, "height": 481, "sizeInBytes": 105430}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_banner_img_59ce09aa78.jpg", "hash": "small_why_dubai_banner_img_59ce09aa78", "mime": "image/jpeg", "name": "small_why dubai banner img.jpg", "path": null, "size": 27.93, "width": 500, "height": 241, "sizeInBytes": 27925}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_banner_img_59ce09aa78.jpg", "hash": "medium_why_dubai_banner_img_59ce09aa78", "mime": "image/jpeg", "name": "medium_why dubai banner img.jpg", "path": null, "size": 60.18, "width": 750, "height": 361, "sizeInBytes": 60176}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_banner_img_59ce09aa78.jpg", "hash": "thumbnail_why_dubai_banner_img_59ce09aa78", "mime": "image/jpeg", "name": "thumbnail_why dubai banner img.jpg", "path": null, "size": 7.64, "width": 245, "height": 118, "sizeInBytes": 7635}}', 'why_dubai_banner_img_59ce09aa78', '.jpg', 'image/jpeg', 553.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_banner_img_59ce09aa78.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 14:17:40.833', '2024-11-25 14:17:40.833', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (764, 'discover mahedubai.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_discover_mahedubai_99d57f6e9b.jpg", "hash": "large_discover_mahedubai_99d57f6e9b", "mime": "image/jpeg", "name": "large_discover mahedubai.jpg", "path": null, "size": 89.11, "width": 1000, "height": 666, "sizeInBytes": 89112}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_discover_mahedubai_99d57f6e9b.jpg", "hash": "small_discover_mahedubai_99d57f6e9b", "mime": "image/jpeg", "name": "small_discover mahedubai.jpg", "path": null, "size": 27.19, "width": 500, "height": 333, "sizeInBytes": 27187}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_discover_mahedubai_99d57f6e9b.jpg", "hash": "medium_discover_mahedubai_99d57f6e9b", "mime": "image/jpeg", "name": "medium_discover mahedubai.jpg", "path": null, "size": 54.57, "width": 750, "height": 500, "sizeInBytes": 54567}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_discover_mahedubai_99d57f6e9b.jpg", "hash": "thumbnail_discover_mahedubai_99d57f6e9b", "mime": "image/jpeg", "name": "thumbnail_discover mahedubai.jpg", "path": null, "size": 7.61, "width": 234, "height": 156, "sizeInBytes": 7606}}', 'discover_mahedubai_99d57f6e9b', '.jpg', 'image/jpeg', 376.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/discover_mahedubai_99d57f6e9b.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 14:30:39.861', '2024-11-25 14:30:39.861', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (765, 'why-dubai.jpg', NULL, NULL, 1032, 761, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_why_dubai_4293add33c.jpg", "hash": "large_why_dubai_4293add33c", "mime": "image/jpeg", "name": "large_why-dubai.jpg", "path": null, "size": 65.53, "width": 1000, "height": 737, "sizeInBytes": 65525}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_why_dubai_4293add33c.jpg", "hash": "small_why_dubai_4293add33c", "mime": "image/jpeg", "name": "small_why-dubai.jpg", "path": null, "size": 23.07, "width": 500, "height": 369, "sizeInBytes": 23065}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_why_dubai_4293add33c.jpg", "hash": "medium_why_dubai_4293add33c", "mime": "image/jpeg", "name": "medium_why-dubai.jpg", "path": null, "size": 42.95, "width": 750, "height": 553, "sizeInBytes": 42953}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_why_dubai_4293add33c.jpg", "hash": "thumbnail_why_dubai_4293add33c", "mime": "image/jpeg", "name": "thumbnail_why-dubai.jpg", "path": null, "size": 5.5, "width": 212, "height": 156, "sizeInBytes": 5501}}', 'why_dubai_4293add33c', '.jpg', 'image/jpeg', 69.13, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/why_dubai_4293add33c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:07:46.071', '2024-11-25 15:07:46.071', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (766, 'apply.jpg', NULL, NULL, 885, 670, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_apply_8b69b440ed.jpg", "hash": "small_apply_8b69b440ed", "mime": "image/jpeg", "name": "small_apply.jpg", "path": null, "size": 21.58, "width": 500, "height": 379, "sizeInBytes": 21583}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_apply_8b69b440ed.jpg", "hash": "medium_apply_8b69b440ed", "mime": "image/jpeg", "name": "medium_apply.jpg", "path": null, "size": 38.82, "width": 750, "height": 568, "sizeInBytes": 38820}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_apply_8b69b440ed.jpg", "hash": "thumbnail_apply_8b69b440ed", "mime": "image/jpeg", "name": "thumbnail_apply.jpg", "path": null, "size": 6.12, "width": 206, "height": 156, "sizeInBytes": 6116}}', 'apply_8b69b440ed', '.jpg', 'image/jpeg', 49.52, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/apply_8b69b440ed.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:10:21.742', '2024-11-25 15:10:21.742', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (767, 'Awards and achievement.png', NULL, NULL, 1920, 750, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Awards_and_achievement_9befcb893b.png", "hash": "large_Awards_and_achievement_9befcb893b", "mime": "image/png", "name": "large_Awards and achievement.png", "path": null, "size": 567.63, "width": 1000, "height": 391, "sizeInBytes": 567627}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Awards_and_achievement_9befcb893b.png", "hash": "small_Awards_and_achievement_9befcb893b", "mime": "image/png", "name": "small_Awards and achievement.png", "path": null, "size": 152.96, "width": 500, "height": 195, "sizeInBytes": 152960}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Awards_and_achievement_9befcb893b.png", "hash": "medium_Awards_and_achievement_9befcb893b", "mime": "image/png", "name": "medium_Awards and achievement.png", "path": null, "size": 322.53, "width": 750, "height": 293, "sizeInBytes": 322530}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Awards_and_achievement_9befcb893b.png", "hash": "thumbnail_Awards_and_achievement_9befcb893b", "mime": "image/png", "name": "thumbnail_Awards and achievement.png", "path": null, "size": 45.74, "width": 245, "height": 96, "sizeInBytes": 45739}}', 'Awards_and_achievement_9befcb893b', '.png', 'image/png', 413.19, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Awards_and_achievement_9befcb893b.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:29:48.575', '2024-11-25 15:29:48.575', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (768, 'Awards and achievement.png', NULL, NULL, 1920, 750, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Awards_and_achievement_bac000e444.png", "hash": "large_Awards_and_achievement_bac000e444", "mime": "image/png", "name": "large_Awards and achievement.png", "path": null, "size": 567.63, "width": 1000, "height": 391, "sizeInBytes": 567627}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Awards_and_achievement_bac000e444.png", "hash": "small_Awards_and_achievement_bac000e444", "mime": "image/png", "name": "small_Awards and achievement.png", "path": null, "size": 152.96, "width": 500, "height": 195, "sizeInBytes": 152960}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Awards_and_achievement_bac000e444.png", "hash": "medium_Awards_and_achievement_bac000e444", "mime": "image/png", "name": "medium_Awards and achievement.png", "path": null, "size": 322.53, "width": 750, "height": 293, "sizeInBytes": 322530}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Awards_and_achievement_bac000e444.png", "hash": "thumbnail_Awards_and_achievement_bac000e444", "mime": "image/png", "name": "thumbnail_Awards and achievement.png", "path": null, "size": 45.74, "width": 245, "height": 96, "sizeInBytes": 45739}}', 'Awards_and_achievement_bac000e444', '.png', 'image/png', 413.19, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Awards_and_achievement_bac000e444.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:30:37.296', '2024-11-25 15:30:37.296', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (770, 'Awards and achievement mobile.png', NULL, NULL, 593, 750, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Awards_and_achievement_mobile_89161d7ace.png", "hash": "small_Awards_and_achievement_mobile_89161d7ace", "mime": "image/png", "name": "small_Awards and achievement mobile.png", "path": null, "size": 381.8, "width": 395, "height": 500, "sizeInBytes": 381795}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Awards_and_achievement_mobile_89161d7ace.png", "hash": "thumbnail_Awards_and_achievement_mobile_89161d7ace", "mime": "image/png", "name": "thumbnail_Awards and achievement mobile.png", "path": null, "size": 45.04, "width": 123, "height": 156, "sizeInBytes": 45038}}', 'Awards_and_achievement_mobile_89161d7ace', '.png', 'image/png', 163.02, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Awards_and_achievement_mobile_89161d7ace.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:34:20.32', '2024-11-25 15:34:20.32', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (769, 'PP.png', NULL, NULL, 1920, 750, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_PP_6771fe8fcd.png", "hash": "large_PP_6771fe8fcd", "mime": "image/png", "name": "large_PP.png", "path": null, "size": 683.32, "width": 1000, "height": 391, "sizeInBytes": 683315}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_PP_6771fe8fcd.png", "hash": "small_PP_6771fe8fcd", "mime": "image/png", "name": "small_PP.png", "path": null, "size": 178.95, "width": 500, "height": 195, "sizeInBytes": 178946}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_PP_6771fe8fcd.png", "hash": "medium_PP_6771fe8fcd", "mime": "image/png", "name": "medium_PP.png", "path": null, "size": 392.24, "width": 750, "height": 293, "sizeInBytes": 392236}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_PP_6771fe8fcd.png", "hash": "thumbnail_PP_6771fe8fcd", "mime": "image/png", "name": "thumbnail_PP.png", "path": null, "size": 47.17, "width": 245, "height": 96, "sizeInBytes": 47167}}', 'PP_6771fe8fcd', '.png', 'image/png', 537.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/PP_6771fe8fcd.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:34:09.852', '2024-11-25 15:34:09.852', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (771, 'FAQs hero.png', NULL, NULL, 1920, 750, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_FA_Qs_hero_826b9c74cb.png", "hash": "large_FA_Qs_hero_826b9c74cb", "mime": "image/png", "name": "large_FAQs hero.png", "path": null, "size": 450.96, "width": 1000, "height": 391, "sizeInBytes": 450959}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_FA_Qs_hero_826b9c74cb.png", "hash": "small_FA_Qs_hero_826b9c74cb", "mime": "image/png", "name": "small_FAQs hero.png", "path": null, "size": 141.68, "width": 500, "height": 195, "sizeInBytes": 141681}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_FA_Qs_hero_826b9c74cb.png", "hash": "medium_FA_Qs_hero_826b9c74cb", "mime": "image/png", "name": "medium_FAQs hero.png", "path": null, "size": 276.69, "width": 750, "height": 293, "sizeInBytes": 276690}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_FA_Qs_hero_826b9c74cb.png", "hash": "thumbnail_FA_Qs_hero_826b9c74cb", "mime": "image/png", "name": "thumbnail_FAQs hero.png", "path": null, "size": 45.31, "width": 245, "height": 96, "sizeInBytes": 45307}}', 'FA_Qs_hero_826b9c74cb', '.png', 'image/png', 296.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/FA_Qs_hero_826b9c74cb.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:54:32.093', '2024-11-25 15:54:32.093', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (772, 'FAQs hero.png', NULL, NULL, 1920, 750, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_FA_Qs_hero_1d032e1d68.png", "hash": "large_FA_Qs_hero_1d032e1d68", "mime": "image/png", "name": "large_FAQs hero.png", "path": null, "size": 450.96, "width": 1000, "height": 391, "sizeInBytes": 450959}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_FA_Qs_hero_1d032e1d68.png", "hash": "small_FA_Qs_hero_1d032e1d68", "mime": "image/png", "name": "small_FAQs hero.png", "path": null, "size": 141.68, "width": 500, "height": 195, "sizeInBytes": 141681}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_FA_Qs_hero_1d032e1d68.png", "hash": "medium_FA_Qs_hero_1d032e1d68", "mime": "image/png", "name": "medium_FAQs hero.png", "path": null, "size": 276.69, "width": 750, "height": 293, "sizeInBytes": 276690}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_FA_Qs_hero_1d032e1d68.png", "hash": "thumbnail_FA_Qs_hero_1d032e1d68", "mime": "image/png", "name": "thumbnail_FAQs hero.png", "path": null, "size": 45.31, "width": 245, "height": 96, "sizeInBytes": 45307}}', 'FA_Qs_hero_1d032e1d68', '.png', 'image/png', 296.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/FA_Qs_hero_1d032e1d68.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:56:17.079', '2024-11-25 15:56:17.079', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (773, 'FAQs hero mobile.png', NULL, NULL, 963, 750, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_FA_Qs_hero_mobile_fead63dd52.png", "hash": "small_FA_Qs_hero_mobile_fead63dd52", "mime": "image/png", "name": "small_FAQs hero mobile.png", "path": null, "size": 239.5, "width": 500, "height": 389, "sizeInBytes": 239501}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_FA_Qs_hero_mobile_fead63dd52.png", "hash": "medium_FA_Qs_hero_mobile_fead63dd52", "mime": "image/png", "name": "medium_FAQs hero mobile.png", "path": null, "size": 499.45, "width": 750, "height": 584, "sizeInBytes": 499453}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_FA_Qs_hero_mobile_fead63dd52.png", "hash": "thumbnail_FA_Qs_hero_mobile_fead63dd52", "mime": "image/png", "name": "thumbnail_FAQs hero mobile.png", "path": null, "size": 53.49, "width": 200, "height": 156, "sizeInBytes": 53494}}', 'FA_Qs_hero_mobile_fead63dd52', '.png', 'image/png', 145.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/FA_Qs_hero_mobile_fead63dd52.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 15:58:53.901', '2024-11-25 15:58:53.901', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (774, 'Admissions image.jpg', NULL, NULL, 5472, 3648, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Admissions_image_5e798b84d0.jpg", "hash": "large_Admissions_image_5e798b84d0", "mime": "image/jpeg", "name": "large_Admissions image.jpg", "path": null, "size": 119.7, "width": 1000, "height": 667, "sizeInBytes": 119698}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Admissions_image_5e798b84d0.jpg", "hash": "small_Admissions_image_5e798b84d0", "mime": "image/jpeg", "name": "small_Admissions image.jpg", "path": null, "size": 38.49, "width": 500, "height": 333, "sizeInBytes": 38485}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Admissions_image_5e798b84d0.jpg", "hash": "medium_Admissions_image_5e798b84d0", "mime": "image/jpeg", "name": "medium_Admissions image.jpg", "path": null, "size": 75.28, "width": 750, "height": 500, "sizeInBytes": 75276}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Admissions_image_5e798b84d0.jpg", "hash": "thumbnail_Admissions_image_5e798b84d0", "mime": "image/jpeg", "name": "thumbnail_Admissions image.jpg", "path": null, "size": 11.3, "width": 234, "height": 156, "sizeInBytes": 11296}}', 'Admissions_image_5e798b84d0', '.jpg', 'image/jpeg', 2347.97, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Admissions_image_5e798b84d0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 17:04:06.196', '2024-11-25 17:04:06.196', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (775, 'stuendSlide1.jpg', NULL, NULL, 690, 491, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_stuend_Slide1_2ddc8a4da2.jpg", "hash": "small_stuend_Slide1_2ddc8a4da2", "mime": "image/jpeg", "name": "small_stuendSlide1.jpg", "path": null, "size": 23.67, "width": 500, "height": 356, "sizeInBytes": 23668}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_stuend_Slide1_2ddc8a4da2.jpg", "hash": "thumbnail_stuend_Slide1_2ddc8a4da2", "mime": "image/jpeg", "name": "thumbnail_stuendSlide1.jpg", "path": null, "size": 7.32, "width": 220, "height": 156, "sizeInBytes": 7322}}', 'stuend_Slide1_2ddc8a4da2', '.jpg', 'image/jpeg', 36.84, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/stuend_Slide1_2ddc8a4da2.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 17:10:39.497', '2024-11-25 17:10:39.497', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (776, 'stuendSlide2.jpg', NULL, NULL, 690, 491, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_stuend_Slide2_13d474d903.jpg", "hash": "small_stuend_Slide2_13d474d903", "mime": "image/jpeg", "name": "small_stuendSlide2.jpg", "path": null, "size": 48.3, "width": 500, "height": 356, "sizeInBytes": 48298}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_stuend_Slide2_13d474d903.jpg", "hash": "thumbnail_stuend_Slide2_13d474d903", "mime": "image/jpeg", "name": "thumbnail_stuendSlide2.jpg", "path": null, "size": 11.97, "width": 220, "height": 156, "sizeInBytes": 11970}}', 'stuend_Slide2_13d474d903', '.jpg', 'image/jpeg', 81.51, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/stuend_Slide2_13d474d903.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 17:11:33.922', '2024-11-25 17:11:33.922', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (779, 'career2.jpg', NULL, NULL, 515, 721, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_career2_5436598f91.jpg", "hash": "small_career2_5436598f91", "mime": "image/jpeg", "name": "small_career2.jpg", "path": null, "size": 19.49, "width": 357, "height": 500, "sizeInBytes": 19492}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_career2_5436598f91.jpg", "hash": "thumbnail_career2_5436598f91", "mime": "image/jpeg", "name": "thumbnail_career2.jpg", "path": null, "size": 3.48, "width": 111, "height": 156, "sizeInBytes": 3484}}', 'career2_5436598f91', '.jpg', 'image/jpeg', 33.82, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/career2_5436598f91.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 17:13:08.023', '2024-11-25 17:13:08.023', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (780, 'card1.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card1_bf420c8384.jpg", "hash": "small_card1_bf420c8384", "mime": "image/jpeg", "name": "small_card1.jpg", "path": null, "size": 39.18, "width": 403, "height": 500, "sizeInBytes": 39183}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card1_bf420c8384.jpg", "hash": "thumbnail_card1_bf420c8384", "mime": "image/jpeg", "name": "thumbnail_card1.jpg", "path": null, "size": 6.22, "width": 126, "height": 156, "sizeInBytes": 6223}}', 'card1_bf420c8384', '.jpg', 'image/jpeg', 40.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card1_bf420c8384.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 17:59:59.957', '2024-11-25 17:59:59.957', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (782, 'card3.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card3_cab2da9877.jpg", "hash": "small_card3_cab2da9877", "mime": "image/jpeg", "name": "small_card3.jpg", "path": null, "size": 34.18, "width": 403, "height": 500, "sizeInBytes": 34179}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card3_cab2da9877.jpg", "hash": "thumbnail_card3_cab2da9877", "mime": "image/jpeg", "name": "thumbnail_card3.jpg", "path": null, "size": 5.79, "width": 126, "height": 156, "sizeInBytes": 5794}}', 'card3_cab2da9877', '.jpg', 'image/jpeg', 35.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card3_cab2da9877.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 18:01:56.152', '2024-11-25 18:01:56.152', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (783, 'card4.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card4_0d505f28f8.jpg", "hash": "small_card4_0d505f28f8", "mime": "image/jpeg", "name": "small_card4.jpg", "path": null, "size": 24.67, "width": 403, "height": 500, "sizeInBytes": 24668}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card4_0d505f28f8.jpg", "hash": "thumbnail_card4_0d505f28f8", "mime": "image/jpeg", "name": "thumbnail_card4.jpg", "path": null, "size": 4.41, "width": 126, "height": 156, "sizeInBytes": 4408}}', 'card4_0d505f28f8', '.jpg', 'image/jpeg', 25.63, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card4_0d505f28f8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 18:02:07.118', '2024-11-25 18:02:07.118', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (777, 'stuendSlide3.jpg', NULL, NULL, 690, 491, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_stuend_Slide3_63b1e76074.jpg", "hash": "small_stuend_Slide3_63b1e76074", "mime": "image/jpeg", "name": "small_stuendSlide3.jpg", "path": null, "size": 29.46, "width": 500, "height": 356, "sizeInBytes": 29458}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_stuend_Slide3_63b1e76074.jpg", "hash": "thumbnail_stuend_Slide3_63b1e76074", "mime": "image/jpeg", "name": "thumbnail_stuendSlide3.jpg", "path": null, "size": 8.75, "width": 220, "height": 156, "sizeInBytes": 8752}}', 'stuend_Slide3_63b1e76074', '.jpg', 'image/jpeg', 45.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/stuend_Slide3_63b1e76074.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 17:11:47.852', '2024-11-25 17:11:47.852', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (778, 'career1.jpg', NULL, NULL, 402, 595, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_career1_67818656e5.jpg", "hash": "small_career1_67818656e5", "mime": "image/jpeg", "name": "small_career1.jpg", "path": null, "size": 25.63, "width": 338, "height": 500, "sizeInBytes": 25628}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_career1_67818656e5.jpg", "hash": "thumbnail_career1_67818656e5", "mime": "image/jpeg", "name": "thumbnail_career1.jpg", "path": null, "size": 4.55, "width": 106, "height": 156, "sizeInBytes": 4548}}', 'career1_67818656e5', '.jpg', 'image/jpeg', 33.42, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/career1_67818656e5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 17:12:51.251', '2024-11-25 17:12:51.251', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (781, 'card2.jpg', NULL, NULL, 410, 509, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_card2_1c87d922dd.jpg", "hash": "small_card2_1c87d922dd", "mime": "image/jpeg", "name": "small_card2.jpg", "path": null, "size": 23.99, "width": 403, "height": 500, "sizeInBytes": 23988}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_card2_1c87d922dd.jpg", "hash": "thumbnail_card2_1c87d922dd", "mime": "image/jpeg", "name": "thumbnail_card2.jpg", "path": null, "size": 3.67, "width": 126, "height": 156, "sizeInBytes": 3674}}', 'card2_1c87d922dd', '.jpg', 'image/jpeg', 24.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/card2_1c87d922dd.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 18:00:53.805', '2024-11-25 18:00:53.805', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (784, 'about-dubaii.jpg', NULL, NULL, 2560, 1232, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_about_dubaii_23b586fb24.jpg", "hash": "large_about_dubaii_23b586fb24", "mime": "image/jpeg", "name": "large_about-dubaii.jpg", "path": null, "size": 105.43, "width": 1000, "height": 481, "sizeInBytes": 105430}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_about_dubaii_23b586fb24.jpg", "hash": "small_about_dubaii_23b586fb24", "mime": "image/jpeg", "name": "small_about-dubaii.jpg", "path": null, "size": 27.93, "width": 500, "height": 241, "sizeInBytes": 27925}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_about_dubaii_23b586fb24.jpg", "hash": "medium_about_dubaii_23b586fb24", "mime": "image/jpeg", "name": "medium_about-dubaii.jpg", "path": null, "size": 60.18, "width": 750, "height": 361, "sizeInBytes": 60176}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_dubaii_23b586fb24.jpg", "hash": "thumbnail_about_dubaii_23b586fb24", "mime": "image/jpeg", "name": "thumbnail_about-dubaii.jpg", "path": null, "size": 7.64, "width": 245, "height": 118, "sizeInBytes": 7635}}', 'about_dubaii_23b586fb24', '.jpg', 'image/jpeg', 553.96, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_dubaii_23b586fb24.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 18:05:31.539', '2024-11-25 18:05:31.539', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (785, 'about-dubaii1.jpg', NULL, NULL, 700, 531, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_about_dubaii1_d15eab1e3c.jpg", "hash": "small_about_dubaii1_d15eab1e3c", "mime": "image/jpeg", "name": "small_about-dubaii1.jpg", "path": null, "size": 47.57, "width": 500, "height": 379, "sizeInBytes": 47570}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_about_dubaii1_d15eab1e3c.jpg", "hash": "thumbnail_about_dubaii1_d15eab1e3c", "mime": "image/jpeg", "name": "thumbnail_about-dubaii1.jpg", "path": null, "size": 9.78, "width": 206, "height": 156, "sizeInBytes": 9776}}', 'about_dubaii1_d15eab1e3c', '.jpg', 'image/jpeg', 83.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/about_dubaii1_d15eab1e3c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-25 18:10:51.962', '2024-11-25 18:10:51.962', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (786, 'aplly-1.svg', NULL, NULL, 103, 90, NULL, 'aplly_1_8ae9fdb18a', '.svg', 'image/svg+xml', 4.68, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_1_8ae9fdb18a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 12:04:28.811', '2024-11-26 12:04:28.811', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (787, 'aplly-2.svg', NULL, NULL, 59, 90, NULL, 'aplly_2_5569e17acf', '.svg', 'image/svg+xml', 1.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_2_5569e17acf.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 12:04:42.215', '2024-11-26 12:04:42.215', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (788, 'aplly-3.svg', NULL, NULL, 90, 90, NULL, 'aplly_3_1f1618a50a', '.svg', 'image/svg+xml', 6.13, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_3_1f1618a50a.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 12:04:49.113', '2024-11-26 12:04:49.113', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (789, 'aplly-4.svg', NULL, NULL, 71, 90, NULL, 'aplly_4_75fc561f47', '.svg', 'image/svg+xml', 3.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_4_75fc561f47.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 12:04:57.516', '2024-11-26 12:04:57.516', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (790, 'aplly-5.svg', NULL, NULL, 74, 88, NULL, 'aplly_5_50eae664ec', '.svg', 'image/svg+xml', 4.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/aplly_5_50eae664ec.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 12:05:05.58', '2024-11-26 12:05:05.58', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (791, 'Frame_3_ad596aeaf3.svg', NULL, NULL, 59, 59, NULL, 'Frame_3_ad596aeaf3_2b6698b70c', '.svg', 'image/svg+xml', 6.35, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Frame_3_ad596aeaf3_2b6698b70c.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 14:38:59.586', '2024-11-26 14:38:59.586', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (792, 'BBA.png', NULL, NULL, 1920, 800, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_BBA_c76a096fe4.png", "hash": "large_BBA_c76a096fe4", "mime": "image/png", "name": "large_BBA.png", "path": null, "size": 926.74, "width": 1000, "height": 417, "sizeInBytes": 926739}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_BBA_c76a096fe4.png", "hash": "small_BBA_c76a096fe4", "mime": "image/png", "name": "small_BBA.png", "path": null, "size": 248.88, "width": 500, "height": 208, "sizeInBytes": 248884}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_BBA_c76a096fe4.png", "hash": "medium_BBA_c76a096fe4", "mime": "image/png", "name": "medium_BBA.png", "path": null, "size": 533.32, "width": 750, "height": 313, "sizeInBytes": 533322}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_BBA_c76a096fe4.png", "hash": "thumbnail_BBA_c76a096fe4", "mime": "image/png", "name": "thumbnail_BBA.png", "path": null, "size": 66.73, "width": 245, "height": 102, "sizeInBytes": 66727}}', 'BBA_c76a096fe4', '.png', 'image/png', 588.69, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/BBA_c76a096fe4.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 14:45:55.982', '2024-11-26 14:45:55.982', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (793, 'img_1_ee74020d69.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_ee74020d69_d2349ab0ca.webp", "hash": "thumbnail_img_1_ee74020d69_d2349ab0ca", "mime": "image/webp", "name": "thumbnail_img_1_ee74020d69.webp", "path": null, "size": 5.81, "width": 245, "height": 97, "sizeInBytes": 5810}}', 'img_1_ee74020d69_d2349ab0ca', '.webp', 'image/webp', 8.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_ee74020d69_d2349ab0ca.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 16:05:25.942', '2024-11-26 16:05:25.942', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (794, 'img_2_653a79e0c3.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_2_653a79e0c3_4b60b42097.webp", "hash": "thumbnail_img_2_653a79e0c3_4b60b42097", "mime": "image/webp", "name": "thumbnail_img_2_653a79e0c3.webp", "path": null, "size": 3.68, "width": 245, "height": 97, "sizeInBytes": 3682}}', 'img_2_653a79e0c3_4b60b42097', '.webp', 'image/webp', 4.43, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_2_653a79e0c3_4b60b42097.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 16:05:42.997', '2024-11-26 16:05:42.997', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (795, 'img_3_6dcd6b3149.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_3_6dcd6b3149_c31f958148.webp", "hash": "thumbnail_img_3_6dcd6b3149_c31f958148", "mime": "image/webp", "name": "thumbnail_img_3_6dcd6b3149.webp", "path": null, "size": 4.31, "width": 245, "height": 97, "sizeInBytes": 4314}}', 'img_3_6dcd6b3149_c31f958148', '.webp', 'image/webp', 5.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_3_6dcd6b3149_c31f958148.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 16:06:39.036', '2024-11-26 16:06:39.036', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (796, 'img_4_566d7591a3.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_4_566d7591a3_886469ca15.webp", "hash": "thumbnail_img_4_566d7591a3_886469ca15", "mime": "image/webp", "name": "thumbnail_img_4_566d7591a3.webp", "path": null, "size": 3.49, "width": 245, "height": 97, "sizeInBytes": 3486}}', 'img_4_566d7591a3_886469ca15', '.webp', 'image/webp', 3.84, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_4_566d7591a3_886469ca15.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 16:06:49.289', '2024-11-26 16:06:49.289', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (797, 'img_5_cd3150491a.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_5_cd3150491a_134f615450.webp", "hash": "thumbnail_img_5_cd3150491a_134f615450", "mime": "image/webp", "name": "thumbnail_img_5_cd3150491a.webp", "path": null, "size": 1.15, "width": 245, "height": 97, "sizeInBytes": 1152}}', 'img_5_cd3150491a_134f615450', '.webp', 'image/webp', 1.59, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_5_cd3150491a_134f615450.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 16:07:01.418', '2024-11-26 16:07:01.418', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (798, 'img_1_1956939bb4.webp', NULL, NULL, 330, 131, '{"thumbnail": {"ext": ".webp", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_img_1_1956939bb4_21d9362be7.webp", "hash": "thumbnail_img_1_1956939bb4_21d9362be7", "mime": "image/webp", "name": "thumbnail_img_1_1956939bb4.webp", "path": null, "size": 5.81, "width": 245, "height": 97, "sizeInBytes": 5810}}', 'img_1_1956939bb4_21d9362be7', '.webp', 'image/webp', 8.29, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/img_1_1956939bb4_21d9362be7.webp', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-26 16:07:13.431', '2024-11-26 16:07:13.431', 1, 1);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (799, 'B Arch.jpg', NULL, NULL, 1000, 667, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_B_Arch_1b419c0afc.jpg", "hash": "small_B_Arch_1b419c0afc", "mime": "image/jpeg", "name": "small_B Arch.jpg", "path": null, "size": 22.1, "width": 500, "height": 334, "sizeInBytes": 22104}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_B_Arch_1b419c0afc.jpg", "hash": "medium_B_Arch_1b419c0afc", "mime": "image/jpeg", "name": "medium_B Arch.jpg", "path": null, "size": 44.5, "width": 750, "height": 500, "sizeInBytes": 44499}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_B_Arch_1b419c0afc.jpg", "hash": "thumbnail_B_Arch_1b419c0afc", "mime": "image/jpeg", "name": "thumbnail_B Arch.jpg", "path": null, "size": 6.8, "width": 234, "height": 156, "sizeInBytes": 6796}}', 'B_Arch_1b419c0afc', '.jpg', 'image/jpeg', 76.23, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/B_Arch_1b419c0afc.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 10:06:44.421', '2024-11-27 10:06:44.421', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (573, 'calendar.svg', NULL, NULL, 29, 30, NULL, 'calendar_36c5f0afe1', '.svg', 'image/svg+xml', 2.76, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/calendar_36c5f0afe1.svg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-06-13 18:21:49.188', '2024-11-27 10:11:39.853', 1, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (801, 'shutterstock_2164580111 1.jpg', NULL, NULL, 870, 460, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_shutterstock_2164580111_1_72af7d8a92.jpg", "hash": "small_shutterstock_2164580111_1_72af7d8a92", "mime": "image/jpeg", "name": "small_shutterstock_2164580111 1.jpg", "path": null, "size": 32.6, "width": 500, "height": 264, "sizeInBytes": 32605}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_shutterstock_2164580111_1_72af7d8a92.jpg", "hash": "medium_shutterstock_2164580111_1_72af7d8a92", "mime": "image/jpeg", "name": "medium_shutterstock_2164580111 1.jpg", "path": null, "size": 58.74, "width": 750, "height": 397, "sizeInBytes": 58735}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_shutterstock_2164580111_1_72af7d8a92.jpg", "hash": "thumbnail_shutterstock_2164580111_1_72af7d8a92", "mime": "image/jpeg", "name": "thumbnail_shutterstock_2164580111 1.jpg", "path": null, "size": 11.07, "width": 245, "height": 130, "sizeInBytes": 11066}}', 'shutterstock_2164580111_1_72af7d8a92', '.jpg', 'image/jpeg', 73.81, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/shutterstock_2164580111_1_72af7d8a92.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 15:00:42.191', '2024-11-27 15:00:42.191', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (802, 'shutterstock_1283514007 1.png', NULL, NULL, 870, 577, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_shutterstock_1283514007_1_1ffe6644ec.png", "hash": "small_shutterstock_1283514007_1_1ffe6644ec", "mime": "image/png", "name": "small_shutterstock_1283514007 1.png", "path": null, "size": 333.12, "width": 500, "height": 332, "sizeInBytes": 333116}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_shutterstock_1283514007_1_1ffe6644ec.png", "hash": "medium_shutterstock_1283514007_1_1ffe6644ec", "mime": "image/png", "name": "medium_shutterstock_1283514007 1.png", "path": null, "size": 685.73, "width": 750, "height": 497, "sizeInBytes": 685727}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_shutterstock_1283514007_1_1ffe6644ec.png", "hash": "thumbnail_shutterstock_1283514007_1_1ffe6644ec", "mime": "image/png", "name": "thumbnail_shutterstock_1283514007 1.png", "path": null, "size": 86.11, "width": 235, "height": 156, "sizeInBytes": 86109}}', 'shutterstock_1283514007_1_1ffe6644ec', '.png', 'image/png', 185.33, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/shutterstock_1283514007_1_1ffe6644ec.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 15:01:20.286', '2024-11-27 15:01:20.286', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (803, 'Rectangle 116347.jpg', NULL, NULL, 820, 547, '{"small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Rectangle_116347_d2faa96ea0.jpg", "hash": "small_Rectangle_116347_d2faa96ea0", "mime": "image/jpeg", "name": "small_Rectangle 116347.jpg", "path": null, "size": 35.71, "width": 500, "height": 334, "sizeInBytes": 35708}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Rectangle_116347_d2faa96ea0.jpg", "hash": "medium_Rectangle_116347_d2faa96ea0", "mime": "image/jpeg", "name": "medium_Rectangle 116347.jpg", "path": null, "size": 67.23, "width": 750, "height": 500, "sizeInBytes": 67232}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Rectangle_116347_d2faa96ea0.jpg", "hash": "thumbnail_Rectangle_116347_d2faa96ea0", "mime": "image/jpeg", "name": "thumbnail_Rectangle 116347.jpg", "path": null, "size": 11.13, "width": 234, "height": 156, "sizeInBytes": 11130}}', 'Rectangle_116347_d2faa96ea0', '.jpg', 'image/jpeg', 78.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Rectangle_116347_d2faa96ea0.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 15:15:33.843', '2024-11-27 15:15:33.843', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (804, 'VISA.png', NULL, NULL, 414, 306, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_VISA_ae4f04a920.png", "hash": "thumbnail_VISA_ae4f04a920", "mime": "image/png", "name": "thumbnail_VISA.png", "path": null, "size": 70.12, "width": 211, "height": 156, "sizeInBytes": 70123}}', 'VISA_ae4f04a920', '.png', 'image/png', 55.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/VISA_ae4f04a920.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 15:20:33.827', '2024-11-27 15:20:33.827', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (805, 'VISA.png', NULL, NULL, 414, 306, '{"thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_VISA_97e50018cc.png", "hash": "thumbnail_VISA_97e50018cc", "mime": "image/png", "name": "thumbnail_VISA.png", "path": null, "size": 70.12, "width": 211, "height": 156, "sizeInBytes": 70123}}', 'VISA_97e50018cc', '.png', 'image/png', 55.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/VISA_97e50018cc.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 15:44:43.137', '2024-11-27 15:44:43.137', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (806, 'Applied Psychology.jpeg', NULL, NULL, 6016, 4016, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Applied_Psychology_eb90fb6988.jpeg", "hash": "large_Applied_Psychology_eb90fb6988", "mime": "image/jpeg", "name": "large_Applied Psychology.jpeg", "path": null, "size": 51.4, "width": 1000, "height": 668, "sizeInBytes": 51402}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Applied_Psychology_eb90fb6988.jpeg", "hash": "small_Applied_Psychology_eb90fb6988", "mime": "image/jpeg", "name": "small_Applied Psychology.jpeg", "path": null, "size": 18.55, "width": 500, "height": 334, "sizeInBytes": 18553}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Applied_Psychology_eb90fb6988.jpeg", "hash": "medium_Applied_Psychology_eb90fb6988", "mime": "image/jpeg", "name": "medium_Applied Psychology.jpeg", "path": null, "size": 33.69, "width": 750, "height": 501, "sizeInBytes": 33686}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Applied_Psychology_eb90fb6988.jpeg", "hash": "thumbnail_Applied_Psychology_eb90fb6988", "mime": "image/jpeg", "name": "thumbnail_Applied Psychology.jpeg", "path": null, "size": 6.51, "width": 234, "height": 156, "sizeInBytes": 6513}}', 'Applied_Psychology_eb90fb6988', '.jpeg', 'image/jpeg', 975.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Applied_Psychology_eb90fb6988.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 15:45:02.798', '2024-11-27 15:45:02.798', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (807, 'BA - FIlm Studies and Television.jpeg', NULL, NULL, 5518, 3679, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_BA_F_Ilm_Studies_and_Television_c633fbf35b.jpeg", "hash": "large_BA_F_Ilm_Studies_and_Television_c633fbf35b", "mime": "image/jpeg", "name": "large_BA - FIlm Studies and Television.jpeg", "path": null, "size": 89.04, "width": 1000, "height": 666, "sizeInBytes": 89039}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_BA_F_Ilm_Studies_and_Television_c633fbf35b.jpeg", "hash": "small_BA_F_Ilm_Studies_and_Television_c633fbf35b", "mime": "image/jpeg", "name": "small_BA - FIlm Studies and Television.jpeg", "path": null, "size": 30.37, "width": 500, "height": 333, "sizeInBytes": 30372}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_BA_F_Ilm_Studies_and_Television_c633fbf35b.jpeg", "hash": "medium_BA_F_Ilm_Studies_and_Television_c633fbf35b", "mime": "image/jpeg", "name": "medium_BA - FIlm Studies and Television.jpeg", "path": null, "size": 57.22, "width": 750, "height": 500, "sizeInBytes": 57221}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_BA_F_Ilm_Studies_and_Television_c633fbf35b.jpeg", "hash": "thumbnail_BA_F_Ilm_Studies_and_Television_c633fbf35b", "mime": "image/jpeg", "name": "thumbnail_BA - FIlm Studies and Television.jpeg", "path": null, "size": 9.36, "width": 234, "height": 156, "sizeInBytes": 9359}}', 'BA_F_Ilm_Studies_and_Television_c633fbf35b', '.jpeg', 'image/jpeg', 1706.57, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/BA_F_Ilm_Studies_and_Television_c633fbf35b.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 15:56:32.26', '2024-11-27 15:56:32.26', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (808, 'BBA.jpeg', NULL, NULL, 7664, 4926, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_BBA_0a4253ccdf.jpeg", "hash": "large_BBA_0a4253ccdf", "mime": "image/jpeg", "name": "large_BBA.jpeg", "path": null, "size": 81.61, "width": 1000, "height": 642, "sizeInBytes": 81612}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_BBA_0a4253ccdf.jpeg", "hash": "small_BBA_0a4253ccdf", "mime": "image/jpeg", "name": "small_BBA.jpeg", "path": null, "size": 28.17, "width": 500, "height": 321, "sizeInBytes": 28171}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_BBA_0a4253ccdf.jpeg", "hash": "medium_BBA_0a4253ccdf", "mime": "image/jpeg", "name": "medium_BBA.jpeg", "path": null, "size": 51.86, "width": 750, "height": 481, "sizeInBytes": 51857}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_BBA_0a4253ccdf.jpeg", "hash": "thumbnail_BBA_0a4253ccdf", "mime": "image/jpeg", "name": "thumbnail_BBA.jpeg", "path": null, "size": 9.5, "width": 243, "height": 156, "sizeInBytes": 9501}}', 'BBA_0a4253ccdf', '.jpeg', 'image/jpeg', 2851.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/BBA_0a4253ccdf.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 16:40:47.097', '2024-11-27 16:40:55.602', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (809, 'Biotechnology.jpeg', NULL, NULL, 5376, 3584, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Biotechnology_e34d834821.jpeg", "hash": "large_Biotechnology_e34d834821", "mime": "image/jpeg", "name": "large_Biotechnology.jpeg", "path": null, "size": 74.33, "width": 1000, "height": 667, "sizeInBytes": 74326}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Biotechnology_e34d834821.jpeg", "hash": "small_Biotechnology_e34d834821", "mime": "image/jpeg", "name": "small_Biotechnology.jpeg", "path": null, "size": 27.77, "width": 500, "height": 333, "sizeInBytes": 27765}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Biotechnology_e34d834821.jpeg", "hash": "medium_Biotechnology_e34d834821", "mime": "image/jpeg", "name": "medium_Biotechnology.jpeg", "path": null, "size": 49.57, "width": 750, "height": 500, "sizeInBytes": 49572}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Biotechnology_e34d834821.jpeg", "hash": "thumbnail_Biotechnology_e34d834821", "mime": "image/jpeg", "name": "thumbnail_Biotechnology.jpeg", "path": null, "size": 9.38, "width": 234, "height": 156, "sizeInBytes": 9380}}', 'Biotechnology_e34d834821', '.jpeg', 'image/jpeg', 935.40, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Biotechnology_e34d834821.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-27 16:49:07.662', '2024-11-27 16:49:07.662', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (810, 'BSc - information systems.png', NULL, NULL, 1920, 1080, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_B_Sc_information_systems_a39c548b5f.png", "hash": "large_B_Sc_information_systems_a39c548b5f", "mime": "image/png", "name": "large_BSc - information systems.png", "path": null, "size": 876.58, "width": 1000, "height": 563, "sizeInBytes": 876580}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_B_Sc_information_systems_a39c548b5f.png", "hash": "small_B_Sc_information_systems_a39c548b5f", "mime": "image/png", "name": "small_BSc - information systems.png", "path": null, "size": 241.3, "width": 500, "height": 281, "sizeInBytes": 241304}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_B_Sc_information_systems_a39c548b5f.png", "hash": "medium_B_Sc_information_systems_a39c548b5f", "mime": "image/png", "name": "medium_BSc - information systems.png", "path": null, "size": 509.71, "width": 750, "height": 422, "sizeInBytes": 509710}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_B_Sc_information_systems_a39c548b5f.png", "hash": "thumbnail_B_Sc_information_systems_a39c548b5f", "mime": "image/png", "name": "thumbnail_BSc - information systems.png", "path": null, "size": 66.99, "width": 245, "height": 138, "sizeInBytes": 66994}}', 'B_Sc_information_systems_a39c548b5f', '.png', 'image/png', 692.97, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/B_Sc_information_systems_a39c548b5f.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 09:35:40.751', '2024-11-28 09:35:40.751', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (811, '44.jpeg', NULL, NULL, 6000, 4000, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_44_e419b645fc.jpeg", "hash": "large_44_e419b645fc", "mime": "image/jpeg", "name": "large_44.jpeg", "path": null, "size": 55.67, "width": 1000, "height": 667, "sizeInBytes": 55669}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_44_e419b645fc.jpeg", "hash": "small_44_e419b645fc", "mime": "image/jpeg", "name": "small_44.jpeg", "path": null, "size": 18.43, "width": 500, "height": 333, "sizeInBytes": 18431}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_44_e419b645fc.jpeg", "hash": "medium_44_e419b645fc", "mime": "image/jpeg", "name": "medium_44.jpeg", "path": null, "size": 35.04, "width": 750, "height": 500, "sizeInBytes": 35040}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_44_e419b645fc.jpeg", "hash": "thumbnail_44_e419b645fc", "mime": "image/jpeg", "name": "thumbnail_44.jpeg", "path": null, "size": 6.31, "width": 234, "height": 156, "sizeInBytes": 6308}}', '44_e419b645fc', '.jpeg', 'image/jpeg', 2794.42, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/44_e419b645fc.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 09:52:01.59', '2024-11-28 09:52:01.59', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (812, 'BA-Media and Communication.jpeg', NULL, NULL, 6000, 4000, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_BA_Media_and_Communication_7586bd0d59.jpeg", "hash": "large_BA_Media_and_Communication_7586bd0d59", "mime": "image/jpeg", "name": "large_BA-Media and Communication.jpeg", "path": null, "size": 61.67, "width": 1000, "height": 667, "sizeInBytes": 61666}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_BA_Media_and_Communication_7586bd0d59.jpeg", "hash": "small_BA_Media_and_Communication_7586bd0d59", "mime": "image/jpeg", "name": "small_BA-Media and Communication.jpeg", "path": null, "size": 23.45, "width": 500, "height": 333, "sizeInBytes": 23451}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_BA_Media_and_Communication_7586bd0d59.jpeg", "hash": "medium_BA_Media_and_Communication_7586bd0d59", "mime": "image/jpeg", "name": "medium_BA-Media and Communication.jpeg", "path": null, "size": 41.29, "width": 750, "height": 500, "sizeInBytes": 41293}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_BA_Media_and_Communication_7586bd0d59.jpeg", "hash": "thumbnail_BA_Media_and_Communication_7586bd0d59", "mime": "image/jpeg", "name": "thumbnail_BA-Media and Communication.jpeg", "path": null, "size": 8.54, "width": 234, "height": 156, "sizeInBytes": 8544}}', 'BA_Media_and_Communication_7586bd0d59', '.jpeg', 'image/jpeg', 1162.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/BA_Media_and_Communication_7586bd0d59.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 10:08:12.759', '2024-11-28 10:08:12.759', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (813, 'Nutrition and Dietetics.jpeg', NULL, NULL, 6000, 4000, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Nutrition_and_Dietetics_ec899f1500.jpeg", "hash": "large_Nutrition_and_Dietetics_ec899f1500", "mime": "image/jpeg", "name": "large_Nutrition and Dietetics.jpeg", "path": null, "size": 78.08, "width": 1000, "height": 667, "sizeInBytes": 78078}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Nutrition_and_Dietetics_ec899f1500.jpeg", "hash": "small_Nutrition_and_Dietetics_ec899f1500", "mime": "image/jpeg", "name": "small_Nutrition and Dietetics.jpeg", "path": null, "size": 29.29, "width": 500, "height": 333, "sizeInBytes": 29290}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Nutrition_and_Dietetics_ec899f1500.jpeg", "hash": "medium_Nutrition_and_Dietetics_ec899f1500", "mime": "image/jpeg", "name": "medium_Nutrition and Dietetics.jpeg", "path": null, "size": 52.32, "width": 750, "height": 500, "sizeInBytes": 52322}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Nutrition_and_Dietetics_ec899f1500.jpeg", "hash": "thumbnail_Nutrition_and_Dietetics_ec899f1500", "mime": "image/jpeg", "name": "thumbnail_Nutrition and Dietetics.jpeg", "path": null, "size": 10, "width": 234, "height": 156, "sizeInBytes": 10004}}', 'Nutrition_and_Dietetics_ec899f1500', '.jpeg', 'image/jpeg', 1163.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Nutrition_and_Dietetics_ec899f1500.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 10:16:41.071', '2024-11-28 10:16:41.071', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (814, 'Data Science.png', NULL, NULL, 1920, 1080, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Data_Science_20a16edcbc.png", "hash": "large_Data_Science_20a16edcbc", "mime": "image/png", "name": "large_Data Science.png", "path": null, "size": 1092.45, "width": 1000, "height": 563, "sizeInBytes": 1092448}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Data_Science_20a16edcbc.png", "hash": "small_Data_Science_20a16edcbc", "mime": "image/png", "name": "small_Data Science.png", "path": null, "size": 291.27, "width": 500, "height": 281, "sizeInBytes": 291275}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Data_Science_20a16edcbc.png", "hash": "medium_Data_Science_20a16edcbc", "mime": "image/png", "name": "medium_Data Science.png", "path": null, "size": 626.54, "width": 750, "height": 422, "sizeInBytes": 626540}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Data_Science_20a16edcbc.png", "hash": "thumbnail_Data_Science_20a16edcbc", "mime": "image/png", "name": "thumbnail_Data Science.png", "path": null, "size": 80.11, "width": 245, "height": 138, "sizeInBytes": 80111}}', 'Data_Science_20a16edcbc', '.png', 'image/png', 808.75, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Data_Science_20a16edcbc.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 10:24:15.316', '2024-11-28 10:24:15.316', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (815, 'BA- Humanities.jpeg', NULL, NULL, 6048, 4032, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_BA_Humanities_19e301e17e.jpeg", "hash": "large_BA_Humanities_19e301e17e", "mime": "image/jpeg", "name": "large_BA- Humanities.jpeg", "path": null, "size": 77.1, "width": 1000, "height": 667, "sizeInBytes": 77100}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_BA_Humanities_19e301e17e.jpeg", "hash": "small_BA_Humanities_19e301e17e", "mime": "image/jpeg", "name": "small_BA- Humanities.jpeg", "path": null, "size": 23.63, "width": 500, "height": 333, "sizeInBytes": 23629}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_BA_Humanities_19e301e17e.jpeg", "hash": "medium_BA_Humanities_19e301e17e", "mime": "image/jpeg", "name": "medium_BA- Humanities.jpeg", "path": null, "size": 46.74, "width": 750, "height": 500, "sizeInBytes": 46743}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_BA_Humanities_19e301e17e.jpeg", "hash": "thumbnail_BA_Humanities_19e301e17e", "mime": "image/jpeg", "name": "thumbnail_BA- Humanities.jpeg", "path": null, "size": 7.76, "width": 234, "height": 156, "sizeInBytes": 7755}}', 'BA_Humanities_19e301e17e', '.jpeg', 'image/jpeg', 2396.54, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/BA_Humanities_19e301e17e.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 10:41:56.407', '2024-11-28 10:41:56.407', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (816, 'Bcom - Professional.jpeg', NULL, NULL, 8192, 5464, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Bcom_Professional_1af7f66731.jpeg", "hash": "large_Bcom_Professional_1af7f66731", "mime": "image/jpeg", "name": "large_Bcom - Professional.jpeg", "path": null, "size": 65.42, "width": 1000, "height": 667, "sizeInBytes": 65421}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Bcom_Professional_1af7f66731.jpeg", "hash": "small_Bcom_Professional_1af7f66731", "mime": "image/jpeg", "name": "small_Bcom - Professional.jpeg", "path": null, "size": 24.34, "width": 500, "height": 333, "sizeInBytes": 24338}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Bcom_Professional_1af7f66731.jpeg", "hash": "medium_Bcom_Professional_1af7f66731", "mime": "image/jpeg", "name": "medium_Bcom - Professional.jpeg", "path": null, "size": 43.08, "width": 750, "height": 500, "sizeInBytes": 43078}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Bcom_Professional_1af7f66731.jpeg", "hash": "thumbnail_Bcom_Professional_1af7f66731", "mime": "image/jpeg", "name": "thumbnail_Bcom - Professional.jpeg", "path": null, "size": 8.53, "width": 234, "height": 156, "sizeInBytes": 8531}}', 'Bcom_Professional_1af7f66731', '.jpeg', 'image/jpeg', 2497.26, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Bcom_Professional_1af7f66731.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 11:23:35.406', '2024-11-28 11:23:35.406', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (817, 'A99I6519.JPG', NULL, NULL, 5472, 3648, '{"large": {"ext": ".JPG", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_A99_I6519_1f628ce6ac.JPG", "hash": "large_A99_I6519_1f628ce6ac", "mime": "image/jpeg", "name": "large_A99I6519.JPG", "path": null, "size": 71.49, "width": 1000, "height": 667, "sizeInBytes": 71490}, "small": {"ext": ".JPG", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_A99_I6519_1f628ce6ac.JPG", "hash": "small_A99_I6519_1f628ce6ac", "mime": "image/jpeg", "name": "small_A99I6519.JPG", "path": null, "size": 27.32, "width": 500, "height": 333, "sizeInBytes": 27321}, "medium": {"ext": ".JPG", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_A99_I6519_1f628ce6ac.JPG", "hash": "medium_A99_I6519_1f628ce6ac", "mime": "image/jpeg", "name": "medium_A99I6519.JPG", "path": null, "size": 48.19, "width": 750, "height": 500, "sizeInBytes": 48186}, "thumbnail": {"ext": ".JPG", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_A99_I6519_1f628ce6ac.JPG", "hash": "thumbnail_A99_I6519_1f628ce6ac", "mime": "image/jpeg", "name": "thumbnail_A99I6519.JPG", "path": null, "size": 9.3, "width": 234, "height": 156, "sizeInBytes": 9302}}', 'A99_I6519_1f628ce6ac', '.JPG', 'image/jpeg', 1024.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/A99_I6519_1f628ce6ac.JPG', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 12:01:05.018', '2024-11-28 12:01:05.018', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (818, 'MBA - international Business.jpeg', NULL, NULL, 5268, 3656, '{"large": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_MBA_international_Business_1cde8079a6.jpeg", "hash": "large_MBA_international_Business_1cde8079a6", "mime": "image/jpeg", "name": "large_MBA - international Business.jpeg", "path": null, "size": 66.96, "width": 1000, "height": 694, "sizeInBytes": 66959}, "small": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_MBA_international_Business_1cde8079a6.jpeg", "hash": "small_MBA_international_Business_1cde8079a6", "mime": "image/jpeg", "name": "small_MBA - international Business.jpeg", "path": null, "size": 23.45, "width": 500, "height": 347, "sizeInBytes": 23448}, "medium": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_MBA_international_Business_1cde8079a6.jpeg", "hash": "medium_MBA_international_Business_1cde8079a6", "mime": "image/jpeg", "name": "medium_MBA - international Business.jpeg", "path": null, "size": 43.28, "width": 750, "height": 521, "sizeInBytes": 43278}, "thumbnail": {"ext": ".jpeg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_MBA_international_Business_1cde8079a6.jpeg", "hash": "thumbnail_MBA_international_Business_1cde8079a6", "mime": "image/jpeg", "name": "thumbnail_MBA - international Business.jpeg", "path": null, "size": 7.34, "width": 225, "height": 156, "sizeInBytes": 7336}}', 'MBA_international_Business_1cde8079a6', '.jpeg', 'image/jpeg', 1332.76, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MBA_international_Business_1cde8079a6.jpeg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 12:19:49.814', '2024-11-28 12:19:49.814', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (819, 'healthsport.jpg', NULL, NULL, 2560, 1920, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_healthsport_d7b9d5a9b7.jpg", "hash": "large_healthsport_d7b9d5a9b7", "mime": "image/jpeg", "name": "large_healthsport.jpg", "path": null, "size": 110.45, "width": 1000, "height": 750, "sizeInBytes": 110448}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_healthsport_d7b9d5a9b7.jpg", "hash": "small_healthsport_d7b9d5a9b7", "mime": "image/jpeg", "name": "small_healthsport.jpg", "path": null, "size": 35.08, "width": 500, "height": 375, "sizeInBytes": 35084}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_healthsport_d7b9d5a9b7.jpg", "hash": "medium_healthsport_d7b9d5a9b7", "mime": "image/jpeg", "name": "medium_healthsport.jpg", "path": null, "size": 68.62, "width": 750, "height": 563, "sizeInBytes": 68618}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_healthsport_d7b9d5a9b7.jpg", "hash": "thumbnail_healthsport_d7b9d5a9b7", "mime": "image/jpeg", "name": "thumbnail_healthsport.jpg", "path": null, "size": 8.28, "width": 208, "height": 156, "sizeInBytes": 8284}}', 'healthsport_d7b9d5a9b7', '.jpg', 'image/jpeg', 449.86, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/healthsport_d7b9d5a9b7.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:11:09.134', '2024-11-28 14:11:09.134', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (820, 'studyspace.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_studyspace_fec9723e42.jpg", "hash": "large_studyspace_fec9723e42", "mime": "image/jpeg", "name": "large_studyspace.jpg", "path": null, "size": 91.6, "width": 1000, "height": 666, "sizeInBytes": 91597}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_studyspace_fec9723e42.jpg", "hash": "small_studyspace_fec9723e42", "mime": "image/jpeg", "name": "small_studyspace.jpg", "path": null, "size": 29.98, "width": 500, "height": 333, "sizeInBytes": 29975}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_studyspace_fec9723e42.jpg", "hash": "medium_studyspace_fec9723e42", "mime": "image/jpeg", "name": "medium_studyspace.jpg", "path": null, "size": 57.67, "width": 750, "height": 500, "sizeInBytes": 57672}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_studyspace_fec9723e42.jpg", "hash": "thumbnail_studyspace_fec9723e42", "mime": "image/jpeg", "name": "thumbnail_studyspace.jpg", "path": null, "size": 9.28, "width": 234, "height": 156, "sizeInBytes": 9281}}', 'studyspace_fec9723e42', '.jpg', 'image/jpeg', 416.03, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/studyspace_fec9723e42.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:12:20.075', '2024-11-28 14:12:20.075', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (821, 'foodncusine.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_foodncusine_66baa7fb30.jpg", "hash": "large_foodncusine_66baa7fb30", "mime": "image/jpeg", "name": "large_foodncusine.jpg", "path": null, "size": 77.68, "width": 1000, "height": 666, "sizeInBytes": 77675}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_foodncusine_66baa7fb30.jpg", "hash": "small_foodncusine_66baa7fb30", "mime": "image/jpeg", "name": "small_foodncusine.jpg", "path": null, "size": 28.13, "width": 500, "height": 333, "sizeInBytes": 28127}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_foodncusine_66baa7fb30.jpg", "hash": "medium_foodncusine_66baa7fb30", "mime": "image/jpeg", "name": "medium_foodncusine.jpg", "path": null, "size": 51.24, "width": 750, "height": 500, "sizeInBytes": 51242}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_foodncusine_66baa7fb30.jpg", "hash": "thumbnail_foodncusine_66baa7fb30", "mime": "image/jpeg", "name": "thumbnail_foodncusine.jpg", "path": null, "size": 9.32, "width": 234, "height": 156, "sizeInBytes": 9317}}', 'foodncusine_66baa7fb30', '.jpg', 'image/jpeg', 293.48, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/foodncusine_66baa7fb30.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:15:14.244', '2024-11-28 14:15:14.244', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (822, 'location.jpg', NULL, NULL, 3000, 2000, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_location_b5f3ac8db5.jpg", "hash": "large_location_b5f3ac8db5", "mime": "image/jpeg", "name": "large_location.jpg", "path": null, "size": 159.45, "width": 1000, "height": 667, "sizeInBytes": 159454}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_location_b5f3ac8db5.jpg", "hash": "small_location_b5f3ac8db5", "mime": "image/jpeg", "name": "small_location.jpg", "path": null, "size": 44.76, "width": 500, "height": 333, "sizeInBytes": 44758}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_location_b5f3ac8db5.jpg", "hash": "medium_location_b5f3ac8db5", "mime": "image/jpeg", "name": "medium_location.jpg", "path": null, "size": 94.31, "width": 750, "height": 500, "sizeInBytes": 94314}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_location_b5f3ac8db5.jpg", "hash": "thumbnail_location_b5f3ac8db5", "mime": "image/jpeg", "name": "thumbnail_location.jpg", "path": null, "size": 11.62, "width": 234, "height": 156, "sizeInBytes": 11616}}', 'location_b5f3ac8db5', '.jpg', 'image/jpeg', 1152.75, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/location_b5f3ac8db5.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:15:14.707', '2024-11-28 14:15:14.707', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (823, '_DSC0213.jpg', NULL, NULL, 5555, 3123, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_DSC_0213_e229ee01c7.jpg", "hash": "large_DSC_0213_e229ee01c7", "mime": "image/jpeg", "name": "large__DSC0213.jpg", "path": null, "size": 56.18, "width": 1000, "height": 562, "sizeInBytes": 56183}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_DSC_0213_e229ee01c7.jpg", "hash": "small_DSC_0213_e229ee01c7", "mime": "image/jpeg", "name": "small__DSC0213.jpg", "path": null, "size": 18.86, "width": 500, "height": 281, "sizeInBytes": 18856}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_DSC_0213_e229ee01c7.jpg", "hash": "medium_DSC_0213_e229ee01c7", "mime": "image/jpeg", "name": "medium__DSC0213.jpg", "path": null, "size": 35.12, "width": 750, "height": 421, "sizeInBytes": 35119}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_DSC_0213_e229ee01c7.jpg", "hash": "thumbnail_DSC_0213_e229ee01c7", "mime": "image/jpeg", "name": "thumbnail__DSC0213.jpg", "path": null, "size": 6.63, "width": 245, "height": 138, "sizeInBytes": 6630}}', 'DSC_0213_e229ee01c7', '.jpg', 'image/jpeg', 2639.87, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/DSC_0213_e229ee01c7.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:22:04.555', '2024-11-28 14:22:04.555', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (825, '_DSC0202.jpg', NULL, NULL, 6048, 3400, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_DSC_0202_c870270077.jpg", "hash": "large_DSC_0202_c870270077", "mime": "image/jpeg", "name": "large__DSC0202.jpg", "path": null, "size": 61.25, "width": 1000, "height": 562, "sizeInBytes": 61248}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_DSC_0202_c870270077.jpg", "hash": "small_DSC_0202_c870270077", "mime": "image/jpeg", "name": "small__DSC0202.jpg", "path": null, "size": 20.97, "width": 500, "height": 281, "sizeInBytes": 20970}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_DSC_0202_c870270077.jpg", "hash": "medium_DSC_0202_c870270077", "mime": "image/jpeg", "name": "medium__DSC0202.jpg", "path": null, "size": 38.81, "width": 750, "height": 422, "sizeInBytes": 38809}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_DSC_0202_c870270077.jpg", "hash": "thumbnail_DSC_0202_c870270077", "mime": "image/jpeg", "name": "thumbnail__DSC0202.jpg", "path": null, "size": 7.45, "width": 245, "height": 138, "sizeInBytes": 7447}}', 'DSC_0202_c870270077', '.jpg', 'image/jpeg', 3188.15, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/DSC_0202_c870270077.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:22:09.484', '2024-11-28 14:22:09.484', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (824, '_DSC0215.jpg', NULL, NULL, 6048, 3400, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_DSC_0215_76e687c583.jpg", "hash": "large_DSC_0215_76e687c583", "mime": "image/jpeg", "name": "large__DSC0215.jpg", "path": null, "size": 77.06, "width": 1000, "height": 562, "sizeInBytes": 77064}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_DSC_0215_76e687c583.jpg", "hash": "small_DSC_0215_76e687c583", "mime": "image/jpeg", "name": "small__DSC0215.jpg", "path": null, "size": 27.56, "width": 500, "height": 281, "sizeInBytes": 27555}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_DSC_0215_76e687c583.jpg", "hash": "medium_DSC_0215_76e687c583", "mime": "image/jpeg", "name": "medium__DSC0215.jpg", "path": null, "size": 50.1, "width": 750, "height": 422, "sizeInBytes": 50100}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_DSC_0215_76e687c583.jpg", "hash": "thumbnail_DSC_0215_76e687c583", "mime": "image/jpeg", "name": "thumbnail__DSC0215.jpg", "path": null, "size": 9.57, "width": 245, "height": 138, "sizeInBytes": 9565}}', 'DSC_0215_76e687c583', '.jpg', 'image/jpeg', 3407.49, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/DSC_0215_76e687c583.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:22:08.139', '2024-11-28 14:22:27.566', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (826, 'IMG_20230216_132937586_HDR.jpg', NULL, NULL, 4640, 2608, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_IMG_20230216_132937586_HDR_3d9e912723.jpg", "hash": "large_IMG_20230216_132937586_HDR_3d9e912723", "mime": "image/jpeg", "name": "large_IMG_20230216_132937586_HDR.jpg", "path": null, "size": 96.75, "width": 1000, "height": 562, "sizeInBytes": 96751}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_IMG_20230216_132937586_HDR_3d9e912723.jpg", "hash": "small_IMG_20230216_132937586_HDR_3d9e912723", "mime": "image/jpeg", "name": "small_IMG_20230216_132937586_HDR.jpg", "path": null, "size": 30.66, "width": 500, "height": 281, "sizeInBytes": 30664}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_IMG_20230216_132937586_HDR_3d9e912723.jpg", "hash": "medium_IMG_20230216_132937586_HDR_3d9e912723", "mime": "image/jpeg", "name": "medium_IMG_20230216_132937586_HDR.jpg", "path": null, "size": 59.89, "width": 750, "height": 422, "sizeInBytes": 59887}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_IMG_20230216_132937586_HDR_3d9e912723.jpg", "hash": "thumbnail_IMG_20230216_132937586_HDR_3d9e912723", "mime": "image/jpeg", "name": "thumbnail_IMG_20230216_132937586_HDR.jpg", "path": null, "size": 10.12, "width": 245, "height": 138, "sizeInBytes": 10123}}', 'IMG_20230216_132937586_HDR_3d9e912723', '.jpg', 'image/jpeg', 1626.44, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/IMG_20230216_132937586_HDR_3d9e912723.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:24:41.221', '2024-11-28 14:24:41.221', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (827, '1.png', NULL, NULL, 660, 286, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_5d7989fc11.png", "hash": "small_1_5d7989fc11", "mime": "image/png", "name": "small_1.png", "path": null, "size": 210.01, "width": 500, "height": 217, "sizeInBytes": 210006}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_5d7989fc11.png", "hash": "thumbnail_1_5d7989fc11", "mime": "image/png", "name": "thumbnail_1.png", "path": null, "size": 55.82, "width": 245, "height": 106, "sizeInBytes": 55816}}', '1_5d7989fc11', '.png', 'image/png', 87.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_5d7989fc11.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:33:38.956', '2024-11-28 14:33:38.956', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (828, '2.png', NULL, NULL, 660, 286, '{"small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_86994e949b.png", "hash": "small_2_86994e949b", "mime": "image/png", "name": "small_2.png", "path": null, "size": 240.14, "width": 500, "height": 217, "sizeInBytes": 240137}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_86994e949b.png", "hash": "thumbnail_2_86994e949b", "mime": "image/png", "name": "thumbnail_2.png", "path": null, "size": 63.87, "width": 245, "height": 106, "sizeInBytes": 63868}}', '2_86994e949b', '.png', 'image/png', 101.64, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_86994e949b.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:33:39.196', '2024-11-28 14:33:39.196', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (829, 'Bas Rokers.jpg', NULL, NULL, 6048, 3400, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Bas_Rokers_59443743aa.jpg", "hash": "large_Bas_Rokers_59443743aa", "mime": "image/jpeg", "name": "large_Bas Rokers.jpg", "path": null, "size": 76.07, "width": 1000, "height": 562, "sizeInBytes": 76073}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Bas_Rokers_59443743aa.jpg", "hash": "small_Bas_Rokers_59443743aa", "mime": "image/jpeg", "name": "small_Bas Rokers.jpg", "path": null, "size": 26.7, "width": 500, "height": 281, "sizeInBytes": 26700}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Bas_Rokers_59443743aa.jpg", "hash": "medium_Bas_Rokers_59443743aa", "mime": "image/jpeg", "name": "medium_Bas Rokers.jpg", "path": null, "size": 49.48, "width": 750, "height": 422, "sizeInBytes": 49476}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Bas_Rokers_59443743aa.jpg", "hash": "thumbnail_Bas_Rokers_59443743aa", "mime": "image/jpeg", "name": "thumbnail_Bas Rokers.jpg", "path": null, "size": 9.22, "width": 245, "height": 138, "sizeInBytes": 9224}}', 'Bas_Rokers_59443743aa', '.jpg', 'image/jpeg', 2657.07, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Bas_Rokers_59443743aa.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:44:30.639', '2024-11-28 14:44:30.639', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (830, 'Lobotomy 1.jpg', NULL, NULL, 6048, 3400, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Lobotomy_1_fb1db0a265.jpg", "hash": "large_Lobotomy_1_fb1db0a265", "mime": "image/jpeg", "name": "large_Lobotomy 1.jpg", "path": null, "size": 102.5, "width": 1000, "height": 562, "sizeInBytes": 102496}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Lobotomy_1_fb1db0a265.jpg", "hash": "small_Lobotomy_1_fb1db0a265", "mime": "image/jpeg", "name": "small_Lobotomy 1.jpg", "path": null, "size": 33.02, "width": 500, "height": 281, "sizeInBytes": 33017}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Lobotomy_1_fb1db0a265.jpg", "hash": "medium_Lobotomy_1_fb1db0a265", "mime": "image/jpeg", "name": "medium_Lobotomy 1.jpg", "path": null, "size": 64.65, "width": 750, "height": 422, "sizeInBytes": 64646}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Lobotomy_1_fb1db0a265.jpg", "hash": "thumbnail_Lobotomy_1_fb1db0a265", "mime": "image/jpeg", "name": "thumbnail_Lobotomy 1.jpg", "path": null, "size": 10.49, "width": 245, "height": 138, "sizeInBytes": 10486}}', 'Lobotomy_1_fb1db0a265', '.jpg', 'image/jpeg', 3047.20, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Lobotomy_1_fb1db0a265.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:44:31.576', '2024-11-28 14:44:31.576', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (832, 'MAHE Dubai Open House(1).png', NULL, NULL, 1920, 526, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_MAHE_Dubai_Open_House_1_b5515b23e8.png", "hash": "large_MAHE_Dubai_Open_House_1_b5515b23e8", "mime": "image/png", "name": "large_MAHE Dubai Open House(1).png", "path": null, "size": 327.18, "width": 1000, "height": 274, "sizeInBytes": 327180}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_MAHE_Dubai_Open_House_1_b5515b23e8.png", "hash": "small_MAHE_Dubai_Open_House_1_b5515b23e8", "mime": "image/png", "name": "small_MAHE Dubai Open House(1).png", "path": null, "size": 89.88, "width": 500, "height": 137, "sizeInBytes": 89877}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_MAHE_Dubai_Open_House_1_b5515b23e8.png", "hash": "medium_MAHE_Dubai_Open_House_1_b5515b23e8", "mime": "image/png", "name": "medium_MAHE Dubai Open House(1).png", "path": null, "size": 189.43, "width": 750, "height": 205, "sizeInBytes": 189434}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_MAHE_Dubai_Open_House_1_b5515b23e8.png", "hash": "thumbnail_MAHE_Dubai_Open_House_1_b5515b23e8", "mime": "image/png", "name": "thumbnail_MAHE Dubai Open House(1).png", "path": null, "size": 27.09, "width": 245, "height": 67, "sizeInBytes": 27090}}', 'MAHE_Dubai_Open_House_1_b5515b23e8', '.png', 'image/png', 252.06, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MAHE_Dubai_Open_House_1_b5515b23e8.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:52:24.069', '2024-11-28 14:52:24.069', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (831, 'MAHE Dubai Open House.png', NULL, NULL, 1920, 526, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_MAHE_Dubai_Open_House_92c0838b1c.png", "hash": "large_MAHE_Dubai_Open_House_92c0838b1c", "mime": "image/png", "name": "large_MAHE Dubai Open House.png", "path": null, "size": 334.8, "width": 1000, "height": 274, "sizeInBytes": 334798}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_MAHE_Dubai_Open_House_92c0838b1c.png", "hash": "small_MAHE_Dubai_Open_House_92c0838b1c", "mime": "image/png", "name": "small_MAHE Dubai Open House.png", "path": null, "size": 96.29, "width": 500, "height": 137, "sizeInBytes": 96288}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_MAHE_Dubai_Open_House_92c0838b1c.png", "hash": "medium_MAHE_Dubai_Open_House_92c0838b1c", "mime": "image/png", "name": "medium_MAHE Dubai Open House.png", "path": null, "size": 197.62, "width": 750, "height": 205, "sizeInBytes": 197618}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_MAHE_Dubai_Open_House_92c0838b1c.png", "hash": "thumbnail_MAHE_Dubai_Open_House_92c0838b1c", "mime": "image/png", "name": "thumbnail_MAHE Dubai Open House.png", "path": null, "size": 29.33, "width": 245, "height": 67, "sizeInBytes": 29326}}', 'MAHE_Dubai_Open_House_92c0838b1c', '.png', 'image/png', 286.98, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/MAHE_Dubai_Open_House_92c0838b1c.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:48:38.384', '2024-11-28 14:54:25.691', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (834, 'homepage-hero-mud-campus.jpg', NULL, NULL, 1920, 526, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_homepage_hero_mud_campus_113f2845d9.jpg", "hash": "large_homepage_hero_mud_campus_113f2845d9", "mime": "image/jpeg", "name": "large_homepage-hero-mud-campus.jpg", "path": null, "size": 30.92, "width": 1000, "height": 274, "sizeInBytes": 30924}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_homepage_hero_mud_campus_113f2845d9.jpg", "hash": "small_homepage_hero_mud_campus_113f2845d9", "mime": "image/jpeg", "name": "small_homepage-hero-mud-campus.jpg", "path": null, "size": 9.27, "width": 500, "height": 137, "sizeInBytes": 9269}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_homepage_hero_mud_campus_113f2845d9.jpg", "hash": "medium_homepage_hero_mud_campus_113f2845d9", "mime": "image/jpeg", "name": "medium_homepage-hero-mud-campus.jpg", "path": null, "size": 18.16, "width": 750, "height": 205, "sizeInBytes": 18164}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_homepage_hero_mud_campus_113f2845d9.jpg", "hash": "thumbnail_homepage_hero_mud_campus_113f2845d9", "mime": "image/jpeg", "name": "thumbnail_homepage-hero-mud-campus.jpg", "path": null, "size": 3.17, "width": 245, "height": 67, "sizeInBytes": 3170}}', 'homepage_hero_mud_campus_113f2845d9', '.jpg', 'image/jpeg', 91.80, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/homepage_hero_mud_campus_113f2845d9.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 15:02:24.089', '2024-11-28 15:02:37.859', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (836, 'testi1.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_testi1_2d95a336b6.jpg", "hash": "large_testi1_2d95a336b6", "mime": "image/jpeg", "name": "large_testi1.jpg", "path": null, "size": 60.35, "width": 1000, "height": 666, "sizeInBytes": 60350}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_testi1_2d95a336b6.jpg", "hash": "small_testi1_2d95a336b6", "mime": "image/jpeg", "name": "small_testi1.jpg", "path": null, "size": 22.96, "width": 500, "height": 333, "sizeInBytes": 22964}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_testi1_2d95a336b6.jpg", "hash": "medium_testi1_2d95a336b6", "mime": "image/jpeg", "name": "medium_testi1.jpg", "path": null, "size": 40.32, "width": 750, "height": 500, "sizeInBytes": 40324}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testi1_2d95a336b6.jpg", "hash": "thumbnail_testi1_2d95a336b6", "mime": "image/jpeg", "name": "thumbnail_testi1.jpg", "path": null, "size": 8.1, "width": 234, "height": 156, "sizeInBytes": 8098}}', 'testi1_2d95a336b6', '.jpg', 'image/jpeg', 227.93, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testi1_2d95a336b6.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 15:08:46.155', '2024-11-28 15:08:46.155', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (833, 'redtalk - launch - banner.png', NULL, NULL, 1920, 526, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_redtalk_launch_banner_d93ee09dc1.png", "hash": "large_redtalk_launch_banner_d93ee09dc1", "mime": "image/png", "name": "large_redtalk - launch - banner.png", "path": null, "size": 15.24, "width": 1000, "height": 274, "sizeInBytes": 15243}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_redtalk_launch_banner_d93ee09dc1.png", "hash": "small_redtalk_launch_banner_d93ee09dc1", "mime": "image/png", "name": "small_redtalk - launch - banner.png", "path": null, "size": 6.5, "width": 500, "height": 137, "sizeInBytes": 6500}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_redtalk_launch_banner_d93ee09dc1.png", "hash": "medium_redtalk_launch_banner_d93ee09dc1", "mime": "image/png", "name": "medium_redtalk - launch - banner.png", "path": null, "size": 10.85, "width": 750, "height": 205, "sizeInBytes": 10852}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_redtalk_launch_banner_d93ee09dc1.png", "hash": "thumbnail_redtalk_launch_banner_d93ee09dc1", "mime": "image/png", "name": "thumbnail_redtalk - launch - banner.png", "path": null, "size": 2.93, "width": 245, "height": 67, "sizeInBytes": 2927}}', 'redtalk_launch_banner_d93ee09dc1', '.png', 'image/png', 7.70, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/redtalk_launch_banner_d93ee09dc1.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 14:57:38.978', '2024-11-28 14:57:38.978', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (835, 'test2.png', NULL, NULL, 2560, 1706, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_test2_375c7c9b41.png", "hash": "large_test2_375c7c9b41", "mime": "image/png", "name": "large_test2.png", "path": null, "size": 671.42, "width": 1000, "height": 666, "sizeInBytes": 671422}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_test2_375c7c9b41.png", "hash": "small_test2_375c7c9b41", "mime": "image/png", "name": "small_test2.png", "path": null, "size": 203.96, "width": 500, "height": 333, "sizeInBytes": 203955}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_test2_375c7c9b41.png", "hash": "medium_test2_375c7c9b41", "mime": "image/png", "name": "medium_test2.png", "path": null, "size": 403.44, "width": 750, "height": 500, "sizeInBytes": 403441}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_test2_375c7c9b41.png", "hash": "thumbnail_test2_375c7c9b41", "mime": "image/png", "name": "thumbnail_test2.png", "path": null, "size": 57.02, "width": 234, "height": 156, "sizeInBytes": 57024}}', 'test2_375c7c9b41', '.png', 'image/png', 851.41, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/test2_375c7c9b41.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 15:07:56.616', '2024-11-28 15:07:56.616', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (837, 'testi2 bg.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_testi2_bg_0f7ce7582d.jpg", "hash": "large_testi2_bg_0f7ce7582d", "mime": "image/jpeg", "name": "large_testi2 bg.jpg", "path": null, "size": 94.67, "width": 1000, "height": 666, "sizeInBytes": 94672}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_testi2_bg_0f7ce7582d.jpg", "hash": "small_testi2_bg_0f7ce7582d", "mime": "image/jpeg", "name": "small_testi2 bg.jpg", "path": null, "size": 30.6, "width": 500, "height": 333, "sizeInBytes": 30599}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_testi2_bg_0f7ce7582d.jpg", "hash": "medium_testi2_bg_0f7ce7582d", "mime": "image/jpeg", "name": "medium_testi2 bg.jpg", "path": null, "size": 58.97, "width": 750, "height": 500, "sizeInBytes": 58968}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testi2_bg_0f7ce7582d.jpg", "hash": "thumbnail_testi2_bg_0f7ce7582d", "mime": "image/jpeg", "name": "thumbnail_testi2 bg.jpg", "path": null, "size": 9.25, "width": 234, "height": 156, "sizeInBytes": 9251}}', 'testi2_bg_0f7ce7582d', '.jpg', 'image/jpeg', 424.84, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testi2_bg_0f7ce7582d.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 15:09:26.893', '2024-11-28 15:09:26.893', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (838, 'testi3 bg.jpg', NULL, NULL, 2560, 1706, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_testi3_bg_263729a925.jpg", "hash": "large_testi3_bg_263729a925", "mime": "image/jpeg", "name": "large_testi3 bg.jpg", "path": null, "size": 83.15, "width": 1000, "height": 666, "sizeInBytes": 83152}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_testi3_bg_263729a925.jpg", "hash": "small_testi3_bg_263729a925", "mime": "image/jpeg", "name": "small_testi3 bg.jpg", "path": null, "size": 28.74, "width": 500, "height": 333, "sizeInBytes": 28738}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_testi3_bg_263729a925.jpg", "hash": "medium_testi3_bg_263729a925", "mime": "image/jpeg", "name": "medium_testi3 bg.jpg", "path": null, "size": 53.91, "width": 750, "height": 500, "sizeInBytes": 53909}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testi3_bg_263729a925.jpg", "hash": "thumbnail_testi3_bg_263729a925", "mime": "image/jpeg", "name": "thumbnail_testi3 bg.jpg", "path": null, "size": 9.3, "width": 234, "height": 156, "sizeInBytes": 9303}}', 'testi3_bg_263729a925', '.jpg', 'image/jpeg', 333.47, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testi3_bg_263729a925.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 15:10:55.169', '2024-11-28 15:10:55.169', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (839, 'testi 3.png', NULL, NULL, 2560, 1706, '{"large": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_testi_3_5ee1881ca8.png", "hash": "large_testi_3_5ee1881ca8", "mime": "image/png", "name": "large_testi 3.png", "path": null, "size": 1164.76, "width": 1000, "height": 666, "sizeInBytes": 1164756}, "small": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_testi_3_5ee1881ca8.png", "hash": "small_testi_3_5ee1881ca8", "mime": "image/png", "name": "small_testi 3.png", "path": null, "size": 325.4, "width": 500, "height": 333, "sizeInBytes": 325399}, "medium": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_testi_3_5ee1881ca8.png", "hash": "medium_testi_3_5ee1881ca8", "mime": "image/png", "name": "medium_testi 3.png", "path": null, "size": 660.88, "width": 750, "height": 500, "sizeInBytes": 660880}, "thumbnail": {"ext": ".png", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_testi_3_5ee1881ca8.png", "hash": "thumbnail_testi_3_5ee1881ca8", "mime": "image/png", "name": "thumbnail_testi 3.png", "path": null, "size": 85.38, "width": 234, "height": 156, "sizeInBytes": 85382}}', 'testi_3_5ee1881ca8', '.png', 'image/png', 1252.19, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/testi_3_5ee1881ca8.png', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 15:11:02.752', '2024-11-28 15:11:02.752', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (840, 'Dr. sowmya rao.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Dr_sowmya_rao_9c62c5cb73.jpg", "hash": "large_Dr_sowmya_rao_9c62c5cb73", "mime": "image/jpeg", "name": "large_Dr. sowmya rao.jpg", "path": null, "size": 111.99, "width": 562, "height": 1000, "sizeInBytes": 111991}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Dr_sowmya_rao_9c62c5cb73.jpg", "hash": "small_Dr_sowmya_rao_9c62c5cb73", "mime": "image/jpeg", "name": "small_Dr. sowmya rao.jpg", "path": null, "size": 36.54, "width": 280, "height": 500, "sizeInBytes": 36541}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Dr_sowmya_rao_9c62c5cb73.jpg", "hash": "medium_Dr_sowmya_rao_9c62c5cb73", "mime": "image/jpeg", "name": "medium_Dr. sowmya rao.jpg", "path": null, "size": 71.16, "width": 421, "height": 750, "sizeInBytes": 71156}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Dr_sowmya_rao_9c62c5cb73.jpg", "hash": "thumbnail_Dr_sowmya_rao_9c62c5cb73", "mime": "image/jpeg", "name": "thumbnail_Dr. sowmya rao.jpg", "path": null, "size": 5.45, "width": 87, "height": 156, "sizeInBytes": 5451}}', 'Dr_sowmya_rao_9c62c5cb73', '.jpg', 'image/jpeg', 414.05, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Dr_sowmya_rao_9c62c5cb73.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 17:28:41.56', '2024-11-28 17:28:41.56', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (841, '1.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_1_84b8a356da.jpg", "hash": "large_1_84b8a356da", "mime": "image/jpeg", "name": "large_1.jpg", "path": null, "size": 82.25, "width": 562, "height": 1000, "sizeInBytes": 82252}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_1_84b8a356da.jpg", "hash": "small_1_84b8a356da", "mime": "image/jpeg", "name": "small_1.jpg", "path": null, "size": 24.63, "width": 280, "height": 500, "sizeInBytes": 24631}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_1_84b8a356da.jpg", "hash": "medium_1_84b8a356da", "mime": "image/jpeg", "name": "medium_1.jpg", "path": null, "size": 49.72, "width": 421, "height": 750, "sizeInBytes": 49721}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_1_84b8a356da.jpg", "hash": "thumbnail_1_84b8a356da", "mime": "image/jpeg", "name": "thumbnail_1.jpg", "path": null, "size": 3.97, "width": 87, "height": 156, "sizeInBytes": 3968}}', '1_84b8a356da', '.jpg', 'image/jpeg', 376.30, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/1_84b8a356da.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 18:18:52.611', '2024-11-28 18:18:52.611', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (842, '2.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_2_f9eac81c1f.jpg", "hash": "large_2_f9eac81c1f", "mime": "image/jpeg", "name": "large_2.jpg", "path": null, "size": 48.03, "width": 562, "height": 1000, "sizeInBytes": 48034}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_2_f9eac81c1f.jpg", "hash": "small_2_f9eac81c1f", "mime": "image/jpeg", "name": "small_2.jpg", "path": null, "size": 17.39, "width": 280, "height": 500, "sizeInBytes": 17393}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_2_f9eac81c1f.jpg", "hash": "medium_2_f9eac81c1f", "mime": "image/jpeg", "name": "medium_2.jpg", "path": null, "size": 31.41, "width": 421, "height": 750, "sizeInBytes": 31406}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_2_f9eac81c1f.jpg", "hash": "thumbnail_2_f9eac81c1f", "mime": "image/jpeg", "name": "thumbnail_2.jpg", "path": null, "size": 3.52, "width": 87, "height": 156, "sizeInBytes": 3522}}', '2_f9eac81c1f', '.jpg', 'image/jpeg', 186.34, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/2_f9eac81c1f.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 18:20:32.759', '2024-11-28 18:20:32.759', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (843, '3.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_3_98b455e295.jpg", "hash": "large_3_98b455e295", "mime": "image/jpeg", "name": "large_3.jpg", "path": null, "size": 100.93, "width": 562, "height": 1000, "sizeInBytes": 100933}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_3_98b455e295.jpg", "hash": "small_3_98b455e295", "mime": "image/jpeg", "name": "small_3.jpg", "path": null, "size": 25.32, "width": 280, "height": 500, "sizeInBytes": 25315}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_3_98b455e295.jpg", "hash": "medium_3_98b455e295", "mime": "image/jpeg", "name": "medium_3.jpg", "path": null, "size": 52.12, "width": 421, "height": 750, "sizeInBytes": 52118}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_3_98b455e295.jpg", "hash": "thumbnail_3_98b455e295", "mime": "image/jpeg", "name": "thumbnail_3.jpg", "path": null, "size": 4.19, "width": 87, "height": 156, "sizeInBytes": 4193}}', '3_98b455e295', '.jpg', 'image/jpeg', 586.73, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/3_98b455e295.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 18:23:58.73', '2024-11-28 18:23:58.73', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (844, '4.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_4_47183f9382.jpg", "hash": "large_4_47183f9382", "mime": "image/jpeg", "name": "large_4.jpg", "path": null, "size": 62.39, "width": 562, "height": 1000, "sizeInBytes": 62387}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_4_47183f9382.jpg", "hash": "small_4_47183f9382", "mime": "image/jpeg", "name": "small_4.jpg", "path": null, "size": 19.46, "width": 280, "height": 500, "sizeInBytes": 19459}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_4_47183f9382.jpg", "hash": "medium_4_47183f9382", "mime": "image/jpeg", "name": "medium_4.jpg", "path": null, "size": 36.59, "width": 421, "height": 750, "sizeInBytes": 36588}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_4_47183f9382.jpg", "hash": "thumbnail_4_47183f9382", "mime": "image/jpeg", "name": "thumbnail_4.jpg", "path": null, "size": 3.71, "width": 87, "height": 156, "sizeInBytes": 3714}}', '4_47183f9382', '.jpg', 'image/jpeg', 352.94, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/4_47183f9382.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-28 18:25:40.284', '2024-11-28 18:25:40.284', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (845, 'Dr . reema.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Dr_reema_973c1ddf48.jpg", "hash": "large_Dr_reema_973c1ddf48", "mime": "image/jpeg", "name": "large_Dr . reema.jpg", "path": null, "size": 64.48, "width": 562, "height": 1000, "sizeInBytes": 64483}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Dr_reema_973c1ddf48.jpg", "hash": "small_Dr_reema_973c1ddf48", "mime": "image/jpeg", "name": "small_Dr . reema.jpg", "path": null, "size": 19.91, "width": 280, "height": 500, "sizeInBytes": 19907}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Dr_reema_973c1ddf48.jpg", "hash": "medium_Dr_reema_973c1ddf48", "mime": "image/jpeg", "name": "medium_Dr . reema.jpg", "path": null, "size": 39.12, "width": 421, "height": 750, "sizeInBytes": 39119}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Dr_reema_973c1ddf48.jpg", "hash": "thumbnail_Dr_reema_973c1ddf48", "mime": "image/jpeg", "name": "thumbnail_Dr . reema.jpg", "path": null, "size": 3.59, "width": 87, "height": 156, "sizeInBytes": 3594}}', 'Dr_reema_973c1ddf48', '.jpg', 'image/jpeg', 305.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Dr_reema_973c1ddf48.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-29 09:50:06.796', '2024-11-29 09:50:06.796', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (846, 'Dr . reema.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Dr_reema_54c6fbf931.jpg", "hash": "large_Dr_reema_54c6fbf931", "mime": "image/jpeg", "name": "large_Dr . reema.jpg", "path": null, "size": 64.48, "width": 562, "height": 1000, "sizeInBytes": 64483}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Dr_reema_54c6fbf931.jpg", "hash": "small_Dr_reema_54c6fbf931", "mime": "image/jpeg", "name": "small_Dr . reema.jpg", "path": null, "size": 19.91, "width": 280, "height": 500, "sizeInBytes": 19907}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Dr_reema_54c6fbf931.jpg", "hash": "medium_Dr_reema_54c6fbf931", "mime": "image/jpeg", "name": "medium_Dr . reema.jpg", "path": null, "size": 39.12, "width": 421, "height": 750, "sizeInBytes": 39119}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Dr_reema_54c6fbf931.jpg", "hash": "thumbnail_Dr_reema_54c6fbf931", "mime": "image/jpeg", "name": "thumbnail_Dr . reema.jpg", "path": null, "size": 3.59, "width": 87, "height": 156, "sizeInBytes": 3594}}', 'Dr_reema_54c6fbf931', '.jpg', 'image/jpeg', 305.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Dr_reema_54c6fbf931.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-29 09:53:34.626', '2024-11-29 09:53:34.626', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (847, 'Dr . reema.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Dr_reema_4fcb1a8e2c.jpg", "hash": "large_Dr_reema_4fcb1a8e2c", "mime": "image/jpeg", "name": "large_Dr . reema.jpg", "path": null, "size": 64.48, "width": 562, "height": 1000, "sizeInBytes": 64483}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Dr_reema_4fcb1a8e2c.jpg", "hash": "small_Dr_reema_4fcb1a8e2c", "mime": "image/jpeg", "name": "small_Dr . reema.jpg", "path": null, "size": 19.91, "width": 280, "height": 500, "sizeInBytes": 19907}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Dr_reema_4fcb1a8e2c.jpg", "hash": "medium_Dr_reema_4fcb1a8e2c", "mime": "image/jpeg", "name": "medium_Dr . reema.jpg", "path": null, "size": 39.12, "width": 421, "height": 750, "sizeInBytes": 39119}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Dr_reema_4fcb1a8e2c.jpg", "hash": "thumbnail_Dr_reema_4fcb1a8e2c", "mime": "image/jpeg", "name": "thumbnail_Dr . reema.jpg", "path": null, "size": 3.59, "width": 87, "height": 156, "sizeInBytes": 3594}}', 'Dr_reema_4fcb1a8e2c', '.jpg', 'image/jpeg', 305.27, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Dr_reema_4fcb1a8e2c.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-29 09:56:18.254', '2024-11-29 09:56:18.254', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (848, '5.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_5_1656311b95.jpg", "hash": "large_5_1656311b95", "mime": "image/jpeg", "name": "large_5.jpg", "path": null, "size": 56.46, "width": 562, "height": 1000, "sizeInBytes": 56456}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_5_1656311b95.jpg", "hash": "small_5_1656311b95", "mime": "image/jpeg", "name": "small_5.jpg", "path": null, "size": 18.81, "width": 280, "height": 500, "sizeInBytes": 18812}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_5_1656311b95.jpg", "hash": "medium_5_1656311b95", "mime": "image/jpeg", "name": "medium_5.jpg", "path": null, "size": 35.69, "width": 421, "height": 750, "sizeInBytes": 35686}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_5_1656311b95.jpg", "hash": "thumbnail_5_1656311b95", "mime": "image/jpeg", "name": "thumbnail_5.jpg", "path": null, "size": 3.28, "width": 87, "height": 156, "sizeInBytes": 3279}}', '5_1656311b95', '.jpg', 'image/jpeg', 234.38, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/5_1656311b95.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-29 09:59:45.287', '2024-11-29 09:59:45.287', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (849, '6.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_6_6816f93293.jpg", "hash": "large_6_6816f93293", "mime": "image/jpeg", "name": "large_6.jpg", "path": null, "size": 77.16, "width": 562, "height": 1000, "sizeInBytes": 77163}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_6_6816f93293.jpg", "hash": "small_6_6816f93293", "mime": "image/jpeg", "name": "small_6.jpg", "path": null, "size": 24.32, "width": 280, "height": 500, "sizeInBytes": 24319}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_6_6816f93293.jpg", "hash": "medium_6_6816f93293", "mime": "image/jpeg", "name": "medium_6.jpg", "path": null, "size": 47.8, "width": 421, "height": 750, "sizeInBytes": 47804}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_6_6816f93293.jpg", "hash": "thumbnail_6_6816f93293", "mime": "image/jpeg", "name": "thumbnail_6.jpg", "path": null, "size": 3.99, "width": 87, "height": 156, "sizeInBytes": 3989}}', '6_6816f93293', '.jpg', 'image/jpeg', 310.45, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/6_6816f93293.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-29 10:02:34.656', '2024-11-29 10:02:34.656', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (851, '7.jpg', NULL, NULL, 1439, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_7_aad95d7ac8.jpg", "hash": "large_7_aad95d7ac8", "mime": "image/jpeg", "name": "large_7.jpg", "path": null, "size": 69.42, "width": 562, "height": 1000, "sizeInBytes": 69418}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_7_aad95d7ac8.jpg", "hash": "small_7_aad95d7ac8", "mime": "image/jpeg", "name": "small_7.jpg", "path": null, "size": 21.05, "width": 280, "height": 500, "sizeInBytes": 21049}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_7_aad95d7ac8.jpg", "hash": "medium_7_aad95d7ac8", "mime": "image/jpeg", "name": "medium_7.jpg", "path": null, "size": 42.16, "width": 421, "height": 750, "sizeInBytes": 42159}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_7_aad95d7ac8.jpg", "hash": "thumbnail_7_aad95d7ac8", "mime": "image/jpeg", "name": "thumbnail_7.jpg", "path": null, "size": 3.41, "width": 87, "height": 156, "sizeInBytes": 3413}}', '7_aad95d7ac8', '.jpg', 'image/jpeg', 307.89, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/7_aad95d7ac8.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-29 10:04:37.419', '2024-11-29 10:04:37.419', 3, 3);
INSERT INTO public.files (id, name, alternative_text, caption, width, height, formats, hash, ext, mime, size, url, preview_url, provider, provider_metadata, folder_path, created_at, updated_at, created_by_id, updated_by_id) VALUES (850, 'Dr.sultan.jpg', NULL, NULL, 1817, 2560, '{"large": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/large_Dr_sultan_29eec4c669.jpg", "hash": "large_Dr_sultan_29eec4c669", "mime": "image/jpeg", "name": "large_Dr.sultan.jpg", "path": null, "size": 103.03, "width": 710, "height": 1000, "sizeInBytes": 103030}, "small": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/small_Dr_sultan_29eec4c669.jpg", "hash": "small_Dr_sultan_29eec4c669", "mime": "image/jpeg", "name": "small_Dr.sultan.jpg", "path": null, "size": 27.06, "width": 355, "height": 500, "sizeInBytes": 27057}, "medium": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/medium_Dr_sultan_29eec4c669.jpg", "hash": "medium_Dr_sultan_29eec4c669", "mime": "image/jpeg", "name": "medium_Dr.sultan.jpg", "path": null, "size": 57.86, "width": 532, "height": 750, "sizeInBytes": 57855}, "thumbnail": {"ext": ".jpg", "url": "https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/thumbnail_Dr_sultan_29eec4c669.jpg", "hash": "thumbnail_Dr_sultan_29eec4c669", "mime": "image/jpeg", "name": "thumbnail_Dr.sultan.jpg", "path": null, "size": 4.26, "width": 111, "height": 156, "sizeInBytes": 4259}}', 'Dr_sultan_29eec4c669', '.jpg', 'image/jpeg', 671.28, 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Dr_sultan_29eec4c669.jpg', NULL, 'strapi-provider-upload-azure-storage', NULL, '/', '2024-11-29 10:03:00.567', '2024-11-29 10:03:00.567', 3, 3);
--
-- TOC entry 8014 (class 0 OID 680843)
-- Dependencies: 263
-- Data for Name: files_folder_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (2, 9, 1, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (3, 10, 1, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (4, 12, 1, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (5, 14, 1, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (6, 17, 1, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (7, 94, 2, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (8, 95, 2, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (9, 96, 2, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (10, 97, 2, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (11, 98, 2, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (12, 99, 2, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (13, 100, 2, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (14, 101, 2, 8);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (15, 102, 2, 9);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (16, 103, 2, 10);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (17, 104, 2, 11);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (18, 105, 2, 12);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (19, 106, 2, 13);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (20, 120, 2, 14);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (21, 121, 2, 15);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (22, 122, 2, 16);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (23, 123, 2, 17);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (25, 182, 3, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (26, 183, 3, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (27, 184, 3, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (28, 185, 3, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (29, 206, 3, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (31, 207, 4, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (33, 225, 4, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (34, 241, 5, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (35, 247, 5, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (36, 248, 5, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (37, 269, 6, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (38, 270, 6, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (39, 271, 6, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (40, 272, 6, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (41, 273, 7, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (42, 274, 7, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (43, 275, 7, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (44, 276, 7, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (45, 277, 7, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (46, 278, 6, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (47, 279, 6, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (48, 280, 6, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (49, 282, 6, 8);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (50, 281, 6, 8);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (51, 283, 6, 9);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (52, 284, 6, 10);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (53, 285, 6, 11);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (54, 286, 6, 12);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (55, 287, 6, 13);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (56, 288, 8, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (57, 289, 8, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (59, 301, 9, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (60, 302, 9, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (61, 303, 9, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (62, 304, 9, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (63, 305, 9, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (64, 306, 9, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (65, 307, 9, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (66, 308, 9, 8);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (67, 310, 10, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (68, 311, 10, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (69, 312, 10, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (70, 313, 10, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (71, 314, 10, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (72, 315, 10, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (73, 316, 10, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (74, 318, 10, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (75, 317, 10, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (76, 319, 10, 8);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (77, 321, 10, 9);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (78, 320, 10, 9);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (79, 322, 10, 10);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (80, 323, 10, 11);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (81, 324, 10, 12);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (82, 332, 11, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (83, 333, 11, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (84, 334, 11, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (85, 335, 11, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (86, 336, 11, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (87, 337, 11, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (88, 342, 12, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (89, 343, 12, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (90, 344, 12, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (91, 345, 12, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (92, 346, 12, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (93, 347, 12, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (94, 348, 12, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (95, 349, 12, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (96, 351, 12, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (97, 350, 12, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (98, 352, 11, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (99, 353, 11, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (100, 354, 12, 8);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (101, 355, 12, 8);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (102, 356, 12, 9);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (103, 357, 12, 10);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (104, 367, 13, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (105, 368, 13, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (106, 369, 13, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (107, 370, 13, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (108, 371, 13, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (109, 372, 13, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (110, 373, 13, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (111, 374, 14, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (112, 375, 14, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (113, 378, 14, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (114, 392, 15, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (115, 393, 15, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (116, 394, 15, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (117, 395, 15, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (118, 396, 15, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (119, 397, 15, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (120, 398, 15, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (121, 399, 15, 8);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (122, 400, 15, 9);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (123, 434, 16, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (124, 435, 16, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (131, 743, 17, 1);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (132, 744, 17, 2);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (133, 745, 17, 3);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (134, 746, 17, 4);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (135, 747, 17, 5);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (136, 748, 17, 6);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (137, 749, 17, 7);
INSERT INTO public.files_folder_links (id, file_id, folder_id, file_order) VALUES (138, 750, 17, 8);
--
-- TOC entry 8012 (class 0 OID 680831)
-- Dependencies: 261
-- Data for Name: files_related_morphs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (105, 30, 8, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (106, 31, 8, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13193, 369, 1, 'manipal.research-page-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11820, 666, 14, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11821, 666, 14, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11822, 666, 14, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13288, 196, 30, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13289, 197, 30, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18484, 211, 33, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19102, 438, 1, 'manipal.international-students-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13290, 198, 28, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17586, 674, 22, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17587, 674, 22, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17588, 672, 22, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (22, 6, 1, 'api::research-committe.research-committe', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (23, 6, 1, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (24, 6, 1, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17589, 754, 32, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17590, 696, 15, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17591, 697, 16, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17593, 707, 78, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16180, 241, 8, 'api::administration.administration', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16182, 241, 11, 'api::administration.administration', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (38, 12, 1, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (39, 13, 1, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16183, 241, 10, 'api::administration.administration', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16186, 241, 5, 'api::administration.administration', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (224, 86, 4, 'api::leadership.leadership', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (225, 85, 2, 'api::leadership.leadership', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19796, 573, 107, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19797, 576, 109, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19807, 818, 25, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19808, 818, 25, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19809, 800, 25, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19810, 801, 25, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19811, 803, 25, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19813, 574, 75, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19815, 575, 77, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13291, 242, 1, 'manipal.card1', 'calendarIcon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13292, 243, 1, 'manipal.card1', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13293, 244, 1, 'manipal.card1', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13294, 245, 1, 'manipal.card2', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13295, 246, 1, 'manipal.card2', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13296, 325, 1, 'manipal.card2', 'calendarIcon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13297, 254, 13, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13299, 253, 12, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13301, 256, 15, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (232, 78, 4, 'api::research-single.research-single', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (233, 79, 4, 'api::research-single.research-single', 'deskTopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13303, 259, 18, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13305, 261, 20, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (234, 80, 4, 'api::research-single.research-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (235, 76, 8, 'api::research-single.research-single', 'deskTopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13308, 250, 1, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13310, 528, 4, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13311, 263, 3, 'manipal.why-dubai-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13312, 326, 4, 'manipal.why-dubai-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13314, 327, 2, 'manipal.testimonials-comment', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13315, 331, 3, 'manipal.testimonials-comment', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (236, 77, 8, 'api::research-single.research-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (237, 82, 3, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (238, 7, 1, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (239, 82, 2, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (240, 78, 7, 'api::research-single.research-single', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (241, 76, 7, 'api::research-single.research-single', 'deskTopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (242, 77, 7, 'api::research-single.research-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (243, 78, 5, 'api::research-single.research-single', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (244, 76, 5, 'api::research-single.research-single', 'deskTopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (245, 77, 5, 'api::research-single.research-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (246, 75, 2, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (247, 6, 1, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (248, 76, 6, 'api::research-single.research-single', 'deskTopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (249, 77, 6, 'api::research-single.research-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (95, 27, 7, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (96, 28, 7, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (250, 76, 9, 'api::research-single.research-single', 'deskTopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (251, 77, 9, 'api::research-single.research-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (162, 76, 1, 'api::research-single.research-single', 'deskTopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (163, 77, 1, 'api::research-single.research-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (101, 8, 2, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (102, 29, 1, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (103, 8, 2, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (104, 29, 1, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13316, 266, 5, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (165, 76, 2, 'api::research-single.research-single', 'deskTopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (166, 77, 2, 'api::research-single.research-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19818, 719, 89, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19819, 586, 100, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19820, 802, 16, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (265, 89, 3, 'api::research-committe.research-committe', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (266, 90, 4, 'api::research-committe.research-committe', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13188, 81, 6, 'api::research-committe.research-committe', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17592, 706, 77, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (269, 93, 5, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17594, 708, 79, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17596, 709, 80, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17599, 704, 26, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17603, 755, 22, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17604, 696, 5, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17605, 697, 6, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6171, 127, 16, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6172, 128, 16, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17607, 706, 42, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17609, 709, 44, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17611, 711, 47, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17612, 704, 11, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14428, 720, 2, 'api::degree.degree', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14429, 721, 1, 'api::degree.degree', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17614, 705, 13, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17615, 755, 2, 'api::school-collection.school-collection', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17616, 755, 2, 'api::school-collection.school-collection', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17617, 757, 29, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13190, 81, 5, 'api::research-committe.research-committe', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13191, 614, 41, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13192, 373, 41, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13298, 255, 14, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13300, 258, 17, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13302, 257, 16, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3248, 495, 58, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13304, 260, 19, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (890, 190, 61, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3249, 496, 58, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19101, 437, 2, 'manipal.international-students-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3477, 508, 8, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19103, 435, 53, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19104, 434, 53, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19105, 436, 1, 'api::international-student.international-student', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6173, 636, 40, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6174, 637, 41, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6175, 638, 42, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6176, 639, 43, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19983, 823, 20, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (441, 6, 1, 'api::research-main.research-main', 'img2', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13306, 262, 21, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13307, 264, 2, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19984, 824, 20, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9175, 615, 7, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9176, 585, 7, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19985, 826, 20, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9181, 612, 6, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9182, 653, 6, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1747, 303, 21, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9187, 579, 9, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9188, 616, 9, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11165, 660, 10, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11166, 658, 10, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15383, 522, 7, 'api::university.university', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15384, 550, 7, 'api::university.university', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15385, 551, 7, 'api::university.university', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19821, 582, 16, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19822, 580, 90, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19823, 714, 91, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13309, 252, 3, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13313, 330, 1, 'manipal.testimonials-comment', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (477, 143, 19, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (478, 144, 19, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (479, 145, 2, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (480, 147, 3, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (481, 148, 4, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (482, 149, 5, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (483, 150, 6, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (484, 152, 1, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (485, 151, 2, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (486, 153, 3, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (487, 156, 2, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (488, 155, 1, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (489, 158, 3, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3945, 527, 11, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (490, 157, 4, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (491, 159, 6, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (492, 160, 5, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (493, 154, 1, 'manipal.campus-facts-and-figures', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (494, 143, 20, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (495, 144, 20, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (496, 145, 7, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (497, 148, 9, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (498, 147, 10, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (499, 149, 11, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (500, 150, 12, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (501, 152, 5, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (503, 153, 6, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (504, 155, 8, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (507, 159, 11, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (508, 160, 12, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (513, 145, 13, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (515, 148, 16, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (517, 150, 18, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (519, 151, 7, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (520, 153, 9, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (521, 155, 13, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (524, 157, 16, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (526, 159, 18, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (527, 154, 3, 'manipal.campus-facts-and-figures', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13194, 402, 50, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2393, 337, 37, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (823, 189, 56, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17595, 710, 81, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17597, 711, 82, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17598, 703, 28, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17600, 705, 27, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17601, 754, 7, 'api::school-collection.school-collection', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17602, 754, 7, 'api::school-collection.school-collection', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2404, 353, 25, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13195, 403, 50, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13196, 526, 50, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17606, 707, 43, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17207, 415, 1, 'api::career-services-center.career-services-center', 'img2', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17208, 408, 1, 'api::career-services-center.career-services-center', 'maheDubaiImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9172, 652, 5, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (849, 189, 58, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9173, 652, 5, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9174, 652, 5, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17209, 409, 1, 'api::career-services-center.career-services-center', 'incubationCenterImg1', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17210, 410, 1, 'api::career-services-center.career-services-center', 'incubationCenterImg2', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17211, 411, 1, 'api::career-services-center.career-services-center', 'incubationCenterImg3', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20300, 834, 14, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3980, 380, 6, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3982, 381, 7, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17608, 708, 45, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17610, 710, 46, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3725, 81, 2, 'api::research-committe.research-committe', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20301, 834, 14, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17613, 703, 12, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3480, 509, 9, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20302, 834, 14, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17621, 708, 62, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20304, 312, 25, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20306, 313, 28, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20308, 323, 8, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17623, 710, 64, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17625, 711, 63, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17626, 703, 18, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20310, 321, 12, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20312, 358, 40, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17628, 705, 19, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17629, 757, 4, 'api::school-collection.school-collection', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20313, 609, 40, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13317, 267, 1, 'api::winter-camp-page.winter-camp-page', 'videoImageDesktop', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13318, 268, 1, 'api::winter-camp-page.winter-camp-page', 'videoImageMobile', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20314, 592, 11, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17630, 757, 4, 'api::school-collection.school-collection', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17631, 756, 10, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16994, 336, 31, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16995, 343, 4, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16997, 346, 3, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16998, 335, 26, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17000, 334, 27, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17632, 696, 3, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17633, 697, 4, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17635, 707, 32, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17636, 708, 33, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17638, 711, 36, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17640, 703, 9, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17642, 705, 10, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20315, 593, 12, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12242, 656, 63, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12243, 657, 63, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12244, 663, 8, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12246, 672, 37, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12247, 674, 38, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12248, 661, 2, 'manipal.general-with-key', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12250, 662, 4, 'manipal.general-with-key', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2016, 185, 4, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2017, 184, 4, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2018, 206, 4, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12252, 662, 5, 'manipal.general-with-key', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12254, 662, 6, 'manipal.general-with-key', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1372, 275, 6, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1374, 274, 7, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1376, 278, 1, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1378, 280, 3, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (502, 151, 4, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (505, 156, 7, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (506, 158, 9, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (509, 157, 10, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (510, 154, 2, 'manipal.campus-facts-and-figures', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (511, 143, 21, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (512, 144, 21, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (514, 147, 15, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (516, 149, 17, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (518, 152, 8, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (522, 156, 14, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (523, 158, 15, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (525, 160, 17, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (528, 143, 22, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (529, 144, 22, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (530, 145, 19, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (531, 147, 21, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (532, 148, 22, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (533, 149, 23, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (534, 150, 24, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (535, 152, 10, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (536, 151, 11, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (537, 153, 12, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (538, 155, 19, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (539, 156, 20, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (540, 158, 22, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (541, 157, 21, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (542, 160, 23, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (543, 159, 24, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (544, 154, 4, 'manipal.campus-facts-and-figures', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (545, 143, 23, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (546, 144, 23, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (547, 145, 25, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (548, 147, 27, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (549, 148, 28, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (550, 149, 29, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (551, 150, 30, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (552, 151, 13, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (553, 152, 14, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (554, 153, 15, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (555, 156, 26, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (556, 155, 25, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (557, 158, 28, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (558, 157, 27, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (559, 159, 29, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (560, 160, 30, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (561, 154, 5, 'manipal.campus-facts-and-figures', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (562, 143, 24, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (563, 144, 24, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (564, 145, 31, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (565, 148, 33, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (566, 147, 34, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (567, 149, 35, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (568, 150, 36, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (569, 152, 16, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (570, 151, 17, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (571, 153, 18, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (572, 156, 32, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (573, 155, 31, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (574, 157, 33, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (575, 158, 34, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (576, 159, 35, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (577, 160, 36, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (578, 154, 6, 'manipal.campus-facts-and-figures', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (579, 143, 25, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (580, 144, 25, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (581, 145, 37, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (582, 147, 39, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (583, 149, 41, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (584, 148, 40, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (585, 150, 42, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (586, 151, 19, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (587, 152, 20, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (588, 153, 21, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (589, 156, 38, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (590, 155, 37, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (591, 157, 39, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (592, 158, 40, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (593, 159, 41, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (594, 160, 42, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (595, 154, 7, 'manipal.campus-facts-and-figures', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3979, 382, 8, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3981, 379, 5, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3983, 512, 10, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13197, 405, 1, 'api::sustainability.sustainability', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17618, 696, 9, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17619, 697, 10, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (836, 189, 57, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17620, 706, 60, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17622, 707, 59, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (613, 164, 43, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (614, 166, 44, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (615, 163, 45, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (616, 167, 46, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (617, 168, 47, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (618, 169, 48, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (860, 17, 5, 'api::blog.blog', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (861, 18, 5, 'api::blog.blog', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (621, 163, 49, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (622, 164, 50, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (625, 170, 51, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17624, 709, 61, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3664, 58, 1, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2415, 338, 33, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3666, 60, 3, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3668, 61, 4, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17627, 704, 17, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (877, 189, 60, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17634, 706, 31, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17637, 709, 34, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17639, 710, 35, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17641, 704, 8, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1748, 301, 20, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17645, 753, 30, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17646, 696, 11, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17647, 697, 12, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17649, 706, 65, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9086, 340, 38, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9087, 341, 38, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17651, 709, 68, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17652, 711, 69, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5986, 17, 1, 'api::blog.blog', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5987, 18, 1, 'api::blog.blog', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17654, 703, 20, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19986, 828, 23, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (997, 185, 3, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (998, 184, 3, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (999, 206, 3, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1000, 185, 1, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1001, 184, 1, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1002, 206, 1, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19987, 828, 23, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19988, 827, 23, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17656, 705, 21, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1042, 201, 3, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20303, 315, 27, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20305, 314, 26, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20307, 324, 9, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20309, 320, 10, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20311, 322, 11, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20317, 596, 8, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1049, 207, 32, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1050, 207, 32, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20319, 597, 9, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16527, 111, 12, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16529, 114, 14, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16531, 116, 17, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16533, 547, 59, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16628, 101, 3, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4953, 183, 27, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4954, 182, 27, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16630, 94, 1, 'api::campus-life.campus-life', 'careerServiceLeftImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16631, 95, 1, 'api::campus-life.campus-life', 'careerServiceRightImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17274, 785, 1, 'api::international-students-about-dubai.international-students-about-dubai', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17432, 422, 1, 'manipal.alumni-success-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17434, 429, 3, 'manipal.alumni-success-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17436, 617, 5, 'manipal.alumni-success-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18489, 226, 2, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18491, 227, 3, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18493, 221, 3, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16721, 767, 47, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16722, 770, 47, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16723, 487, 1, 'manipal.awards-and-certification-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16725, 488, 3, 'manipal.awards-and-certification-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16727, 488, 5, 'manipal.awards-and-certification-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2500, 367, 38, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1371, 273, 5, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1373, 276, 4, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1375, 277, 8, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (1377, 279, 2, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19157, 121, 22, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19159, 120, 21, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19161, 104, 78, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19163, 99, 79, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19165, 100, 81, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19637, 289, 37, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19638, 288, 37, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19639, 645, 23, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19641, 644, 14, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19643, 647, 24, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19644, 728, 3, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19646, 729, 11, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19647, 731, 1, 'api::about-us-page.about-us-page', 'smallPicture', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19648, 731, 1, 'api::about-us-page.about-us-page', 'largePicture', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19829, 529, 9, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19830, 530, 9, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17348, 443, 55, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17349, 444, 55, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17350, 445, 1, 'manipal.internation-students', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17351, 446, 2, 'manipal.internation-students', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17352, 447, 3, 'manipal.internation-students', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17353, 448, 4, 'manipal.internation-students', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19831, 531, 9, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2416, 338, 35, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17643, 756, 1, 'api::school-collection.school-collection', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17644, 756, 1, 'api::school-collection.school-collection', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17648, 707, 66, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17650, 708, 67, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17653, 710, 70, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17655, 704, 22, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17725, 799, 19, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17726, 799, 19, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18485, 212, 33, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18486, 805, 29, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18487, 214, 1, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16219, 19, 2, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18488, 215, 1, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18490, 228, 4, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18492, 217, 4, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18494, 219, 5, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20316, 594, 7, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20318, 595, 6, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5990, 17, 4, 'api::blog.blog', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5991, 18, 4, 'api::blog.blog', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20320, 598, 1, 'manipal.icon-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20321, 599, 2, 'manipal.icon-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20322, 600, 1, 'manipal.contact-us-section', 'mainImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9692, 389, 48, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9693, 390, 48, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9694, 511, 1, 'api::manipal-jai-pur-university.manipal-jai-pur-university', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (2499, 367, 39, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20323, 629, 30, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20324, 630, 31, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20325, 631, 32, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17428, 417, 52, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17429, 418, 52, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17430, 419, 51, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17431, 791, 9, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17433, 423, 2, 'manipal.alumni-success-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17435, 430, 4, 'manipal.alumni-success-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17439, 553, 1, 'manipal.alumni-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5147, 354, 12, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5149, 357, 14, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20328, 780, 27, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20330, 782, 29, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20332, 819, 30, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3663, 8, 2, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3665, 62, 5, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3667, 64, 7, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3669, 63, 6, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3672, 66, 9, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3673, 67, 10, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17441, 555, 3, 'manipal.alumni-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17442, 554, 7, 'manipal.alumni-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17444, 556, 6, 'manipal.alumni-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17535, 180, 48, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17578, 674, 17, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17579, 672, 17, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19154, 92, 12, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16220, 20, 2, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19155, 91, 12, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19156, 103, 1, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19158, 122, 24, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3732, 185, 2, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3733, 184, 2, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3734, 206, 2, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19160, 123, 23, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12477, 674, 19, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4050, 451, 15, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19162, 96, 77, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19164, 775, 93, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19166, 98, 80, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4052, 452, 16, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4054, 455, 19, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12478, 674, 19, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12479, 672, 19, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19167, 97, 2, 'manipal.why-dubai-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18644, 529, 2, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18645, 530, 2, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18646, 531, 2, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18247, 667, 2, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18248, 669, 3, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17016, 21, 3, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17017, 22, 3, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8713, 139, 25, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8714, 140, 26, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13144, 435, 44, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13145, 373, 44, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13146, 615, 43, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13147, 373, 43, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13148, 516, 40, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13149, 517, 31, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13151, 518, 32, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13180, 69, 10, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13181, 69, 10, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13182, 71, 4, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13184, 102, 5, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13186, 106, 4, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3670, 65, 8, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3671, 68, 11, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17437, 431, 9, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17438, 552, 2, 'manipal.alumni-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17440, 557, 4, 'manipal.alumni-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17443, 559, 5, 'manipal.alumni-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11632, 459, 2, 'api::success-story.success-story', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11633, 462, 2, 'api::success-story.success-story', 'desktopBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11634, 463, 2, 'api::success-story.success-story', 'mobileBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17445, 558, 8, 'manipal.alumni-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17538, 762, 18, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17539, 763, 18, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17540, 138, 2, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17542, 141, 27, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11635, 458, 1, 'api::success-story.success-story', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11636, 460, 1, 'api::success-story.success-story', 'desktopBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5148, 356, 11, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5150, 355, 13, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11637, 461, 1, 'api::success-story.success-story', 'mobileBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5542, 208, 1, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5544, 210, 3, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11644, 665, 11, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17548, 794, 23, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17551, 796, 25, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17553, 798, 28, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17556, 533, 12, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17558, 534, 13, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17560, 537, 16, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17657, 757, 5, 'api::school-collection.school-collection', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17658, 753, 5, 'api::school-collection.school-collection', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3245, 493, 1, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13109, 610, 45, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13110, 611, 45, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17562, 539, 18, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18495, 220, 6, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20326, 765, 7, 'manipal.why-dubai-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20327, 766, 13, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20329, 781, 26, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20331, 783, 28, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13150, 375, 30, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17758, 787, 17, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11645, 665, 11, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11646, 661, 11, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17760, 789, 20, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17762, 790, 21, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8284, 466, 3, 'api::success-story.success-story', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19640, 309, 10, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8285, 467, 3, 'api::success-story.success-story', 'desktopBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8286, 468, 3, 'api::success-story.success-story', 'mobileBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19642, 646, 22, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19645, 730, 12, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20333, 820, 31, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20335, 821, 33, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19186, 573, 50, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19188, 575, 53, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19197, 810, 11, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9976, 568, 8, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9977, 595, 8, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16479, 571, 4, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16480, 572, 4, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16481, 587, 4, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16482, 715, 4, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16483, 713, 4, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19198, 810, 11, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14392, 718, 11, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19199, 800, 11, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19200, 801, 11, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19201, 803, 11, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19203, 576, 57, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19205, 575, 56, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19206, 577, 68, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19207, 791, 17, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19208, 719, 69, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19209, 586, 95, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19210, 802, 12, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12540, 17, 2, 'api::blog.blog', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19211, 582, 12, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4736, 585, 2, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19212, 580, 70, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19213, 714, 71, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20340, 775, 23, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12541, 18, 2, 'api::blog.blog', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20418, 498, 71, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18246, 668, 1, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18249, 670, 4, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18250, 804, 1, 'api::international-students-visa-requirement.international-students-visa-requirement', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4109, 542, 23, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4111, 541, 21, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20419, 499, 71, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18641, 529, 11, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18642, 530, 11, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18643, 531, 11, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9235, 548, 62, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (9236, 592, 62, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20334, 822, 32, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20336, 774, 1, 'shared.admission-general', 'admissionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20337, 778, 1, 'shared.career-services-center', 'careerServiceLeftImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20338, 779, 1, 'shared.career-services-center', 'careerServiceRightImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17697, 25, 6, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5543, 209, 2, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3243, 491, 2, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3244, 492, 3, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17698, 26, 6, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17700, 799, 6, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15900, 87, 1, 'api::leadership.leadership', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15903, 84, 3, 'api::leadership.leadership', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17702, 799, 6, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17705, 799, 9, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17706, 799, 9, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17709, 799, 11, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17710, 799, 11, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11150, 580, 12, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5374, 237, 6, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17713, 799, 13, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17714, 799, 13, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17717, 799, 15, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5376, 238, 5, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17718, 799, 15, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17721, 799, 18, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17722, 799, 18, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20339, 776, 24, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19185, 574, 51, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19187, 576, 52, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19189, 577, 64, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19190, 791, 16, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19191, 719, 65, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19192, 586, 92, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19193, 802, 11, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19194, 582, 11, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11638, 472, 4, 'api::success-story.success-story', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11639, 469, 4, 'api::success-story.success-story', 'desktopBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4051, 453, 17, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4053, 454, 18, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11640, 470, 4, 'api::success-story.success-story', 'mobileBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11641, 666, 13, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4055, 456, 20, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11642, 666, 13, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11643, 666, 13, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20341, 777, 25, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20342, 310, 1, 'api::header-component.header-component', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20416, 498, 70, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20417, 499, 70, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20436, 498, 77, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3910, 117, 18, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3912, 118, 19, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3913, 119, 20, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5911, 529, 4, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5912, 530, 4, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5913, 531, 4, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20437, 499, 77, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20438, 850, 16, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8398, 464, 57, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8399, 465, 57, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8400, 478, 2, 'manipal.career-jobs', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8402, 479, 4, 'manipal.career-jobs', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8404, 483, 5, 'manipal.career-jobs', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8406, 484, 7, 'manipal.career-jobs', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4108, 543, 22, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4110, 544, 24, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16008, 303, 8, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (7586, 421, 52, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16010, 695, 18, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16011, 674, 20, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16013, 657, 21, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16015, 287, 1, 'api::home-page.home-page', 'admissionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17563, 360, 15, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17564, 361, 15, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17565, 362, 1, 'manipal.accreditation-sec', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17566, 795, 43, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4737, 584, 3, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17568, 363, 1, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17570, 365, 9, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17574, 674, 21, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17575, 674, 21, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17576, 672, 21, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17580, 674, 18, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17581, 674, 18, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17582, 672, 18, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4854, 529, 3, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4855, 530, 3, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (4856, 531, 3, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (10923, 79, 11, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19195, 580, 66, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19196, 714, 67, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (10924, 80, 11, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20350, 199, 31, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20351, 200, 31, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20352, 339, 3, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3476, 507, 7, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3247, 494, 5, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20353, 629, 37, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20354, 630, 38, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19202, 573, 54, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19204, 574, 55, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19214, 811, 12, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5373, 240, 4, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5375, 239, 7, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20420, 498, 72, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20421, 499, 72, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20422, 498, 73, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11143, 577, 60, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20423, 499, 73, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3478, 505, 6, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3481, 510, 10, 'api::event.event', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8401, 476, 1, 'manipal.career-jobs', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8403, 482, 3, 'manipal.career-jobs', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8405, 481, 6, 'manipal.career-jobs', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (8407, 485, 8, 'manipal.career-jobs', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19215, 811, 12, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19216, 800, 12, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20424, 847, 12, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (3911, 525, 56, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19217, 801, 12, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19218, 803, 12, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20428, 498, 74, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20429, 499, 74, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16114, 105, 1, 'manipal.why-dubai-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20430, 848, 13, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18283, 529, 12, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18284, 530, 12, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18285, 531, 12, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20431, 498, 75, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20432, 499, 75, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20433, 498, 76, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20434, 499, 76, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20435, 849, 15, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20439, 498, 78, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19668, 232, 5, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19670, 234, 7, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20440, 499, 78, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20441, 851, 17, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17756, 134, 17, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17757, 135, 17, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17759, 786, 18, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17761, 788, 19, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11487, 652, 12, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11488, 652, 12, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11489, 652, 12, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13159, 378, 13, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13161, 378, 15, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12245, 673, 36, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12249, 663, 1, 'manipal.general-with-key', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13162, 612, 46, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13163, 613, 46, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12251, 662, 3, 'manipal.general-with-key', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12253, 662, 8, 'manipal.general-with-key', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12255, 662, 7, 'manipal.general-with-key', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13164, 371, 41, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6093, 318, 8, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12256, 658, 1, 'api::innovation-incubation-page.innovation-incubation-page', 'firstIntroImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5257, 603, 61, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5258, 604, 61, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (5259, 605, 63, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12257, 659, 1, 'api::innovation-incubation-page.innovation-incubation-page', 'secondIntroImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12258, 660, 1, 'api::innovation-incubation-page.innovation-incubation-page', 'rightImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16007, 301, 9, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16009, 680, 17, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16012, 663, 19, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16014, 653, 22, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17476, 373, 5, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17477, 373, 5, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17478, 370, 5, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20355, 631, 39, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17479, 370, 5, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17480, 370, 5, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15179, 350, 7, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20356, 202, 1, 'api::how-to-apply-page.how-to-apply-page', 'personImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19665, 229, 35, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19666, 230, 35, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19667, 231, 4, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15181, 347, 8, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19669, 233, 6, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19671, 235, 8, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19673, 501, 11, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15189, 336, 4, 'manipal.image-click-title-desc-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19674, 502, 12, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19676, 503, 13, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16523, 751, 13, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19681, 574, 79, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19684, 575, 80, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17699, 799, 7, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17701, 799, 7, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17703, 799, 8, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17704, 799, 8, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17707, 799, 10, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17708, 799, 10, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17711, 799, 12, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17712, 799, 12, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13157, 519, 42, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15750, 571, 1, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15751, 572, 1, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16524, 752, 13, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16525, 109, 11, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13158, 520, 42, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13160, 378, 14, 'manipal.files-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16526, 113, 15, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17567, 364, 2, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17569, 366, 7, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16528, 112, 13, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16530, 115, 16, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16532, 545, 57, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6092, 317, 9, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (6094, 319, 10, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16534, 546, 58, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16535, 760, 1, 'manipal.three-images-component', 'img1', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16536, 761, 1, 'manipal.three-images-component', 'img2', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16537, 608, 1, 'manipal.three-images-component', 'img3', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14651, 601, 4, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14653, 602, 5, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11811, 473, 5, 'api::success-story.success-story', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11812, 474, 5, 'api::success-story.success-story', 'desktopBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11813, 477, 5, 'api::success-story.success-story', 'mobileBanner', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16996, 344, 1, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16999, 332, 28, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17001, 333, 29, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17002, 337, 36, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17003, 352, 39, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17004, 352, 39, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17005, 632, 33, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17006, 633, 34, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17007, 634, 35, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17008, 635, 36, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17519, 161, 26, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11817, 665, 15, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11818, 661, 15, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (11819, 653, 15, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15180, 348, 6, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12562, 247, 36, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12563, 248, 36, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15182, 351, 10, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15183, 349, 9, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17520, 162, 26, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17522, 385, 65, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15752, 587, 1, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16538, 110, 1, 'api::student-service.student-service', 'studentServiceFirstImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17524, 386, 66, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17525, 387, 67, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17527, 173, 23, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15753, 715, 1, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15754, 713, 1, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17529, 172, 24, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17530, 177, 44, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17532, 178, 46, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12451, 674, 16, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12452, 674, 16, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (12453, 672, 16, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17534, 191, 47, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17536, 175, 8, 'manipal.campus-facts-and-figures', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17537, 655, 1, 'api::our-campus.our-campus', 'videoThumbnail', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16643, 560, 60, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16644, 561, 60, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16645, 562, 10, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16647, 565, 11, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16153, 738, 3, 'api::university.university', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16649, 566, 13, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16650, 764, 5, 'manipal.why-dubai-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16651, 568, 5, 'manipal.winter-camp-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16652, 569, 1, 'manipal.program-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16653, 570, 2, 'manipal.program-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16154, 732, 3, 'api::university.university', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16155, 732, 3, 'api::university.university', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16156, 733, 1, 'api::university.university', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16157, 733, 1, 'api::university.university', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16158, 733, 1, 'api::university.university', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16159, 740, 6, 'api::university.university', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16160, 734, 6, 'api::university.university', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16161, 740, 6, 'api::university.university', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16165, 742, 8, 'api::university.university', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13183, 106, 7, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (13185, 102, 6, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16166, 737, 8, 'api::university.university', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16167, 742, 8, 'api::university.university', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19672, 500, 10, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17541, 433, 54, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17543, 432, 53, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16181, 241, 13, 'api::administration.administration', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17544, 32, 9, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16185, 241, 12, 'api::administration.administration', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16187, 241, 6, 'api::administration.administration', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16188, 241, 7, 'api::administration.administration', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17545, 33, 9, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17546, 6, 1, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17547, 35, 2, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17549, 793, 24, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17550, 795, 26, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17552, 797, 27, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17555, 532, 11, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17557, 535, 14, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17559, 536, 15, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17561, 538, 17, 'manipal.registration-process', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17577, 674, 17, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19235, 573, 58, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19238, 574, 60, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16697, 540, 1, 'api::open-day.open-day', 'videoThumbnail', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19243, 580, 74, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19244, 714, 75, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19675, 504, 14, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19677, 640, 44, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19678, 641, 45, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16724, 486, 2, 'manipal.awards-and-certification-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16726, 489, 4, 'manipal.awards-and-certification-card', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16728, 769, 29, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16729, 769, 29, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19679, 642, 46, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19680, 643, 47, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14180, 601, 8, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14182, 602, 9, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14183, 718, 23, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15755, 695, 28, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15756, 696, 7, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15757, 697, 8, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15759, 706, 53, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15760, 708, 56, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15762, 711, 58, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15765, 704, 15, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19236, 575, 59, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19237, 576, 61, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19239, 577, 72, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19240, 791, 18, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19241, 719, 73, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19242, 586, 96, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19245, 812, 13, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19246, 812, 13, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19247, 800, 13, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19248, 801, 13, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19249, 803, 13, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15798, 707, 72, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15800, 709, 74, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15802, 706, 71, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15804, 703, 23, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15806, 705, 25, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19266, 573, 62, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19268, 576, 64, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19278, 813, 14, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19279, 813, 14, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19280, 800, 14, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19281, 801, 14, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19282, 803, 14, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15824, 708, 85, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15827, 710, 87, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15829, 711, 88, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15831, 705, 31, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19283, 573, 66, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19286, 575, 69, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19293, 580, 82, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19294, 714, 83, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19295, 814, 15, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19296, 814, 15, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19297, 800, 15, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19298, 801, 15, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19299, 803, 15, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14415, 601, 6, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14417, 602, 7, 'manipal.image-note', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (14418, 718, 17, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17186, 406, 51, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17187, 407, 51, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16646, 563, 9, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16648, 564, 12, 'manipal.our-process', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15848, 81, 7, 'api::research-committe.research-committe', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17189, 424, 2, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17191, 427, 4, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17194, 420, 2, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17195, 413, 3, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17197, 413, 2, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17199, 413, 6, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17202, 413, 7, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17203, 413, 10, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17205, 413, 11, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17206, 414, 1, 'api::career-services-center.career-services-center', 'img1', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17521, 383, 63, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17523, 384, 64, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17526, 388, 68, 'manipal.campus-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16386, 587, 3, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16387, 715, 3, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16388, 713, 3, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17528, 171, 22, 'manipal.about-manipal-cards', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16695, 125, 14, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16696, 126, 14, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15901, 725, 7, 'api::leadership.leadership', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15902, 726, 8, 'api::leadership.leadership', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15904, 727, 9, 'api::leadership.leadership', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16736, 192, 28, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16737, 193, 28, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16738, 771, 5, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16739, 773, 5, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17715, 799, 14, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17716, 799, 14, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17719, 799, 16, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19682, 573, 78, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19683, 576, 81, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19685, 577, 92, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19686, 791, 23, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19687, 719, 93, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15758, 707, 54, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15761, 709, 55, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15763, 710, 57, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15764, 703, 14, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15766, 705, 16, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18027, 229, 34, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18028, 223, 34, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18029, 224, 30, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18618, 529, 10, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18619, 530, 10, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18620, 531, 10, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19267, 574, 63, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19269, 575, 65, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19270, 577, 76, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19271, 791, 19, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19272, 719, 77, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19273, 586, 97, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19274, 802, 13, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19275, 582, 13, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19276, 580, 78, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19277, 714, 79, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19284, 576, 67, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19285, 574, 68, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19287, 577, 80, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19288, 791, 20, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19289, 719, 81, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19290, 586, 98, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17720, 799, 16, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17723, 799, 17, 'manipal.our-history', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17724, 799, 17, 'manipal.our-history', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18704, 529, 8, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18705, 530, 8, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19688, 586, 101, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19689, 802, 17, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19690, 582, 17, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15795, 695, 31, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15796, 696, 13, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15797, 697, 14, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15799, 708, 73, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15801, 710, 75, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15803, 711, 76, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15805, 704, 24, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19691, 580, 94, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19692, 714, 95, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19693, 817, 18, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16627, 101, 2, 'manipal.title-desc-img-link-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17531, 391, 43, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17533, 179, 45, 'manipal.figures-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17763, 439, 54, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17764, 440, 54, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17765, 441, 55, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18706, 531, 8, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15821, 695, 33, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15822, 696, 17, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15823, 697, 18, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15825, 709, 86, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15826, 706, 83, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15828, 707, 84, 'manipal.images-array', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15830, 703, 29, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15832, 704, 30, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17188, 425, 3, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17190, 426, 5, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17192, 428, 6, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17193, 416, 1, 'manipal.career-services-features', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17196, 412, 1, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15845, 694, 9, 'api::school-collection.school-collection', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (15846, 694, 9, 'api::school-collection.school-collection', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16150, 739, 5, 'api::university.university', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16151, 736, 5, 'api::university.university', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16152, 739, 5, 'api::university.university', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16162, 741, 4, 'api::university.university', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16163, 735, 4, 'api::university.university', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16164, 741, 4, 'api::university.university', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17198, 413, 4, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17200, 413, 5, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17201, 413, 8, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (17204, 413, 9, 'manipal.partners-card', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19694, 817, 18, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19695, 800, 18, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19696, 801, 18, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19291, 802, 14, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19292, 582, 14, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16457, 587, 2, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16458, 715, 2, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (16459, 713, 2, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19697, 803, 18, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19322, 625, 2, 'manipal.multiple-images-with-text', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19324, 627, 3, 'manipal.multiple-images-with-text', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19328, 573, 70, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19330, 576, 72, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19332, 577, 84, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19333, 791, 21, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19334, 719, 85, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19335, 586, 99, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19336, 802, 15, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19337, 582, 15, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19715, 574, 82, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19718, 576, 83, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19719, 577, 96, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19720, 791, 24, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19727, 799, 19, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19728, 799, 19, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19729, 800, 19, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19730, 801, 19, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19731, 803, 19, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19733, 573, 87, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19735, 575, 89, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19736, 577, 100, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19737, 791, 25, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19742, 580, 102, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19743, 714, 103, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19744, 574, 90, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19746, 573, 92, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19750, 719, 105, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19751, 586, 104, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19752, 802, 20, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19753, 582, 20, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19754, 580, 106, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19755, 714, 107, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19757, 574, 95, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19759, 576, 97, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19760, 577, 108, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19761, 791, 27, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19768, 573, 98, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19771, 576, 101, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19774, 719, 113, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19775, 586, 106, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19776, 802, 22, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19777, 582, 22, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19778, 580, 114, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19779, 714, 115, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19781, 576, 102, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19783, 575, 105, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19790, 580, 118, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19791, 714, 119, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19881, 829, 24, 'api::news-single.news-single', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19882, 829, 24, 'api::news-single.news-single', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19883, 830, 24, 'api::news-single.news-single', 'newsImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19893, 831, 1, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19894, 831, 1, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19895, 831, 1, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19926, 271, 1, 'manipal.home-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19716, 573, 84, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19717, 575, 85, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19721, 719, 97, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18979, 573, 31, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18980, 574, 30, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18981, 576, 33, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18982, 575, 32, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18983, 577, 45, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18984, 791, 11, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18985, 719, 44, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18986, 586, 87, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18987, 802, 6, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18988, 582, 6, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18989, 580, 46, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18990, 714, 47, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18991, 799, 6, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18992, 799, 6, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18993, 800, 6, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18994, 801, 6, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18995, 803, 6, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18996, 573, 42, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18997, 574, 43, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18998, 575, 44, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (18999, 576, 45, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19000, 577, 56, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19001, 791, 14, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19002, 719, 57, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19003, 586, 90, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19004, 802, 9, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19005, 582, 9, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19006, 580, 58, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19007, 714, 59, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19008, 808, 9, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19009, 808, 9, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19010, 800, 9, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19011, 801, 9, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19012, 803, 9, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19013, 574, 35, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19014, 573, 34, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19015, 576, 36, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19016, 575, 37, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19017, 577, 48, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19018, 791, 12, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19019, 719, 49, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19020, 586, 88, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19021, 802, 7, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19022, 582, 7, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19023, 580, 50, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19024, 714, 51, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19025, 806, 7, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19026, 806, 7, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19027, 800, 7, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19028, 801, 7, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19029, 803, 7, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19030, 573, 38, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19031, 575, 41, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19032, 576, 39, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19033, 574, 40, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19034, 577, 52, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19035, 791, 13, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19036, 719, 53, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19037, 586, 89, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19038, 802, 8, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19039, 582, 8, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19040, 580, 54, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19041, 714, 55, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19042, 807, 8, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19043, 807, 8, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19044, 800, 8, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19045, 801, 8, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19046, 803, 8, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19047, 573, 46, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19048, 576, 48, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19049, 575, 49, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19050, 574, 47, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19051, 577, 60, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19052, 791, 15, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19053, 719, 61, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19054, 586, 91, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19055, 802, 10, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19056, 582, 10, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19057, 580, 62, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19058, 714, 63, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19059, 809, 10, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19060, 809, 10, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19061, 800, 10, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19062, 801, 10, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19063, 803, 10, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19722, 586, 102, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19314, 449, 56, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19315, 450, 56, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19316, 618, 25, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19317, 619, 26, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19318, 620, 27, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19319, 621, 28, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19320, 622, 29, 'manipal.double-text-with-img-address', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19723, 802, 18, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19724, 582, 18, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19725, 580, 98, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19726, 714, 99, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19732, 574, 86, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19734, 576, 88, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19321, 624, 1, 'manipal.multiple-images-with-text', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19323, 626, 4, 'manipal.multiple-images-with-text', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19325, 628, 5, 'manipal.multiple-images-with-text', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19326, 623, 1, 'manipal.social-media', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19327, 457, 1, 'api::contact-us-page.contact-us-page', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19329, 574, 71, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19331, 575, 73, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19338, 580, 86, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19339, 714, 87, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19340, 815, 16, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19341, 815, 16, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19342, 800, 16, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19343, 801, 16, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19344, 803, 16, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19738, 719, 101, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19739, 586, 103, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19740, 802, 19, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19741, 582, 19, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19745, 575, 91, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19747, 576, 93, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19748, 577, 104, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19749, 791, 26, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19756, 573, 94, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19758, 575, 96, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19762, 719, 109, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19763, 586, 105, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19764, 802, 21, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19765, 582, 21, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19766, 580, 110, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19767, 714, 111, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19769, 574, 99, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19770, 575, 100, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19772, 577, 112, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19773, 791, 28, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19780, 574, 103, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19782, 573, 104, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19784, 577, 116, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19785, 791, 29, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19786, 719, 117, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19787, 586, 107, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19788, 802, 23, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19503, 395, 45, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19505, 394, 43, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19507, 398, 47, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19509, 399, 48, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19511, 675, 66, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19513, 672, 70, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19516, 678, 71, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19789, 582, 23, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20397, 498, 66, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20398, 499, 66, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20399, 842, 5, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20400, 498, 59, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20401, 499, 59, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20402, 841, 2, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20409, 207, 4, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20410, 207, 4, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20411, 840, 1, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19927, 272, 2, 'manipal.home-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19929, 270, 2, 'manipal.home-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19930, 835, 1, 'manipal.home-page-slider', 'frontImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19932, 837, 1, 'manipal.home-page-slider', 'backImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19934, 839, 3, 'manipal.home-page-slider', 'frontImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19935, 838, 3, 'manipal.home-page-slider', 'backImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19936, 273, 15, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19938, 275, 18, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19940, 277, 19, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19942, 279, 5, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20390, 498, 64, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20391, 499, 64, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19795, 574, 106, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19798, 575, 108, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19799, 577, 120, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19800, 791, 30, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19801, 719, 121, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19802, 586, 108, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19803, 802, 24, 'manipal.two-images-with-richtext', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19804, 582, 24, 'manipal.two-images-with-richtext', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19805, 580, 122, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19806, 714, 123, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19812, 573, 74, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19814, 576, 76, 'manipal.career-services-figures', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19816, 577, 88, 'manipal.higher-education-slider', 'logo', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19817, 791, 22, 'manipal.visa-requirement-process-cards', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20395, 498, 65, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20396, 499, 65, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20406, 498, 67, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20407, 499, 67, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20408, 843, 6, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20412, 498, 68, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20413, 499, 68, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (20414, 844, 7, 'api::faculty.faculty', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19500, 401, 49, 'manipal.inner-banner', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19501, 401, 49, 'manipal.inner-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19502, 392, 1, 'manipal.rich-text-img', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19504, 393, 42, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19506, 396, 44, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19508, 397, 46, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19510, 400, 49, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19512, 677, 65, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19514, 674, 67, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19515, 675, 68, 'manipal.general-info', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19824, 816, 17, 'api::program.program', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19825, 816, 17, 'api::program.program', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19826, 800, 17, 'api::program.program', 'benefitsImage', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19827, 801, 17, 'api::program.program', 'admissionReqImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19828, 803, 17, 'api::program.program', 'feeSectionImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19899, 833, 13, 'api::event.event', 'desktopImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19900, 833, 13, 'api::event.event', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19901, 833, 13, 'api::event.event', 'eventImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19928, 269, 1, 'manipal.home-banner', 'mobileImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19931, 836, 2, 'manipal.home-page-slider', 'frontImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19933, 282, 2, 'manipal.home-page-slider', 'backImg', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19937, 276, 16, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19939, 274, 17, 'manipal.icon-card-array', 'icon', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19941, 278, 4, 'manipal.announcement-component', 'img', 1);
INSERT INTO public.files_related_morphs (id, file_id, related_id, related_type, field, "order") VALUES (19943, 280, 6, 'manipal.announcement-component', 'img', 1);
--
-- TOC entry 8456 (class 0 OID 808015)
-- Dependencies: 705
-- Data for Name: header_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.header_components (id, enquire_now_text, enquire_now_link, enquire_now_target, apply_now_link, apply_now_text, apply_now_target, bottom_note, created_at, updated_at, published_at, created_by_id, updated_by_id, program_page_why_dubai_heading) VALUES (1, 'Enquire Now', NULL, 'null', 'https://apply.manipaldubai.com/ ', 'Apply Now', 'null', '©2023 Manipal Academy of Higher Education, Dubai', '2024-05-29 16:13:37.123', '2024-11-28 15:49:36.168', '2024-05-29 18:19:31.928', 1, 3, 'Why Mahe Dubai');
--
-- TOC entry 8462 (class 0 OID 808044)
-- Dependencies: 711
-- Data for Name: header_components_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (43, 1, 2, 'manipal.sub-menu', 'bottomMenu', 2);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (25, 1, 9, 'manipal.files-array', 'socialLinksData', 3);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 25, 'manipal.about-manipal-cards', 'floatingComponent', 5);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (44, 1, 1, 'manipal.sub-menu', 'bottomMenu', 8);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (101, 1, 12, 'manipal.main-menu-component', 'FooterMenu', 9);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (45, 1, 3, 'manipal.sub-menu', 'bottomMenu', 10);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (46, 1, 4, 'manipal.sub-menu', 'bottomMenu', 11);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (26, 1, 8, 'manipal.files-array', 'socialLinksData', 12);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (27, 1, 10, 'manipal.files-array', 'socialLinksData', 13);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (130, 1, 13, 'manipal.main-menu-component', 'FooterMenu', 14);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (28, 1, 12, 'manipal.files-array', 'socialLinksData', 15);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (131, 1, 14, 'manipal.main-menu-component', 'FooterMenu', 16);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (29, 1, 11, 'manipal.files-array', 'socialLinksData', 17);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 26, 'manipal.about-manipal-cards', 'floatingComponent', 18);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (162, 1, 15, 'manipal.main-menu-component', 'FooterMenu', 19);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (93, 1, 8, 'manipal.main-menu-component', 'topMenu', 20);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (163, 1, 16, 'manipal.main-menu-component', 'FooterMenu', 21);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 27, 'manipal.about-manipal-cards', 'floatingComponent', 22);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (164, 1, 17, 'manipal.main-menu-component', 'FooterMenu', 23);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (94, 1, 9, 'manipal.main-menu-component', 'topMenu', 24);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (86, 1, 7, 'manipal.main-menu-component', 'mainMenu', 25);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 28, 'manipal.about-manipal-cards', 'floatingComponent', 26);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.main-menu-component', 'mainMenu', 27);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (95, 1, 10, 'manipal.main-menu-component', 'topMenu', 28);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (96, 1, 11, 'manipal.main-menu-component', 'topMenu', 29);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (65, 1, 6, 'manipal.main-menu-component', 'mainMenu', 31);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (66, 1, 2, 'manipal.main-menu-component', 'mainMenu', 33);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1661, 1, 18, 'manipal.main-menu-component', 'mainMenu', 34);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (67, 1, 3, 'manipal.main-menu-component', 'mainMenu', 36);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (68, 1, 4, 'manipal.main-menu-component', 'mainMenu', 37);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (69, 1, 5, 'manipal.main-menu-component', 'mainMenu', 39);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 1, 8, 'manipal.double-text-with-img-address', 'addressData', 43);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 1, 9, 'manipal.double-text-with-img-address', 'addressData', 44);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 1, 10, 'manipal.double-text-with-img-address', 'addressData', 45);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (276, 1, 40, 'manipal.inner-banner', 'leaderShipPageBanner', 46);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (413, 1, 11, 'manipal.image-click-title-desc-component', 'programPageApplyForScholarshipSection', 47);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (449, 1, 12, 'manipal.image-click-title-desc-component', 'programPageVirtualTourSection', 48);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (494, 1, 1, 'manipal.contact-us-section', 'contactUs', 49);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (577, 1, 3, 'manipal.leadership', 'event', 50);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (578, 1, 4, 'manipal.leadership', 'blog', 51);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1307, 1, 30, 'manipal.double-text-with-img-address', 'location', 52);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2141, 1, 102, 'manipal.double-text-with-link', 'applyNowProgramDetail', 55);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2140, 1, 101, 'manipal.double-text-with-link', 'getaProspectProgramDetail', 56);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2139, 1, 13, 'manipal.image-click-title-desc-component', 'applyForScholarship', 57);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2138, 1, 7, 'manipal.why-dubai-card', 'whyDubai', 58);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2137, 1, 6, 'manipal.virtual-tour', 'virtualTourCampusLife', 59);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2136, 1, 5, 'manipal.virtual-tour', 'becomePartOfMaheDubaiSection', 60);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2199, 1, 1, 'shared.admission-general', 'admissionGeneral', 61);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2316, 1, 1, 'shared.student-services', 'studentServices', 62);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2494, 1, 1, 'shared.campus-life', 'campusLife', 64);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (2375, 1, 1, 'shared.career-services-center', 'careerServiceCenter', 63);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1786, 1, 2, 'manipal.key-value', 'schoolSidePanel', 1);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1787, 1, 3, 'manipal.key-value', 'schoolSidePanel', 2);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1788, 1, 4, 'manipal.key-value', 'schoolSidePanel', 3);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1789, 1, 5, 'manipal.key-value', 'schoolSidePanel', 4);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1790, 1, 6, 'manipal.key-value', 'schoolSidePanel', 5);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1791, 1, 7, 'manipal.key-value', 'schoolSidePanel', 6);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1792, 1, 8, 'manipal.key-value', 'schoolSidePanel', 7);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (450, 1, 7, 'manipal.winter-camp-card', 'whyMaheDubaiCards', 1);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (451, 1, 6, 'manipal.winter-camp-card', 'whyMaheDubaiCards', 4);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (452, 1, 8, 'manipal.winter-camp-card', 'whyMaheDubaiCards', 6);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (453, 1, 9, 'manipal.winter-camp-card', 'whyMaheDubaiCards', 7);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1308, 1, 31, 'manipal.double-text-with-img-address', 'phone', 53);
INSERT INTO public.header_components_components (id, entity_id, component_id, component_type, field, "order") VALUES (1309, 1, 32, 'manipal.double-text-with-img-address', 'email', 54);
--
-- TOC entry 8176 (class 0 OID 748762)
-- Dependencies: 425
-- Data for Name: histories; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.histories (id, our_history_title, "desc", created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Our History', 'Throughout our short history we have helped shape our country and wider region through research and the dissemination of knowledge. We strive to preserve our national heritage.
', '2024-05-22 10:56:16.908', '2024-11-27 10:55:14.557', '2024-05-22 11:00:34.259', 1, 3);
--
-- TOC entry 8190 (class 0 OID 748882)
-- Dependencies: 439
-- Data for Name: histories_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 6, 'manipal.inner-banner', 'banner', 1);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (22, 1, 7, 'manipal.our-history', 'ourHistory', 1);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (23, 1, 6, 'manipal.our-history', 'ourHistory', 2);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (24, 1, 9, 'manipal.our-history', 'ourHistory', 3);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (25, 1, 8, 'manipal.our-history', 'ourHistory', 4);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (26, 1, 10, 'manipal.our-history', 'ourHistory', 5);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (27, 1, 11, 'manipal.our-history', 'ourHistory', 6);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (28, 1, 12, 'manipal.our-history', 'ourHistory', 7);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (29, 1, 13, 'manipal.our-history', 'ourHistory', 8);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (30, 1, 14, 'manipal.our-history', 'ourHistory', 9);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (31, 1, 15, 'manipal.our-history', 'ourHistory', 10);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (32, 1, 16, 'manipal.our-history', 'ourHistory', 11);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (33, 1, 18, 'manipal.our-history', 'ourHistory', 12);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (34, 1, 17, 'manipal.our-history', 'ourHistory', 13);
INSERT INTO public.histories_components (id, entity_id, component_id, component_type, field, "order") VALUES (35, 1, 19, 'manipal.our-history', 'ourHistory', 14);
--
-- TOC entry 8444 (class 0 OID 803875)
-- Dependencies: 693
-- Data for Name: home_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.home_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id, about_mahe_text, about_mahe_desc, cta_text_mahe_dubai, our_prog_title, our_prog_desc, campus_round_title, announcement_title, cta_link_mahe_dubai, campus_life_toggle, admissions_toggle) VALUES (1, '2024-05-29 10:18:20.151', '2024-11-28 15:11:17.111', '2024-05-29 12:49:54.256', 1, 3, 'About MAHE Dubai', 'Established over 70 years ago, MAHE expanded to Dubai in 2000, achieving a prestigious 5-Star rating from KHDA. MAHE Dubai continues to uphold excellence in education, reflecting its rich legacy and commitment to quality.
', 'Explore About MAHE', 'Our Programs', 'MAHE Dubai offers over 50+ programs across 5 schools & 7 disciplines covering Undergraduate, Postgraduate, Certificate, Foundation as well as PhD.
', 'Campus Round Up', 'Announcement', '#', NULL, NULL);
--
-- TOC entry 8452 (class 0 OID 803911)
-- Dependencies: 701
-- Data for Name: home_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (51, 1, 16, 'manipal.icon-card-array', 'types', 1);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.home-banner', 'banner', 2);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (52, 1, 15, 'manipal.icon-card-array', 'types', 3);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 1, 2, 'manipal.home-page-slider', 'homePageSlider', 4);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (53, 1, 17, 'manipal.icon-card-array', 'types', 5);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 1, 'manipal.home-page-slider', 'homePageSlider', 6);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (54, 1, 18, 'manipal.icon-card-array', 'types', 8);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (237, 1, 2, 'manipal.home-banner', 'banner', 9);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (55, 1, 19, 'manipal.icon-card-array', 'types', 10);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (20, 1, 3, 'manipal.home-page-slider', 'homePageSlider', 11);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (195, 1, 4, 'table.publication', 'uaeAdmissionSection', 14);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (146, 1, 8, 'manipal.title-desc-img-link-component', 'pages', 15);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (196, 1, 5, 'table.publication', 'uaeAdmissionSection', 17);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 1, 'manipal.social-key', 'socialInfo', 24);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (331, 1, 4, 'manipal.bottom-apply-now-card', 'latestNews', 25);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (582, 1, 8, 'manipal.main-btn', 'moreProgramsBtn', 26);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (705, 1, 6, 'manipal.bottom-apply-now-card', 'upcomingEvents', 27);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (101, 1, 4, 'manipal.announcement-component', 'announcementComp', 1);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (102, 1, 5, 'manipal.announcement-component', 'announcementComp', 2);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (103, 1, 6, 'manipal.announcement-component', 'announcementComp', 3);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (147, 1, 9, 'manipal.title-desc-img-link-component', 'pages', 16);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (621, 1, 17, 'manipal.title-desc-img-link-component', 'pages', 18);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (622, 1, 18, 'manipal.title-desc-img-link-component', 'pages', 19);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (623, 1, 19, 'manipal.title-desc-img-link-component', 'pages', 20);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (624, 1, 20, 'manipal.title-desc-img-link-component', 'pages', 21);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (625, 1, 21, 'manipal.title-desc-img-link-component', 'pages', 22);
INSERT INTO public.home_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (626, 1, 22, 'manipal.title-desc-img-link-component', 'pages', 23);
--
-- TOC entry 8246 (class 0 OID 783384)
-- Dependencies: 495
-- Data for Name: how_to_apply_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.how_to_apply_pages (id, read_morebtn_text, important_note, more_detail_text, download_online_title, download_desc, created_at, updated_at, published_at, created_by_id, updated_by_id, address_heading) VALUES (1, 'Apply', 'Important: Please quote your online application number in all correspondence.', 'The applications received will be scru tinised and subject to fulfilling the admission requirements, students will be informed of their selection a s per the admission schedule.', 'Download Online Form', 'The application form can be obtained from the admissions office or downloaded from the Manipal Academy of Higher Education, Dubai website.', '2024-05-27 13:26:03.943', '2024-11-28 16:04:03.107', '2024-05-27 13:39:21.762', 1, 3, 'For more details, you can contact us at');
--
-- TOC entry 8314 (class 0 OID 783713)
-- Dependencies: 563
-- Data for Name: how_to_apply_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 1, 'manipal.note-rich-text-component', 'documentRequiredProgram', 1);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 1, 2, 'manipal.note-rich-text-component', 'documentRequiredProgram', 2);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 1, 1, 'manipal.double-text-with-img-address', 'doubleTextWithImgAddress', 3);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (23, 1, 2, 'manipal.double-text-with-img-address', 'doubleTextWithImgAddress', 4);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (24, 1, 3, 'manipal.double-text-with-img-address', 'doubleTextWithImgAddress', 5);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 3, 'manipal.higher-education-slider', 'applicationProcedure', 6);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 7, 'manipal.accordian-array', 'offerAdmission', 7);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 31, 'manipal.inner-banner', 'banner', 8);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (80, 1, 3, 'manipal.general-info', 'applicationProcedure', 9);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (97, 1, 30, 'manipal.double-text-with-link', 'downloadbtn', 10);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (98, 1, 31, 'manipal.double-text-with-link', 'applyBtn', 11);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (116, 1, 37, 'manipal.double-text-with-img-address', 'location', 12);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (117, 1, 38, 'manipal.double-text-with-img-address', 'phone', 13);
INSERT INTO public.how_to_apply_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (118, 1, 39, 'manipal.double-text-with-img-address', 'email', 14);
--
-- TOC entry 7996 (class 0 OID 680740)
-- Dependencies: 245
-- Data for Name: i18n_locale; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.i18n_locale (id, name, code, created_at, updated_at, created_by_id, updated_by_id) VALUES (1, 'English (en)', 'en', '2024-05-14 15:26:40.811', '2024-05-14 15:26:40.811', NULL, NULL);
--
-- TOC entry 8596 (class 0 OID 1071105)
-- Dependencies: 845
-- Data for Name: innovation_incubation_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.innovation_incubation_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id, our_project_title, our_project_subtitle) VALUES (1, '2024-07-23 15:38:42.086', '2024-07-31 19:29:33.903', '2024-07-23 15:38:45.02', 1, 1, 'Our Projects', 'MEHA Dubai: Nurturing Growth, Inspiring Excellence. Committed to Transparency, Innovation, and Student Success.');
--
-- TOC entry 8602 (class 0 OID 1077982)
-- Dependencies: 851
-- Data for Name: innovation_incubation_pages_administrations_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.innovation_incubation_pages_administrations_links (id, innovation_incubation_page_id, administration_id, administration_order) VALUES (1, 1, 7, 2);
INSERT INTO public.innovation_incubation_pages_administrations_links (id, innovation_incubation_page_id, administration_id, administration_order) VALUES (5, 1, 5, 3);
INSERT INTO public.innovation_incubation_pages_administrations_links (id, innovation_incubation_page_id, administration_id, administration_order) VALUES (4, 1, 8, 4);
INSERT INTO public.innovation_incubation_pages_administrations_links (id, innovation_incubation_page_id, administration_id, administration_order) VALUES (3, 1, 6, 5);
--
-- TOC entry 8598 (class 0 OID 1071114)
-- Dependencies: 847
-- Data for Name: innovation_incubation_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 2, 'manipal.general-with-key', 'igniteSection', 1);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 1, 'manipal.general-with-key', 'igniteSection', 2);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 4, 'manipal.general-with-key', 'igniteSection', 3);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 3, 'manipal.general-with-key', 'igniteSection', 4);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 5, 'manipal.general-with-key', 'igniteSection', 5);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 6, 'manipal.general-with-key', 'igniteSection', 6);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 8, 'manipal.general-with-key', 'igniteSection', 7);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 1, 7, 'manipal.general-with-key', 'igniteSection', 8);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (138, 1, 37, 'manipal.icon-card-array', 'projects', 2);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (139, 1, 36, 'manipal.icon-card-array', 'projects', 3);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (140, 1, 38, 'manipal.icon-card-array', 'projects', 5);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 3, 'manipal.main-btn', 'viewAllBtn', 12);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 17, 'manipal.manipal-ranking-component', 'ourTeam', 13);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 8, 'manipal.higher-education-slider', 'secondSectionWhatWeDo', 14);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 63, 'manipal.inner-banner', 'banner', 16);
INSERT INTO public.innovation_incubation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 8, 'manipal.accordian-array', 'introduction', 15);
--
-- TOC entry 8248 (class 0 OID 783395)
-- Dependencies: 497
-- Data for Name: international_admissions; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_admissions (id, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, why_dubai_toggle, campus_life_toggle, admissions_toggle, career_service_toggle) VALUES (1, '2024-05-27 16:51:04.484', '2024-11-27 15:53:55.447', '2024-05-27 16:51:19.84', 1, 3, true, true, true, true, NULL, NULL);
--
-- TOC entry 8316 (class 0 OID 783727)
-- Dependencies: 565
-- Data for Name: international_admissions_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 1, 'manipal.our-process-component', 'ourProcess', 5);
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 1, 'manipal.image-note', 'imageNote', 6);
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 29, 'manipal.general-info', 'internationalStudentAdmissionReq', 7);
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 33, 'manipal.inner-banner', 'banner', 8);
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (37, 1, 2, 'manipal.bottom-apply-now-card', 'bottomApplyNowSection', 9);
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 3, 'manipal.files-array', 'pdfArray', 1);
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 4, 'manipal.files-array', 'pdfArray', 2);
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 5, 'manipal.files-array', 'pdfArray', 3);
INSERT INTO public.international_admissions_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 6, 'manipal.files-array', 'pdfArray', 4);
--
-- TOC entry 8048 (class 0 OID 742553)
-- Dependencies: 297
-- Data for Name: international_collaborations; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_collaborations (id, academic_partner_title, academic_desc, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Academic Partnerships', 'Industry collaborations and interface allow our students to enhance their exposure in a real media environment. By experiencing the professional demeanour and work ethic, they will learn how to work within tight deadlines and under pressures.', '2024-05-22 11:47:35.369', '2024-11-26 16:07:17.32', '2024-05-22 11:57:15.026', 1, 1);
--
-- TOC entry 8150 (class 0 OID 743181)
-- Dependencies: 399
-- Data for Name: international_collaborations_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (339, 1, 24, 'manipal.registration-process', 'logoCardSlider', 2);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (340, 1, 23, 'manipal.registration-process', 'logoCardSlider', 3);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 1, 'manipal.images-array', 'imagesArray', 4);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (341, 1, 26, 'manipal.registration-process', 'logoCardSlider', 5);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (342, 1, 25, 'manipal.registration-process', 'logoCardSlider', 7);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (343, 1, 27, 'manipal.registration-process', 'logoCardSlider', 10);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (344, 1, 28, 'manipal.registration-process', 'logoCardSlider', 11);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.general-info', 'internationalCollaboration', 16);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 1, 2, 'manipal.images-array', 'imagesArray', 17);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 1, 3, 'manipal.images-array', 'imagesArray', 18);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 1, 4, 'manipal.images-array', 'imagesArray', 19);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (17, 1, 5, 'manipal.images-array', 'imagesArray', 20);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 1, 6, 'manipal.images-array', 'imagesArray', 21);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (19, 1, 7, 'manipal.images-array', 'imagesArray', 22);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (20, 1, 8, 'manipal.images-array', 'imagesArray', 23);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (21, 1, 9, 'manipal.images-array', 'imagesArray', 24);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (22, 1, 10, 'manipal.images-array', 'imagesArray', 25);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (23, 1, 11, 'manipal.images-array', 'imagesArray', 26);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 2, 'manipal.general-info', 'studentExchange', 27);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 3, 'manipal.general-info', 'cultureEducationTitle', 28);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 9, 'manipal.inner-banner', 'banner', 29);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (134, 1, 11, 'manipal.registration-process', 'partnershipCard', 1);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (135, 1, 12, 'manipal.registration-process', 'partnershipCard', 2);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (136, 1, 13, 'manipal.registration-process', 'partnershipCard', 3);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (137, 1, 14, 'manipal.registration-process', 'partnershipCard', 4);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (138, 1, 15, 'manipal.registration-process', 'partnershipCard', 5);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (139, 1, 16, 'manipal.registration-process', 'partnershipCard', 6);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (140, 1, 17, 'manipal.registration-process', 'partnershipCard', 7);
INSERT INTO public.international_collaborations_components (id, entity_id, component_id, component_type, field, "order") VALUES (141, 1, 18, 'manipal.registration-process', 'partnershipCard', 8);
--
-- TOC entry 8426 (class 0 OID 798264)
-- Dependencies: 675
-- Data for Name: international_student_orientation_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_student_orientation_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-07-03 16:24:40.575', '2024-07-03 16:27:00.084', '2024-07-03 16:27:00.076', 1, 1);
--
-- TOC entry 8428 (class 0 OID 798273)
-- Dependencies: 677
-- Data for Name: international_student_orientation_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_student_orientation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 61, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.international_student_orientation_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 63, 'manipal.general-info', 'mainSection', NULL);
--
-- TOC entry 8430 (class 0 OID 798754)
-- Dependencies: 679
-- Data for Name: international_student_scholarship_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_student_scholarship_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, why_dubai_toggle, campus_life_toggle, apply_for_scholarship_toggle, admissions_toggle, student_services_toggle, career_service_toggle) VALUES (1, '2024-06-03 12:43:03.378', '2024-11-27 12:53:38.2', '2024-06-03 12:43:05.34', 1, 1, true, true, true, true, NULL, true, true, true);
--
-- TOC entry 8432 (class 0 OID 798763)
-- Dependencies: 681
-- Data for Name: international_student_scholarship_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_student_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 54, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.international_student_scholarship_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 55, 'manipal.general-info', 'mainSection', NULL);
--
-- TOC entry 8200 (class 0 OID 752853)
-- Dependencies: 449
-- Data for Name: international_students; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_students (id, title, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, why_dubai_toggle, campus_life_toggle) VALUES (1, 'International Students Admissions', 'At MAHE Dubai, we welcome international students into a vibrant, multicultural campus community that celebrates diversity and academic excellence.', '<p>With students from over 45 nationalities, the university offers a seamless admission process tailored to meet global standards. From personalized guidance to comprehensive support, we ensure a smooth transition for international applicants. Located in Dubai, a hub of opportunity and innovation, MAHE Dubai provides world-class education, state-of-the-art facilities, and a nurturing environment for students to thrive academically and professionally. Your global journey starts here!</p>', '2024-06-03 12:19:15.394', '2024-11-28 09:41:22.391', '2024-06-03 12:19:18.604', 1, 3, true, true, true, true);
--
-- TOC entry 8202 (class 0 OID 752864)
-- Dependencies: 451
-- Data for Name: international_students_about_dubais; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_students_about_dubais (id, title, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, why_dubai_toggle, campus_life_toggle, apply_for_scholarship_toggle, admissions_toggle, student_services_toggle, career_service_toggle) VALUES (1, 'About Dubai ', 'Dubai, a global hub of innovation, culture, and commerce, is a city that seamlessly blends its rich heritage with cutting-edge modernity. Renowned for its iconic skyline, bustling business districts, and vibrant cultural scene, Dubai offers an unparalleled living and learning experience.', '<p>As one of the safest and most diverse cities in the world, Dubai is home to residents from over 200 nationalities, making it a true melting pot of cultures. The city boasts world-class infrastructure, including efficient public transport, modern healthcare, and endless leisure opportunities, ensuring a high quality of life for all.</p><p>For students, Dubai provides a unique environment to thrive academically and professionally. With its status as a regional business hub, the city offers numerous internships and career opportunities in industries ranging from technology and finance to hospitality and media. The combination of a thriving economy and a commitment to innovation makes Dubai an ideal place to kickstart a successful career.</p><p>Beyond academics and work, Dubai is a city of experiences. From exploring traditional souks and desert adventures to enjoying global cuisine and attending international events, there is always something new to discover. At MAHE Dubai, we are proud to call this extraordinary city home, offering our students a gateway to limitless possibilities.</p>', '2024-06-03 13:32:24.847', '2024-11-26 11:27:02.684', '2024-06-03 13:32:26.753', 1, 1, true, true, true, true, NULL, NULL, NULL, NULL);
--
-- TOC entry 8588 (class 0 OID 1042481)
-- Dependencies: 837
-- Data for Name: international_students_about_dubais_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8224 (class 0 OID 752987)
-- Dependencies: 473
-- Data for Name: international_students_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_students_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 2, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 1);
INSERT INTO public.international_students_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 1, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 2);
INSERT INTO public.international_students_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 4, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 3);
INSERT INTO public.international_students_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 3, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 4);
INSERT INTO public.international_students_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 2, 'manipal.international-students-cards', 'cards', 1);
INSERT INTO public.international_students_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.international-students-cards', 'cards', 3);
INSERT INTO public.international_students_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 53, 'manipal.inner-banner', 'banner', 7);
INSERT INTO public.international_students_components (id, entity_id, component_id, component_type, field, "order") VALUES (78, 1, 3, 'manipal.bottom-apply-now-card', 'applyNowSection', 8);
--
-- TOC entry 8466 (class 0 OID 820289)
-- Dependencies: 715
-- Data for Name: international_students_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_students_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, why_dubai_toggle, campus_life_toggle, apply_for_scholarship_toggle, admissions_toggle, student_services_toggle, career_service_toggle) VALUES (1, '2024-06-03 14:09:22.323', '2024-11-26 14:29:06.159', '2024-06-03 14:09:27.745', 1, 1, true, true, true, true, true, true, true, true);
--
-- TOC entry 8472 (class 0 OID 820316)
-- Dependencies: 721
-- Data for Name: international_students_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.internation-students', 'internationalStudentCenter', 6);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 55, 'manipal.inner-banner', 'banner', 7);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 2, 'manipal.internation-students', 'internationalStudentsOrientationSessions', 8);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 3, 'manipal.internation-students', 'internationalStudentsActivities', 9);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 4, 'manipal.internation-students', 'internationalStudentsVisaRequirement', 10);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 5, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 1);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 6, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 2);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 7, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 3);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 8, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 4);
INSERT INTO public.international_students_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (73, 1, 12, 'manipal.side-menu-international-student-page', 'sideMenuInternationalStudentPage', 5);
--
-- TOC entry 8204 (class 0 OID 752886)
-- Dependencies: 453
-- Data for Name: international_students_visa_requirements; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_students_visa_requirements (id, title, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, why_dubai_toggle, campus_life_toggle, apply_for_scholarship_toggle, admissions_toggle, student_services_toggle, career_service_toggle) VALUES (1, 'Visa Requirement 1', ' It is mandatory for all students to have a valid UAE residence visa to study in the UAE. ', '<p>Manipal Academy of Higher Education, Dubai supports the procurement of a Student Visa for International and non-resident students seeking to study at the University. This enables international students to arrive in the UAE on an international student visa. Non-nationals residing in the UAE are also eligible to apply for a visa once they are of the age of 15. Student visa support is available for students who enroll for a full-time basis in a program of study. Visas are normally valid for a period of 12 months and require renewal every year depending on the duration of the program enrolled in. The Student Visa is valid for the purpose of Education alone and does not permit the student to work.</p>', '2024-07-29 10:58:32.152', '2024-11-27 15:20:40.377', '2024-08-02 17:16:13.508', 1, 3, true, true, true, true, NULL, true, NULL, true);
--
-- TOC entry 8226 (class 0 OID 753015)
-- Dependencies: 475
-- Data for Name: international_students_visa_requirements_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.international_students_visa_requirements_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 1, 'manipal.visa-requirement-process-sec', 'ourProcess', NULL);
--
-- TOC entry 8050 (class 0 OID 742564)
-- Dependencies: 299
-- Data for Name: leaderships; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.leaderships (id, title, designation, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, slug) VALUES (2, 'Dr Hebri Subhaskrishna Ballal', 'Chancellor', 'Dr HS Ballal is Pro Chancellor of Manipal Academy of Higher Education (formerly known as Manipal University) and has contributed in a big way to MU as it is today, the first private university to be included among the BRICS university rankings at 100th position.', '<h5 style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-24);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;line-height:1.25;margin:0px 0px 0.6818em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong>Dr HS Ballal is Pro Chancellor of Manipal Academy of Higher Education (formerly known as Manipal University) and has contributed in a big way to MU as it is today, the first private university to be included among the BRICS university rankings at 100th position.</strong></h5><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr Hebri Subhaskrishna Ballals association with Manipal goes way back to 1953, when he was a grade 7 student at the Christian High School in Udupi. Dr TMA Pai was setting up the Kasturba Medical College building in Manipal then, and he would frequently visit high schools in the region to share his dream of a medical college for the local children. Dr Ballal, whose association with Manipal goes back to his school days, believes that teaching is as much about creation of new knowledge as it is about imparting existing knowledge in text books The school children traveled to Manipal for shram-daan, or to contribute ones labour, and more often than not, Dr Pai would be found working side by side with enthusiastic students like the young Hebri Ballal.</p>', '2024-05-22 16:31:32.476', '2024-05-22 16:46:09.499', '2024-05-22 16:31:35.104', 1, 1, 'dr-hebri-subhaskrishna-ballal');
INSERT INTO public.leaderships (id, title, designation, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, slug) VALUES (4, 'Dr. S Sudhindra', 'Academic President', 'Dr. S Sudhindra is the Academic President at Manipal Academy of Higher Education, Dubai Campus.', '<h5 style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-24);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;line-height:1.25;margin:0px 0px 0.6818em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong>Dr. S Sudhindra is the Academic President at Manipal Academy of Higher Education, Dubai Campus.</strong></h5><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">Dr. Sudhindra leads a team consisting of permanent and adjunct faculty and supporting academic staff that designs and delivers high-quality graduate, postgraduate, and doctoral programs. Among other things, his role includes driving industry and academic collaborations, research, student progression, and development of industry ready programs at MAHE Dubai. He believes that innovation and continuous improvement are absolute necessities to creating value for the key stakeholders. Dr. Sudhindra has a Masters in Technology from Indian Institute of Technology Madras (IIT Madras), and a PhD, also from IIT Madras. Prior to joining the academic career, he served in the Indian Army in the Corps of Electronics and Mechanical Engineering from where he retired as a Colonel. Thereafter, during his academic career, he has held faculty and administrative positions at Christ University, Bengaluru,and at T. A. Pai Management Institute Manipal.</p>', '2024-05-22 16:35:18.892', '2024-05-22 16:35:20.537', '2024-05-22 16:35:20.527', 1, 1, 'dr-s-sudhindra');
INSERT INTO public.leaderships (id, title, designation, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, slug) VALUES (1, 'Dr Ramdas M Pai', 'Chancellor', 'Having spent his entire life working with and for the Manipal group of institutions,Dr Ramdas M Pai views his home and workplace as extensions of each other, and believes the staff and faculty at the institutions are members of his extended family.', '<p style="margin-bottom:8.0pt;text-align:justify;"><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">Dr Ramdas M Pai, Chancellor of Manipal Academy of Higher Education, and Padma Bhushan awardee 2011, has a powerful vision for the future: twenty years hence, in a world of shrinking distances and countries with open borders, Manipal India would be recognised as one of the largest global varsities in India.</span></span><br><br><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">A vision for the future:</span></span><br><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">“In a world of shrinking distances and countries with open borders, Manipal will be recognised as one of the largest global carsities in India.”</span></span><br><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">-Ramdas Pai</span></span><br><br><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">Dr Ramdas Madhav Pai, Chancellor of Manipal Academy of Higher Education, has a powerful vision for the future: 20 years hence, in a world of shrinking distances and countries with open borders, Manipal India will be recognised as one of the largest global varsities in India.</span></span></p><p style="background-color:white;margin-bottom:8.0pt;text-align:justify;"><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">&nbsp;</span></span></p><p style="background-color:white;margin-bottom:8.0pt;text-align:justify;"><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN">Achievements</span></span></p><p style="background-color:white;margin-bottom:8.0pt;text-align:justify;"><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">Dr Ramdas M Pai has always set a high bar for the institutions he has set up. He was awarded the Padma Bhushan by the Government of India in April 2011. Months later, in December 2011, the Government of Melaka, Malaysia honoured him with a Datuk Award. He was also awarded the Golden Peacock Lifetime Achievement Award for 2011 in recognition of his contribution in the field of education and healthcare.&nbsp;</span></span></p><p style="background-color:white;margin-bottom:8.0pt;text-align:justify;"><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">&nbsp;</span></span></p><p style="background-color:white;margin-bottom:8.0pt;text-align:justify;"><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">With nearly 60 countries already represented in the Manipal campus, he foresees an exponential growth in the international student body, as the university successfully rises to the challenge of a technologically sophisticated era. By continuing to provide excellent physical infrastructure and implementing innovative curricula and learning approaches, he believes, Manipal Academy of Higher Education will continue to produce pioneers in all fields of medicine to serve the cause of humanity in general. This can-do attitude is a legacy of his father and Manipals founder, Dr TMA Pai.</span></span></p><p style="background-color:white;margin-bottom:8.0pt;text-align:justify;"><span style="color:#212529;font-family:&quot;Times&quot;,serif;"><span lang="EN-US">Dr Ramdas M Pai is an alumnus of KMC Manipal and a postgraduate in Hospital Administration from Albert Einstein Medical Center, Philadelphia, USA. In 1961, Dr Ramdas M Pai began his career as a hospital administrator at Kasturba Hospital, Manipal,
INSERT INTO public.leaderships (id, title, designation, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, slug) VALUES (7, 'Dr. Ranjan Pai', 'President, Manipal Academy of Higher Education', 'Dr. Ranjan Pai', '<p>Dr. Ranjan Pai</p>', '2024-11-22 18:30:40.976', '2024-11-22 18:30:52.561', '2024-11-22 18:30:52.55', 3, 3, 'leadership');
INSERT INTO public.leaderships (id, title, designation, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, slug) VALUES (8, 'Dr HS Ballal', 'Pro Chancellor', 'Dr HS Ballal', '<div class="SCXP167792335 BCX2"><ol class="NumberListStyle1 SCXP167792335 BCX2" role="list"><li class="OutlineElement Ltr SCXP167792335 BCX2" style="direction:ltr;font-family:Arial;font-size:18px;vertical-align:baseline;" data-charcodes="65533,0,46" data-buautonum="8" data-margin="540" data-aria-posinset="3" role="listitem" data-aria-level="1"><p class="Paragraph WhiteSpaceCollapse SCXP167792335 BCX2" style="background-color:transparent;color:windowtext;font-style:normal;font-weight:normal;text-align:left;text-indent:0px;vertical-align:baseline;" xml:lang="PT-BR" lang="PT-BR" paraid="0" paraeid="{3f7bba23-5b62-4779-9fcd-d336a4803002}{170}" data-ccp-props="{&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559683&quot;:0,&quot;335559685&quot;:540,&quot;335559731&quot;:-540,&quot;335559737&quot;:0,&quot;335562764&quot;:2,&quot;335562765&quot;:1,&quot;335562766&quot;:4,&quot;335562767&quot;:0,&quot;335562768&quot;:4,&quot;335562769&quot;:0}" data-indent="-540"><span style="color:rgb(33,37,41);font-family:&quot;Times&quot;, &quot;Times_EmbeddedFont&quot;, &quot;Times_MSFontService&quot;, &quot;Times New Roman&quot;, &quot;Serif&quot;;font-size:18pt;"><span class="TextRun SpellingErrorZoomed SCXP167792335 BCX2 NormalTextRun" style="font-kerning:normal;font-style:normal;font-variant:normal;letter-spacing:0px;line-height:0px;padding-bottom:0.625987px;position:relative;text-decoration:none;vertical-align:-0.625987px;" data-scheme-color="@212529,," data-usefontface="true" data-contrast="none" xml:lang="IT-IT" lang="IT-IT"><strong>Pro </strong></span><span class="TextRun SpellingErrorZoomed SCXP167792335 BCX2" style="font-kerning:normal;font-style:normal;font-variant:normal;letter-spacing:0px;line-height:0px;padding-bottom:0.625987px;position:relative;text-decoration:none;vertical-align:-0.625987px;" data-scheme-color="@212529,," data-usefontface="true" data-contrast="none" xml:lang="IT-IT" lang="IT-IT"><strong>Chancellor</strong></span></span><span style="font-family:&quot;Times&quot;, &quot;Times_EmbeddedFont&quot;, &quot;Times_MSFontService&quot;, &quot;Times New Roman&quot;, &quot;Serif&quot;;font-size:18pt;"><span class="EOP SCXP167792335 BCX2" style="line-height:0px;"></span></span></p></li></ol></div>', '2024-11-22 18:32:46.416', '2024-11-22 18:32:50.262', '2024-11-22 18:32:50.252', 3, 3, 'leadership-1');
INSERT INTO public.leaderships (id, title, designation, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, slug) VALUES (3, 'Lt. Gen. (Dr.) M. D. Venkatesh', 'Vice Chancellor', 'Lt. Gen. (Dr.) M. D. Venkatesh has assumed the role of the seventh Vice Chancellor of Manipal Academy of Higher Education from July 1, 2020.', '<h5 style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-24);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;line-height:1.25;margin:0px 0px 0.6818em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong>Lt. Gen. (Dr.) M. D. Venkatesh has assumed the role of the seventh Vice Chancellor of Manipal Academy of Higher Education from July 1, 2020.</strong></h5><p style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-18);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;line-height:1.625em;margin:0px 0px 1.25em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;">He has contributed significantly in the field of medical education, having trained generations of undergraduate and postgraduate students in the Armed Forces Medical College (AFMC), Pune and, also, had the unique distinction of holding, over the years, all the academic positions in AFMC, from Reader to Dean. He was in the armed forces for 38 years, during which, besides academic, he has also held numerous administrative appointments , and is credited with many achievements. Lt. Gen. (Dr.) M. D. Venkatesh is the seventh Vice Chancellor of MAHE Manipal. He graduated from Mysore Medical College in 1978 with an exceptional academic record and was commissioned in Armed Medical Corps in 1979. He acquired his MS (ENT) from Mumbai University in 1986 and is an outstanding ENT Surgeon. He has undergone training in Cochlear Implantation and Neurotology in India and Overseas.</p>', '2024-05-22 16:32:31.293', '2024-11-22 18:33:28.353', '2024-05-22 16:32:32.888', 1, 3, 'dr-m-d-venkatesh');
INSERT INTO public.leaderships (id, title, designation, intro, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, slug) VALUES (9, 'Mr. Niranjan Jayakumar', 'CEO- Manipal Education MENA Region', 'Mr. Niranjan Jayakumar', '<p><span style="color:rgb(33,37,41);font-family:&quot;Times&quot;, &quot;Times_EmbeddedFont&quot;, &quot;Times_MSFontService&quot;, &quot;Times New Roman&quot;, &quot;Serif&quot;;font-size:18pt;"><span class="TextRun SpellingErrorZoomed BCX2 SCXP161618345 NormalTextRun" style="font-kerning:normal;font-style:normal;font-variant:normal;letter-spacing:0px;line-height:0px;padding-bottom:0.625987px;position:relative;text-decoration:none;vertical-align:-0.625987px;" data-scheme-color="@212529,," data-usefontface="true" data-contrast="none" xml:lang="PT-BR" lang="PT-BR"><strong>Mr. </strong></span><span class="TextRun SpellingErrorZoomed BCX2 SCXP161618345" style="font-kerning:normal;font-style:normal;font-variant:normal;letter-spacing:0px;line-height:0px;padding-bottom:0.625987px;position:relative;text-decoration:none;vertical-align:-0.625987px;" data-scheme-color="@212529,," data-usefontface="true" data-contrast="none" xml:lang="PT-BR" lang="PT-BR"><strong>Niranjan</strong></span><span class="TextRun SpellingErrorZoomed BCX2 SCXP161618345 NormalTextRun" style="font-kerning:normal;font-style:normal;font-variant:normal;letter-spacing:0px;line-height:0px;padding-bottom:0.625987px;position:relative;text-decoration:none;vertical-align:-0.625987px;" data-scheme-color="@212529,," data-usefontface="true" data-contrast="none" xml:lang="PT-BR" lang="PT-BR"><strong> </strong></span><span class="TextRun SpellingErrorZoomed BCX2 SCXP161618345" style="font-kerning:normal;font-style:normal;font-variant:normal;letter-spacing:0px;line-height:0px;padding-bottom:0.625987px;position:relative;text-decoration:none;vertical-align:-0.625987px;" data-scheme-color="@212529,," data-usefontface="true" data-contrast="none" xml:lang="PT-BR" lang="PT-BR"><strong>Jayakumar</strong></span></span></p>', '2024-11-22 18:34:28.956', '2024-11-22 18:34:32.371', '2024-11-22 18:34:32.364', 3, 3, 'leadership-2');
--
-- TOC entry 8554 (class 0 OID 1016853)
-- Dependencies: 803
-- Data for Name: leaderships_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8178 (class 0 OID 748783)
-- Dependencies: 427
-- Data for Name: manipal_jai_pur_universities; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.manipal_jai_pur_universities (id, title, rich_text_copy, world_wide_title, short_desc, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'American University of Antigua', '<div><h5>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States. Garnering the support of world-renowned Manipal University, AUA has developed into a hub of international education, centred in a recently-built 150,000 sq ft and technologically advanced campus.</h5><p>The basic sciences curriculum at AUA consists of two semesters per academic year. This is in line with US medical school programs and, coupled with AUAs new campus, provides a learning experience unequalled in the Caribbean. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ''lorem ipsum'' will uncover many web sites still in their infancy. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc..</p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type.</p></div>', 'Worldwide Manipal', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.', '2024-05-31 15:32:30.061', '2024-07-23 12:19:39.633', '2024-05-31 15:33:47.405', 1, 2);
--
-- TOC entry 8192 (class 0 OID 748910)
-- Dependencies: 441
-- Data for Name: manipal_jai_pur_universities_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.manipal_jai_pur_universities_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 48, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8054 (class 0 OID 742624)
-- Dependencies: 303
-- Data for Name: news; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.news (id, date, rich_text_copy, short_desc, title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, btn_text, spolight) VALUES (20, '2023-02-17', '<p>In an effort to spread awareness about the importance of hormonal balance in maintaining overall health, MAHE Dubai students of the COSW club organized a session on the effects of hormones on physical and mental health by Aster Clinic, along with a free health camp. The event was held on the 16th February, and it was open to everyone, including the students and staff members of the university.</p><p>The session started with a presentation by the organizers, who introduced the audience to the different hormones present in the body and their functions. They discussed the importance of hormonal balance in maintaining physical and mental health and the various health issues that can arise due to hormonal imbalances.</p><p>In addition to the session, the organizers had set up a free health camp, where attendees could get their height, weight, cholestrol and GRBS checked. Many attendees took advantage of the opportunity and got themselves checked.</p>', 'In an effort to spread awareness about the importance of hormonal balance in maintaining overall health, MAHE Dubai students of the COSW club organized a session on the effects of hormones on physical and mental health by Aster Clinic, along with a free health camp. The event was held on the 16th February, and it was open to everyone, including the students and staff members of the university.', 'COSW Club organizes an ''Effects of Hormones on Physical and Mental Health'' Session by Aster Clinic', 'cosw-club-organizes-an-effects-of-hormones-on-physical-and-mental-health-session-by-aster-clinic-1', '2024-08-01 15:12:17.258', '2024-11-28 15:21:43.714', '2024-08-04 06:19:05.761', 3, 3, 'Read More', true);
INSERT INTO public.news (id, date, rich_text_copy, short_desc, title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, btn_text, spolight) VALUES (24, '2023-05-06', '<p>The School of Humanities and Social Sciences proudly hosted the second edition of PsychED, a psychology conference tailored for schools, from May 3rd to 4th, 2023. This conference united students from various schools across the UAE, fostering engaging scholarly competitions and discussions. The chosen theme for this year''s event was "Mind Meets Machine: Exploring the Intersection of Psychology and Technology."</p><p>The inaugural day commenced with a captivating Keynote Address delivered by Dr. Bas Rockers, an Associate Professor from NYU Abu Dhabi. Dr. Rockers shared his insights on ''The Future of Psychology: A Technological Perspective,'' setting the tone for an intellectually stimulating conference.</p><p>The ''Roundtable Conference'' on Day 1 featured a group of exceptionally talented school students taking center stage. They shared thought-provoking viewpoints on the impact of technology on the future of psychology. Ms. Eliza Hatoum, a practicing Psychologist, Life Coach, and Founder of ''The New Me,'' expertly moderated the discussion. The session was adjudicated by Ms. Mirna Mneimneh, Co-founder of Elggo, and Ms. Diya Ganguly, Founder of Psychonnect.</p><p>Day 2 witnessed students actively participating in ''Lobotomy,'' a psychology quiz designed to challenge their knowledge through fun rounds and games. Ms. Ayman Sayed, a 1st Year MSc Applied Psychology student at MAHE, Dubai, served as the quiz master, testing participants'' mettle and problem-solving skills.</p><p>The final event of the day, the ''Young Scholars Award,'' showcased budding psychologists presenting insightful posters on various psychology and technology themes. The session was judged by Dr. Ruchika Ranwa, Research Coordinator and Faculty at the School of Humanities and Social Sciences, MAHE Dubai, and Ms. Kritika Mathur, Student Engagement Officer at MAHE, Dubai.</p><p>Congratulations are extended to all participants and winners across the events. <strong>Special acknowledgment goes to JSS Private School for securing the Overall Trophy, with GEMS Our Own Indian School finishing a close second.</strong></p><p><strong>List of Winners from PsychED 23</strong></p><p><strong>Roundtable Conference</strong></p><p><strong>Winner - </strong>Elizabeth Varkey from Gems Modern Academy</p><p><strong>Runner-up </strong>Vritti Pavan Bhagnari JSS Private School</p><p><strong>Lobotomy</strong></p><p><strong>Winner-Team Gems - </strong>Vidhya Muraleedharan, Fathima Riham, Wafa Fathima- Gems Our Own Indian School</p><p><strong>Runner-up </strong>Team JSSPS Sanika Deolekar, Jaivarsha MS, K Sai Vardana, JSS Private School</p><p><strong>Young Scholar Award</strong></p><p><strong>Winner - </strong>Vritti Pavan Bhagnari , Mehek Sawhney and Raizel Rodrigues- JSS Private School</p><p><strong>Runner-up</strong> Paawni Goyal, Tasneem Khan and Nandini Khaneja- Gems Modern Academy</p><p><strong>Overall Trophy</strong></p><p><strong>Winner - </strong>JSS Private School</p><p><strong>Runner-up </strong>Gems Our Own Indian School</p>', 'The School of Humanities and Social Sciences proudly hosted the second edition of PsychED, a psychology conference tailored for schools, from May 3rd to 4th, 2023. This conference united students from various schools across the UAE, fostering engaging scholarly competitions and discussions. The chosen theme for this year''s event was "Mind Meets Machine: Exploring the Intersection of Psychology and Technology."', 'PsychED 2023: School of Humanities and Social Sciences Hosts 2nd Edition of Psychology Conference for UAE School Students', 'psych-ed-2023-school-of-humanities-and-social-sciences-hosts-2nd-edition-of-psychology-conference-for-uae-school-students', '2024-08-01 15:12:17.258', '2024-11-28 14:44:53.01', '2024-11-28 14:44:52.999', 3, 3, 'Read More', true);
INSERT INTO public.news (id, date, rich_text_copy, short_desc, title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id, btn_text, spolight) VALUES (23, '2022-12-23', '<p>MAHE Dubai recently organized Carnival 2022, a two day cultural event, inviting various universities onto the campus to participate across various categories like Dance, Battle of the Bands, Fashion Show and Quiz.</p><p>Organized on the 21st and 22nd December, MAHE Dubai welcomed 6 participating Universities, 118 participants and 1200+ visitors. The campus was abuzz with various food stalls and gaming stalls, which were set up by representatives from the different Schools at MAHE Dubai.</p><p>The winning teams are as follows:</p><figure class="table"><table><thead><tr><th>Competition Category</th><th>Winner</th><th>Runner up</th></tr></thead><tbody><tr><td>Battle of Bands</td><td>MAHE Dubai</td><td>WESTFORD</td></tr><tr><td>Quiz</td><td>BITS Pilani</td><td>MAHE Dubai</td></tr><tr><td>Fashion Show</td><td>BITS Pilani</td><td>MAHE Dubai</td></tr><tr><td>Eastern Group Dance</td><td>WESTFORD</td><td>MAHE Dubai</td></tr><tr><td>Western Group Dance</td><td>MAHE Dubai</td><td>BITS Pilani</td></tr></tbody></table></figure><p><strong>MAHE Dubai was crowned as overall champions for Carnival 2022.&nbsp;</strong></p><p>CARNIVAL is MAHE Dubais Annual Inter-University Cultural Festival that provides a cuturally enriching platform for the students of leading Universities of the UAE to showcase their talents in healthy competetive environment, leading to the holistic development of the student community in the UAE.</p><p>Started in 2015, Carnival is organised over two days and features close to 20 creative and cultural events.</p>', 'MAHE Dubai recently organized Carnival 2022, a two day cultural event, inviting various universities onto the campus to participate across various categories like Dance, Battle of the Bands, Fashion Show and Quiz.', 'MAHE Dubai celebrates Carnival 2022', 'mahe-dubai-celebrates-carnival-2022', '2024-08-01 15:12:17.258', '2024-11-28 15:21:50.458', '2024-11-28 14:36:07.841', 3, 3, 'Read More', true);
--
-- TOC entry 8556 (class 0 OID 1016881)
-- Dependencies: 805
-- Data for Name: news_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8180 (class 0 OID 748794)
-- Dependencies: 429
-- Data for Name: news_detail_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.news_detail_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-07-22 16:23:39.496', '2024-07-22 16:23:39.496', NULL, 2, 2);
--
-- TOC entry 8194 (class 0 OID 748924)
-- Dependencies: 443
-- Data for Name: news_detail_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.news_detail_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 62, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8646 (class 0 OID 1376626)
-- Dependencies: 895
-- Data for Name: news_events_categories; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.news_events_categories (id, title, key, type, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (4, 'Career Serivces', 'career-serivces', 'non-academics', '2024-11-26 17:55:19.278', '2024-11-26 17:55:25.223', '2024-11-26 17:55:25.213', 1, 1);
--
-- TOC entry 8648 (class 0 OID 1376637)
-- Dependencies: 897
-- Data for Name: news_events_categories_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8052 (class 0 OID 742613)
-- Dependencies: 301
-- Data for Name: news_mains; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.news_mains (id, spotlight_title, spotlight_desc, more_news_title, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'In the Spotlight', 'Discovering Academic Excellence and Cultural Diversity Unveiling the Unparalleled Experience at Manipal Dubai!', 'More News', '2024-05-24 18:05:30.904', '2024-07-02 12:30:46.987', '2024-05-24 18:05:35.918', 1, 1);
--
-- TOC entry 8152 (class 0 OID 743237)
-- Dependencies: 401
-- Data for Name: news_mains_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.news_mains_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 27, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8652 (class 0 OID 1377129)
-- Dependencies: 901
-- Data for Name: news_news_events_category_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.news_news_events_category_links (id, news_single_id, news_events_category_id, news_single_order) VALUES (10, 23, 4, NULL);
--
-- TOC entry 8620 (class 0 OID 1124754)
-- Dependencies: 869
-- Data for Name: news_school_collection_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.news_school_collection_links (id, news_single_id, school_collection_id, news_single_order) VALUES (6, 20, 5, 1);
INSERT INTO public.news_school_collection_links (id, news_single_id, school_collection_id, news_single_order) VALUES (8, 23, 7, 1);
INSERT INTO public.news_school_collection_links (id, news_single_id, school_collection_id, news_single_order) VALUES (9, 24, 5, 2);
--
-- TOC entry 8206 (class 0 OID 752897)
-- Dependencies: 455
-- Data for Name: open_days; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.open_days (id, title, intro, sub_title, video_url, form_title, form_description, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Choose how youd like to discover MAHE Dubai!', 'Discover your path to success and innovation at Manipal Academy of Higher Education, Dubai Campus. Our Open Days offers a vibrant and immersive experience, providing insights into Studying at a top university in Dubai and the diverse opportunities awaiting you.', 'Schedule for September 2024 Intake:', 'https://www.youtube.com/embed/a6BPk6QFXx0', 'Register Now', 'Discover the answers to all your questions by signing up for our upcoming on-campus Open Day. Don''t miss out on this fantastic opportunity to explore firsthand what Manipal Dubai Campus has to offer.', '2024-05-23 14:12:17.262', '2024-11-25 15:16:50.436', '2024-05-23 14:12:19.998', 1, 3);
--
-- TOC entry 8228 (class 0 OID 753029)
-- Dependencies: 477
-- Data for Name: open_days_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.open_days_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 14, 'manipal.inner-banner', 'banner', 3);
INSERT INTO public.open_days_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 1, 'manipal.open-days-points', 'pointsSec', 5);
INSERT INTO public.open_days_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'table.open-days-table', 'table', 1);
INSERT INTO public.open_days_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 2, 'table.open-days-table', 'table', 2);
INSERT INTO public.open_days_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 3, 'table.open-days-table', 'table', 3);
--
-- TOC entry 8394 (class 0 OID 793884)
-- Dependencies: 643
-- Data for Name: our_campuses; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.our_campuses (id, title, video_title, video_rich_text_copy, video_url, created_at, updated_at, published_at, created_by_id, updated_by_id, "desc") VALUES (1, 'Manipal Dubai offers a diverse array of services and amenities aimed at fostering a vibrant academic environment and promoting a healthy lifestyle for students.', 'Experience Excellence with MAHE Dubai', '<p>Come and experience world-class education at <strong>MAHE Dubai</strong>, a <strong>5-star rated university</strong> recognized for excellence across all categories. We are proud to have received top ratings in <strong>Teaching, Internationalization, Facilities, Programme Strength, Employability, Research, Happiness &amp; Wellbeing,</strong> and <strong>Environmental Impact</strong>. Our commitment to delivering an exceptional academic and campus experience ensures that every student thrives in a dynamic and supportive environment. Join us and become part of a community that inspires success and drives innovation.</p>', 'https://youtu.be/a6BPk6QFXx0', '2024-05-24 17:16:11.643', '2024-11-26 15:31:07.109', '2024-05-31 14:42:21.564', 1, 3, 'Here, students have the opportunity to explore essential core values, build social connections, and foster intellectual growth. They are empowered to leverage their strengths and are motivated to make a positive difference in the world around them.Experience a Dynamic Fusion of Cultures and Learning at Manipal Dubai Campus! Our vibrant community offers a perfect blend of academics, extracurriculars, and lifelong memories. Engage in a rich tapestry of activities, global perspectives, and opportunities to shape your future. Discover the essence of student life at Manipal Dubai - it''s not just an education; it''s an adventure.');
--
-- TOC entry 8418 (class 0 OID 794012)
-- Dependencies: 667
-- Data for Name: our_campuses_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 8, 'manipal.about-manipal-sec', 'aboutManipal', 2);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 8, 'manipal.campus-facts-and-figures', 'factsAndFigures', 8);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 26, 'manipal.inner-banner', 'banner', 9);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (182, 1, 32, 'manipal.double-text-with-link', 'readMoreAboutManipalBtn', 10);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (38, 1, 63, 'manipal.campus-cards', 'campusCards', 1);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (39, 1, 64, 'manipal.campus-cards', 'campusCards', 2);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (45, 1, 65, 'manipal.campus-cards', 'campusCards', 3);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (52, 1, 66, 'manipal.campus-cards', 'campusCards', 4);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (53, 1, 67, 'manipal.campus-cards', 'campusCards', 5);
INSERT INTO public.our_campuses_components (id, entity_id, component_id, component_type, field, "order") VALUES (62, 1, 68, 'manipal.campus-cards', 'campusCards', 6);
--
-- TOC entry 8208 (class 0 OID 752908)
-- Dependencies: 457
-- Data for Name: our_faculties; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.our_faculties (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Our Faculty', '2024-05-27 15:17:46.428', '2024-05-27 16:09:23.605', '2024-05-27 15:17:55.586', 1, 1);
--
-- TOC entry 8230 (class 0 OID 753043)
-- Dependencies: 479
-- Data for Name: our_faculties_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.our_faculties_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 32, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8250 (class 0 OID 783404)
-- Dependencies: 499
-- Data for Name: policies; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.policies (id, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, admission_enq_title) VALUES (1, '<p><meta charset="utf-8"><span style="white-space:pre-wrap;">Manipal Academy of Higher Education, Dubai is committed to protecting the privacy of all the visitors to its site. Our policy is simple: We do not collect personal information from you unless it is voluntarily provided to us by you. We do not give, share, sell, rent or transfer any personal information to a third party. We do however record non-personal information, based on the data you voluntarily submit while visiting our site.</span></p><h5><span style="white-space:pre-wrap;">Non-Personal Information We Record</span></h5><p><br><span style="white-space:pre-wrap;">During your visit, our web server will record:</span><br><br><span style="white-space:pre-wrap;">The Internet domain for your Internet service, such as "xyz.com" or "xyz.net" if you use a private internet access account or "yourcollege.edu" if you connect from a college or university domain</span><br><span style="white-space:pre-wrap;">The type of browser (such as "Netscape version X" or "Internet Explorer version X") that you are using</span><br><span style="white-space:pre-wrap;">The type of operating system that you use (such as Macintosh, UNIX, or Windows)</span><br><span style="white-space:pre-wrap;">The date and time of your visit to our site and the web pages that you visit on our site</span><br><span style="white-space:pre-wrap;">The address of the previous website you had visited, from where you had followed the link to our website</span><br><span style="white-space:pre-wrap;">The data we collect is used for statistical analysis, to help us make our site more useful to visitors. This tracking system does not record information about individuals.</span></p><h5><br><span style="white-space:pre-wrap;">Cookies</span></h5><p><br><span style="white-space:pre-wrap;">Certain pages on the Manipal Academy of Higher Education, Dubai website, use "cookies", which will help you use our websites interactively. A cookie is a small file that a website transfers to your computer''s hard disk, usually to keep track of you while you are connected to that site. The cookies on MUL web pages do not collect information about you, but only about your browser "session." The cookie makes it easier for you to use the dynamic features of these web pages, without having to provide the same information again as you move from one page to another. To protect your privacy, be sure to close your browser completely after you have finished browsing/ transacting on a website that uses cookies. If you are concerned about the potential use of information gathered from your computer by cookies, you can set your</span><br><span style="white-space:pre-wrap;">browser to prompt you before it accepts a cookie. Most Internet browsers have settings that let you identify and/or reject cookies.</span></p><h5><span style="white-space:pre-wrap;">Information from E-mails</span></h5><p><br><span style="white-space:pre-wrap;">If you decide to send us an electronic mail message (e-mail), the message will usually contain your return e-mail address. If you include personally-identifying information in your e-mail because you want us to address issues specific to your situation, we may use that information in responding to your request. Moreover, as e-mail is not fully protected against interception, we request you to send only the information required to help us process your request.</span></p><h5><span style="white-space:pre-wrap;">Information Collected from Interactive Forms</span></h5><p><br><span style="white-space:pre-wrap;">Some of our web pages offer interactive forms that let you voluntarily submit personal information (such as your e-mail address, name, or organization). This occurs while you are registering for online counseling, various tests, quizzes, seminars, workshops, training sessions offered by Manipal Global, downloading admission forms and so on. In such cases, all submitted in
--
-- TOC entry 8318 (class 0 OID 783741)
-- Dependencies: 567
-- Data for Name: policies_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 16, 'manipal.inner-banner', 'banner', 1);
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 21, 'manipal.double-text-with-img-address', 'enquiryWaysMethods', 1);
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 23, 'manipal.double-text-with-img-address', 'enquiryWaysMethods', 2);
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 22, 'manipal.double-text-with-img-address', 'enquiryWaysMethods', 3);
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 24, 'manipal.double-text-with-img-address', 'enquiryWaysMethods', 4);
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 40, 'manipal.double-text-with-img-address', 'location', NULL);
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 41, 'manipal.double-text-with-img-address', 'email', NULL);
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 1, 42, 'manipal.double-text-with-img-address', 'phone', NULL);
INSERT INTO public.policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 1, 43, 'manipal.double-text-with-img-address', 'whatsapp', NULL);
--
-- TOC entry 8056 (class 0 OID 742646)
-- Dependencies: 305
-- Data for Name: privacy_policies; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.privacy_policies (id, title, rich_text_copy, slug, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Privacy Policy', '<h5>PRIVACY POLICY:</h5><p>Manipal Academy of Higher Education, Dubai is committed to protecting the privacy of all the visitors to its site. Our policy is simple: We do not collect personal information from you unless it is voluntarily provided to us by you. We do not give, share, sell, rent or transfer any personal information to a third party. We do however record non-personal information, based on the data you voluntarily submit while visiting our site.</p><h5>NON-PERSONAL INFORMATION WE RECORD</h5><p>During your visit, our web server will record:</p><ul><li>The Internet domain for your Internet service, such as "xyz.com" or "xyz.net" if you use a private internet access account or "yourcollege.edu" if you connect from a college or university domain</li><li>The type of browser (such as "Netscape version X" or "Internet Explorer version X") that you are using</li><li>The type of operating system that you use (such as Macintosh, UNIX, or Windows)</li><li>The date and time of your visit to our site and the web pages that you visit on our site</li><li>The address of the previous website you had visited, from where you had followed the link to our website</li><li>The data we collect is used for statistical analysis, to help us make our site more useful to visitors. This tracking system does not record information about individuals</li></ul><h5>COOKIES</h5><p>Certain pages on the Manipal Academy of Higher Education, Dubai website, use "cookies", which will help you use our websites interactively. A cookie is a small file that a website transfers to your computer''s hard disk, usually to keep track of you while you are connected to that site. The cookies on MUL web pages do not collect information about you, but only about your browser "session." The cookie makes it easier for you to use the dynamic features of these web pages, without having to provide the same information again as you move from one page to another. To protect your privacy, be sure to close your browser completely after you have finished browsing/ transacting on a website that uses cookies. If you are concerned about the potential use of information gathered from your computer by cookies, you can set your browser to prompt you before it accepts a cookie. Most Internet browsers have settings that let you identify and/or reject cookies.</p><h5>INFORMATION FROM E-MAILS</h5><p>If you decide to send us an electronic mail message (e-mail), the message will usually contain your return e-mail address. If you include personally-identifying information in your e-mail because you want us to address issues specific to your situation, we may use that information in responding to your request. Moreover, as e-mail is not fully protected against interception, we request you to send only the information required to help us process your request.</p><h5>INFORMATION COLLECTED FROM INTERACTIVE FORMS</h5><p>Some of our web pages offer interactive forms that let you voluntarily submit personal information (such as your e-mail address, name, or organization). This occurs while you are registering for online counseling, various tests, quizzes, seminars, workshops, training sessions offered by Manipal Global, downloading admission forms and so on. In such cases, all submitted information is used only for the purposes for which it is intended and is not made available to any third party or sold to any outside organization for its use in marketing or solicitation without your consent.</p><h5>LINKS TO OTHER SITES</h5><p>This privacy policy is not applicable for the non-Manipal Academy of Higher Education, Dubai websites, which pop-up or appear while leaving/ opening the Manipal Academy of Higher Education, Dubai website. The non-Manipal University websites may create their own cookies, collect data or solicit personal information. We do not guarantee the authenticity, security of the privacy policies of websites which
--
-- TOC entry 8320 (class 0 OID 783755)
-- Dependencies: 569
-- Data for Name: privacy_policies_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.privacy_policies_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 29, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8504 (class 0 OID 957916)
-- Dependencies: 753
-- Data for Name: program_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.program_pages (id, program_title, created_at, updated_at, published_at, created_by_id, updated_by_id, read_more_title) VALUES (1, 'Programs we offered', '2024-06-13 15:21:41.624', '2024-11-25 15:04:28.798', '2024-06-13 16:32:34.949', 1, 3, 'Read More');
--
-- TOC entry 8508 (class 0 OID 957934)
-- Dependencies: 757
-- Data for Name: program_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 60, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.how-to-apply-section', 'howToApply', NULL);
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 5, 'manipal.why-dubai-card', 'findOutNextHouse', NULL);
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 6, 'manipal.why-dubai-card', 'internationalStudents', NULL);
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 5, 'manipal.winter-camp-card', 'discoverDubaiCard', NULL);
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 2, 'manipal.leadership', 'joinMaheDubaiSection', NULL);
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (17, 1, 1, 'manipal.international-student-section', 'internationalStudentSection', NULL);
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 1, 1, 'manipal.program-card', 'card1', NULL);
INSERT INTO public.program_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (19, 1, 2, 'manipal.program-card', 'card2', NULL);
--
-- TOC entry 8490 (class 0 OID 956898)
-- Dependencies: 739
-- Data for Name: programs; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (14, 'MSc in Nutrition and Dietetics', 'm-sc-in-nutrition-and-dietetics', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 10:22:17.738', '2024-11-28 10:22:17.711', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'As health awareness in Nutrition and Detetics have become essential to public health and personal wellness. Our program offers an in-depth look at how food affects health. ');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (10, 'BSc Biotechnology', 'b-sc-biotechnology', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-27 17:00:46.565', '2024-11-27 17:00:46.531', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'This BSc Biotechnology program in Dubai establishes a solid scientific foundation, preparing students for careers in sectors like biotechnology, pharmacology and environmental health.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (15, 'PG Diploma in Data Science', 'pg-diploma-in-data-science', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 10:30:12.962', '2024-11-28 10:30:12.937', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The PG Diploma in Data Science at Manipal Academy of Higher Education, Dubai, Combines campus-based and online learning, catering to the needs of aspiring professionals.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (11, 'BTech in Computer Science Engineering', 'b-tech-in-computer-science-engineering', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 09:58:42.619', '2024-11-28 09:42:47.792', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The BTech in Computer Science Engineering program is designed for those passionate about modern technology and curious about the mechanics behind the software and systems powering our digital world.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (16, 'BA in Humanities', 'ba-in-humanities', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 10:42:12.23', '2024-11-28 10:42:12.196', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'At Manipal Academy of Higher Education, Dubai, the BA in Humanities program that focuses on developing critical and creative thinking.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (12, 'Foundation Program', 'foundation-program', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 09:59:06.072', '2024-11-28 09:57:57.064', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The Foundation Program at Manipal Academy of Higher Education, Dubai, prepares students to enter any of our undergraduate courses. This allows them to seamlessly transition from high school to university.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (6, 'Bachelor of Architecture (BArch)', 'bachelor-of-architecture-b-arch', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-27 16:57:57.939', '2024-11-27 10:52:30.276', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The Bachelor of Architecture (BArch) at Manipal Academy of Higher Education, Dubai, is designed to teach students how to design and build structures effectively.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (9, 'Bachelor of Business Administration (BBA)', 'bachelor-of-business-administration-bba', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-27 16:58:13.106', '2024-11-27 16:47:08.607', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The Bachelor of Business Administration (BBA) program at Manipal Academy of Higher Education, Dubai, equips aspiring leaders with the knowledge and skills for success in the global business arena.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (7, 'Bachelors of Applied Psychology', 'bachelors-of-applied-psychology', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-27 16:58:51.403', '2024-11-27 15:52:45.042', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The BSc Applied Psychology program merges the theoretical foundations of psychology with practical applications in various societal contexts.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (8, 'BA in Film and Television', 'ba-in-film-and-television', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-27 16:59:24.872', '2024-11-27 16:03:35.008', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'Films and television shows are powerful forms of art and communication that entertain, educate and inspire. Creating these narratives involves many skills including direction, screenwriting, editing and cinematography.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (13, 'BA in Media and Communication', 'ba-in-media-and-communication', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 10:09:22.469', '2024-11-28 10:09:22.442', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The Bachelor of Arts (BA) in Media and Communication at Manipal Academy of Higher Education, Dubai, is a comprehensive program designed for students who are passionate about media and communications.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (18, 'B.Tech in Mechatronics Engineering', 'b-tech-in-mechatronics-engineering', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 12:06:42.805', '2024-11-28 12:06:42.777', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The B.Tech in Mechatronics Engineering program fosters a diverse skill set crucial for this high-tech era, including systems thinking, precision engineering and robotics programming.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (19, 'B.Des. in Interior Design', 'b-des-in-interior-design', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 12:13:43.022', '2024-11-28 12:13:43.001', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The B.Des. in Interior Design at Manipal Academy of Higher Education, Dubai, blends foundational and advanced skills to create functional, safe, and aesthetically pleasing spaces.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (17, 'Bachelor of Commerce (BCom)', 'bachelor-of-commerce-b-com', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 12:20:45.991', '2024-11-28 11:28:42.208', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'This Bachelor of Commerce (BCom) program at Manipal Academy of Higher Education, Dubai, is integrated with ACCA training. It enables students to earn their degree alongside globally recognised certification.');
INSERT INTO public.programs (id, title, slug, rich_text_copy, course_accreditation_title, created_at, updated_at, published_at, created_by_id, updated_by_id, program_table_rich_text, short_desc) VALUES (25, 'Master of Business Administration', 'master-of-business-administration', '<p>after course overview</p>', NULL, '2024-11-27 10:30:18.453', '2024-11-28 12:20:04.599', '2024-11-28 12:20:04.554', 3, 3, '<p>admissionReqImg<span class="sc-eCImPb sc-iAKWXU gYikIt lesjfG">*</span></p>', 'The Master of Business Administration in International Business prepares graduates for leadership in global markets.');
--
-- TOC entry 8498 (class 0 OID 956934)
-- Dependencies: 747
-- Data for Name: programs_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2275, 8, 55, 'manipal.higher-education-slider', 'feeSection', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2263, 8, 70, 'manipal.info-title-rich-text', 'keyFactPoints', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2264, 8, 71, 'manipal.info-title-rich-text', 'keyFactPoints', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2869, 13, 13, 'manipal.program-course-detail', 'courseDetail', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2878, 13, 111, 'manipal.info-title-rich-text', 'yearsSection', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2077, 7, 50, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2078, 7, 51, 'manipal.higher-education-slider', 'feeSection', 19);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2879, 13, 112, 'manipal.info-title-rich-text', 'yearsSection', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2809, 12, 12, 'manipal.program-course-detail', 'courseDetail', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2813, 12, 100, 'manipal.info-title-rich-text', 'keyFactPoints', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2819, 12, 103, 'manipal.info-title-rich-text', 'yearsSection', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2820, 12, 104, 'manipal.info-title-rich-text', 'yearsSection', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2066, 7, 63, 'manipal.info-title-rich-text', 'keyFactPoints', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2067, 7, 62, 'manipal.info-title-rich-text', 'keyFactPoints', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2068, 7, 64, 'manipal.info-title-rich-text', 'keyFactPoints', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2062, 7, 7, 'manipal.program-course-detail', 'courseDetail', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2063, 7, 12, 'manipal.publication', 'bookNowCard', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2064, 7, 48, 'manipal.higher-education-slider', 'courseOverview', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2065, 7, 12, 'manipal.visa-requirement-process-cards', 'keyFacts', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2069, 7, 49, 'manipal.higher-education-slider', 'benefits', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2070, 7, 88, 'manipal.general-info', 'admissionReqSection', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2071, 7, 7, 'manipal.two-images-with-richtext', 'careerOpportunities', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2873, 13, 109, 'manipal.info-title-rich-text', 'keyFactPoints', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2072, 7, 67, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2073, 7, 65, 'manipal.info-title-rich-text', 'yearsSection', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2074, 7, 68, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2075, 7, 66, 'manipal.info-title-rich-text', 'yearsSection', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2079, 7, 21, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2080, 7, 22, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2081, 7, 23, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2874, 13, 108, 'manipal.info-title-rich-text', 'keyFactPoints', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2880, 13, 113, 'manipal.info-title-rich-text', 'yearsSection', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2870, 13, 18, 'manipal.publication', 'bookNowCard', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2881, 13, 115, 'manipal.info-title-rich-text', 'yearsSection', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2882, 13, 114, 'manipal.info-title-rich-text', 'yearsSection', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2871, 13, 72, 'manipal.higher-education-slider', 'courseOverview', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2875, 13, 110, 'manipal.info-title-rich-text', 'keyFactPoints', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2872, 13, 18, 'manipal.visa-requirement-process-cards', 'keyFacts', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2876, 13, 73, 'manipal.higher-education-slider', 'benefits', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2877, 13, 96, 'manipal.general-info', 'admissionReqSection', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2883, 13, 74, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2884, 13, 75, 'manipal.higher-education-slider', 'feeSection', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2885, 13, 39, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2886, 13, 40, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2887, 13, 41, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2396, 9, 14, 'manipal.publication', 'bookNowCard', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2898, 14, 119, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3034, 25, 199, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2406, 9, 81, 'manipal.info-title-rich-text', 'yearsSection', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2407, 9, 83, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2408, 9, 84, 'manipal.info-title-rich-text', 'yearsSection', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2412, 9, 27, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2413, 9, 28, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2414, 9, 29, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2888, 14, 14, 'manipal.program-course-detail', 'courseDetail', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2899, 14, 121, 'manipal.info-title-rich-text', 'yearsSection', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2892, 14, 116, 'manipal.info-title-rich-text', 'keyFactPoints', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2900, 14, 122, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2893, 14, 118, 'manipal.info-title-rich-text', 'keyFactPoints', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2901, 14, 120, 'manipal.info-title-rich-text', 'yearsSection', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2889, 14, 19, 'manipal.publication', 'bookNowCard', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2902, 14, 123, 'manipal.info-title-rich-text', 'yearsSection', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2890, 14, 76, 'manipal.higher-education-slider', 'courseOverview', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2894, 14, 117, 'manipal.info-title-rich-text', 'keyFactPoints', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2891, 14, 19, 'manipal.visa-requirement-process-cards', 'keyFacts', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2895, 14, 77, 'manipal.higher-education-slider', 'benefits', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2896, 14, 97, 'manipal.general-info', 'admissionReqSection', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2897, 14, 13, 'manipal.two-images-with-richtext', 'careerOpportunities', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2903, 14, 78, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2904, 14, 79, 'manipal.higher-education-slider', 'feeSection', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2905, 14, 43, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1588, 6, 6, 'manipal.two-images-with-richtext', 'careerOpportunities', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1590, 6, 87, 'manipal.general-info', 'admissionReqSection', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2906, 14, 42, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1591, 6, 44, 'manipal.higher-education-slider', 'benefits', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1592, 6, 45, 'manipal.higher-education-slider', 'courseOverview', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2907, 14, 44, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3024, 25, 25, 'manipal.program-course-detail', 'courseDetail', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3028, 25, 197, 'manipal.info-title-rich-text', 'keyFactPoints', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3035, 25, 200, 'manipal.info-title-rich-text', 'yearsSection', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3036, 25, 201, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3029, 25, 196, 'manipal.info-title-rich-text', 'keyFactPoints', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1593, 6, 46, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1584, 6, 6, 'manipal.program-course-detail', 'courseDetail', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3037, 25, 202, 'manipal.info-title-rich-text', 'yearsSection', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3025, 25, 30, 'manipal.publication', 'bookNowCard', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3026, 25, 120, 'manipal.higher-education-slider', 'courseOverview', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3030, 25, 198, 'manipal.info-title-rich-text', 'keyFactPoints', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3027, 25, 30, 'manipal.visa-requirement-process-cards', 'keyFacts', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3031, 25, 121, 'manipal.higher-education-slider', 'benefits', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1660, 6, 48, 'manipal.info-title-rich-text', 'keyFactPoints', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1676, 6, 49, 'manipal.info-title-rich-text', 'keyFactPoints', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1636, 6, 46, 'manipal.info-title-rich-text', 'yearsSection', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1916, 6, 58, 'manipal.info-title-rich-text', 'yearsSection', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1932, 6, 59, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1594, 6, 47, 'manipal.higher-education-slider', 'feeSection', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1596, 6, 11, 'manipal.visa-requirement-process-cards', 'keyFacts', 19);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1585, 6, 11, 'manipal.publication', 'bookNowCard', 20);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1693, 6, 50, 'manipal.info-title-rich-text', 'keyFactPoints', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1949, 6, 60, 'manipal.info-title-rich-text', 'yearsSection', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (1967, 6, 61, 'manipal.info-title-rich-text', 'yearsSection', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2059, 6, 19, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2060, 6, 18, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2061, 6, 20, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3032, 25, 108, 'manipal.general-info', 'admissionReqSection', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3033, 25, 24, 'manipal.two-images-with-richtext', 'careerOpportunities', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3038, 25, 122, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3039, 25, 123, 'manipal.higher-education-slider', 'feeSection', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3040, 25, 75, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3041, 25, 77, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3042, 25, 76, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2395, 9, 9, 'manipal.program-course-detail', 'courseDetail', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2397, 9, 56, 'manipal.higher-education-slider', 'courseOverview', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2398, 9, 14, 'manipal.visa-requirement-process-cards', 'keyFacts', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2402, 9, 57, 'manipal.higher-education-slider', 'benefits', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2403, 9, 90, 'manipal.general-info', 'admissionReqSection', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2404, 9, 9, 'manipal.two-images-with-richtext', 'careerOpportunities', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2410, 9, 58, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2411, 9, 59, 'manipal.higher-education-slider', 'feeSection', 19);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2399, 9, 79, 'manipal.info-title-rich-text', 'keyFactPoints', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2400, 9, 78, 'manipal.info-title-rich-text', 'keyFactPoints', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2401, 9, 80, 'manipal.info-title-rich-text', 'keyFactPoints', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2405, 9, 82, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2265, 8, 72, 'manipal.info-title-rich-text', 'keyFactPoints', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2269, 8, 73, 'manipal.info-title-rich-text', 'yearsSection', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2270, 8, 74, 'manipal.info-title-rich-text', 'yearsSection', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2271, 8, 75, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2276, 8, 24, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2277, 8, 25, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2278, 8, 26, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2789, 11, 11, 'manipal.program-course-detail', 'courseDetail', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2790, 11, 16, 'manipal.publication', 'bookNowCard', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2791, 11, 64, 'manipal.higher-education-slider', 'courseOverview', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2792, 11, 16, 'manipal.visa-requirement-process-cards', 'keyFacts', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2796, 11, 65, 'manipal.higher-education-slider', 'benefits', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2797, 11, 92, 'manipal.general-info', 'admissionReqSection', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2798, 11, 11, 'manipal.two-images-with-richtext', 'careerOpportunities', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2804, 11, 66, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 19);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2805, 11, 67, 'manipal.higher-education-slider', 'feeSection', 20);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2793, 11, 92, 'manipal.info-title-rich-text', 'keyFactPoints', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2794, 11, 93, 'manipal.info-title-rich-text', 'keyFactPoints', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2795, 11, 94, 'manipal.info-title-rich-text', 'keyFactPoints', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2799, 11, 96, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2800, 11, 95, 'manipal.info-title-rich-text', 'yearsSection', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2801, 11, 98, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2802, 11, 97, 'manipal.info-title-rich-text', 'yearsSection', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2803, 11, 99, 'manipal.info-title-rich-text', 'yearsSection', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2806, 11, 33, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2807, 11, 34, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2808, 11, 35, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2494, 10, 10, 'manipal.program-course-detail', 'courseDetail', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2495, 10, 15, 'manipal.publication', 'bookNowCard', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2496, 10, 60, 'manipal.higher-education-slider', 'courseOverview', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2497, 10, 15, 'manipal.visa-requirement-process-cards', 'keyFacts', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2501, 10, 61, 'manipal.higher-education-slider', 'benefits', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2502, 10, 91, 'manipal.general-info', 'admissionReqSection', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2503, 10, 10, 'manipal.two-images-with-richtext', 'careerOpportunities', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2507, 10, 62, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2918, 15, 127, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2908, 15, 15, 'manipal.program-course-detail', 'courseDetail', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2919, 15, 128, 'manipal.info-title-rich-text', 'yearsSection', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2912, 15, 124, 'manipal.info-title-rich-text', 'keyFactPoints', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2920, 15, 130, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2913, 15, 125, 'manipal.info-title-rich-text', 'keyFactPoints', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2921, 15, 129, 'manipal.info-title-rich-text', 'yearsSection', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2909, 15, 20, 'manipal.publication', 'bookNowCard', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2922, 15, 131, 'manipal.info-title-rich-text', 'yearsSection', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2910, 15, 80, 'manipal.higher-education-slider', 'courseOverview', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2914, 15, 126, 'manipal.info-title-rich-text', 'keyFactPoints', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2911, 15, 20, 'manipal.visa-requirement-process-cards', 'keyFacts', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2955, 17, 16, 'manipal.two-images-with-richtext', 'careerOpportunities', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2960, 17, 90, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2961, 17, 91, 'manipal.higher-education-slider', 'feeSection', 19);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2950, 17, 139, 'manipal.info-title-rich-text', 'keyFactPoints', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2951, 17, 138, 'manipal.info-title-rich-text', 'keyFactPoints', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2260, 8, 13, 'manipal.publication', 'bookNowCard', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2915, 15, 81, 'manipal.higher-education-slider', 'benefits', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2916, 15, 98, 'manipal.general-info', 'admissionReqSection', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2917, 15, 14, 'manipal.two-images-with-richtext', 'careerOpportunities', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2923, 15, 82, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2810, 12, 17, 'manipal.publication', 'bookNowCard', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2811, 12, 68, 'manipal.higher-education-slider', 'courseOverview', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2812, 12, 17, 'manipal.visa-requirement-process-cards', 'keyFacts', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2816, 12, 69, 'manipal.higher-education-slider', 'benefits', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2817, 12, 95, 'manipal.general-info', 'admissionReqSection', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2818, 12, 12, 'manipal.two-images-with-richtext', 'careerOpportunities', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2824, 12, 70, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 19);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2825, 12, 71, 'manipal.higher-education-slider', 'feeSection', 20);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2924, 15, 83, 'manipal.higher-education-slider', 'feeSection', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2925, 15, 45, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2926, 15, 46, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2814, 12, 101, 'manipal.info-title-rich-text', 'keyFactPoints', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2815, 12, 102, 'manipal.info-title-rich-text', 'keyFactPoints', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2821, 12, 105, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2822, 12, 106, 'manipal.info-title-rich-text', 'yearsSection', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2823, 12, 107, 'manipal.info-title-rich-text', 'yearsSection', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2826, 12, 36, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2827, 12, 37, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2828, 12, 38, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2927, 15, 47, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2508, 10, 63, 'manipal.higher-education-slider', 'feeSection', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2498, 10, 86, 'manipal.info-title-rich-text', 'keyFactPoints', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2499, 10, 87, 'manipal.info-title-rich-text', 'keyFactPoints', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2500, 10, 88, 'manipal.info-title-rich-text', 'keyFactPoints', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2504, 10, 89, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2505, 10, 90, 'manipal.info-title-rich-text', 'yearsSection', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2506, 10, 91, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2509, 10, 30, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2510, 10, 31, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2511, 10, 32, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2952, 17, 140, 'manipal.info-title-rich-text', 'keyFactPoints', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2946, 17, 17, 'manipal.program-course-detail', 'courseDetail', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2947, 17, 22, 'manipal.publication', 'bookNowCard', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2948, 17, 88, 'manipal.higher-education-slider', 'courseOverview', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2949, 17, 22, 'manipal.visa-requirement-process-cards', 'keyFacts', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2953, 17, 89, 'manipal.higher-education-slider', 'benefits', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2954, 17, 100, 'manipal.general-info', 'admissionReqSection', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2956, 17, 142, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2957, 17, 141, 'manipal.info-title-rich-text', 'yearsSection', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2259, 8, 8, 'manipal.program-course-detail', 'courseDetail', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2261, 8, 52, 'manipal.higher-education-slider', 'courseOverview', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2262, 8, 13, 'manipal.visa-requirement-process-cards', 'keyFacts', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2266, 8, 53, 'manipal.higher-education-slider', 'benefits', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2267, 8, 89, 'manipal.general-info', 'admissionReqSection', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2268, 8, 8, 'manipal.two-images-with-richtext', 'careerOpportunities', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2274, 8, 54, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2965, 18, 18, 'manipal.program-course-detail', 'courseDetail', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2975, 18, 148, 'manipal.info-title-rich-text', 'yearsSection', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2969, 18, 146, 'manipal.info-title-rich-text', 'keyFactPoints', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2928, 16, 16, 'manipal.program-course-detail', 'courseDetail', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2938, 16, 135, 'manipal.info-title-rich-text', 'yearsSection', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2939, 16, 136, 'manipal.info-title-rich-text', 'yearsSection', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2932, 16, 134, 'manipal.info-title-rich-text', 'keyFactPoints', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2933, 16, 132, 'manipal.info-title-rich-text', 'keyFactPoints', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2940, 16, 137, 'manipal.info-title-rich-text', 'yearsSection', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2929, 16, 21, 'manipal.publication', 'bookNowCard', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2930, 16, 84, 'manipal.higher-education-slider', 'courseOverview', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2934, 16, 133, 'manipal.info-title-rich-text', 'keyFactPoints', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2931, 16, 21, 'manipal.visa-requirement-process-cards', 'keyFacts', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2935, 16, 85, 'manipal.higher-education-slider', 'benefits', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2936, 16, 99, 'manipal.general-info', 'admissionReqSection', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2937, 16, 15, 'manipal.two-images-with-richtext', 'careerOpportunities', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2941, 16, 86, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2942, 16, 87, 'manipal.higher-education-slider', 'feeSection', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2943, 16, 48, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2944, 16, 49, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2945, 16, 50, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2958, 17, 144, 'manipal.info-title-rich-text', 'yearsSection', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2959, 17, 143, 'manipal.info-title-rich-text', 'yearsSection', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2962, 17, 51, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2963, 17, 52, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2964, 17, 53, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2976, 18, 149, 'manipal.info-title-rich-text', 'yearsSection', 4);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2970, 18, 145, 'manipal.info-title-rich-text', 'keyFactPoints', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2977, 18, 150, 'manipal.info-title-rich-text', 'yearsSection', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2978, 18, 151, 'manipal.info-title-rich-text', 'yearsSection', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2966, 18, 23, 'manipal.publication', 'bookNowCard', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2979, 18, 152, 'manipal.info-title-rich-text', 'yearsSection', 9);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2967, 18, 92, 'manipal.higher-education-slider', 'courseOverview', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2971, 18, 147, 'manipal.info-title-rich-text', 'keyFactPoints', 11);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2968, 18, 23, 'manipal.visa-requirement-process-cards', 'keyFacts', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2972, 18, 93, 'manipal.higher-education-slider', 'benefits', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2974, 18, 17, 'manipal.two-images-with-richtext', 'careerOpportunities', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2973, 18, 101, 'manipal.general-info', 'admissionReqSection', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2981, 18, 95, 'manipal.higher-education-slider', 'feeSection', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2980, 18, 94, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2982, 18, 54, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2983, 18, 55, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2984, 18, 56, 'manipal.key-value', 'feePrograms', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2995, 19, 156, 'manipal.info-title-rich-text', 'yearsSection', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2996, 19, 158, 'manipal.info-title-rich-text', 'yearsSection', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2989, 19, 154, 'manipal.info-title-rich-text', 'keyFactPoints', 3);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2997, 19, 157, 'manipal.info-title-rich-text', 'yearsSection', 5);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2990, 19, 153, 'manipal.info-title-rich-text', 'keyFactPoints', 6);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2998, 19, 160, 'manipal.info-title-rich-text', 'yearsSection', 7);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2991, 19, 155, 'manipal.info-title-rich-text', 'keyFactPoints', 8);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2985, 19, 19, 'manipal.program-course-detail', 'courseDetail', 10);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2986, 19, 24, 'manipal.publication', 'bookNowCard', 12);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2987, 19, 96, 'manipal.higher-education-slider', 'courseOverview', 13);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2988, 19, 24, 'manipal.visa-requirement-process-cards', 'keyFacts', 14);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2992, 19, 97, 'manipal.higher-education-slider', 'benefits', 15);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2993, 19, 102, 'manipal.general-info', 'admissionReqSection', 16);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (2994, 19, 18, 'manipal.two-images-with-richtext', 'careerOpportunities', 17);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3000, 19, 98, 'manipal.higher-education-slider', 'courseDetailSectionWithIcon', 18);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3001, 19, 99, 'manipal.higher-education-slider', 'feeSection', 19);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3002, 19, 57, 'manipal.key-value', 'feePrograms', 1);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3003, 19, 59, 'manipal.key-value', 'feePrograms', 2);
INSERT INTO public.programs_components (id, entity_id, component_id, component_type, field, "order") VALUES (3004, 19, 58, 'manipal.key-value', 'feePrograms', 3);
--
-- TOC entry 8622 (class 0 OID 1124766)
-- Dependencies: 871
-- Data for Name: programs_school_collection_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (28, 19, 4, 2);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (29, 25, 2, 3);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (11, 10, 5, 1);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (12, 9, 2, 1);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (13, 7, 7, 1);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (14, 8, 7, 2);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (20, 13, 7, 3);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (17, 11, 1, 1);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (18, 12, 1, 2);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (22, 14, 5, 2);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (6, 6, 4, 1);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (24, 15, 1, 3);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (25, 16, 7, 4);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (26, 17, 2, 2);
INSERT INTO public.programs_school_collection_links (id, program_id, school_collection_id, program_order) VALUES (27, 18, 1, 4);
--
-- TOC entry 8182 (class 0 OID 748814)
-- Dependencies: 431
-- Data for Name: ranking_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.ranking_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, why_dubai_toggle, campus_life_toggle) VALUES (1, '2024-05-21 16:38:25.934', '2024-11-25 17:48:06.516', '2024-05-21 16:39:16.235', 1, 1, true, true, true, true);
--
-- TOC entry 8196 (class 0 OID 748952)
-- Dependencies: 445
-- Data for Name: ranking_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.ranking_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 3, 'manipal.inner-banner', 'banner', 1);
INSERT INTO public.ranking_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 6, 'manipal.faqs', 'accordianRankings', 1);
INSERT INTO public.ranking_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 5, 'manipal.faqs', 'accordianRankings', 2);
INSERT INTO public.ranking_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 7, 'manipal.faqs', 'accordianRankings', 3);
INSERT INTO public.ranking_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 8, 'manipal.faqs', 'accordianRankings', 4);
--
-- TOC entry 8058 (class 0 OID 742668)
-- Dependencies: 307
-- Data for Name: recognitions_and_accreditations; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.recognitions_and_accreditations (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-05-23 14:39:28.224', '2024-11-26 17:33:16.875', '2024-05-23 14:40:28.091', 1, 1);
--
-- TOC entry 8154 (class 0 OID 743290)
-- Dependencies: 403
-- Data for Name: recognitions_and_accreditations_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.recognitions_and_accreditations_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 15, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.recognitions_and_accreditations_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 1, 'manipal.accreditation-sec', 'accreditationSec', NULL);
INSERT INTO public.recognitions_and_accreditations_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 1, 'manipal.higher-education-sec', 'higherEducationSec', NULL);
INSERT INTO public.recognitions_and_accreditations_components (id, entity_id, component_id, component_type, field, "order") VALUES (25, 1, 4, 'shared.seo', 'seo', NULL);
--
-- TOC entry 8334 (class 0 OID 785398)
-- Dependencies: 583
-- Data for Name: research_at_dubai_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_at_dubai_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-05-31 11:34:08.263', '2024-08-03 17:51:43.442', '2024-05-31 12:54:09.382', 1, 3);
--
-- TOC entry 8336 (class 0 OID 785407)
-- Dependencies: 585
-- Data for Name: research_at_dubai_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_at_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 41, 'manipal.inner-banner', 'banner', 1);
INSERT INTO public.research_at_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 1, 'manipal.research-page-component', 'overViewSection', 1);
INSERT INTO public.research_at_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (13, 1, 2, 'manipal.research-page-component', 'overViewSection', 2);
INSERT INTO public.research_at_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (14, 1, 3, 'manipal.research-page-component', 'overViewSection', 3);
INSERT INTO public.research_at_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (15, 1, 4, 'manipal.research-page-component', 'overViewSection', 4);
INSERT INTO public.research_at_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (21, 1, 6, 'manipal.research-page-component', 'overViewSection', 5);
INSERT INTO public.research_at_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (22, 1, 5, 'manipal.research-page-component', 'overViewSection', 6);
--
-- TOC entry 8350 (class 0 OID 786585)
-- Dependencies: 599
-- Data for Name: research_awards_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_awards_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-05-31 12:08:05.537', '2024-08-03 16:34:45.572', '2024-05-31 12:08:07.801', 1, 3);
--
-- TOC entry 8352 (class 0 OID 786594)
-- Dependencies: 601
-- Data for Name: research_awards_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_awards_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 31, 'manipal.faqs', 'awardSection', NULL);
INSERT INTO public.research_awards_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 44, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8346 (class 0 OID 786311)
-- Dependencies: 595
-- Data for Name: research_collaboration_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_collaboration_pages (id, short_desc, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'MAHE believes that partnerships are necessary to enable it to perform its various activities with excellence.', '2024-05-31 12:05:20.781', '2024-08-03 16:51:56.665', '2024-05-31 12:07:21.522', 1, 3);
--
-- TOC entry 8348 (class 0 OID 786322)
-- Dependencies: 597
-- Data for Name: research_collaboration_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_collaboration_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 30, 'manipal.faqs', 'partnerInfo', 1);
INSERT INTO public.research_collaboration_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 40, 'manipal.general-info', 'collSection', 5);
INSERT INTO public.research_collaboration_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 43, 'manipal.inner-banner', 'banner', 6);
INSERT INTO public.research_collaboration_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 30, 'manipal.icon-card-array', 'cards', 1);
INSERT INTO public.research_collaboration_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 31, 'manipal.icon-card-array', 'cards', 2);
INSERT INTO public.research_collaboration_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 32, 'manipal.icon-card-array', 'cards', 3);
--
-- TOC entry 8062 (class 0 OID 742688)
-- Dependencies: 311
-- Data for Name: research_committe_lists; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_committe_lists (id, created_at, updated_at, published_at, created_by_id, updated_by_id, academic_qualification_title, experience_title) VALUES (1, '2024-05-22 15:52:11.565', '2024-07-25 15:16:00.735', '2024-05-22 15:55:30.429', 1, 2, 'testing', 'testing');
--
-- TOC entry 8158 (class 0 OID 743329)
-- Dependencies: 407
-- Data for Name: research_committe_lists_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_committe_lists_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 11, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8578 (class 0 OID 1024622)
-- Dependencies: 827
-- Data for Name: research_committee_types; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_committee_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (5, 'SOE-IT', 'SOE-IT', '2024-07-04 15:38:36.864', '2024-07-04 15:38:38.79', '2024-07-04 15:38:38.783', 1, 1);
INSERT INTO public.research_committee_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (6, 'SOE-IT', 'SOE-IT', '2024-07-04 15:38:59.693', '2024-07-04 15:39:01.388', '2024-07-04 15:39:01.38', 1, 1);
INSERT INTO public.research_committee_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (7, 'SOE-IT', 'SOE-IT', '2024-07-04 15:39:19.737', '2024-07-04 15:39:29.203', '2024-07-04 15:39:29.197', 1, 1);
INSERT INTO public.research_committee_types (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (8, 'SOE-IT', 'SOE-IT', '2024-07-04 15:39:49.032', '2024-07-04 15:39:53.329', '2024-07-04 15:39:53.322', 1, 1);
--
-- TOC entry 8060 (class 0 OID 742677)
-- Dependencies: 309
-- Data for Name: research_committes; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_committes (id, name, designation, phone, email, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2, slug, rich_text_copy_1) VALUES (7, 'Dr Ravishankar Dudhe', 'Associate Professor, Senior Grade', '+971-554998741', 'abdulla.kp@manipaldubai.com', '<h3 style="margin-left:40px;"><u>Research Co-Coordinator</u></h3><p>Research &amp; Development Program</p>', '2024-05-22 16:14:11.655', '2024-11-21 13:40:50.491', '2024-05-29 10:42:49.079', 1, 1, '+971-554998741', 'dr-ravishankar-dudhe', '<p>Dr Ravishankar Dudhe, PhD&nbsp;</p><p>Associate Professor, Senior Grade&nbsp;</p><p>School of Engineering and IT</p>');
INSERT INTO public.research_committes (id, name, designation, phone, email, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2, slug, rich_text_copy_1) VALUES (6, 'Dr S K Pandey', 'Professor & Chairperson', '+971-554998741', 'abdulla.kp@manipaldubai.com', '<p>Member</p><p>Research &amp; Development Program</p>', '2024-05-22 16:14:11.655', '2024-08-03 17:47:59.564', '2024-05-29 10:42:34.88', 1, 3, '+971-554998741', 'dr-s-k-pandey', '<p>Dr S K Pandey, PhD&nbsp;</p><p>Professor &amp; Chairperson&nbsp;</p><p>School of Engineering &amp; Information Technology</p>');
INSERT INTO public.research_committes (id, name, designation, phone, email, rich_text_copy, created_at, updated_at, published_at, created_by_id, updated_by_id, phone_2, slug, rich_text_copy_1) VALUES (5, 'Dr. S M Faheem', 'Coordinator', '+971-554998741', 'abdulla.kp@manipaldubai.com', '<p>Member</p><p>Research &amp; Development Program</p>', '2024-05-22 16:14:11.655', '2024-08-03 17:48:43.58', '2024-05-29 10:42:25.306', 1, 3, '+971-554998741', 'dr-s-m-faheem', '<p>Member</p><p>Research &amp; Development Program;</p>');
--
-- TOC entry 8156 (class 0 OID 743304)
-- Dependencies: 405
-- Data for Name: research_committes_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (26, 6, 17, 'table.academic-qualification', 'academicQualification', 2);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (30, 6, 9, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (31, 6, 10, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (20, 5, 11, 'table.academic-qualification', 'academicQualification', 1);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (24, 5, 8, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (25, 5, 7, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (32, 7, 21, 'table.academic-qualification', 'academicQualification', 2);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (36, 7, 11, 'table.qualification-exp', 'qualificationExp', 1);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (37, 7, 12, 'table.qualification-exp', 'qualificationExp', 2);
INSERT INTO public.research_committes_components (id, entity_id, component_id, component_type, field, "order") VALUES (221, 7, 16, 'table.qualification-exp', 'qualificationExp', 3);
--
-- TOC entry 8580 (class 0 OID 1024852)
-- Dependencies: 829
-- Data for Name: research_committes_research_committee_type_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_committes_research_committee_type_links (id, research_committe_id, research_committee_type_id) VALUES (6, 7, 5);
INSERT INTO public.research_committes_research_committee_type_links (id, research_committe_id, research_committee_type_id) VALUES (7, 6, 6);
INSERT INTO public.research_committes_research_committee_type_links (id, research_committe_id, research_committee_type_id) VALUES (8, 5, 7);
--
-- TOC entry 8338 (class 0 OID 786005)
-- Dependencies: 587
-- Data for Name: research_guide_line_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_guide_line_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-05-31 12:11:12.543', '2024-08-03 17:20:30.513', '2024-05-31 12:11:14.85', 1, 3);
--
-- TOC entry 8340 (class 0 OID 786016)
-- Dependencies: 589
-- Data for Name: research_guide_line_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_guide_line_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 46, 'manipal.inner-banner', 'banner', NULL);
INSERT INTO public.research_guide_line_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 41, 'manipal.general-info', 'guideLineSection', NULL);
--
-- TOC entry 8064 (class 0 OID 742697)
-- Dependencies: 313
-- Data for Name: research_mains; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_mains (id, research_at_title, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Research at MAHE Dubai ', '2024-05-22 12:27:52.534', '2024-08-03 17:40:58.334', '2024-05-24 17:33:31.365', 1, 3);
--
-- TOC entry 8160 (class 0 OID 743343)
-- Dependencies: 409
-- Data for Name: research_mains_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_mains_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 10, 'manipal.inner-banner', 'banner', 2);
INSERT INTO public.research_mains_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 4, 'manipal.general-info', 'generalInfo', 6);
INSERT INTO public.research_mains_components (id, entity_id, component_id, component_type, field, "order") VALUES (114, 1, 1, 'manipal.leadership', 'leadership', 7);
INSERT INTO public.research_mains_components (id, entity_id, component_id, component_type, field, "order") VALUES (101, 1, 7, 'manipal.title-desc-img-link-component', 'researchGuidelinesData', 1);
INSERT INTO public.research_mains_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 5, 'manipal.title-desc-img-link-component', 'researchGuidelinesData', 2);
INSERT INTO public.research_mains_components (id, entity_id, component_id, component_type, field, "order") VALUES (12, 1, 4, 'manipal.title-desc-img-link-component', 'researchGuidelinesData', 3);
INSERT INTO public.research_mains_components (id, entity_id, component_id, component_type, field, "order") VALUES (18, 1, 6, 'manipal.title-desc-img-link-component', 'researchGuidelinesData', 4);
--
-- TOC entry 8342 (class 0 OID 786161)
-- Dependencies: 591
-- Data for Name: research_publication_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_publication_pages (id, title, "desc", created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Research Publications ', 'The Faculty at Manipal Academy of Higher Education, Dubai is involved in different areas of research. To read more about our research publications, click below.', '2024-05-31 12:03:39.009', '2024-08-03 17:17:11.134', '2024-05-31 12:03:41.596', 1, 3);
--
-- TOC entry 8344 (class 0 OID 786172)
-- Dependencies: 593
-- Data for Name: research_publication_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_publication_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 42, 'manipal.inner-banner', 'banner', 4);
INSERT INTO public.research_publication_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 13, 'manipal.files-array', 'filesArray', 1);
INSERT INTO public.research_publication_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 14, 'manipal.files-array', 'filesArray', 2);
INSERT INTO public.research_publication_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 15, 'manipal.files-array', 'filesArray', 3);
--
-- TOC entry 8354 (class 0 OID 786858)
-- Dependencies: 603
-- Data for Name: research_strategy_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_strategy_pages (id, core_val_title, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Core Values', '2024-05-31 12:09:55.886', '2024-08-03 15:13:41.884', '2024-05-31 12:10:18.422', 1, 3);
--
-- TOC entry 8356 (class 0 OID 786867)
-- Dependencies: 605
-- Data for Name: research_strategy_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.research_strategy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 45, 'manipal.inner-banner', 'banner', 7);
INSERT INTO public.research_strategy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 32, 'manipal.faqs', 'strategySec', 8);
INSERT INTO public.research_strategy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 33, 'manipal.faqs', 'valuesData', 1);
INSERT INTO public.research_strategy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 34, 'manipal.faqs', 'valuesData', 2);
INSERT INTO public.research_strategy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 35, 'manipal.faqs', 'valuesData', 3);
INSERT INTO public.research_strategy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 36, 'manipal.faqs', 'valuesData', 4);
INSERT INTO public.research_strategy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 37, 'manipal.faqs', 'valuesData', 5);
INSERT INTO public.research_strategy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 38, 'manipal.faqs', 'valuesData', 6);
--
-- TOC entry 8612 (class 0 OID 1124705)
-- Dependencies: 861
-- Data for Name: school_collections; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.school_collections (id, title, slug, award_title, accredation_title, our_faculty_title, program_title, school_highlight_title, announcement_title, latest_news_title, upcoming_events_title, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle) VALUES (7, 'Manipal Institute of Liberal Arts', 'manipal-institute-of-liberal-arts', 'We are proud to have received the following awards & certifications:', 'Accreditation', 'Our Faculty', 'Program', 'School Highlights', 'Announcements', 'latest News', 'Upcoming Events', '2024-08-05 16:09:40.076', '2024-11-26 18:01:55.598', '2024-11-19 16:16:03.359', 1, 1, NULL, NULL);
INSERT INTO public.school_collections (id, title, slug, award_title, accredation_title, our_faculty_title, program_title, school_highlight_title, announcement_title, latest_news_title, upcoming_events_title, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle) VALUES (2, 'School of Busines', 'school-of-busines', 'We are proud to have received the following awards & certifications:', 'Accreditation', 'Our Faculty', 'Program', 'School Highlights', 'Announcements', 'latest News', 'Upcoming Events', '2024-08-05 16:09:40.076', '2024-11-26 18:02:04.651', '2024-08-08 10:48:20.837', 1, 1, NULL, NULL);
INSERT INTO public.school_collections (id, title, slug, award_title, accredation_title, our_faculty_title, program_title, school_highlight_title, announcement_title, latest_news_title, upcoming_events_title, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle) VALUES (4, 'School of Design & Architecture', 'school-of-design-and-architecture', 'We are proud to have received the following awards & certifications:', 'Accreditation', 'Our Faculty', 'Program', 'School Highlights', 'Announcements', 'latest News', 'Upcoming Events', '2024-08-05 16:09:40.076', '2024-11-26 18:02:14.097', '2024-11-19 16:14:59.4', 1, 1, NULL, NULL);
INSERT INTO public.school_collections (id, title, slug, award_title, accredation_title, our_faculty_title, program_title, school_highlight_title, announcement_title, latest_news_title, upcoming_events_title, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle) VALUES (1, 'School of Engineering & IT ', 'school-of-engineering-and-it', 'We are proud to have received the following awards & certifications:', 'Accreditation', 'Our Faculty', 'Program', 'School Highlights', 'Announcements', 'latest News', 'Upcoming Events', '2024-08-05 16:09:40.076', '2024-11-26 18:02:19.521', '2024-11-19 16:15:11.836', 1, 1, NULL, NULL);
INSERT INTO public.school_collections (id, title, slug, award_title, accredation_title, our_faculty_title, program_title, school_highlight_title, announcement_title, latest_news_title, upcoming_events_title, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle) VALUES (5, 'School of Life Sciences', 'school-of-life-sciences', 'We are proud to have received the following awards & certifications:', 'Accreditation', 'Our Faculty', 'Program', 'School Highlights', 'Announcements', 'latest News', 'Upcoming Events', '2024-08-05 16:09:40.076', '2024-11-26 18:02:27.282', '2024-11-19 16:15:44.157', 1, 1, NULL, NULL);
--
-- TOC entry 8624 (class 0 OID 1124778)
-- Dependencies: 873
-- Data for Name: school_collections_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (82, 2, 22, 'manipal.higher-education-slider', 'overviewSection', 8);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (83, 2, 5, 'manipal.career-services-features', 'messageFromDean', 11);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (84, 2, 6, 'manipal.career-services-features', 'deputyChairPerson', 12);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (94, 2, 9, 'manipal.main-btn', 'viewNews', 13);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (122, 5, 15, 'manipal.main-btn', 'viewNews', 13);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (123, 5, 16, 'manipal.main-btn', 'upcomingEventsBtn', 14);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (110, 5, 30, 'manipal.higher-education-slider', 'overviewSection', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (111, 5, 11, 'manipal.career-services-features', 'messageFromDean', 11);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (113, 5, 65, 'manipal.images-array', 'accredationImgs', 2);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (114, 5, 66, 'manipal.images-array', 'accredationImgs', 4);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (115, 5, 67, 'manipal.images-array', 'accredationImgs', 5);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (116, 5, 68, 'manipal.images-array', 'accredationImgs', 7);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (112, 5, 12, 'manipal.career-services-features', 'deputyChairPerson', 12);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (127, 7, 77, 'manipal.images-array', 'accredationImgs', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (128, 7, 78, 'manipal.images-array', 'accredationImgs', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (129, 7, 79, 'manipal.images-array', 'accredationImgs', 5);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (130, 7, 80, 'manipal.images-array', 'accredationImgs', 6);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (124, 7, 32, 'manipal.higher-education-slider', 'overviewSection', 7);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (125, 7, 15, 'manipal.career-services-features', 'messageFromDean', 11);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (126, 7, 16, 'manipal.career-services-features', 'deputyChairPerson', 12);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (136, 7, 19, 'manipal.main-btn', 'viewNews', 13);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (137, 7, 20, 'manipal.main-btn', 'upcomingEventsBtn', 14);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (131, 7, 81, 'manipal.images-array', 'accredationImgs', 9);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (132, 7, 82, 'manipal.images-array', 'accredationImgs', 10);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (97, 4, 9, 'manipal.career-services-features', 'messageFromDean', 9);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (133, 7, 28, 'manipal.announcement-component', 'announcements', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (134, 7, 26, 'manipal.announcement-component', 'announcements', 2);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (135, 7, 27, 'manipal.announcement-component', 'announcements', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (98, 4, 10, 'manipal.career-services-features', 'deputyChairPerson', 11);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (96, 4, 29, 'manipal.higher-education-slider', 'overviewSection', 12);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (108, 4, 13, 'manipal.main-btn', 'viewNews', 13);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (109, 4, 14, 'manipal.main-btn', 'upcomingEventsBtn', 14);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (99, 4, 60, 'manipal.images-array', 'accredationImgs', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (100, 4, 59, 'manipal.images-array', 'accredationImgs', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (101, 4, 62, 'manipal.images-array', 'accredationImgs', 5);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (102, 4, 61, 'manipal.images-array', 'accredationImgs', 7);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (103, 4, 64, 'manipal.images-array', 'accredationImgs', 8);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (104, 4, 63, 'manipal.images-array', 'accredationImgs', 10);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (105, 4, 18, 'manipal.announcement-component', 'announcements', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 31, 'manipal.images-array', 'accredationImgs', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 10, 'manipal.higher-education-slider', 'overviewSection', 10);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 5, 'manipal.main-btn', 'upcomingEventsBtn', 11);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 4, 'manipal.main-btn', 'viewNews', 12);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 4, 'manipal.career-services-features', 'deputyChairPerson', 13);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 3, 'manipal.career-services-features', 'messageFromDean', 14);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (21, 1, 9, 'manipal.announcement-component', 'announcements', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (22, 1, 8, 'manipal.announcement-component', 'announcements', 2);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (23, 1, 10, 'manipal.announcement-component', 'announcements', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (117, 5, 70, 'manipal.images-array', 'accredationImgs', 8);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (118, 5, 69, 'manipal.images-array', 'accredationImgs', 10);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (119, 5, 20, 'manipal.announcement-component', 'announcements', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (120, 5, 22, 'manipal.announcement-component', 'announcements', 2);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (121, 5, 21, 'manipal.announcement-component', 'announcements', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (95, 2, 10, 'manipal.main-btn', 'upcomingEventsBtn', 14);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (85, 2, 42, 'manipal.images-array', 'accredationImgs', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (86, 2, 43, 'manipal.images-array', 'accredationImgs', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (87, 2, 45, 'manipal.images-array', 'accredationImgs', 5);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (88, 2, 44, 'manipal.images-array', 'accredationImgs', 6);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (89, 2, 46, 'manipal.images-array', 'accredationImgs', 9);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (91, 2, 12, 'manipal.announcement-component', 'announcements', 1);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (92, 2, 11, 'manipal.announcement-component', 'announcements', 2);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (93, 2, 13, 'manipal.announcement-component', 'announcements', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (106, 4, 17, 'manipal.announcement-component', 'announcements', 2);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (107, 4, 19, 'manipal.announcement-component', 'announcements', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (90, 2, 47, 'manipal.images-array', 'accredationImgs', 10);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 32, 'manipal.images-array', 'accredationImgs', 3);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 33, 'manipal.images-array', 'accredationImgs', 4);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 34, 'manipal.images-array', 'accredationImgs', 6);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 35, 'manipal.images-array', 'accredationImgs', 8);
INSERT INTO public.school_collections_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 36, 'manipal.images-array', 'accredationImgs', 9);
--
-- TOC entry 8528 (class 0 OID 1010456)
-- Dependencies: 777
-- Data for Name: schools; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.schools (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'School', 'school', '2024-07-01 11:51:52.576', '2024-07-01 11:51:54.527', '2024-07-01 11:51:54.52', 1, 1);
INSERT INTO public.schools (id, title, key, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (2, 'School 1', 'school-1', '2024-07-01 11:52:23.21', '2024-07-01 11:55:09.432', '2024-07-01 11:55:09.424', 1, 1);
--
-- TOC entry 8558 (class 0 OID 1016895)
-- Dependencies: 807
-- Data for Name: schools_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7982 (class 0 OID 680657)
-- Dependencies: 231
-- Data for Name: strapi_api_token_permissions; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8008 (class 0 OID 680807)
-- Dependencies: 257
-- Data for Name: strapi_api_token_permissions_token_links; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7980 (class 0 OID 680646)
-- Dependencies: 229
-- Data for Name: strapi_api_tokens; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7970 (class 0 OID 680595)
-- Dependencies: 219
-- Data for Name: strapi_core_store_settings; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (2, 'plugin_content_manager_configuration_content_types::admin::permission', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"action","defaultSortBy":"action","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"action":{"edit":{"label":"action","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"action","searchable":true,"sortable":true}},"actionParameters":{"edit":{"label":"actionParameters","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"actionParameters","searchable":false,"sortable":false}},"subject":{"edit":{"label":"subject","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subject","searchable":true,"sortable":true}},"properties":{"edit":{"label":"properties","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"properties","searchable":false,"sortable":false}},"conditions":{"edit":{"label":"conditions","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"conditions","searchable":false,"sortable":false}},"role":{"edit":{"label":"role","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"role","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","action","subject","role"],"edit":[[{"name":"action","size":6}],[{"name":"actionParameters","size":12}],[{"name":"subject","size":6}],[{"name":"properties","size":12}],[{"name":"conditions","size":12}],[{"name":"role","size":6}]]},"uid":"admin::permission"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (3, 'plugin_content_manager_configuration_content_types::admin::role', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"code":{"edit":{"label":"code","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"code","searchable":true,"sortable":true}},"description":{"edit":{"label":"description","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"description","searchable":true,"sortable":true}},"users":{"edit":{"label":"users","description":"","placeholder":"","visible":true,"editable":true,"mainField":"firstname"},"list":{"label":"users","searchable":false,"sortable":false}},"permissions":{"edit":{"label":"permissions","description":"","placeholder":"","visible":true,"editable":true,"mainField":"action"},"list":{"label":"permissions","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","code","description"],"edit":[[{"name":"name","size":6},{"name":"code","size":6}],[{"name":"description","size":6},{"name":"users","size":6}],[{"name":"permissions","size":6}]]},"uid":"admin::role"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (4, 'plugin_content_manager_configuration_content_types::admin::user', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"firstname","defaultSortBy":"firstname","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"firstname":{"edit":{"label":"firstname","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"firstname","searchable":true,"sortable":true}},"lastname":{"edit":{"label":"lastname","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lastname","searchable":true,"sortable":true}},"username":{"edit":{"label":"username","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"username","searchable":true,"sortable":true}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":true,"sortable":true}},"password":{"edit":{"label":"password","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"password","searchable":true,"sortable":true}},"resetPasswordToken":{"edit":{"label":"resetPasswordToken","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"resetPasswordToken","searchable":true,"sortable":true}},"registrationToken":{"edit":{"label":"registrationToken","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"registrationToken","searchable":true,"sortable":true}},"isActive":{"edit":{"label":"isActive","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"isActive","searchable":true,"sortable":true}},"roles":{"edit":{"label":"roles","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"roles","searchable":false,"sortable":false}},"blocked":{"edit":{"label":"blocked","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"blocked","searchable":true,"sortable":true}},"preferedLanguage":{"edit":{"label":"preferedLanguage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"preferedLanguage","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","firstname","lastname","username"],"edit":[[{"name":"firstname","size":6},{"name":"lastname","size":6}],[{"name":"username","size":6},{"name":"email","size":6}],[{"name":"password","size":6},{"name":"isActive","size":4}],[{"name":"roles","size":6},{"name":"blocked","size":4}],[{"name":"preferedLanguage","size":6}]]},"uid":"admin::user"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (5, 'plugin_content_manager_configuration_content_types::admin::api-token', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"description":{"edit":{"label":"description","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"description","searchable":true,"sortable":true}},"type":{"edit":{"label":"type","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"type","searchable":true,"sortable":true}},"accessKey":{"edit":{"label":"accessKey","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"accessKey","searchable":true,"sortable":true}},"lastUsedAt":{"edit":{"label":"lastUsedAt","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lastUsedAt","searchable":true,"sortable":true}},"permissions":{"edit":{"label":"permissions","description":"","placeholder":"","visible":true,"editable":true,"mainField":"action"},"list":{"label":"permissions","searchable":false,"sortable":false}},"expiresAt":{"edit":{"label":"expiresAt","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"expiresAt","searchable":true,"sortable":true}},"lifespan":{"edit":{"label":"lifespan","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lifespan","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","description","type"],"edit":[[{"name":"name","size":6},{"name":"description","size":6}],[{"name":"type","size":6},{"name":"accessKey","size":6}],[{"name":"lastUsedAt","size":6},{"name":"permissions","size":6}],[{"name":"expiresAt","size":6},{"name":"lifespan","size":4}]]},"uid":"admin::api-token"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (6, 'plugin_content_manager_configuration_content_types::admin::transfer-token-permission', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"action","defaultSortBy":"action","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"action":{"edit":{"label":"action","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"action","searchable":true,"sortable":true}},"token":{"edit":{"label":"token","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"token","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","action","token","createdAt"],"edit":[[{"name":"action","size":6},{"name":"token","size":6}]]},"uid":"admin::transfer-token-permission"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (7, 'plugin_content_manager_configuration_content_types::admin::api-token-permission', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"action","defaultSortBy":"action","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"action":{"edit":{"label":"action","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"action","searchable":true,"sortable":true}},"token":{"edit":{"label":"token","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"token","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","action","token","createdAt"],"edit":[[{"name":"action","size":6},{"name":"token","size":6}]]},"uid":"admin::api-token-permission"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (8, 'plugin_content_manager_configuration_content_types::admin::transfer-token', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"description":{"edit":{"label":"description","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"description","searchable":true,"sortable":true}},"accessKey":{"edit":{"label":"accessKey","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"accessKey","searchable":true,"sortable":true}},"lastUsedAt":{"edit":{"label":"lastUsedAt","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lastUsedAt","searchable":true,"sortable":true}},"permissions":{"edit":{"label":"permissions","description":"","placeholder":"","visible":true,"editable":true,"mainField":"action"},"list":{"label":"permissions","searchable":false,"sortable":false}},"expiresAt":{"edit":{"label":"expiresAt","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"expiresAt","searchable":true,"sortable":true}},"lifespan":{"edit":{"label":"lifespan","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lifespan","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","description","accessKey"],"edit":[[{"name":"name","size":6},{"name":"description","size":6}],[{"name":"accessKey","size":6},{"name":"lastUsedAt","size":6}],[{"name":"permissions","size":6},{"name":"expiresAt","size":6}],[{"name":"lifespan","size":4}]]},"uid":"admin::transfer-token"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (9, 'plugin_content_manager_configuration_content_types::plugin::content-releases.release', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"releasedAt":{"edit":{"label":"releasedAt","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"releasedAt","searchable":true,"sortable":true}},"scheduledAt":{"edit":{"label":"scheduledAt","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"scheduledAt","searchable":true,"sortable":true}},"timezone":{"edit":{"label":"timezone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"timezone","searchable":true,"sortable":true}},"status":{"edit":{"label":"status","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"status","searchable":true,"sortable":true}},"actions":{"edit":{"label":"actions","description":"","placeholder":"","visible":true,"editable":true,"mainField":"contentType"},"list":{"label":"actions","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","releasedAt","scheduledAt"],"edit":[[{"name":"name","size":6},{"name":"releasedAt","size":6}],[{"name":"scheduledAt","size":6},{"name":"timezone","size":6}],[{"name":"status","size":6},{"name":"actions","size":6}]]},"uid":"plugin::content-releases.release"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (12, 'plugin_content_manager_configuration_content_types::plugin::upload.file', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"alternativeText":{"edit":{"label":"alternativeText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"alternativeText","searchable":true,"sortable":true}},"caption":{"edit":{"label":"caption","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"caption","searchable":true,"sortable":true}},"width":{"edit":{"label":"width","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"width","searchable":true,"sortable":true}},"height":{"edit":{"label":"height","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"height","searchable":true,"sortable":true}},"formats":{"edit":{"label":"formats","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"formats","searchable":false,"sortable":false}},"hash":{"edit":{"label":"hash","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"hash","searchable":true,"sortable":true}},"ext":{"edit":{"label":"ext","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ext","searchable":true,"sortable":true}},"mime":{"edit":{"label":"mime","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mime","searchable":true,"sortable":true}},"size":{"edit":{"label":"size","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"size","searchable":true,"sortable":true}},"url":{"edit":{"label":"url","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"url","searchable":true,"sortable":true}},"previewUrl":{"edit":{"label":"previewUrl","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"previewUrl","searchable":true,"sortable":true}},"provider":{"edit":{"label":"provider","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"provider","searchable":true,"sortable":true}},"provider_metadata":{"edit":{"label":"provider_metadata","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"provider_metadata","searchable":false,"sortable":false}},"folder":{"edit":{"label":"folder","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"folder","searchable":true,"sortable":true}},"folderPath":{"edit":{"label":"folderPath","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"folderPath","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","alternativeText","caption"],"edit":[[{"name":"name","size":6},{"name":"alternativeText","size":6}],[{"name":"caption","size":6},{"name":"width","size":4}],[{"name":"height","size":4}],[{"name":"formats","size":12}],[{"name":"hash","size":6},{"name":"ex
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (14, 'plugin_content_manager_configuration_content_types::plugin::users-permissions.role', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"description":{"edit":{"label":"description","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"description","searchable":true,"sortable":true}},"type":{"edit":{"label":"type","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"type","searchable":true,"sortable":true}},"permissions":{"edit":{"label":"permissions","description":"","placeholder":"","visible":true,"editable":true,"mainField":"action"},"list":{"label":"permissions","searchable":false,"sortable":false}},"users":{"edit":{"label":"users","description":"","placeholder":"","visible":true,"editable":true,"mainField":"username"},"list":{"label":"users","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","description","type"],"edit":[[{"name":"name","size":6},{"name":"description","size":6}],[{"name":"type","size":6},{"name":"permissions","size":6}],[{"name":"users","size":6}]]},"uid":"plugin::users-permissions.role"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (17, 'plugin_upload_settings', '{"sizeOptimization":true,"responsiveDimensions":true,"autoOrientation":false}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (20, 'plugin_i18n_default_locale', '"en"', 'string', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (21, 'plugin_users-permissions_grant', '{"email":{"enabled":true,"icon":"envelope"},"discord":{"enabled":false,"icon":"discord","key":"","secret":"","callback":"api/auth/discord/callback","scope":["identify","email"]},"facebook":{"enabled":false,"icon":"facebook-square","key":"","secret":"","callback":"api/auth/facebook/callback","scope":["email"]},"google":{"enabled":false,"icon":"google","key":"","secret":"","callback":"api/auth/google/callback","scope":["email"]},"github":{"enabled":false,"icon":"github","key":"","secret":"","callback":"api/auth/github/callback","scope":["user","user:email"]},"microsoft":{"enabled":false,"icon":"windows","key":"","secret":"","callback":"api/auth/microsoft/callback","scope":["user.read"]},"twitter":{"enabled":false,"icon":"twitter","key":"","secret":"","callback":"api/auth/twitter/callback"},"instagram":{"enabled":false,"icon":"instagram","key":"","secret":"","callback":"api/auth/instagram/callback","scope":["user_profile"]},"vk":{"enabled":false,"icon":"vk","key":"","secret":"","callback":"api/auth/vk/callback","scope":["email"]},"twitch":{"enabled":false,"icon":"twitch","key":"","secret":"","callback":"api/auth/twitch/callback","scope":["user:read:email"]},"linkedin":{"enabled":false,"icon":"linkedin","key":"","secret":"","callback":"api/auth/linkedin/callback","scope":["r_liteprofile","r_emailaddress"]},"cognito":{"enabled":false,"icon":"aws","key":"","secret":"","subdomain":"my.subdomain.com","callback":"api/auth/cognito/callback","scope":["email","openid","profile"]},"reddit":{"enabled":false,"icon":"reddit","key":"","secret":"","state":true,"callback":"api/auth/reddit/callback","scope":["identity"]},"auth0":{"enabled":false,"icon":"","key":"","secret":"","subdomain":"my-tenant.eu","callback":"api/auth/auth0/callback","scope":["openid","email","profile"]},"cas":{"enabled":false,"icon":"book","key":"","secret":"","callback":"api/auth/cas/callback","scope":["openid email"],"subdomain":"my.subdomain.com/cas"},"patreon":{"enabled":false,"icon":"","key":"","secret":"","callback":"api/auth/patreon/callback","scope":["identity","identity[email]"]},"keycloak":{"enabled":false,"icon":"","key":"","secret":"","subdomain":"myKeycloakProvider.com/realms/myrealm","callback":"api/auth/keycloak/callback","scope":["openid","email","profile"]}}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (22, 'plugin_users-permissions_email', '{"reset_password":{"display":"Email.template.reset_password","icon":"sync","options":{"from":{"name":"Administration Panel","email":"no-reply@strapi.io"},"response_email":"","object":"Reset password","message":"<p>We heard that you lost your password. Sorry about that!</p>\n\n<p>But dont worry! You can use the following link to reset your password:</p>\n<p><%= URL %>?code=<%= TOKEN %></p>\n\n<p>Thanks.</p>"}},"email_confirmation":{"display":"Email.template.email_confirmation","icon":"check-square","options":{"from":{"name":"Administration Panel","email":"no-reply@strapi.io"},"response_email":"","object":"Account confirmation","message":"<p>Thank you for registering!</p>\n\n<p>You have to confirm your email address. Please click on the link below.</p>\n\n<p><%= URL %>?confirmation=<%= CODE %></p>\n\n<p>Thanks.</p>"}}}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (23, 'plugin_users-permissions_advanced', '{"unique_email":true,"allow_register":true,"email_confirmation":false,"email_reset_password":null,"email_confirmation_redirection":null,"default_role":"authenticated"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (19, 'plugin_upload_metrics', '{"weeklySchedule":"31 38 15 * * 2","lastWeeklyUpdate":1732621111022}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (18, 'plugin_upload_view_configuration', '{"pageSize":100,"sort":"createdAt:DESC"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (330, 'plugin_content_manager_configuration_components::manipal.accordian-array', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.accordian-array","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (10, 'plugin_content_manager_configuration_content_types::plugin::upload.folder', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"pathId":{"edit":{"label":"pathId","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"pathId","searchable":true,"sortable":true}},"parent":{"edit":{"label":"parent","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"parent","searchable":true,"sortable":true}},"children":{"edit":{"label":"children","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"children","searchable":false,"sortable":false}},"files":{"edit":{"label":"files","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"files","searchable":false,"sortable":false}},"path":{"edit":{"label":"path","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"path","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","pathId","parent"],"edit":[[{"name":"name","size":6},{"name":"pathId","size":4}],[{"name":"parent","size":6},{"name":"children","size":6}],[{"name":"files","size":6},{"name":"path","size":6}]]},"uid":"plugin::upload.folder"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (11, 'plugin_content_manager_configuration_content_types::plugin::content-releases.release-action', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"contentType","defaultSortBy":"contentType","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"type":{"edit":{"label":"type","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"type","searchable":true,"sortable":true}},"contentType":{"edit":{"label":"contentType","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"contentType","searchable":true,"sortable":true}},"locale":{"edit":{"label":"locale","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"locale","searchable":true,"sortable":true}},"release":{"edit":{"label":"release","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"release","searchable":true,"sortable":true}},"isEntryValid":{"edit":{"label":"isEntryValid","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"isEntryValid","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","type","contentType","locale"],"edit":[[{"name":"type","size":6},{"name":"contentType","size":6}],[{"name":"locale","size":6},{"name":"release","size":6}],[{"name":"isEntryValid","size":4}]]},"uid":"plugin::content-releases.release-action"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (13, 'plugin_content_manager_configuration_content_types::plugin::i18n.locale', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"code":{"edit":{"label":"code","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"code","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","code","createdAt"],"edit":[[{"name":"name","size":6},{"name":"code","size":6}]]},"uid":"plugin::i18n.locale"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (15, 'plugin_content_manager_configuration_content_types::plugin::users-permissions.permission', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"action","defaultSortBy":"action","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"action":{"edit":{"label":"action","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"action","searchable":true,"sortable":true}},"role":{"edit":{"label":"role","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"role","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","action","role","createdAt"],"edit":[[{"name":"action","size":6},{"name":"role","size":6}]]},"uid":"plugin::users-permissions.permission"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (16, 'plugin_content_manager_configuration_content_types::plugin::users-permissions.user', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"username","defaultSortBy":"username","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"username":{"edit":{"label":"username","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"username","searchable":true,"sortable":true}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":true,"sortable":true}},"provider":{"edit":{"label":"provider","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"provider","searchable":true,"sortable":true}},"password":{"edit":{"label":"password","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"password","searchable":true,"sortable":true}},"resetPasswordToken":{"edit":{"label":"resetPasswordToken","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"resetPasswordToken","searchable":true,"sortable":true}},"confirmationToken":{"edit":{"label":"confirmationToken","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"confirmationToken","searchable":true,"sortable":true}},"confirmed":{"edit":{"label":"confirmed","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"confirmed","searchable":true,"sortable":true}},"blocked":{"edit":{"label":"blocked","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"blocked","searchable":true,"sortable":true}},"role":{"edit":{"label":"role","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"role","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","username","email","confirmed"],"edit":[[{"name":"username","size":6},{"name":"email","size":6}],[{"name":"password","size":6},{"name":"confirmed","size":4}],[{"name":"blocked","size":4},{"name":"role","size":6}]]},"uid":"plugin::users-permissions.user"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (340, 'plugin_content_manager_configuration_components::manipal.higher-education-slider', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"logo":{"edit":{"label":"logo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"logo","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","logo","title"],"edit":[[{"name":"logo","size":6},{"name":"title","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.higher-education-slider","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (342, 'plugin_content_manager_configuration_components::manipal.images-array', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","img"],"edit":[[{"name":"img","size":6}]]},"uid":"manipal.images-array","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (344, 'plugin_content_manager_configuration_components::manipal.inner-banner', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","desktopImg","mobileImg","title"],"edit":[[{"name":"desktopImg","size":6},{"name":"mobileImg","size":6}],[{"name":"title","size":6}]]},"uid":"manipal.inner-banner","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (346, 'plugin_content_manager_configuration_components::manipal.our-history', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"year","defaultSortBy":"year","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"year":{"edit":{"label":"year","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"year","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":false,"sortable":false}}},"layouts":{"list":["id","year","desktopImg","mobileImg"],"edit":[[{"name":"year","size":6},{"name":"desktopImg","size":6}],[{"name":"mobileImg","size":6}],[{"name":"desc","size":12}]]},"uid":"manipal.our-history","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (349, 'plugin_content_manager_configuration_components::manipal.research', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"research":{"edit":{"label":"research","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"research","searchable":false,"sortable":false}}},"layouts":{"list":["id","research"],"edit":[[{"name":"research","size":12}]]},"uid":"manipal.research","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (350, 'plugin_content_manager_configuration_components::manipal.subject-current-teach-table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"subject","defaultSortBy":"subject","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"subject":{"edit":{"label":"subject","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subject","searchable":true,"sortable":true}},"subjectCode":{"edit":{"label":"subjectCode","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subjectCode","searchable":true,"sortable":true}},"year":{"edit":{"label":"year","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"year","searchable":true,"sortable":true}}},"layouts":{"list":["id","subject","subjectCode","year"],"edit":[[{"name":"subject","size":6},{"name":"subjectCode","size":6}],[{"name":"year","size":6}]]},"uid":"manipal.subject-current-teach-table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1000, 'plugin_content_manager_configuration_content_types::api::innovation-incubation-page.innovation-incubation-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"firstIntroImage":{"edit":{"label":"firstIntroImage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"firstIntroImage","searchable":false,"sortable":false}},"secondIntroImage":{"edit":{"label":"secondIntroImage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"secondIntroImage","searchable":false,"sortable":false}},"rightImage":{"edit":{"label":"rightImage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"rightImage","searchable":false,"sortable":false}},"introduction":{"edit":{"label":"introduction","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"introduction","searchable":false,"sortable":false}},"secondSectionWhatWeDo":{"edit":{"label":"secondSectionWhatWeDo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"secondSectionWhatWeDo","searchable":false,"sortable":false}},"ourTeam":{"edit":{"label":"ourTeam","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourTeam","searchable":false,"sortable":false}},"viewAllBtn":{"edit":{"label":"viewAllBtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"viewAllBtn","searchable":false,"sortable":false}},"administrations":{"edit":{"label":"administrations","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"administrations","searchable":false,"sortable":false}},"ourProjectTitle":{"edit":{"label":"ourProjectTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourProjectTitle","searchable":true,"sortable":true}},"ourProjectSubtitle":{"edit":{"label":"ourProjectSubtitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourProjectSubtitle","searchable":true,"sortable":true}},"projects":{"edit":{"label":"projects","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"projects","searchable":false,"sortable":false}},"igniteSection":{"edit":{"label":"igniteSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"igniteSection","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","firstIntroImage","secondIntroImage"],"edit":[[{"name":"banner","size":12}],[{"name":"firstIntroImage","size":6},{"name":"secondIntroImage","size":6}],[{"name":"rightImage","size":6}],[{"name":"introduction","size":12}],[{"name":"secondSectionWhatWeDo","size":12}],[{"name":"ourTeam","size":12}],[{"name":"viewAll
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (991, 'plugin_content_manager_configuration_components::shared.meta-social', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"socialNetwork":{"edit":{"label":"socialNetwork","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"socialNetwork","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"description":{"edit":{"label":"description","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"description","searchable":true,"sortable":true}},"image":{"edit":{"label":"image","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"image","searchable":false,"sortable":false}}},"layouts":{"list":["id","socialNetwork","title","description"],"edit":[[{"name":"socialNetwork","size":6},{"name":"title","size":6}],[{"name":"description","size":6},{"name":"image","size":6}]]},"uid":"shared.meta-social","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (914, 'plugin_content_manager_configuration_content_types::api::research-collaboration-page.research-collaboration-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"collSection":{"edit":{"label":"collSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"collSection","searchable":false,"sortable":false}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"cards":{"edit":{"label":"cards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"cards","searchable":false,"sortable":false}},"partnerInfo":{"edit":{"label":"partnerInfo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"partnerInfo","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","collSection","shortDesc"],"edit":[[{"name":"banner","size":12}],[{"name":"collSection","size":12}],[{"name":"shortDesc","size":6}],[{"name":"cards","size":12}],[{"name":"partnerInfo","size":12}],[{"name":"seo","size":12}]]},"uid":"api::research-collaboration-page.research-collaboration-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (341, 'plugin_content_manager_configuration_components::manipal.higher-education-sec', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"slider":{"edit":{"label":"slider","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slider","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","slider"],"edit":[[{"name":"title","size":6}],[{"name":"slider","size":12}]]},"uid":"manipal.higher-education-sec","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (339, 'plugin_content_manager_configuration_components::manipal.general-info', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"link":{"edit":{"label":"link","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"link","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","img","link"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}],[{"name":"link","size":12}]]},"uid":"manipal.general-info","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (345, 'plugin_content_manager_configuration_components::manipal.manipal-ranking-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","desc"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}]]},"uid":"manipal.manipal-ranking-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (347, 'plugin_content_manager_configuration_components::manipal.publication', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"publication":{"edit":{"label":"publication","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"publication","searchable":false,"sortable":false}}},"layouts":{"list":["id","publication"],"edit":[[{"name":"publication","size":12}]]},"uid":"manipal.publication","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (348, 'plugin_content_manager_configuration_components::manipal.research-data-list', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","ctaLink"],"edit":[[{"name":"title","size":6}],[{"name":"ctaLink","size":6},{"name":"ctaTarget","size":6}],[{"name":"shortDesc","size":12}]]},"uid":"manipal.research-data-list","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1003, 'plugin_content_manager_configuration_components::manipal.projects-card', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","shortDesc","img"],"edit":[[{"name":"title","size":6},{"name":"shortDesc","size":6}],[{"name":"img","size":6}]]},"uid":"manipal.projects-card","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (992, 'plugin_content_manager_configuration_components::shared.seo', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"metaTitle","defaultSortBy":"metaTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"metaTitle":{"edit":{"label":"metaTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"metaTitle","searchable":true,"sortable":true}},"metaDescription":{"edit":{"label":"metaDescription","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"metaDescription","searchable":true,"sortable":true}},"metaImage":{"edit":{"label":"metaImage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"metaImage","searchable":false,"sortable":false}},"metaSocial":{"edit":{"label":"metaSocial","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"metaSocial","searchable":false,"sortable":false}},"keywords":{"edit":{"label":"keywords","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"keywords","searchable":true,"sortable":true}},"metaRobots":{"edit":{"label":"metaRobots","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"metaRobots","searchable":true,"sortable":true}},"structuredData":{"edit":{"label":"structuredData","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"structuredData","searchable":false,"sortable":false}},"metaViewport":{"edit":{"label":"metaViewport","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"metaViewport","searchable":true,"sortable":true}},"canonicalURL":{"edit":{"label":"canonicalURL","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"canonicalURL","searchable":true,"sortable":true}}},"layouts":{"list":["id","metaTitle","metaDescription","metaImage"],"edit":[[{"name":"metaTitle","size":6},{"name":"metaDescription","size":6}],[{"name":"metaImage","size":6}],[{"name":"metaSocial","size":12}],[{"name":"keywords","size":6},{"name":"metaRobots","size":6}],[{"name":"structuredData","size":12}],[{"name":"metaViewport","size":6},{"name":"canonicalURL","size":6}]]},"uid":"shared.seo","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (353, 'plugin_content_manager_configuration_components::manipal.test-comp', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"test","defaultSortBy":"test","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"test":{"edit":{"label":"test","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"test","searchable":true,"sortable":true}}},"layouts":{"list":["id","test"],"edit":[[{"name":"test","size":6}]]},"uid":"manipal.test-comp","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (333, 'plugin_content_manager_configuration_components::manipal.academic', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"SubjectCurrentTeachTitle","defaultSortBy":"SubjectCurrentTeachTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"biography":{"edit":{"label":"biography","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"biography","searchable":false,"sortable":false}},"currentAcademicRole":{"edit":{"label":"currentAcademicRole","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"currentAcademicRole","searchable":false,"sortable":false}},"SubjectCurrentTeachTitle":{"edit":{"label":"SubjectCurrentTeachTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"SubjectCurrentTeachTitle","searchable":true,"sortable":true}},"subjectCurrentTeachTable":{"edit":{"label":"subjectCurrentTeachTable","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subjectCurrentTeachTable","searchable":false,"sortable":false}},"academicQualificationTitle":{"edit":{"label":"academicQualificationTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"academicQualificationTitle","searchable":true,"sortable":true}},"qualificationExpTitle":{"edit":{"label":"qualificationExpTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"qualificationExpTitle","searchable":true,"sortable":true}},"subjectTaughtRichText":{"edit":{"label":"subjectTaughtRichText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subjectTaughtRichText","searchable":false,"sortable":false}},"academicQualification":{"edit":{"label":"academicQualification","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"academicQualification","searchable":false,"sortable":false}},"qualificationExp":{"edit":{"label":"qualificationExp","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"qualificationExp","searchable":false,"sortable":false}},"subjectTaughtTitle":{"edit":{"label":"subjectTaughtTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subjectTaughtTitle","searchable":true,"sortable":true}}},"layouts":{"list":["id","biography","currentAcademicRole","SubjectCurrentTeachTitle"],"edit":[[{"name":"biography","size":12}],[{"name":"currentAcademicRole","size":12}],[{"name":"SubjectCurrentTeachTitle","size":6}],[{"name":"subjectCurrentTeachTable","size":12}],[{"name":"academicQualificationTitle","size":6},{"name":"qualificationExpTitle","size":6}],[{"name":"subjectTaughtRichText","size":12}],[{"name":"academicQualification","size":12}],[{"name":"qualificationExp","size":12}],[{"name":"subjectTaughtTitle","size":6}]]},"uid":"manipal.academic","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (359, 'plugin_content_manager_configuration_components::table.qualification-exp', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"institution","defaultSortBy":"institution","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"institution":{"edit":{"label":"institution","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"institution","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"role":{"edit":{"label":"role","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"role","searchable":true,"sortable":true}},"tenure":{"edit":{"label":"tenure","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"tenure","searchable":true,"sortable":true}}},"layouts":{"list":["id","institution","designation","role"],"edit":[[{"name":"institution","size":6},{"name":"designation","size":6}],[{"name":"role","size":6},{"name":"tenure","size":6}]]},"uid":"table.qualification-exp","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (362, 'plugin_content_manager_configuration_components::table.table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"Table":{"edit":{"label":"Table","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"Table","searchable":false,"sortable":false}}},"layouts":{"list":["id","Table"],"edit":[[{"name":"Table","size":12}]]},"uid":"table.table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (361, 'plugin_content_manager_configuration_components::table.subject-current-teach-table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"subject","defaultSortBy":"subject","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"subject":{"edit":{"label":"subject","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subject","searchable":true,"sortable":true}},"subjectCode":{"edit":{"label":"subjectCode","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subjectCode","searchable":true,"sortable":true}},"year":{"edit":{"label":"year","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"year","searchable":true,"sortable":true}}},"layouts":{"list":["id","subject","subjectCode","year"],"edit":[[{"name":"subject","size":6},{"name":"subjectCode","size":6}],[{"name":"year","size":6}]]},"uid":"table.subject-current-teach-table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (916, 'plugin_content_manager_configuration_content_types::api::research-strategy-page.research-strategy-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"coreValTitle","defaultSortBy":"coreValTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"strategySec":{"edit":{"label":"strategySec","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"strategySec","searchable":false,"sortable":false}},"coreValTitle":{"edit":{"label":"coreValTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"coreValTitle","searchable":true,"sortable":true}},"valuesData":{"edit":{"label":"valuesData","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"valuesData","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","strategySec","coreValTitle"],"edit":[[{"name":"banner","size":12}],[{"name":"strategySec","size":12}],[{"name":"coreValTitle","size":6}],[{"name":"valuesData","size":12}],[{"name":"seo","size":12}]]},"uid":"api::research-strategy-page.research-strategy-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (358, 'plugin_content_manager_configuration_components::table.professional-affiliation', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"membership","defaultSortBy":"membership","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"membership":{"edit":{"label":"membership","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"membership","searchable":true,"sortable":true}},"membershipNumber":{"edit":{"label":"membershipNumber","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"membershipNumber","searchable":true,"sortable":true}}},"layouts":{"list":["id","membership","membershipNumber"],"edit":[[{"name":"membership","size":6},{"name":"membershipNumber","size":6}]]},"uid":"table.professional-affiliation","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (356, 'plugin_content_manager_configuration_components::table.column-title', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}]]},"uid":"table.column-title","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (360, 'plugin_content_manager_configuration_components::table.table-column', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}]]},"uid":"table.table-column","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (365, 'plugin_content_manager_configuration_content_types::api::administration-page.administration-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","title","createdAt"],"edit":[[{"name":"banner","size":12}],[{"name":"title","size":6}],[{"name":"seo","size":12}]]},"uid":"api::administration-page.administration-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (367, 'plugin_content_manager_configuration_content_types::api::award.award', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"rank":{"edit":{"label":"rank","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"rank","searchable":true,"sortable":true}},"address":{"edit":{"label":"address","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"address","searchable":true,"sortable":true}},"rankedBy":{"edit":{"label":"rankedBy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"rankedBy","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"school_collection":{"edit":{"label":"school_collection","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"school_collection","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","rank","address"],"edit":[[{"name":"title","size":6},{"name":"rank","size":6}],[{"name":"address","size":6},{"name":"rankedBy","size":6}],[{"name":"seo","size":12}],[{"name":"school_collection","size":6}]]},"uid":"api::award.award"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1005, 'plugin_content_manager_configuration_components::manipal.key-value', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"key","defaultSortBy":"key","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"value":{"edit":{"label":"value","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"value","searchable":true,"sortable":true}}},"layouts":{"list":["id","key","value"],"edit":[[{"name":"key","size":6},{"name":"value","size":6}]]},"uid":"manipal.key-value","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1, 'strapi_content_types_schema', '{"admin::permission":{"collectionName":"admin_permissions","info":{"name":"Permission","description":"","singularName":"permission","pluralName":"permissions","displayName":"Permission"},"options":{},"pluginOptions":{"content-manager":{"visible":false},"content-type-builder":{"visible":false}},"attributes":{"action":{"type":"string","minLength":1,"configurable":false,"required":true},"actionParameters":{"type":"json","configurable":false,"required":false,"default":{}},"subject":{"type":"string","minLength":1,"configurable":false,"required":false},"properties":{"type":"json","configurable":false,"required":false,"default":{}},"conditions":{"type":"json","configurable":false,"required":false,"default":[]},"role":{"configurable":false,"type":"relation","relation":"manyToOne","inversedBy":"permissions","target":"admin::role"},"createdAt":{"type":"datetime"},"updatedAt":{"type":"datetime"},"createdBy":{"type":"relation","relation":"oneToOne","target":"admin::user","configurable":false,"writable":false,"visible":false,"useJoinTable":false,"private":true},"updatedBy":{"type":"relation","relation":"oneToOne","target":"admin::user","configurable":false,"writable":false,"visible":false,"useJoinTable":false,"private":true}},"kind":"collectionType","__schema__":{"collectionName":"admin_permissions","info":{"name":"Permission","description":"","singularName":"permission","pluralName":"permissions","displayName":"Permission"},"options":{},"pluginOptions":{"content-manager":{"visible":false},"content-type-builder":{"visible":false}},"attributes":{"action":{"type":"string","minLength":1,"configurable":false,"required":true},"actionParameters":{"type":"json","configurable":false,"required":false,"default":{}},"subject":{"type":"string","minLength":1,"configurable":false,"required":false},"properties":{"type":"json","configurable":false,"required":false,"default":{}},"conditions":{"type":"json","configurable":false,"required":false,"default":[]},"role":{"configurable":false,"type":"relation","relation":"manyToOne","inversedBy":"permissions","target":"admin::role"}},"kind":"collectionType"},"modelType":"contentType","modelName":"permission","connection":"default","uid":"admin::permission","plugin":"admin","globalId":"AdminPermission"},"admin::user":{"collectionName":"admin_users","info":{"name":"User","description":"","singularName":"user","pluralName":"users","displayName":"User"},"pluginOptions":{"content-manager":{"visible":false},"content-type-builder":{"visible":false}},"attributes":{"firstname":{"type":"string","unique":false,"minLength":1,"configurable":false,"required":false},"lastname":{"type":"string","unique":false,"minLength":1,"configurable":false,"required":false},"username":{"type":"string","unique":false,"configurable":false,"required":false},"email":{"type":"email","minLength":6,"configurable":false,"required":true,"unique":true,"private":true},"password":{"type":"password","minLength":6,"configurable":false,"required":false,"private":true,"searchable":false},"resetPasswordToken":{"type":"string","configurable":false,"private":true,"searchable":false},"registrationToken":{"type":"string","configurable":false,"private":true,"searchable":false},"isActive":{"type":"boolean","default":false,"configurable":false,"private":true},"roles":{"configurable":false,"private":true,"type":"relation","relation":"manyToMany","inversedBy":"users","target":"admin::role","collectionName":"strapi_users_roles"},"blocked":{"type":"boolean","default":false,"configurable":false,"private":true},"preferedLanguage":{"type":"string","configurable":false,"required":false,"searchable":false},"createdAt":{"type":"datetime"},"updatedAt":{"type":"datetime"},"createdBy":{"type":"relation","relation":"oneToOne","target":"admin::user","configurable":false,"writable":false,"visible":false,"useJoinTable":false,"private":true},"updatedBy":{"type":"relation","relation":"oneToOne","target":"admin::user","configurable":false,"writable":
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (375, 'plugin_content_manager_configuration_content_types::api::faculty-type.faculty-type', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","key","createdAt"],"edit":[[{"name":"title","size":6},{"name":"key","size":6}],[{"name":"seo","size":12}]]},"uid":"api::faculty-type.faculty-type"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (993, 'plugin_seo_settings', '{"api::about-us-page.about-us-page":{"collectionName":"about-us-page","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::administration.administration":{"collectionName":"administration","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::administration-category.administration-category":{"collectionName":"administration-category","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::administration-page.administration-page":{"collectionName":"administration-page","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::admission-page.admission-page":{"collectionName":"admission-page","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::alumni-page.alumni-page":{"collectionName":"alumni-page","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::apply-for-scholarship-page.apply-for-scholarship-page":{"collectionName":"apply-for-scholarship-page","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::apply-form.apply-form":{"collectionName":"apply-form","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::award.award":{"collectionName":"award","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::awards-and-achievement.awards-and-achievement":{"collectionName":"awards-and-achievement","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page":{"collectionName":"benefits-of-manipal-dubai-scholarships-page","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::blog.blog":{"collectionName":"blog","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::blog-listing.blog-listing":{"collectionName":"blog-listing","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRobots":true,"metaSocial":true,"wordCount":true,"canonicalUrl":true,"keywordDensity":true,"structuredData":true,"alternativeText":true,"lastUpdatedAt":true}},"api::campus-life.campus-life":{"collectionName":"campus-life","seoChecks":{"metaTitle":true,"metaDescription":true,"metaRob
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (368, 'plugin_content_manager_configuration_content_types::api::awards-and-achievement.awards-and-achievement', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"awardsAndCertificateSec":{"edit":{"label":"awardsAndCertificateSec","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"awardsAndCertificateSec","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","awardsAndCertificateSec","createdAt"],"edit":[[{"name":"banner","size":12}],[{"name":"awardsAndCertificateSec","size":12}],[{"name":"seo","size":12}]]},"uid":"api::awards-and-achievement.awards-and-achievement"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (370, 'plugin_content_manager_configuration_content_types::api::blog-listing.blog-listing', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"subTitle":{"edit":{"label":"subTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subTitle","searchable":true,"sortable":true}},"title2":{"edit":{"label":"title2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title2","searchable":true,"sortable":true}},"subTitle2":{"edit":{"label":"subTitle2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subTitle2","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","title","subTitle"],"edit":[[{"name":"banner","size":12}],[{"name":"title","size":6},{"name":"subTitle","size":6}],[{"name":"title2","size":6},{"name":"subTitle2","size":6}],[{"name":"seo","size":12}]]},"uid":"api::blog-listing.blog-listing"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1004, 'plugin_content_manager_configuration_content_types::api::degree.degree', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"programs":{"edit":{"label":"programs","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"programs","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","key","createdAt"],"edit":[[{"name":"title","size":6},{"name":"key","size":6}],[{"name":"programs","size":6},{"name":"img","size":6}],[{"name":"ctaLink","size":6},{"name":"ctaText","size":6}],[{"name":"shortDesc","size":6}]]},"uid":"api::degree.degree"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (978, 'plugin_content_manager_configuration_components::manipal.alumni-cards', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":true,"sortable":true}},"phone2":{"edit":{"label":"phone2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone2","searchable":true,"sortable":true}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","phone","phone2"],"edit":[[{"name":"title","size":6},{"name":"phone","size":6}],[{"name":"phone2","size":6},{"name":"email","size":6}],[{"name":"designation","size":6},{"name":"img","size":6}],[{"name":"key","size":6}]]},"uid":"manipal.alumni-cards","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (364, 'plugin_content_manager_configuration_content_types::api::administration-category.administration-category', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","createdAt","updatedAt"],"edit":[[{"name":"title","size":6},{"name":"key","size":6}],[{"name":"seo","size":12}]]},"uid":"api::administration-category.administration-category"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (372, 'plugin_content_manager_configuration_content_types::api::category.category', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","createdAt","updatedAt"],"edit":[[{"name":"title","size":6},{"name":"key","size":6}],[{"name":"seo","size":12}]]},"uid":"api::category.category"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (378, 'plugin_content_manager_configuration_content_types::api::international-collaboration.international-collaboration', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"academicPartnerTitle","defaultSortBy":"academicPartnerTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"internationalCollaboration":{"edit":{"label":"internationalCollaboration","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"internationalCollaboration","searchable":false,"sortable":false}},"studentExchange":{"edit":{"label":"studentExchange","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentExchange","searchable":false,"sortable":false}},"logoCardSlider":{"edit":{"label":"logoCardSlider","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"logoCardSlider","searchable":false,"sortable":false}},"academicPartnerTitle":{"edit":{"label":"academicPartnerTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"academicPartnerTitle","searchable":true,"sortable":true}},"academicDesc":{"edit":{"label":"academicDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"academicDesc","searchable":true,"sortable":true}},"cultureEducationTitle":{"edit":{"label":"cultureEducationTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"cultureEducationTitle","searchable":false,"sortable":false}},"partnershipCard":{"edit":{"label":"partnershipCard","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"partnershipCard","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","internationalCollaboration","studentExchange"],"edit":[[{"name":"banner","size":12}],[{"name":"internationalCollaboration","size":12}],[{"name":"studentExchange","size":12}],[{"name":"academicPartnerTitle","size":6},{"name":"academicDesc","size":6}],[{"name":"cultureEducationTitle","size":12}],[{"name":"partnershipCard","size":12}],[{"name":"seo","size":12}],[{"name":"logoCardSlider","size":12}]]},"uid":"api::international-collaboration.international-collaboration"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1009, 'plugin_content_manager_configuration_components::shared.student-services', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"studentServiceTitle","defaultSortBy":"studentServiceTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"studentServiceTitle":{"edit":{"label":"studentServiceTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServiceTitle","searchable":true,"sortable":true}},"studentServiceDesc":{"edit":{"label":"studentServiceDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServiceDesc","searchable":true,"sortable":true}},"studentServicesData":{"edit":{"label":"studentServicesData","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServicesData","searchable":false,"sortable":false}},"StudentServicesBtn":{"edit":{"label":"StudentServicesBtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"StudentServicesBtn","searchable":false,"sortable":false}}},"layouts":{"list":["id","studentServiceTitle","studentServiceDesc","studentServicesData"],"edit":[[{"name":"studentServiceTitle","size":6},{"name":"studentServiceDesc","size":6}],[{"name":"studentServicesData","size":12}],[{"name":"StudentServicesBtn","size":12}]]},"uid":"shared.student-services","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (337, 'plugin_content_manager_configuration_components::manipal.faqs', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":false,"sortable":false}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}],[{"name":"desc","size":12}]]},"uid":"manipal.faqs","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (980, 'plugin_content_manager_configuration_components::manipal.title-with-nested-richtext', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"info":{"edit":{"label":"info","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"info","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","info"],"edit":[[{"name":"title","size":6}],[{"name":"info","size":12}]]},"uid":"manipal.title-with-nested-richtext","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (369, 'plugin_content_manager_configuration_content_types::api::career.career', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","desc","ctaTarget"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"ctaTarget","size":6},{"name":"ctaText","size":6}],[{"name":"ctaLink","size":6},{"name":"slug","size":6}],[{"name":"seo","size":12}]]},"uid":"api::career.career"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (967, 'plugin_content_manager_configuration_components::manipal.sub-menu', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"highlight":{"edit":{"label":"highlight","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"highlight","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","ctaLink","ctaTarget"],"edit":[[{"name":"title","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaTarget","size":6},{"name":"highlight","size":4}]]},"uid":"manipal.sub-menu","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (931, 'plugin_content_manager_configuration_components::manipal.getin-touch-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":true,"sortable":true}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":true,"sortable":true}},"phone2":{"edit":{"label":"phone2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone2","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","desc","email"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"email","size":6},{"name":"phone","size":6}],[{"name":"phone2","size":6}]]},"uid":"manipal.getin-touch-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (384, 'plugin_content_manager_configuration_content_types::api::news-main.news-main', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"spotlightTitle","defaultSortBy":"spotlightTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"spotlightTitle":{"edit":{"label":"spotlightTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"spotlightTitle","searchable":true,"sortable":true}},"spotlightDesc":{"edit":{"label":"spotlightDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"spotlightDesc","searchable":true,"sortable":true}},"moreNewsTitle":{"edit":{"label":"moreNewsTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"moreNewsTitle","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","spotlightTitle","spotlightDesc","moreNewsTitle"],"edit":[[{"name":"spotlightTitle","size":6},{"name":"spotlightDesc","size":6}],[{"name":"moreNewsTitle","size":6}],[{"name":"banner","size":12}],[{"name":"seo","size":12}]]},"uid":"api::news-main.news-main"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (979, 'plugin_content_manager_configuration_components::manipal.program-course-detail', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"courseDetailsData":{"edit":{"label":"courseDetailsData","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"courseDetailsData","searchable":false,"sortable":false}},"downloadBrochure":{"edit":{"label":"downloadBrochure","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"downloadBrochure","searchable":false,"sortable":false}}},"layouts":{"list":["id","courseDetailsData","downloadBrochure"],"edit":[[{"name":"courseDetailsData","size":12}],[{"name":"downloadBrochure","size":12}]]},"uid":"manipal.program-course-detail","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (392, 'plugin_content_manager_configuration_content_types::api::research-main.research-main', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"researchAtTitle","defaultSortBy":"researchAtTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"generalInfo":{"edit":{"label":"generalInfo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"generalInfo","searchable":false,"sortable":false}},"researchAtTitle":{"edit":{"label":"researchAtTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"researchAtTitle","searchable":true,"sortable":true}},"researchGuidelinesData":{"edit":{"label":"researchGuidelinesData","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"researchGuidelinesData","searchable":false,"sortable":false}},"leadership":{"edit":{"label":"leadership","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"leadership","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","generalInfo","researchAtTitle"],"edit":[[{"name":"banner","size":12}],[{"name":"generalInfo","size":12}],[{"name":"researchAtTitle","size":6}],[{"name":"researchGuidelinesData","size":12}],[{"name":"leadership","size":12}],[{"name":"seo","size":12}]]},"uid":"api::research-main.research-main"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (335, 'plugin_content_manager_configuration_components::manipal.biography', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.biography","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (24, 'core_admin_auth', '{"providers":{"autoRegister":false,"defaultRole":null,"ssoLockedRoles":null}}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (391, 'plugin_content_manager_configuration_content_types::api::recognitions-and-accreditation.recognitions-and-accreditation', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"accreditationSec":{"edit":{"label":"accreditationSec","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"accreditationSec","searchable":false,"sortable":false}},"higherEducationSec":{"edit":{"label":"higherEducationSec","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"higherEducationSec","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","accreditationSec","higherEducationSec"],"edit":[[{"name":"banner","size":12}],[{"name":"accreditationSec","size":12}],[{"name":"higherEducationSec","size":12}],[{"name":"seo","size":12}]]},"uid":"api::recognitions-and-accreditation.recognitions-and-accreditation"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (981, 'plugin_content_manager_configuration_components::manipal.two-images-with-richtext', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","img","icon","title"],"edit":[[{"name":"img","size":6},{"name":"icon","size":6}],[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.two-images-with-richtext","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (962, 'plugin_content_manager_configuration_components::manipal.home-banner', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"subTitle":{"edit":{"label":"subTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subTitle","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"exploreMoreBtn":{"edit":{"label":"exploreMoreBtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"exploreMoreBtn","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","subTitle","desktopImg"],"edit":[[{"name":"title","size":6},{"name":"subTitle","size":6}],[{"name":"desktopImg","size":6},{"name":"mobileImg","size":6}],[{"name":"exploreMoreBtn","size":12}]]},"uid":"manipal.home-banner","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (373, 'plugin_content_manager_configuration_content_types::api::faculty.faculty', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":true,"sortable":true}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"faculty_type":{"edit":{"label":"faculty_type","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"faculty_type","searchable":true,"sortable":true}},"academics":{"edit":{"label":"academics","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"academics","searchable":false,"sortable":false}},"expertise":{"edit":{"label":"expertise","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"expertise","searchable":false,"sortable":false}},"research":{"edit":{"label":"research","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"research","searchable":false,"sortable":false}},"publication":{"edit":{"label":"publication","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"publication","searchable":false,"sortable":false}},"studentProjects":{"edit":{"label":"studentProjects","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentProjects","searchable":false,"sortable":false}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"phone2":{"edit":{"label":"phone2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone2","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"school_collection":{"edit":{"label":"school_collection","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"school_collection","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","designation","phone"],"edit":[[{"name":"title","size":6},{"name":"designation","size":6}],[{"name":"phone","size":6},{"name":"email","size":6}],[{"name":"img","size":
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (351, 'plugin_content_manager_configuration_components::manipal.student-policies', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","ctaLink"],"edit":[[{"name":"title","size":6}],[{"name":"ctaLink","size":6},{"name":"ctaText","size":6}],[{"name":"ctaTarget","size":6}],[{"name":"desc","size":12}]]},"uid":"manipal.student-policies","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (929, 'plugin_content_manager_configuration_components::manipal.about-mahe-dubai-section', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":false,"sortable":false}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"videoLink":{"edit":{"label":"videoLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoLink","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","ctaLink","ctaText"],"edit":[[{"name":"title","size":6}],[{"name":"desc","size":12}],[{"name":"ctaLink","size":6},{"name":"ctaText","size":6}],[{"name":"ctaTarget","size":6},{"name":"videoLink","size":6}]]},"uid":"manipal.about-mahe-dubai-section","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (363, 'plugin_content_manager_configuration_content_types::api::administration.administration', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":true,"sortable":true}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":true,"sortable":true}},"administration_category":{"edit":{"label":"administration_category","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"administration_category","searchable":true,"sortable":true}},"phone2":{"edit":{"label":"phone2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone2","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","img","title","designation"],"edit":[[{"name":"img","size":6},{"name":"title","size":6}],[{"name":"designation","size":6},{"name":"phone","size":6}],[{"name":"email","size":6},{"name":"administration_category","size":6}],[{"name":"phone2","size":6}],[{"name":"seo","size":12}]]},"uid":"api::administration.administration"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (380, 'plugin_content_manager_configuration_content_types::api::leadership.leadership', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"intro":{"edit":{"label":"intro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intro","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","designation","intro"],"edit":[[{"name":"title","size":6},{"name":"designation","size":6}],[{"name":"intro","size":6},{"name":"img","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"slug","size":6}],[{"name":"seo","size":12}]]},"uid":"api::leadership.leadership"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (977, 'plugin_content_manager_configuration_content_types::api::event.event', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"date":{"edit":{"label":"date","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"date","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"btnText":{"edit":{"label":"btnText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"btnText","searchable":true,"sortable":true}},"eventImg":{"edit":{"label":"eventImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"eventImg","searchable":false,"sortable":false}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"school_type":{"edit":{"label":"school_type","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"school_type","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"school_collection":{"edit":{"label":"school_collection","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"school_collection","searchable":true,"sortable":true}},"news_events_category":{"edit":{"label":"news_events_category","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"news_events_category","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","date","title","slug"],"edit":[[{"name":"date","size":4},{"name":"title","size":6}],[{"name":"slug","size":6},{"name":"desktopImg","size":6}],[{"name":"mobileImg","size":6},{"name":"shortDesc","size":6}],[{"name":"btnText","size":6},{"name":"eventImg","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"seo","size":12}],[{"name":"school_type","size":6},{"name":"school_collection","size":6}],[{"name":"news_events_category","size":6}]]},"uid":"api::event.event"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (538, 'plugin_content_manager_configuration_components::manipal.international-students-cards', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","img"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}]]},"uid":"manipal.international-students-cards","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (537, 'plugin_content_manager_configuration_components::manipal.open-days-points-array', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}]]},"uid":"manipal.open-days-points-array","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (539, 'plugin_content_manager_configuration_components::manipal.open-days-points', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"title2":{"edit":{"label":"title2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title2","searchable":true,"sortable":true}},"points":{"edit":{"label":"points","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"points","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","title2","points"],"edit":[[{"name":"title","size":6},{"name":"title2","size":6}],[{"name":"points","size":12}]]},"uid":"manipal.open-days-points","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (540, 'plugin_content_manager_configuration_components::manipal.visa-requirement-pdf-sec', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"link":{"edit":{"label":"link","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"link","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","link"],"edit":[[{"name":"title","size":6},{"name":"link","size":6}]]},"uid":"manipal.visa-requirement-pdf-sec","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (541, 'plugin_content_manager_configuration_components::manipal.visa-requirement-process-cards', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","icon","title"],"edit":[[{"name":"icon","size":6},{"name":"title","size":6}]]},"uid":"manipal.visa-requirement-process-cards","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (966, 'plugin_content_manager_configuration_components::manipal.main-menu-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"highlight":{"edit":{"label":"highlight","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"highlight","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"SubMenu":{"edit":{"label":"SubMenu","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"SubMenu","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","ctaLink","highlight"],"edit":[[{"name":"title","size":6},{"name":"ctaLink","size":6}],[{"name":"highlight","size":4},{"name":"ctaTarget","size":6}],[{"name":"SubMenu","size":12}]]},"uid":"manipal.main-menu-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (932, 'plugin_content_manager_configuration_components::manipal.alumni-success-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"videoLink":{"edit":{"label":"videoLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoLink","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc","videoLink"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"videoLink","size":6},{"name":"img","size":6}]]},"uid":"manipal.alumni-success-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (334, 'plugin_content_manager_configuration_components::manipal.awards-and-certification-sec', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"awardsCertificate":{"edit":{"label":"awardsCertificate","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"awardsCertificate","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","awardsCertificate"],"edit":[[{"name":"title","size":6}],[{"name":"awardsCertificate","size":12}]]},"uid":"manipal.awards-and-certification-sec","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (482, 'plugin_content_manager_configuration_content_types::api::university.university', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","img","seo"],"edit":[[{"name":"title","size":6}],[{"name":"img","size":6},{"name":"slug","size":6}],[{"name":"desktopImg","size":6},{"name":"mobileImg","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"shortDesc","size":6}],[{"name":"seo","size":12}]]},"uid":"api::university.university"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (332, 'plugin_content_manager_configuration_components::manipal.accreditation-sec', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"leftTitle","defaultSortBy":"leftTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"leftTitle":{"edit":{"label":"leftTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"leftTitle","searchable":true,"sortable":true}},"rightTitle":{"edit":{"label":"rightTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"rightTitle","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"leftRichTextCopy":{"edit":{"label":"leftRichTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"leftRichTextCopy","searchable":false,"sortable":false}},"rightRichTextCopy":{"edit":{"label":"rightRichTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"rightRichTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","leftTitle","rightTitle","img"],"edit":[[{"name":"leftTitle","size":6},{"name":"rightTitle","size":6}],[{"name":"img","size":6}],[{"name":"leftRichTextCopy","size":12}],[{"name":"rightRichTextCopy","size":12}]]},"uid":"manipal.accreditation-sec","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (934, 'plugin_content_manager_configuration_content_types::api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"benefitTitle","defaultSortBy":"benefitTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"mainSection":{"edit":{"label":"mainSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mainSection","searchable":false,"sortable":false}},"benefitTitle":{"edit":{"label":"benefitTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"benefitTitle","searchable":true,"sortable":true}},"benefits":{"edit":{"label":"benefits","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"benefits","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","mainSection","benefitTitle"],"edit":[[{"name":"banner","size":12}],[{"name":"mainSection","size":12}],[{"name":"benefitTitle","size":6}],[{"name":"benefits","size":12}],[{"name":"seo","size":12}]]},"uid":"api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (338, 'plugin_content_manager_configuration_components::manipal.files-array', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}}},"layouts":{"list":["id","icon","title","ctaText"],"edit":[[{"name":"icon","size":6},{"name":"title","size":6}],[{"name":"ctaText","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaTarget","size":6}]]},"uid":"manipal.files-array","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (352, 'plugin_content_manager_configuration_components::manipal.student-projects', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}]]},"uid":"manipal.student-projects","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (354, 'plugin_content_manager_configuration_components::table.academic-qualification', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"degree","defaultSortBy":"degree","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"degree":{"edit":{"label":"degree","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"degree","searchable":true,"sortable":true}},"specialisation":{"edit":{"label":"specialisation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"specialisation","searchable":true,"sortable":true}},"institute":{"edit":{"label":"institute","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"institute","searchable":true,"sortable":true}},"year":{"edit":{"label":"year","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"year","searchable":true,"sortable":true}}},"layouts":{"list":["id","degree","specialisation","institute"],"edit":[[{"name":"degree","size":6},{"name":"specialisation","size":6}],[{"name":"institute","size":6},{"name":"year","size":6}]]},"uid":"table.academic-qualification","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (355, 'plugin_content_manager_configuration_components::table.area-of-interest-table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"areaOfInterestText","defaultSortBy":"areaOfInterestText","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"areaOfInterestText":{"edit":{"label":"areaOfInterestText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"areaOfInterestText","searchable":true,"sortable":true}},"areaOfResearch":{"edit":{"label":"areaOfResearch","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"areaOfResearch","searchable":true,"sortable":true}}},"layouts":{"list":["id","areaOfInterestText","areaOfResearch"],"edit":[[{"name":"areaOfInterestText","size":6},{"name":"areaOfResearch","size":6}]]},"uid":"table.area-of-interest-table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (875, 'plugin_content_manager_configuration_components::manipal.double-text', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}]]},"uid":"manipal.double-text","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (935, 'plugin_content_manager_configuration_content_types::api::why-dubai-page.why-dubai-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"whyDubaiSection":{"edit":{"label":"whyDubaiSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiSection","searchable":false,"sortable":false}},"careerOpportunitiesSection":{"edit":{"label":"careerOpportunitiesSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerOpportunitiesSection","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"admissionsToggle":{"edit":{"label":"admissionsToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionsToggle","searchable":true,"sortable":true}},"studentServicesToggle":{"edit":{"label":"studentServicesToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServicesToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","whyDubaiSection","virtualTourToggle"],"edit":[[{"name":"banner","size":12}],[{"name":"whyDubaiSection","size":12}],[{"name":"careerOpportunitiesSection","size":12}],[{"name":"seo","size":12}],[{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4},{"name":"admissionsToggle","size":4}],[{"name":"studentServicesToggle","size":4}]]},"uid":"api::why-dubai-page.why-dubai-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (983, 'plugin_content_manager_configuration_components::manipal.how-to-apply-section', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"steps":{"edit":{"label":"steps","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"steps","searchable":false,"sortable":false}},"note":{"edit":{"label":"note","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"note","searchable":true,"sortable":true}},"explore":{"edit":{"label":"explore","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"explore","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc","steps"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"steps","size":12}],[{"name":"note","size":6}],[{"name":"explore","size":12}]]},"uid":"manipal.how-to-apply-section","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (544, 'plugin_content_manager_configuration_content_types::api::international-students-about-dubai.international-students-about-dubai', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"intro":{"edit":{"label":"intro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intro","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"campusLifeToggle":{"edit":{"label":"campusLifeToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusLifeToggle","searchable":true,"sortable":true}},"applyForScholarshipToggle":{"edit":{"label":"applyForScholarshipToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyForScholarshipToggle","searchable":true,"sortable":true}},"admissionsToggle":{"edit":{"label":"admissionsToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionsToggle","searchable":true,"sortable":true}},"studentServicesToggle":{"edit":{"label":"studentServicesToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServicesToggle","searchable":true,"sortable":true}},"careerServiceToggle":{"edit":{"label":"careerServiceToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","intro","img"],"edit":[[{"name":"title","size":6},{"name":"intro","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}],[{"name":"seo","size":12}],[{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4},{"name":"whyDubaiToggle","size":4}],[{"name":"campusLifeToggle","size":4},{"name":"applyForScholarshipToggle","size":4},{"name":"admissionsToggle","size":4}],[{"name":"studentServicesToggle","size":4},{"name":"careerServiceToggle","size
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (485, 'plugin_content_manager_configuration_content_types::api::news-detail-page.news-detail-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","createdAt","updatedAt"],"edit":[[{"name":"banner","size":12}],[{"name":"seo","size":12}]]},"uid":"api::news-detail-page.news-detail-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (878, 'plugin_content_manager_configuration_components::manipal.card2', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"uaeResidentTitle1":{"edit":{"label":"uaeResidentTitle1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"uaeResidentTitle1","searchable":true,"sortable":true}},"uaeResidentTitle2":{"edit":{"label":"uaeResidentTitle2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"uaeResidentTitle2","searchable":true,"sortable":true}},"price1":{"edit":{"label":"price1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"price1","searchable":true,"sortable":true}},"price2":{"edit":{"label":"price2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"price2","searchable":true,"sortable":true}},"perWeek1":{"edit":{"label":"perWeek1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"perWeek1","searchable":true,"sortable":true}},"perWeek2":{"edit":{"label":"perWeek2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"perWeek2","searchable":true,"sortable":true}},"calendarIcon":{"edit":{"label":"calendarIcon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"calendarIcon","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc","desktopImg"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"desktopImg","size":6},{"name":"mobileImg","size":6}],[{"name":"uaeResidentTitle1","size":6},{"name":"uaeResidentTitle2","size":6}],[{"name":"price1","size":6},{"name":"price2","size":6}],[{"name":"perWeek1","size":6},{"name":"perWeek2","size":6}],[{"name":"calendarIcon","size":6}]]},"uid":"manipal.card2","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (877, 'plugin_content_manager_configuration_components::manipal.double-text-with-img-address', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}},"doubleText":{"edit":{"label":"doubleText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"doubleText","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","icon","doubleText","title"],"edit":[[{"name":"icon","size":6}],[{"name":"doubleText","size":12}],[{"name":"title","size":6}]]},"uid":"manipal.double-text-with-img-address","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (486, 'plugin_content_manager_configuration_content_types::api::manipal-jai-pur-university.manipal-jai-pur-university', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"worldWideTitle":{"edit":{"label":"worldWideTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"worldWideTitle","searchable":true,"sortable":true}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","title","worldWideTitle"],"edit":[[{"name":"banner","size":12}],[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"worldWideTitle","size":6},{"name":"shortDesc","size":6}],[{"name":"img","size":6}],[{"name":"seo","size":12}]]},"uid":"api::manipal-jai-pur-university.manipal-jai-pur-university"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (984, 'plugin_content_manager_configuration_content_types::api::program-page.program-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"programTitle","defaultSortBy":"programTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"programTitle":{"edit":{"label":"programTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programTitle","searchable":true,"sortable":true}},"howToApply":{"edit":{"label":"howToApply","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"howToApply","searchable":false,"sortable":false}},"findOutNextHouse":{"edit":{"label":"findOutNextHouse","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"findOutNextHouse","searchable":false,"sortable":false}},"discoverDubaiCard":{"edit":{"label":"discoverDubaiCard","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"discoverDubaiCard","searchable":false,"sortable":false}},"joinMaheDubaiSection":{"edit":{"label":"joinMaheDubaiSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"joinMaheDubaiSection","searchable":false,"sortable":false}},"internationalStudentSection":{"edit":{"label":"internationalStudentSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"internationalStudentSection","searchable":false,"sortable":false}},"card1":{"edit":{"label":"card1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"card1","searchable":false,"sortable":false}},"card2":{"edit":{"label":"card2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"card2","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"readMoreTitle":{"edit":{"label":"readMoreTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"readMoreTitle","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","programTitle","howToApply"],"edit":[[{"name":"banner","size":12}],[{"name":"programTitle","size":6}],[{"name":"howToApply","size":12}],[{"name":"findOutNextHouse","size":12}],[{"name":"discoverDubaiCard","size":12}],[{"name":"joinMaheDubaiSection","size":12}],[{"name":"internationalStudentSection","size":12}],[{"name":"card1","size":12}],[{"name":"card2","size":12}],[{"name":"seo","size":12}],[{"name":"readMoreTitle","size":6}]]},"uid":"api::program-page.program-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (938, 'plugin_content_manager_configuration_components::manipal.rich-text-array', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id"],"edit":[[{"name":"richTextCopy","size":12}]]},"uid":"manipal.rich-text-array","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (959, 'plugin_content_manager_configuration_content_types::api::contact-us-page.contact-us-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"firstHeading":{"edit":{"label":"firstHeading","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"firstHeading","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"form":{"edit":{"label":"form","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"form","searchable":false,"sortable":false}},"location":{"edit":{"label":"location","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"location","searchable":false,"sortable":false}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":false,"sortable":false}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":false,"sortable":false}},"whatsapp":{"edit":{"label":"whatsapp","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whatsapp","searchable":false,"sortable":false}},"liveChat":{"edit":{"label":"liveChat","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"liveChat","searchable":false,"sortable":false}},"socialMedia":{"edit":{"label":"socialMedia","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"socialMedia","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","firstHeading","location"],"edit":[[{"name":"banner","size":12}],[{"name":"firstHeading","size":6}],[{"name":"img","size":6}],[{"name":"form","size":12}],[{"name":"location","size":12}],[{"name":"email","size":12}],[{"name":"phone","size":12}],[{"name":"whatsapp","size":12}],[{"name":"liveChat","size":12}],[{"name":"socialMedia","size":12}],[{"name":"seo","size":12}]]},"uid":"api::contact-us-page.contact-us-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1010, 'plugin_content_manager_configuration_components::shared.career-services-center', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"careerServiceTitle","defaultSortBy":"careerServiceTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"careerServiceLeftImg":{"edit":{"label":"careerServiceLeftImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceLeftImg","searchable":false,"sortable":false}},"careerServiceTitle":{"edit":{"label":"careerServiceTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceTitle","searchable":true,"sortable":true}},"careerServiceIntro":{"edit":{"label":"careerServiceIntro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceIntro","searchable":true,"sortable":true}},"careerServiceDesc":{"edit":{"label":"careerServiceDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceDesc","searchable":true,"sortable":true}},"careerServiceRightImg":{"edit":{"label":"careerServiceRightImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceRightImg","searchable":false,"sortable":false}},"CareerServicesBtn":{"edit":{"label":"CareerServicesBtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"CareerServicesBtn","searchable":false,"sortable":false}}},"layouts":{"list":["id","careerServiceLeftImg","careerServiceTitle","careerServiceIntro"],"edit":[[{"name":"careerServiceLeftImg","size":6},{"name":"careerServiceTitle","size":6}],[{"name":"careerServiceIntro","size":6},{"name":"careerServiceDesc","size":6}],[{"name":"careerServiceRightImg","size":6}],[{"name":"CareerServicesBtn","size":12}]]},"uid":"shared.career-services-center","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (543, 'plugin_content_manager_configuration_components::manipal.visa-requirement-process-sec', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"description":{"edit":{"label":"description","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"description","searchable":true,"sortable":true}},"cards":{"edit":{"label":"cards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"cards","searchable":false,"sortable":false}},"note":{"edit":{"label":"note","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"note","searchable":true,"sortable":true}},"whatsappLink":{"edit":{"label":"whatsappLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whatsappLink","searchable":true,"sortable":true}},"pdfSec":{"edit":{"label":"pdfSec","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"pdfSec","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","description","cards"],"edit":[[{"name":"title","size":6},{"name":"description","size":6}],[{"name":"cards","size":12}],[{"name":"note","size":6},{"name":"whatsappLink","size":6}],[{"name":"pdfSec","size":12}]]},"uid":"manipal.visa-requirement-process-sec","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (542, 'plugin_content_manager_configuration_components::table.open-days-table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"location","defaultSortBy":"location","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"date":{"edit":{"label":"date","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"date","searchable":true,"sortable":true}},"location":{"edit":{"label":"location","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"location","searchable":true,"sortable":true}},"time":{"edit":{"label":"time","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"time","searchable":true,"sortable":true}},"status":{"edit":{"label":"status","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"status","searchable":true,"sortable":true}}},"layouts":{"list":["id","date","location","time"],"edit":[[{"name":"date","size":4},{"name":"location","size":6}],[{"name":"time","size":6},{"name":"status","size":6}]]},"uid":"table.open-days-table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (880, 'plugin_content_manager_configuration_components::manipal.application-reg-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"program","defaultSortBy":"program","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"program":{"edit":{"label":"program","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"program","searchable":true,"sortable":true}},"applicationFee":{"edit":{"label":"applicationFee","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applicationFee","searchable":true,"sortable":true}}},"layouts":{"list":["id","program","applicationFee"],"edit":[[{"name":"program","size":6},{"name":"applicationFee","size":6}]]},"uid":"manipal.application-reg-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (881, 'plugin_content_manager_configuration_components::manipal.apply-details-table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"personImg":{"edit":{"label":"personImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"personImg","searchable":false,"sortable":false}}},"layouts":{"list":["id","personImg"],"edit":[[{"name":"personImg","size":6}]]},"uid":"manipal.apply-details-table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (366, 'plugin_content_manager_configuration_content_types::api::blog.blog', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"date":{"edit":{"label":"date","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"date","searchable":true,"sortable":true}},"category":{"edit":{"label":"category","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"category","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"btnText":{"edit":{"label":"btnText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"btnText","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","shortDesc","date","category"],"edit":[[{"name":"shortDesc","size":6},{"name":"date","size":4}],[{"name":"category","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"title","size":6},{"name":"desktopImg","size":6}],[{"name":"mobileImg","size":6},{"name":"slug","size":6}],[{"name":"btnText","size":6}],[{"name":"seo","size":12}]]},"uid":"api::blog.blog"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (343, 'plugin_content_manager_configuration_components::manipal.icon-card-array', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}}},"layouts":{"list":["id","desc","icon","title"],"edit":[[{"name":"desc","size":6}],[{"name":"icon","size":6},{"name":"title","size":6}]]},"uid":"manipal.icon-card-array","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (888, 'plugin_content_manager_configuration_components::manipal.programs', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.programs","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (886, 'plugin_content_manager_configuration_components::manipal.our-process', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","img"],"edit":[[{"name":"title","size":6},{"name":"img","size":6}]]},"uid":"manipal.our-process","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (885, 'plugin_content_manager_configuration_components::manipal.our-process-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"ourProcessImg":{"edit":{"label":"ourProcessImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourProcessImg","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","shortDesc","ourProcessImg"],"edit":[[{"name":"title","size":6},{"name":"shortDesc","size":6}],[{"name":"ourProcessImg","size":12}]]},"uid":"manipal.our-process-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (937, 'plugin_content_manager_configuration_components::manipal.admission-area', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"readMoreText","defaultSortBy":"readMoreText","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"basicInfo":{"edit":{"label":"basicInfo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"basicInfo","searchable":false,"sortable":false}},"tags":{"edit":{"label":"tags","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"tags","searchable":false,"sortable":false}},"brochureLink":{"edit":{"label":"brochureLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"brochureLink","searchable":true,"sortable":true}},"readMoreLink":{"edit":{"label":"readMoreLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"readMoreLink","searchable":true,"sortable":true}},"readMoreText":{"edit":{"label":"readMoreText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"readMoreText","searchable":true,"sortable":true}},"brochureText":{"edit":{"label":"brochureText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"brochureText","searchable":true,"sortable":true}}},"layouts":{"list":["id","basicInfo","tags","brochureLink"],"edit":[[{"name":"basicInfo","size":12}],[{"name":"tags","size":12}],[{"name":"brochureLink","size":6},{"name":"readMoreLink","size":6}],[{"name":"readMoreText","size":6},{"name":"brochureText","size":6}]]},"uid":"manipal.admission-area","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (936, 'plugin_content_manager_configuration_components::manipal.registration-process', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","icon"],"edit":[[{"name":"title","size":6},{"name":"icon","size":6}]]},"uid":"manipal.registration-process","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (887, 'plugin_content_manager_configuration_components::manipal.image-note', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"note":{"edit":{"label":"note","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"note","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}}},"layouts":{"list":["id","note","title","img"],"edit":[[{"name":"note","size":6},{"name":"title","size":6}],[{"name":"img","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaTarget","size":6},{"name":"ctaText","size":6}]]},"uid":"manipal.image-note","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (994, 'plugin_content_manager_configuration_components::manipal.main-btn', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"ctaTarget","defaultSortBy":"ctaTarget","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}}},"layouts":{"list":["id","ctaTarget","ctaText","ctaLink"],"edit":[[{"name":"ctaTarget","size":6},{"name":"ctaText","size":6}],[{"name":"ctaLink","size":6}]]},"uid":"manipal.main-btn","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (893, 'plugin_content_manager_configuration_components::manipal.virtual-tour', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"tag","defaultSortBy":"tag","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"tag":{"edit":{"label":"tag","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"tag","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"subTitle":{"edit":{"label":"subTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subTitle","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink2":{"edit":{"label":"ctaLink2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink2","searchable":true,"sortable":true}},"ctaText2":{"edit":{"label":"ctaText2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText2","searchable":true,"sortable":true}}},"layouts":{"list":["id","tag","title","subTitle"],"edit":[[{"name":"tag","size":6},{"name":"title","size":6}],[{"name":"subTitle","size":6},{"name":"desc","size":6}],[{"name":"ctaTarget","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaText","size":6},{"name":"ctaLink2","size":6}],[{"name":"ctaText2","size":6}]]},"uid":"manipal.virtual-tour","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (891, 'plugin_content_manager_configuration_components::manipal.rich-text-img', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","img"],"edit":[[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}]]},"uid":"manipal.rich-text-img","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (889, 'plugin_content_manager_configuration_components::manipal.research-guidelines-data', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","desc","ctaText"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"ctaText","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaTarget","size":6}]]},"uid":"manipal.research-guidelines-data","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (997, 'plugin_content_manager_configuration_components::manipal.multiple-images-with-text', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"ctaTarget","defaultSortBy":"ctaTarget","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}}},"layouts":{"list":["id","ctaTarget","ctaLink","icon"],"edit":[[{"name":"ctaTarget","size":6},{"name":"ctaLink","size":6}],[{"name":"icon","size":6},{"name":"ctaText","size":6}]]},"uid":"manipal.multiple-images-with-text","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (894, 'plugin_content_manager_configuration_components::manipal.winter-camp-card', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc","ctaLink"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"ctaLink","size":6},{"name":"ctaText","size":6}],[{"name":"ctaTarget","size":6},{"name":"img","size":6}]]},"uid":"manipal.winter-camp-card","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (897, 'plugin_content_manager_configuration_components::table.scholarship-table-columns', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"marks","defaultSortBy":"marks","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"marks":{"edit":{"label":"marks","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"marks","searchable":true,"sortable":true}},"scholarshipValue":{"edit":{"label":"scholarshipValue","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"scholarshipValue","searchable":true,"sortable":true}}},"layouts":{"list":["id","marks","scholarshipValue"],"edit":[[{"name":"marks","size":6},{"name":"scholarshipValue","size":6}]]},"uid":"table.scholarship-table-columns","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (902, 'plugin_content_manager_configuration_content_types::api::sustainability.sustainability', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"ctaLink","defaultSortBy":"ctaLink","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"sustainabilityInfo":{"edit":{"label":"sustainabilityInfo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"sustainabilityInfo","searchable":false,"sortable":false}},"note":{"edit":{"label":"note","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"note","searchable":true,"sortable":true}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"fileNameTxt":{"edit":{"label":"fileNameTxt","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"fileNameTxt","searchable":true,"sortable":true}},"speakerInfo":{"edit":{"label":"speakerInfo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"speakerInfo","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","sustainabilityInfo","note"],"edit":[[{"name":"banner","size":12}],[{"name":"sustainabilityInfo","size":12}],[{"name":"note","size":6},{"name":"icon","size":6}],[{"name":"ctaLink","size":6},{"name":"ctaText","size":6}],[{"name":"ctaTarget","size":6}],[{"name":"speakerInfo","size":12}],[{"name":"fileNameTxt","size":6}],[{"name":"seo","size":12}]]},"uid":"api::sustainability.sustainability"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (941, 'plugin_content_manager_configuration_components::manipal.about-manipal-cards', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"link":{"edit":{"label":"link","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"link","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","link","img"],"edit":[[{"name":"title","size":6},{"name":"link","size":6}],[{"name":"img","size":6}]]},"uid":"manipal.about-manipal-cards","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (942, 'plugin_content_manager_configuration_components::manipal.campus-cards', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"hoverText":{"edit":{"label":"hoverText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"hoverText","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","img","hoverText"],"edit":[[{"name":"title","size":6},{"name":"img","size":6}],[{"name":"hoverText","size":6}]]},"uid":"manipal.campus-cards","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (898, 'plugin_content_manager_configuration_components::table.scholarship-table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"table.scholarship-table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (986, 'plugin_content_manager_configuration_components::manipal.international-student-section', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"exploreMore":{"edit":{"label":"exploreMore","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"exploreMore","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","exploreMore"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"exploreMore","size":12}]]},"uid":"manipal.international-student-section","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (905, 'plugin_content_manager_configuration_content_types::api::apply-form.apply-form', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"firstName","defaultSortBy":"firstName","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"firstName":{"edit":{"label":"firstName","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"firstName","searchable":true,"sortable":true}},"lastName":{"edit":{"label":"lastName","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lastName","searchable":true,"sortable":true}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":true,"sortable":true}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":true,"sortable":true}},"country":{"edit":{"label":"country","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"country","searchable":true,"sortable":true}},"programOfInterest":{"edit":{"label":"programOfInterest","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programOfInterest","searchable":true,"sortable":true}},"nationality":{"edit":{"label":"nationality","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"nationality","searchable":true,"sortable":true}},"IntakeOfInterest":{"edit":{"label":"IntakeOfInterest","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"IntakeOfInterest","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","firstName","lastName","email"],"edit":[[{"name":"firstName","size":6},{"name":"lastName","size":6}],[{"name":"email","size":6},{"name":"phone","size":6}],[{"name":"country","size":6},{"name":"programOfInterest","size":6}],[{"name":"nationality","size":6},{"name":"IntakeOfInterest","size":6}],[{"name":"seo","size":12}]]},"uid":"api::apply-form.apply-form"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (968, 'plugin_content_manager_configuration_content_types::api::header-component.header-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"enquireNowText","defaultSortBy":"enquireNowText","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"logo":{"edit":{"label":"logo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"logo","searchable":false,"sortable":false}},"mainMenu":{"edit":{"label":"mainMenu","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mainMenu","searchable":false,"sortable":false}},"topMenu":{"edit":{"label":"topMenu","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"topMenu","searchable":false,"sortable":false}},"enquireNowText":{"edit":{"label":"enquireNowText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"enquireNowText","searchable":true,"sortable":true}},"enquireNowLink":{"edit":{"label":"enquireNowLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"enquireNowLink","searchable":true,"sortable":true}},"enquireNowTarget":{"edit":{"label":"enquireNowTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"enquireNowTarget","searchable":true,"sortable":true}},"ApplyNowLink":{"edit":{"label":"ApplyNowLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ApplyNowLink","searchable":true,"sortable":true}},"ApplyNowText":{"edit":{"label":"ApplyNowText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ApplyNowText","searchable":true,"sortable":true}},"ApplyNowTarget":{"edit":{"label":"ApplyNowTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ApplyNowTarget","searchable":true,"sortable":true}},"floatingComponent":{"edit":{"label":"floatingComponent","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"floatingComponent","searchable":false,"sortable":false}},"FooterMenu":{"edit":{"label":"FooterMenu","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"FooterMenu","searchable":false,"sortable":false}},"bottomNote":{"edit":{"label":"bottomNote","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"bottomNote","searchable":true,"sortable":true}},"socialLinksData":{"edit":{"label":"socialLinksData","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"socialLinksData","searchable":false,"sortable":false}},"bottomMenu":{"edit":{"label":"bottomMenu","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"bottomMenu","searchable":false,"sortable":false}},"leaderShipPageBanner":{"edit":{"label":"leaderShipPageBanner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"leaderShipPageBanner","searchable":false,"sortable":false}},"programPageApplyForScholarshipSection":{"edit":{"label":"programPageApplyForScholarshipSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programPageApplyForScholarshipSection","searchable":false,"sortable":false}},"programPageWhyDubaiHeading":{"edit":{"label":"programPageWhyDubaiHeading","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programPageWhyDubaiHeading","searchable":true,"sortable":true}},"programPageVirtualTourSection":{"edit":{"label":"programPageVirtualTourSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programPageVirtualTourSection","searchable":false,"sortable":false}},"whyMaheDubaiCards":{"edit":{"label":"whyMaheDubaiCards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyMaheDubaiCards","searchable":false,"sortable":false}},"contactUs":{
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (900, 'plugin_content_manager_configuration_content_types::api::policy.policy', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"admissionEnqTitle":{"edit":{"label":"admissionEnqTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionEnqTitle","searchable":true,"sortable":true}},"location":{"edit":{"label":"location","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"location","searchable":false,"sortable":false}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":false,"sortable":false}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":false,"sortable":false}},"whatsapp":{"edit":{"label":"whatsapp","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whatsapp","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","createdAt","updatedAt"],"edit":[[{"name":"banner","size":12}],[{"name":"richTextCopy","size":12}],[{"name":"admissionEnqTitle","size":6}],[{"name":"location","size":12}],[{"name":"email","size":12}],[{"name":"phone","size":12}],[{"name":"whatsapp","size":12}],[{"name":"seo","size":12}]]},"uid":"api::policy.policy"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (901, 'plugin_content_manager_configuration_content_types::api::international-admission.international-admission', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"internationalStudentAdmissionReq":{"edit":{"label":"internationalStudentAdmissionReq","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"internationalStudentAdmissionReq","searchable":false,"sortable":false}},"imageNote":{"edit":{"label":"imageNote","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"imageNote","searchable":false,"sortable":false}},"ourProcess":{"edit":{"label":"ourProcess","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourProcess","searchable":false,"sortable":false}},"pdfArray":{"edit":{"label":"pdfArray","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"pdfArray","searchable":false,"sortable":false}},"bottomApplyNowSection":{"edit":{"label":"bottomApplyNowSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"bottomApplyNowSection","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"campusLifeToggle":{"edit":{"label":"campusLifeToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusLifeToggle","searchable":true,"sortable":true}},"admissionsToggle":{"edit":{"label":"admissionsToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionsToggle","searchable":true,"sortable":true}},"careerServiceToggle":{"edit":{"label":"careerServiceToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","internationalStudentAdmissionReq","imageNote"],"edit":[[{"name":"banner","size":12}],[{"name":"internationalStudentAdmissionReq","size":12}],[{"name":"imageNote","size":12}],[{"name":"ourProcess","size":12}],[{"name":"pdfArray","size":12}],[{"name":"bottomApplyNowSection","size":12}],[{"name":"seo","size":12}],[{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4},{"name":"whyDubaiToggle","size":4}],[{"name":"campusLifeToggle"
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (985, 'plugin_content_manager_configuration_components::manipal.program-card', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"readMore":{"edit":{"label":"readMore","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"readMore","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc","img"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"img","size":6}],[{"name":"readMore","size":12}]]},"uid":"manipal.program-card","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (395, 'plugin_content_manager_configuration_content_types::api::terms-and-condition.terms-and-condition', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","slug","createdAt"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"slug","size":6}],[{"name":"banner","size":12}],[{"name":"seo","size":12}]]},"uid":"api::terms-and-condition.terms-and-condition"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (550, 'plugin_content_manager_configuration_content_types::api::international-students-visa-requirement.international-students-visa-requirement', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"intro":{"edit":{"label":"intro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intro","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"ourProcess":{"edit":{"label":"ourProcess","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourProcess","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"campusLifeToggle":{"edit":{"label":"campusLifeToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusLifeToggle","searchable":true,"sortable":true}},"applyForScholarshipToggle":{"edit":{"label":"applyForScholarshipToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyForScholarshipToggle","searchable":true,"sortable":true}},"admissionsToggle":{"edit":{"label":"admissionsToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionsToggle","searchable":true,"sortable":true}},"studentServicesToggle":{"edit":{"label":"studentServicesToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServicesToggle","searchable":true,"sortable":true}},"careerServiceToggle":{"edit":{"label":"careerServiceToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","intro","img"],"edit":[[{"name":"title","size":6},{"name":"intro","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}],[{"name":"ourProcess","size":12}],[{"name":"seo","size":12}],[{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4},{"name":"whyDuba
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (945, 'plugin_content_manager_configuration_components::manipal.career-services-figures', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"subTitle":{"edit":{"label":"subTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subTitle","searchable":true,"sortable":true}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","subTitle","icon"],"edit":[[{"name":"title","size":6},{"name":"subTitle","size":6}],[{"name":"icon","size":6}]]},"uid":"manipal.career-services-figures","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (904, 'plugin_content_manager_configuration_content_types::api::fee-and-funding-page.fee-and-funding-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"ApplicationRegTitle","defaultSortBy":"ApplicationRegTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"programs":{"edit":{"label":"programs","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programs","searchable":false,"sortable":false}},"ApplicationRegTitle":{"edit":{"label":"ApplicationRegTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ApplicationRegTitle","searchable":true,"sortable":true}},"applicationRegFeeTable":{"edit":{"label":"applicationRegFeeTable","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applicationRegFeeTable","searchable":false,"sortable":false}},"notes":{"edit":{"label":"notes","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"notes","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"howToApply":{"edit":{"label":"howToApply","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"howToApply","searchable":false,"sortable":false}},"applyForScholarshipToggle":{"edit":{"label":"applyForScholarshipToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyForScholarshipToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","programs","ApplicationRegTitle"],"edit":[[{"name":"banner","size":12}],[{"name":"programs","size":12}],[{"name":"ApplicationRegTitle","size":6}],[{"name":"applicationRegFeeTable","size":12}],[{"name":"notes","size":12}],[{"name":"seo","size":12}],[{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4}],[{"name":"howToApply","size":12}],[{"name":"applyForScholarshipToggle","size":4}]]},"uid":"api::fee-and-funding-page.fee-and-funding-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (949, 'plugin_content_manager_configuration_content_types::api::our-campus.our-campus', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"campusCards":{"edit":{"label":"campusCards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusCards","searchable":false,"sortable":false}},"videoTitle":{"edit":{"label":"videoTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoTitle","searchable":true,"sortable":true}},"videoRichTextCopy":{"edit":{"label":"videoRichTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoRichTextCopy","searchable":false,"sortable":false}},"videoUrl":{"edit":{"label":"videoUrl","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoUrl","searchable":true,"sortable":true}},"aboutManipal":{"edit":{"label":"aboutManipal","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"aboutManipal","searchable":false,"sortable":false}},"factsAndFigures":{"edit":{"label":"factsAndFigures","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"factsAndFigures","searchable":false,"sortable":false}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"readMoreAboutManipalBtn":{"edit":{"label":"readMoreAboutManipalBtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"readMoreAboutManipalBtn","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"videoThumbnail":{"edit":{"label":"videoThumbnail","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoThumbnail","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","title","desc"],"edit":[[{"name":"banner","size":12}],[{"name":"title","size":6}],[{"name":"campusCards","size":12}],[{"name":"videoTitle","size":6}],[{"name":"videoRichTextCopy","size":12}],[{"name":"videoUrl","size":6}],[{"name":"aboutManipal","size":12}],[{"name":"factsAndFigures","size":12}],[{"name":"desc","size":6}],[{"name":"readMoreAboutManipalBtn","size":12}],[{"name":"seo","size":12}],[{"name":"videoThumbnail","size":6}]]},"uid":"api::our-campus.our-campus"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (948, 'plugin_content_manager_configuration_components::manipal.partners', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"description":{"edit":{"label":"description","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"description","searchable":false,"sortable":false}},"cards":{"edit":{"label":"cards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"cards","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","cards"],"edit":[[{"name":"title","size":6}],[{"name":"description","size":12}],[{"name":"cards","size":12}]]},"uid":"manipal.partners","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (947, 'plugin_content_manager_configuration_components::manipal.partners-card', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"logo":{"edit":{"label":"logo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"logo","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","logo"],"edit":[[{"name":"title","size":6},{"name":"logo","size":6}]]},"uid":"manipal.partners-card","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (995, 'plugin_content_manager_configuration_components::manipal.three-images-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"img1":{"edit":{"label":"img1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img1","searchable":false,"sortable":false}},"img2":{"edit":{"label":"img2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img2","searchable":false,"sortable":false}},"img3":{"edit":{"label":"img3","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img3","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","img1","img2","img3"],"edit":[[{"name":"img1","size":6},{"name":"img2","size":6}],[{"name":"img3","size":6},{"name":"title","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.three-images-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (389, 'plugin_content_manager_configuration_content_types::api::privacy-policy.privacy-policy', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","slug","createdAt"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"slug","size":6}],[{"name":"banner","size":12}],[{"name":"seo","size":12}]]},"uid":"api::privacy-policy.privacy-policy"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (908, 'plugin_content_manager_configuration_content_types::api::apply-for-scholarship-page.apply-for-scholarship-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"scholarshipTitle","defaultSortBy":"scholarshipTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"overviewSection":{"edit":{"label":"overviewSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"overviewSection","searchable":false,"sortable":false}},"scholarshipTitle":{"edit":{"label":"scholarshipTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"scholarshipTitle","searchable":true,"sortable":true}},"scholarshipDesc":{"edit":{"label":"scholarshipDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"scholarshipDesc","searchable":true,"sortable":true}},"howToApplyTitle":{"edit":{"label":"howToApplyTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"howToApplyTitle","searchable":true,"sortable":true}},"howToApplyDesc":{"edit":{"label":"howToApplyDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"howToApplyDesc","searchable":true,"sortable":true}},"eligibilityTitle":{"edit":{"label":"eligibilityTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"eligibilityTitle","searchable":true,"sortable":true}},"eligibilityDesc":{"edit":{"label":"eligibilityDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"eligibilityDesc","searchable":true,"sortable":true}},"scholarshipTable":{"edit":{"label":"scholarshipTable","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"scholarshipTable","searchable":false,"sortable":false}},"internationalStudentRequirement":{"edit":{"label":"internationalStudentRequirement","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"internationalStudentRequirement","searchable":false,"sortable":false}},"faqTitle":{"edit":{"label":"faqTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"faqTitle","searchable":true,"sortable":true}},"ourProcess":{"edit":{"label":"ourProcess","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourProcess","searchable":false,"sortable":false}},"admissionEnqTitle":{"edit":{"label":"admissionEnqTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionEnqTitle","searchable":true,"sortable":true}},"scholarshipListing":{"edit":{"label":"scholarshipListing","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"scholarshipListing","searchable":false,"sortable":false}},"faqs":{"edit":{"label":"faqs","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"faqs","searchable":false,"sortable":false}},"location":{"edit":{"label":"location","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"location","searchable":false,"sortable":false}},"whatsapp":{"edit":{"label":"whatsapp","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whatsapp","searchable":false,"sortable":false}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":false,"sortable":false}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (892, 'plugin_content_manager_configuration_components::manipal.testimonials-comment', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"comment":{"edit":{"label":"comment","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"comment","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"link":{"edit":{"label":"link","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"link","searchable":false,"sortable":false}}},"layouts":{"list":["id","name","designation","comment"],"edit":[[{"name":"name","size":6},{"name":"designation","size":6}],[{"name":"comment","size":6},{"name":"img","size":6}],[{"name":"link","size":12}]]},"uid":"manipal.testimonials-comment","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (970, 'plugin_content_manager_configuration_components::manipal.side-menu-international-student-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"type":{"edit":{"label":"type","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"type","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","type","ctaTarget"],"edit":[[{"name":"title","size":6},{"name":"type","size":6}],[{"name":"ctaTarget","size":6},{"name":"key","size":6}],[{"name":"ctaLink","size":6}]]},"uid":"manipal.side-menu-international-student-page","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (951, 'plugin_content_manager_configuration_content_types::api::success-story.success-story', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"shortDescription":{"edit":{"label":"shortDescription","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDescription","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"desktopBanner":{"edit":{"label":"desktopBanner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopBanner","searchable":false,"sortable":false}},"mobileBanner":{"edit":{"label":"mobileBanner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileBanner","searchable":false,"sortable":false}},"bannerTitle":{"edit":{"label":"bannerTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"bannerTitle","searchable":true,"sortable":true}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","name","designation","title"],"edit":[[{"name":"name","size":6},{"name":"designation","size":6}],[{"name":"title","size":6},{"name":"shortDescription","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6},{"name":"desktopBanner","size":6}],[{"name":"mobileBanner","size":6},{"name":"bannerTitle","size":6}],[{"name":"slug","size":6}],[{"name":"seo","size":12}]]},"uid":"api::success-story.success-story"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (876, 'plugin_content_manager_configuration_components::manipal.card1', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"calendarIcon":{"edit":{"label":"calendarIcon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"calendarIcon","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}}},"layouts":{"list":["id","calendarIcon","title","desc"],"edit":[[{"name":"calendarIcon","size":6},{"name":"title","size":6}],[{"name":"desc","size":6},{"name":"desktopImg","size":6}],[{"name":"mobileImg","size":6}]]},"uid":"manipal.card1","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (988, 'plugin_content_manager_configuration_components::manipal.icon-link-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","img","ctaTarget"],"edit":[[{"name":"title","size":6},{"name":"img","size":6}],[{"name":"ctaTarget","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaText","size":6}]]},"uid":"manipal.icon-link-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (943, 'plugin_content_manager_configuration_components::manipal.campus-facts-and-figures', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"description":{"edit":{"label":"description","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"description","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"figures":{"edit":{"label":"figures","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"figures","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","description","img"],"edit":[[{"name":"title","size":6},{"name":"description","size":6}],[{"name":"img","size":6}],[{"name":"figures","size":12}]]},"uid":"manipal.campus-facts-and-figures","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (879, 'plugin_content_manager_configuration_components::manipal.graduate-program-columns', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"program","defaultSortBy":"program","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"program":{"edit":{"label":"program","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"program","searchable":true,"sortable":true}},"programDuration":{"edit":{"label":"programDuration","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programDuration","searchable":true,"sortable":true}},"AnnualTutionFee":{"edit":{"label":"AnnualTutionFee","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"AnnualTutionFee","searchable":true,"sortable":true}},"vat":{"edit":{"label":"vat","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"vat","searchable":true,"sortable":true}},"intakeSession":{"edit":{"label":"intakeSession","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intakeSession","searchable":true,"sortable":true}}},"layouts":{"list":["id","program","programDuration","AnnualTutionFee"],"edit":[[{"name":"program","size":6},{"name":"programDuration","size":6}],[{"name":"AnnualTutionFee","size":6},{"name":"vat","size":6}],[{"name":"intakeSession","size":6}]]},"uid":"manipal.graduate-program-columns","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (971, 'plugin_content_manager_configuration_content_types::api::international-students-page.international-students-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"internationalStudentCenter":{"edit":{"label":"internationalStudentCenter","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"internationalStudentCenter","searchable":false,"sortable":false}},"internationalStudentsOrientationSessions":{"edit":{"label":"internationalStudentsOrientationSessions","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"internationalStudentsOrientationSessions","searchable":false,"sortable":false}},"internationalStudentsActivities":{"edit":{"label":"internationalStudentsActivities","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"internationalStudentsActivities","searchable":false,"sortable":false}},"internationalStudentsVisaRequirement":{"edit":{"label":"internationalStudentsVisaRequirement","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"internationalStudentsVisaRequirement","searchable":false,"sortable":false}},"sideMenuInternationalStudentPage":{"edit":{"label":"sideMenuInternationalStudentPage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"sideMenuInternationalStudentPage","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"campusLifeToggle":{"edit":{"label":"campusLifeToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusLifeToggle","searchable":true,"sortable":true}},"applyForScholarshipToggle":{"edit":{"label":"applyForScholarshipToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyForScholarshipToggle","searchable":true,"sortable":true}},"admissionsToggle":{"edit":{"label":"admissionsToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionsToggle","searchable":true,"sortable":true}},"studentServicesToggle":{"edit":{"label":"studentServicesToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServicesToggle","searchable":true,"sortable":true}},"careerServiceToggle":{"edit":{"label":"careerServiceToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortabl
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (883, 'plugin_content_manager_configuration_components::manipal.note-rich-text-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"note":{"edit":{"label":"note","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"note","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","note"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"note","size":6}]]},"uid":"manipal.note-rich-text-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (940, 'plugin_content_manager_configuration_components::manipal.about-manipal-sec', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"cards":{"edit":{"label":"cards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"cards","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","cards"],"edit":[[{"name":"title","size":6}],[{"name":"cards","size":12}]]},"uid":"manipal.about-manipal-sec","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (969, 'plugin_content_manager_configuration_components::manipal.internation-students', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"key","defaultSortBy":"key","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","img","key"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6},{"name":"key","size":6}]]},"uid":"manipal.internation-students","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (987, 'plugin_content_manager_configuration_components::manipal.contact-us-section', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"sendMessage":{"edit":{"label":"sendMessage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"sendMessage","searchable":false,"sortable":false}},"phoneSection":{"edit":{"label":"phoneSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phoneSection","searchable":false,"sortable":false}},"mainImg":{"edit":{"label":"mainImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mainImg","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc","sendMessage"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"sendMessage","size":12}],[{"name":"phoneSection","size":12}],[{"name":"mainImg","size":6}]]},"uid":"manipal.contact-us-section","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (972, 'plugin_content_manager_configuration_components::manipal.double-text-with-link', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"ctaTarget","defaultSortBy":"ctaTarget","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","ctaLink","ctaTarget"],"edit":[[{"name":"title","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaTarget","size":6}]]},"uid":"manipal.double-text-with-link","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (944, 'plugin_content_manager_configuration_components::manipal.career-services-features', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"intro":{"edit":{"label":"intro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intro","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","intro","img"],"edit":[[{"name":"title","size":6},{"name":"intro","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}]]},"uid":"manipal.career-services-features","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (946, 'plugin_content_manager_configuration_components::manipal.figures-cards', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"subTitle":{"edit":{"label":"subTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subTitle","searchable":true,"sortable":true}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","subTitle","icon"],"edit":[[{"name":"title","size":6},{"name":"subTitle","size":6}],[{"name":"icon","size":6}]]},"uid":"manipal.figures-cards","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (989, 'plugin_content_manager_configuration_components::manipal.info-title-rich-text', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","title"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.info-title-rich-text","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (963, 'plugin_content_manager_configuration_components::manipal.home-page-slider', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"frontImg":{"edit":{"label":"frontImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"frontImg","searchable":false,"sortable":false}},"backImg":{"edit":{"label":"backImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"backImg","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc","designation"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"designation","size":6},{"name":"frontImg","size":6}],[{"name":"backImg","size":6}]]},"uid":"manipal.home-page-slider","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (388, 'plugin_content_manager_configuration_content_types::api::research-committe.research-committe', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"name","defaultSortBy":"name","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"academicQualification":{"edit":{"label":"academicQualification","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"academicQualification","searchable":false,"sortable":false}},"name":{"edit":{"label":"name","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"name","searchable":true,"sortable":true}},"designation":{"edit":{"label":"designation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"designation","searchable":true,"sortable":true}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":true,"sortable":true}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":true,"sortable":true}},"qualificationExp":{"edit":{"label":"qualificationExp","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"qualificationExp","searchable":false,"sortable":false}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"richTextCopy1":{"edit":{"label":"richTextCopy1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy1","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"phone2":{"edit":{"label":"phone2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone2","searchable":true,"sortable":true}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"research_committee_type":{"edit":{"label":"research_committee_type","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"research_committee_type","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","academicQualification","name","designation"],"edit":[[{"name":"academicQualification","size":12}],[{"name":"name","size":6},{"name":"designation","size":6}],[{"name":"phone","size":6},{"name":"email","size":6}],[{"name":"qualificationExp","size":12}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6},{"name":"phone2","size":6}],[{"name":"slug","size":6}],[{"name":"richTextCopy1","size":12}],[{"name":"seo","size":12}],[{"name":"research_committee_type","size":6}]]},"uid":"api::research-committe.research-committe"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (998, 'plugin_content_manager_configuration_components::manipal.social-media', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"icon":{"edit":{"label":"icon","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"icon","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"iconsData":{"edit":{"label":"iconsData","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"iconsData","searchable":false,"sortable":false}}},"layouts":{"list":["id","icon","title","iconsData"],"edit":[[{"name":"icon","size":6},{"name":"title","size":6}],[{"name":"iconsData","size":12}]]},"uid":"manipal.social-media","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1006, 'plugin_content_manager_configuration_content_types::api::school-collection.school-collection', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"overviewSection":{"edit":{"label":"overviewSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"overviewSection","searchable":false,"sortable":false}},"messageFromDean":{"edit":{"label":"messageFromDean","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"messageFromDean","searchable":false,"sortable":false}},"deputyChairPerson":{"edit":{"label":"deputyChairPerson","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"deputyChairPerson","searchable":false,"sortable":false}},"awardTitle":{"edit":{"label":"awardTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"awardTitle","searchable":true,"sortable":true}},"awards":{"edit":{"label":"awards","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"awards","searchable":false,"sortable":false}},"accredationTitle":{"edit":{"label":"accredationTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"accredationTitle","searchable":true,"sortable":true}},"accredationImgs":{"edit":{"label":"accredationImgs","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"accredationImgs","searchable":false,"sortable":false}},"ourFacultyTitle":{"edit":{"label":"ourFacultyTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourFacultyTitle","searchable":true,"sortable":true}},"faculties":{"edit":{"label":"faculties","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"faculties","searchable":false,"sortable":false}},"programTitle":{"edit":{"label":"programTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programTitle","searchable":true,"sortable":true}},"programs":{"edit":{"label":"programs","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"programs","searchable":false,"sortable":false}},"schoolHighlightTitle":{"edit":{"label":"schoolHighlightTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"schoolHighlightTitle","searchable":true,"sortable":true}},"announcementTitle":{"edit":{"label":"announcementTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"announcementTitle","searchable":true,"sortable":true}},"announcements":{"edit":{"label":"announcements","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"announcements","searchable":false,"sortable":false}},"latestNewsTitle":{"edit":{"label":"latestNewsTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"latestNewsTitle","searchable":true,"sortable":true}},"viewNews":{"edit":{"label":"viewNews","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"viewNews","searchable":false,"s
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (890, 'plugin_content_manager_configuration_components::manipal.title-desc-img-link-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","desc","ctaTarget"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"ctaTarget","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaText","size":6},{"name":"img","size":6}]]},"uid":"manipal.title-desc-img-link-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (357, 'plugin_content_manager_configuration_components::table.publication', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","shortDesc","ctaLink"],"edit":[[{"name":"title","size":6},{"name":"shortDesc","size":6}],[{"name":"ctaLink","size":6},{"name":"ctaTarget","size":6}],[{"name":"ctaText","size":6}]]},"uid":"table.publication","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (961, 'plugin_content_manager_configuration_components::manipal.announcement-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"ctaText","defaultSortBy":"ctaText","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}}},"layouts":{"list":["id","img","ctaLink","ctaText"],"edit":[[{"name":"img","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaText","size":6}]]},"uid":"manipal.announcement-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (965, 'plugin_content_manager_configuration_components::manipal.social-key', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"SocialTitle","defaultSortBy":"SocialTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"SocialTitle":{"edit":{"label":"SocialTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"SocialTitle","searchable":true,"sortable":true}},"SocialKey":{"edit":{"label":"SocialKey","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"SocialKey","searchable":true,"sortable":true}}},"layouts":{"list":["id","SocialTitle","SocialKey"],"edit":[[{"name":"SocialTitle","size":6},{"name":"SocialKey","size":6}]]},"uid":"manipal.social-key","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (488, 'plugin_content_manager_configuration_content_types::api::history.history', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"ourHistoryTitle","defaultSortBy":"ourHistoryTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"ourHistoryTitle":{"edit":{"label":"ourHistoryTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourHistoryTitle","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"ourHistory":{"edit":{"label":"ourHistory","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourHistory","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","ourHistoryTitle","desc"],"edit":[[{"name":"banner","size":12}],[{"name":"ourHistoryTitle","size":6},{"name":"desc","size":6}],[{"name":"ourHistory","size":12}],[{"name":"seo","size":12}]]},"uid":"api::history.history"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (481, 'plugin_content_manager_configuration_content_types::api::ranking-page.ranking-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"accordianRankings":{"edit":{"label":"accordianRankings","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"accordianRankings","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"campusLifeToggle":{"edit":{"label":"campusLifeToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusLifeToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","createdAt","updatedAt"],"edit":[[{"name":"banner","size":12}],[{"name":"accordianRankings","size":12}],[{"name":"seo","size":12}],[{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4},{"name":"whyDubaiToggle","size":4}],[{"name":"campusLifeToggle","size":4}]]},"uid":"api::ranking-page.ranking-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (909, 'plugin_content_manager_configuration_content_types::api::winter-camp-page.winter-camp-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"campusTitle","defaultSortBy":"campusTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"overviewSection":{"edit":{"label":"overviewSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"overviewSection","searchable":false,"sortable":false}},"campusTitle":{"edit":{"label":"campusTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusTitle","searchable":true,"sortable":true}},"card1":{"edit":{"label":"card1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"card1","searchable":false,"sortable":false}},"card2":{"edit":{"label":"card2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"card2","searchable":false,"sortable":false}},"winterTitle":{"edit":{"label":"winterTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"winterTitle","searchable":true,"sortable":true}},"galleryArray":{"edit":{"label":"galleryArray","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"galleryArray","searchable":false,"sortable":false}},"winterCampCard":{"edit":{"label":"winterCampCard","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"winterCampCard","searchable":false,"sortable":false}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"findoutNextHouseCard":{"edit":{"label":"findoutNextHouseCard","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"findoutNextHouseCard","searchable":false,"sortable":false}},"testimonialTitle":{"edit":{"label":"testimonialTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"testimonialTitle","searchable":true,"sortable":true}},"testimonialDesc":{"edit":{"label":"testimonialDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"testimonialDesc","searchable":true,"sortable":true}},"comments":{"edit":{"label":"comments","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"comments","searchable":false,"sortable":false}},"accomodation":{"edit":{"label":"accomodation","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"accomodation","searchable":false,"sortable":false}},"videoImageDesktop":{"edit":{"label":"videoImageDesktop","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoImageDesktop","searchable":false,"sortable":false}},"videoImageMobile":{"edit":{"label":"videoImageMobile","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoImageMobile","searchable":false,"sortable":false}},"videoLink":{"edit":{"label":"videoLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoLink","searchable":true,"sortable":true}},"videoImageTitle":{"edit":{"label":"videoImageTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoImageTitle","searchable":true,"sortable":true}},"upcomingEventsTitle":{"edit":{"label":"upcomingEventsTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"upcomingEventsTitle","searchable":true,"sortable":true}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":tru
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (895, 'plugin_content_manager_configuration_components::manipal.why-dubai-card', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","img","ctaText"],"edit":[[{"name":"title","size":6}],[{"name":"desc","size":12}],[{"name":"img","size":6},{"name":"ctaText","size":6}],[{"name":"ctaLink","size":6},{"name":"ctaTarget","size":6}]]},"uid":"manipal.why-dubai-card","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (896, 'plugin_content_manager_configuration_components::table.program-table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"program","defaultSortBy":"program","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"program":{"edit":{"label":"program","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"program","searchable":true,"sortable":true}},"duration":{"edit":{"label":"duration","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"duration","searchable":true,"sortable":true}},"annualTutionFee":{"edit":{"label":"annualTutionFee","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"annualTutionFee","searchable":true,"sortable":true}},"vat":{"edit":{"label":"vat","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"vat","searchable":true,"sortable":true}},"session":{"edit":{"label":"session","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"session","searchable":true,"sortable":true}}},"layouts":{"list":["id","program","duration","annualTutionFee"],"edit":[[{"name":"program","size":6},{"name":"duration","size":6}],[{"name":"annualTutionFee","size":6},{"name":"vat","size":6}],[{"name":"session","size":6}]]},"uid":"table.program-table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (907, 'plugin_content_manager_configuration_content_types::api::campus-life.campus-life', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"desc","defaultSortBy":"desc","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"studentExperience":{"edit":{"label":"studentExperience","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentExperience","searchable":false,"sortable":false}},"studentLifeTitle":{"edit":{"label":"studentLifeTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentLifeTitle","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"cards":{"edit":{"label":"cards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"cards","searchable":false,"sortable":false}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"academicExcellence":{"edit":{"label":"academicExcellence","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"academicExcellence","searchable":false,"sortable":false}},"sustainabilityMaheDubaiSection":{"edit":{"label":"sustainabilityMaheDubaiSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"sustainabilityMaheDubaiSection","searchable":false,"sortable":false}},"studentServicesToggle":{"edit":{"label":"studentServicesToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServicesToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"careerServiceToggle":{"edit":{"label":"careerServiceToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","studentLifeTitle","desc"],"edit":[[{"name":"banner","size":12}],[{"name":"studentLifeTitle","size":6},{"name":"desc","size":6}],[{"name":"academicExcellence","size":12}],[{"name":"sustainabilityMaheDubaiSection","size":12}],[{"name":"cards","size":12}],[{"name":"studentExperience","size":12}],[{"name":"seo","size":12}],[{"name":"whyDubaiToggle","size":4},{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4}],[{"name":"studentServicesToggle","size":4},
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (964, 'plugin_content_manager_configuration_content_types::api::home-page.home-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"aboutMaheText","defaultSortBy":"aboutMaheText","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"homePageSlider":{"edit":{"label":"homePageSlider","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"homePageSlider","searchable":false,"sortable":false}},"socialInfo":{"edit":{"label":"socialInfo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"socialInfo","searchable":false,"sortable":false}},"aboutMaheText":{"edit":{"label":"aboutMaheText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"aboutMaheText","searchable":true,"sortable":true}},"aboutMaheDesc":{"edit":{"label":"aboutMaheDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"aboutMaheDesc","searchable":true,"sortable":true}},"ctaTextMaheDubai":{"edit":{"label":"ctaTextMaheDubai","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTextMaheDubai","searchable":true,"sortable":true}},"types":{"edit":{"label":"types","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"types","searchable":false,"sortable":false}},"ourProgTitle":{"edit":{"label":"ourProgTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourProgTitle","searchable":true,"sortable":true}},"ourProgDesc":{"edit":{"label":"ourProgDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourProgDesc","searchable":true,"sortable":true}},"campusRoundTitle":{"edit":{"label":"campusRoundTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusRoundTitle","searchable":true,"sortable":true}},"announcementTitle":{"edit":{"label":"announcementTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"announcementTitle","searchable":true,"sortable":true}},"announcementComp":{"edit":{"label":"announcementComp","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"announcementComp","searchable":false,"sortable":false}},"ctaLinkMaheDubai":{"edit":{"label":"ctaLinkMaheDubai","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLinkMaheDubai","searchable":true,"sortable":true}},"latestNews":{"edit":{"label":"latestNews","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"latestNews","searchable":false,"sortable":false}},"upcomingEvents":{"edit":{"label":"upcomingEvents","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"upcomingEvents","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"moreProgramsBtn":{"edit":{"label":"moreProgramsBtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"moreProgramsBtn","searchable":false,"sortable":false}},"campusLifeToggle":{"edit":{"label":"campusLifeToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusLifeToggle","searchable":true,"sortable":true}},"admissionsToggle":{"edit":{"label":"admissionsToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionsToggle","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (973, 'plugin_content_manager_configuration_components::manipal.bottom-apply-now-card', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"btnText","defaultSortBy":"btnText","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"btnText":{"edit":{"label":"btnText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"btnText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}}},"layouts":{"list":["id","btnText","ctaLink","ctaTarget"],"edit":[[{"name":"btnText","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaTarget","size":6},{"name":"desc","size":6}]]},"uid":"manipal.bottom-apply-now-card","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (331, 'plugin_content_manager_configuration_components::manipal.awards-and-certification-card', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"category":{"edit":{"label":"category","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"category","searchable":true,"sortable":true}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","category","img"],"edit":[[{"name":"title","size":6},{"name":"category","size":6}],[{"name":"img","size":6}]]},"uid":"manipal.awards-and-certification-card","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1013, 'plugin_content_manager_configuration_content_types::api::news-events-category.news-events-category', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"type":{"edit":{"label":"type","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"type","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"events":{"edit":{"label":"events","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"events","searchable":false,"sortable":false}},"news":{"edit":{"label":"news","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"news","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","key","type"],"edit":[[{"name":"title","size":6},{"name":"key","size":6}],[{"name":"type","size":6}],[{"name":"seo","size":12}],[{"name":"news","size":6},{"name":"events","size":6}]]},"uid":"api::news-events-category.news-events-category"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (386, 'plugin_content_manager_configuration_content_types::api::news-single.news-single', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"date":{"edit":{"label":"date","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"date","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"shortDesc":{"edit":{"label":"shortDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"shortDesc","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"btnText":{"edit":{"label":"btnText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"btnText","searchable":true,"sortable":true}},"newsImg":{"edit":{"label":"newsImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"newsImg","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"spolight":{"edit":{"label":"spolight","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"spolight","searchable":true,"sortable":true}},"school_collection":{"edit":{"label":"school_collection","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"school_collection","searchable":true,"sortable":true}},"news_events_category":{"edit":{"label":"news_events_category","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"news_events_category","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","date","shortDesc","news_events_category"],"edit":[[{"name":"date","size":4}],[{"name":"richTextCopy","size":12}],[{"name":"shortDesc","size":6}],[{"name":"title","size":6},{"name":"desktopImg","size":6}],[{"name":"mobileImg","size":6},{"name":"slug","size":6}],[{"name":"btnText","size":6},{"name":"newsImg","size":6}],[{"name":"seo","size":12}],[{"name":"spolight","size":4},{"name":"school_collection","size":6}],[{"name":"news_events_category","size":6}]]},"uid":"api::news-single.news-single"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (882, 'plugin_content_manager_configuration_components::manipal.image-click-title-desc-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","img","ctaText"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6},{"name":"ctaText","size":6}],[{"name":"ctaLink","size":6},{"name":"ctaTarget","size":6}],[{"name":"desc","size":6}]]},"uid":"manipal.image-click-title-desc-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (939, 'plugin_content_manager_configuration_content_types::api::admission-page.admission-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"AdmissionEligibilityTitle","defaultSortBy":"AdmissionEligibilityTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"AdmissionEligibilityTitle":{"edit":{"label":"AdmissionEligibilityTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"AdmissionEligibilityTitle","searchable":true,"sortable":true}},"undergraduate":{"edit":{"label":"undergraduate","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"undergraduate","searchable":false,"sortable":false}},"howToApplyTitle":{"edit":{"label":"howToApplyTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"howToApplyTitle","searchable":true,"sortable":true}},"howToApplyDesc":{"edit":{"label":"howToApplyDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"howToApplyDesc","searchable":true,"sortable":true}},"registrationProcess":{"edit":{"label":"registrationProcess","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"registrationProcess","searchable":false,"sortable":false}},"beginYourAcademicDesc":{"edit":{"label":"beginYourAcademicDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"beginYourAcademicDesc","searchable":true,"sortable":true}},"applyNowBtn":{"edit":{"label":"applyNowBtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyNowBtn","searchable":true,"sortable":true}},"admissionPoliciesTitle":{"edit":{"label":"admissionPoliciesTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionPoliciesTitle","searchable":true,"sortable":true}},"viewAllPoliciesLink":{"edit":{"label":"viewAllPoliciesLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"viewAllPoliciesLink","searchable":true,"sortable":true}},"viewAllPoliciesBtnText":{"edit":{"label":"viewAllPoliciesBtnText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"viewAllPoliciesBtnText","searchable":true,"sortable":true}},"admissionResourcesTitle":{"edit":{"label":"admissionResourcesTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionResourcesTitle","searchable":true,"sortable":true}},"admissionCards":{"edit":{"label":"admissionCards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionCards","searchable":false,"sortable":false}},"postgraduate":{"edit":{"label":"postgraduate","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"postgraduate","searchable":false,"sortable":false}},"applyForScholarshipToggle":{"edit":{"label":"applyForScholarshipToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyForScholarshipToggle","searchable":true,"sortable":true}},"bottomApplyNowSection":{"edit":{"label":"bottomApplyNowSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"bottomApplyNowSection","searchable":false,"sortable":false}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"applyNowLink":{"edit":{"label":"applyNowLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyNowLink","searchable":true,"sortable":true}},"enquiriesTitle":{"edit":{"label":"enquiriesTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (545, 'plugin_content_manager_configuration_content_types::api::international-student.international-student', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"intro":{"edit":{"label":"intro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intro","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"cards":{"edit":{"label":"cards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"cards","searchable":false,"sortable":false}},"sideMenuInternationalStudentPage":{"edit":{"label":"sideMenuInternationalStudentPage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"sideMenuInternationalStudentPage","searchable":false,"sortable":false}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"applyNowSection":{"edit":{"label":"applyNowSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyNowSection","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"campusLifeToggle":{"edit":{"label":"campusLifeToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusLifeToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","intro","img"],"edit":[[{"name":"title","size":6},{"name":"intro","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}],[{"name":"cards","size":12}],[{"name":"sideMenuInternationalStudentPage","size":12}],[{"name":"banner","size":12}],[{"name":"applyNowSection","size":12}],[{"name":"seo","size":12}],[{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4},{"name":"whyDubaiToggle","size":4}],[{"name":"campusLifeToggle","size":4}]]},"uid":"api::international-student.international-student"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (974, 'plugin_content_manager_configuration_components::manipal.research-page-component', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","img","ctaLink"],"edit":[[{"name":"title","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6},{"name":"ctaLink","size":6}]]},"uid":"manipal.research-page-component","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (999, 'plugin_content_manager_configuration_components::manipal.long-text', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}}},"layouts":{"list":["id","desc"],"edit":[[{"name":"desc","size":6}]]},"uid":"manipal.long-text","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (976, 'plugin_content_manager_configuration_components::manipal.leadership', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"btnText":{"edit":{"label":"btnText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"btnText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","desc","btnText"],"edit":[[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"btnText","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaTarget","size":6}]]},"uid":"manipal.leadership","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (975, 'plugin_content_manager_configuration_content_types::api::events-page.events-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"upcomingEventsTitle","defaultSortBy":"upcomingEventsTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"upcomingEventsTitle":{"edit":{"label":"upcomingEventsTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"upcomingEventsTitle","searchable":true,"sortable":true}},"pastEventsTitle":{"edit":{"label":"pastEventsTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"pastEventsTitle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","upcomingEventsTitle","pastEventsTitle"],"edit":[[{"name":"banner","size":12}],[{"name":"upcomingEventsTitle","size":6},{"name":"pastEventsTitle","size":6}],[{"name":"seo","size":12}]]},"uid":"api::events-page.events-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (960, 'plugin_content_manager_configuration_components::manipal.career-jobs', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"subTitle":{"edit":{"label":"subTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subTitle","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","subTitle","ctaText"],"edit":[[{"name":"title","size":6},{"name":"subTitle","size":6}],[{"name":"ctaText","size":6},{"name":"ctaLink","size":6}],[{"name":"ctaTarget","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}]]},"uid":"manipal.career-jobs","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (884, 'plugin_content_manager_configuration_components::manipal.application-reg-fee-table', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"program","defaultSortBy":"program","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"program":{"edit":{"label":"program","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"program","searchable":true,"sortable":true}},"applicationFee":{"edit":{"label":"applicationFee","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applicationFee","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","program","applicationFee"],"edit":[[{"name":"program","size":6},{"name":"applicationFee","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.application-reg-fee-table","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (336, 'plugin_content_manager_configuration_components::manipal.expertise', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"professionalAffiliationTitle","defaultSortBy":"professionalAffiliationTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"professionalAffiliationTitle":{"edit":{"label":"professionalAffiliationTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"professionalAffiliationTitle","searchable":true,"sortable":true}},"areaOfInterestTitle":{"edit":{"label":"areaOfInterestTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"areaOfInterestTitle","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}}},"layouts":{"list":["id","professionalAffiliationTitle"],"edit":[[{"name":"professionalAffiliationTitle","size":6}],[{"name":"areaOfInterestTitle","size":6}],[{"name":"richTextCopy","size":12}]]},"uid":"manipal.expertise","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1007, 'plugin_content_manager_configuration_components::shared.campus-life', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"lifeAtTitle","defaultSortBy":"lifeAtTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"lifeAtTitle":{"edit":{"label":"lifeAtTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lifeAtTitle","searchable":true,"sortable":true}},"lifeAtDesc":{"edit":{"label":"lifeAtDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lifeAtDesc","searchable":true,"sortable":true}},"lifeAtCtaText":{"edit":{"label":"lifeAtCtaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lifeAtCtaText","searchable":true,"sortable":true}},"lifeAtCtaLink":{"edit":{"label":"lifeAtCtaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"lifeAtCtaLink","searchable":true,"sortable":true}},"pages":{"edit":{"label":"pages","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"pages","searchable":false,"sortable":false}}},"layouts":{"list":["id","lifeAtTitle","lifeAtDesc","lifeAtCtaText"],"edit":[[{"name":"lifeAtTitle","size":6},{"name":"lifeAtDesc","size":6}],[{"name":"lifeAtCtaText","size":6},{"name":"lifeAtCtaLink","size":6}],[{"name":"pages","size":12}]]},"uid":"shared.campus-life","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (390, 'plugin_content_manager_configuration_content_types::api::research-committe-list.research-committe-list', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"academicQualificationTitle":{"edit":{"label":"academicQualificationTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"academicQualificationTitle","searchable":true,"sortable":true}},"experienceTitle":{"edit":{"label":"experienceTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"experienceTitle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","createdAt","updatedAt"],"edit":[[{"name":"banner","size":12}],[{"name":"academicQualificationTitle","size":6},{"name":"experienceTitle","size":6}],[{"name":"seo","size":12}]]},"uid":"api::research-committe-list.research-committe-list"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1008, 'plugin_content_manager_configuration_components::shared.admission-general', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"admissionTitle","defaultSortBy":"admissionTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"admissionTitle":{"edit":{"label":"admissionTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionTitle","searchable":true,"sortable":true}},"admissionImg":{"edit":{"label":"admissionImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionImg","searchable":false,"sortable":false}},"uaeAdmissionSection":{"edit":{"label":"uaeAdmissionSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"uaeAdmissionSection","searchable":false,"sortable":false}}},"layouts":{"list":["id","admissionTitle","admissionImg","uaeAdmissionSection"],"edit":[[{"name":"admissionTitle","size":6},{"name":"admissionImg","size":6}],[{"name":"uaeAdmissionSection","size":12}]]},"uid":"shared.admission-general","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (982, 'plugin_content_manager_configuration_content_types::api::program.program', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"slug":{"edit":{"label":"slug","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"slug","searchable":true,"sortable":true}},"desktopImg":{"edit":{"label":"desktopImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desktopImg","searchable":false,"sortable":false}},"mobileImg":{"edit":{"label":"mobileImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mobileImg","searchable":false,"sortable":false}},"courseDetail":{"edit":{"label":"courseDetail","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"courseDetail","searchable":false,"sortable":false}},"bookNowCard":{"edit":{"label":"bookNowCard","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"bookNowCard","searchable":false,"sortable":false}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"accreditationSection":{"edit":{"label":"accreditationSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"accreditationSection","searchable":false,"sortable":false}},"courseAccreditationTitle":{"edit":{"label":"courseAccreditationTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"courseAccreditationTitle","searchable":true,"sortable":true}},"images":{"edit":{"label":"images","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"images","searchable":false,"sortable":false}},"careerOpportunities":{"edit":{"label":"careerOpportunities","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerOpportunities","searchable":false,"sortable":false}},"courseOption":{"edit":{"label":"courseOption","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"courseOption","searchable":false,"sortable":false}},"admissionReqSection":{"edit":{"label":"admissionReqSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionReqSection","searchable":false,"sortable":false}},"admissionReqImg":{"edit":{"label":"admissionReqImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionReqImg","searchable":false,"sortable":false}},"programTableRichText":{"edit":{"label":"programTableRichText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programTableRichText","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"benefits":{"edit":{"label":"benefits","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"benefits","searchable":false,"sortable":false}},"courseOverview":{"edit":{"label":"courseOverview","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"courseOverview","searchable":false,"sortable":false}},"benefitsImage":{"edit":{"label":"benefitsImage","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"benefitsImage","searchable":false,"sortable":false}},"yearsSection":{"edit":{"label":"yearsSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"yearsSection","searchable":false,"sortable":false}},"courseDetailSectionWithI
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (990, 'plugin_content_manager_configuration_content_types::api::school.school', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"events":{"edit":{"label":"events","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"events","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","key","createdAt"],"edit":[[{"name":"title","size":6},{"name":"key","size":6}],[{"name":"seo","size":12}],[{"name":"events","size":6}]]},"uid":"api::school.school"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (950, 'plugin_content_manager_configuration_content_types::api::career-services-center.career-services-center', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"intro":{"edit":{"label":"intro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intro","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img1":{"edit":{"label":"img1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img1","searchable":false,"sortable":false}},"img2":{"edit":{"label":"img2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img2","searchable":false,"sortable":false}},"visionTitle":{"edit":{"label":"visionTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"visionTitle","searchable":true,"sortable":true}},"visionDescription":{"edit":{"label":"visionDescription","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"visionDescription","searchable":true,"sortable":true}},"figures":{"edit":{"label":"figures","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"figures","searchable":false,"sortable":false}},"features":{"edit":{"label":"features","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"features","searchable":false,"sortable":false}},"maheDubaiTitle":{"edit":{"label":"maheDubaiTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"maheDubaiTitle","searchable":true,"sortable":true}},"maheDubaiDescription":{"edit":{"label":"maheDubaiDescription","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"maheDubaiDescription","searchable":false,"sortable":false}},"maheDubaiLink":{"edit":{"label":"maheDubaiLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"maheDubaiLink","searchable":true,"sortable":true}},"maheDubaiImg":{"edit":{"label":"maheDubaiImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"maheDubaiImg","searchable":false,"sortable":false}},"incubationCenterTitle":{"edit":{"label":"incubationCenterTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"incubationCenterTitle","searchable":true,"sortable":true}},"incubationCenterIntro":{"edit":{"label":"incubationCenterIntro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"incubationCenterIntro","searchable":true,"sortable":true}},"incubationCenterRichTextCopy":{"edit":{"label":"incubationCenterRichTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"incubationCenterRichTextCopy","searchable":false,"sortable":false}},"incubationCenterLink":{"edit":{"label":"incubationCenterLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"incubationCenterLink","searchable":true,"sortable":true}},"incubationCenterImg1":{"edit":{"label":"incubationCenterImg1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"incubationCenterImg1","searchable":false,"sortable":false}},"incubationCenterImg2":{"edit":{"label":"incubationCenterImg2","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"incubat
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (958, 'plugin_content_manager_configuration_content_types::api::world-wide-page.world-wide-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"intro":{"edit":{"label":"intro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intro","searchable":true,"sortable":true}},"detailLink":{"edit":{"label":"detailLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"detailLink","searchable":false,"sortable":false}},"universityListings":{"edit":{"label":"universityListings","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"universityListings","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","intro","detailLink"],"edit":[[{"name":"banner","size":12}],[{"name":"intro","size":6}],[{"name":"detailLink","size":12}],[{"name":"universityListings","size":12}],[{"name":"seo","size":12}]]},"uid":"api::world-wide-page.world-wide-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (933, 'plugin_content_manager_configuration_content_types::api::alumni-page.alumni-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"AlumniTitle","defaultSortBy":"AlumniTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"alumniInfo":{"edit":{"label":"alumniInfo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"alumniInfo","searchable":false,"sortable":false}},"keyFacts":{"edit":{"label":"keyFacts","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"keyFacts","searchable":false,"sortable":false}},"keyFactPoints":{"edit":{"label":"keyFactPoints","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"keyFactPoints","searchable":false,"sortable":false}},"AlumniTitle":{"edit":{"label":"AlumniTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"AlumniTitle","searchable":true,"sortable":true}},"alumniSuccessComponent":{"edit":{"label":"alumniSuccessComponent","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"alumniSuccessComponent","searchable":false,"sortable":false}},"discoverAlumni":{"edit":{"label":"discoverAlumni","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"discoverAlumni","searchable":true,"sortable":true}},"alumniAssociationSection":{"edit":{"label":"alumniAssociationSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"alumniAssociationSection","searchable":false,"sortable":false}},"eventTitle":{"edit":{"label":"eventTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"eventTitle","searchable":true,"sortable":true}},"eventDesc":{"edit":{"label":"eventDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"eventDesc","searchable":true,"sortable":true}},"getinTouch":{"edit":{"label":"getinTouch","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"getinTouch","searchable":false,"sortable":false}},"readMoreEventbtn":{"edit":{"label":"readMoreEventbtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"readMoreEventbtn","searchable":false,"sortable":false}},"discoverSidemenu":{"edit":{"label":"discoverSidemenu","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"discoverSidemenu","searchable":false,"sortable":false}},"alumniCards":{"edit":{"label":"alumniCards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"alumniCards","searchable":false,"sortable":false}},"events":{"edit":{"label":"events","description":"","placeholder":"","visible":true,"editable":true,"mainField":"title"},"list":{"label":"events","searchable":false,"sortable":false}},"givingBackForm":{"edit":{"label":"givingBackForm","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"givingBackForm","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"givingBackSection":{"edit":{"label":"givingBackSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"givingBackSection","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit"
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (996, 'plugin_content_manager_configuration_content_types::api::research-committee-type.research-committee-type', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"research_committe":{"edit":{"label":"research_committe","description":"","placeholder":"","visible":true,"editable":true,"mainField":"name"},"list":{"label":"research_committe","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","title","key","createdAt"],"edit":[[{"name":"title","size":6},{"name":"key","size":6}],[{"name":"research_committe","size":6}]]},"uid":"api::research-committee-type.research-committee-type"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (930, 'plugin_content_manager_configuration_content_types::api::about-us-page.about-us-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"ourHistoryTitle","defaultSortBy":"ourHistoryTitle","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"aboutMaheDubaiSection":{"edit":{"label":"aboutMaheDubaiSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"aboutMaheDubaiSection","searchable":false,"sortable":false}},"programs":{"edit":{"label":"programs","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"programs","searchable":false,"sortable":false}},"ourHistoryTitle":{"edit":{"label":"ourHistoryTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ourHistoryTitle","searchable":true,"sortable":true}},"historyDesc":{"edit":{"label":"historyDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"historyDesc","searchable":true,"sortable":true}},"leadershipTitle":{"edit":{"label":"leadershipTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"leadershipTitle","searchable":true,"sortable":true}},"leadershipDesc":{"edit":{"label":"leadershipDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"leadershipDesc","searchable":true,"sortable":true}},"recognitionAccelerationSection":{"edit":{"label":"recognitionAccelerationSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"recognitionAccelerationSection","searchable":false,"sortable":false}},"visionSection":{"edit":{"label":"visionSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"visionSection","searchable":false,"sortable":false}},"rankingTitle":{"edit":{"label":"rankingTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"rankingTitle","searchable":true,"sortable":true}},"rankingDesc":{"edit":{"label":"rankingDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"rankingDesc","searchable":true,"sortable":true}},"ctaTarget":{"edit":{"label":"ctaTarget","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaTarget","searchable":true,"sortable":true}},"ctaText":{"edit":{"label":"ctaText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaText","searchable":true,"sortable":true}},"ctaLink":{"edit":{"label":"ctaLink","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ctaLink","searchable":true,"sortable":true}},"smallPicture":{"edit":{"label":"smallPicture","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"smallPicture","searchable":false,"sortable":false}},"largePicture":{"edit":{"label":"largePicture","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"largePicture","searchable":false,"sortable":false}},"ranksFaq":{"edit":{"label":"ranksFaq","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"ranksFaq","searchable":false,"sortable":false}},"worldWideTitle":{"edit":{"label":"worldWideTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"worldWideTitle","searchable":true,"sortable":true}},"worldWideDesc":{"edit":{"label":"worldWideDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"worldWideDesc","searchable":true,"sortable":true}},"proudDesc":{"edit":{"label":"proudDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"proudDesc","searchable":true,"sortable":true}},"administratio
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (903, 'plugin_content_manager_configuration_content_types::api::how-to-apply-page.how-to-apply-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"readMorebtnText","defaultSortBy":"readMorebtnText","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"readMorebtnText":{"edit":{"label":"readMorebtnText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"readMorebtnText","searchable":true,"sortable":true}},"offerAdmission":{"edit":{"label":"offerAdmission","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"offerAdmission","searchable":false,"sortable":false}},"importantNote":{"edit":{"label":"importantNote","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"importantNote","searchable":true,"sortable":true}},"moreDetailText":{"edit":{"label":"moreDetailText","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"moreDetailText","searchable":true,"sortable":true}},"documentRequiredProgram":{"edit":{"label":"documentRequiredProgram","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"documentRequiredProgram","searchable":false,"sortable":false}},"personImg":{"edit":{"label":"personImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"personImg","searchable":false,"sortable":false}},"downloadOnlineTitle":{"edit":{"label":"downloadOnlineTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"downloadOnlineTitle","searchable":true,"sortable":true}},"downloadDesc":{"edit":{"label":"downloadDesc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"downloadDesc","searchable":true,"sortable":true}},"addressHeading":{"edit":{"label":"addressHeading","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"addressHeading","searchable":true,"sortable":true}},"applicationProcedure":{"edit":{"label":"applicationProcedure","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applicationProcedure","searchable":false,"sortable":false}},"downloadbtn":{"edit":{"label":"downloadbtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"downloadbtn","searchable":false,"sortable":false}},"applyBtn":{"edit":{"label":"applyBtn","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyBtn","searchable":false,"sortable":false}},"location":{"edit":{"label":"location","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"location","searchable":false,"sortable":false}},"phone":{"edit":{"label":"phone","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"phone","searchable":false,"sortable":false}},"email":{"edit":{"label":"email","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"email","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"update
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (1001, 'plugin_content_manager_configuration_components::manipal.general-with-key', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"key":{"edit":{"label":"key","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"key","searchable":true,"sortable":true}},"richTextCopy":{"edit":{"label":"richTextCopy","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"richTextCopy","searchable":false,"sortable":false}},"img":{"edit":{"label":"img","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"img","searchable":false,"sortable":false}}},"layouts":{"list":["id","title","key","img"],"edit":[[{"name":"title","size":6},{"name":"key","size":6}],[{"name":"richTextCopy","size":12}],[{"name":"img","size":6}]]},"uid":"manipal.general-with-key","isComponent":true}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (371, 'plugin_content_manager_configuration_content_types::api::career-page-banner.career-page-banner', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"cards":{"edit":{"label":"cards","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"cards","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","createdAt","updatedAt"],"edit":[[{"name":"banner","size":12}],[{"name":"cards","size":12}],[{"name":"seo","size":12}]]},"uid":"api::career-page-banner.career-page-banner"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (906, 'plugin_content_manager_configuration_content_types::api::facilities-page.facilities-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"section1":{"edit":{"label":"section1","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"section1","searchable":false,"sortable":false}},"services":{"edit":{"label":"services","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"services","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","section1","services"],"edit":[[{"name":"banner","size":12}],[{"name":"section1","size":12}],[{"name":"services","size":12}],[{"name":"seo","size":12}]]},"uid":"api::facilities-page.facilities-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (955, 'plugin_content_manager_configuration_content_types::api::international-student-scholarship-page.international-student-scholarship-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"mainSection":{"edit":{"label":"mainSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mainSection","searchable":false,"sortable":false}},"virtualTourToggle":{"edit":{"label":"virtualTourToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"virtualTourToggle","searchable":true,"sortable":true}},"openDayToggle":{"edit":{"label":"openDayToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"openDayToggle","searchable":true,"sortable":true}},"whyDubaiToggle":{"edit":{"label":"whyDubaiToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"whyDubaiToggle","searchable":true,"sortable":true}},"campusLifeToggle":{"edit":{"label":"campusLifeToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"campusLifeToggle","searchable":true,"sortable":true}},"applyForScholarshipToggle":{"edit":{"label":"applyForScholarshipToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"applyForScholarshipToggle","searchable":true,"sortable":true}},"admissionsToggle":{"edit":{"label":"admissionsToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"admissionsToggle","searchable":true,"sortable":true}},"studentServicesToggle":{"edit":{"label":"studentServicesToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServicesToggle","searchable":true,"sortable":true}},"careerServiceToggle":{"edit":{"label":"careerServiceToggle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"careerServiceToggle","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","mainSection","createdAt"],"edit":[[{"name":"banner","size":12}],[{"name":"mainSection","size":12}],[{"name":"seo","size":12}],[{"name":"virtualTourToggle","size":4},{"name":"openDayToggle","size":4},{"name":"whyDubaiToggle","size":4}],[{"name":"campusLifeToggle","size":4},{"name":"applyForScholarshipToggle","size":4},{"name":"admissionsToggle","size":4}],[{"name":"studentServicesToggle","size":4},{"name":"careerServiceToggle","size":4}]]},"uid":"api::international-student-scholarship-page.international-student-scholarship-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (953, 'plugin_content_manager_configuration_content_types::api::international-student-orientation-page.international-student-orientation-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"mainSection":{"edit":{"label":"mainSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"mainSection","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","mainSection","createdAt"],"edit":[[{"name":"banner","size":12}],[{"name":"mainSection","size":12}],[{"name":"seo","size":12}]]},"uid":"api::international-student-orientation-page.international-student-orientation-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (915, 'plugin_content_manager_configuration_content_types::api::research-awards-page.research-awards-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"awardSection":{"edit":{"label":"awardSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"awardSection","searchable":false,"sortable":false}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","awardSection","banner","createdAt"],"edit":[[{"name":"awardSection","size":12}],[{"name":"banner","size":12}],[{"name":"seo","size":12}]]},"uid":"api::research-awards-page.research-awards-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (549, 'plugin_content_manager_configuration_content_types::api::our-faculty.our-faculty', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","title","createdAt"],"edit":[[{"name":"banner","size":12}],[{"name":"title","size":6}],[{"name":"seo","size":12}]]},"uid":"api::our-faculty.our-faculty"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (912, 'plugin_content_manager_configuration_content_types::api::research-guide-line-page.research-guide-line-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"guideLineSection":{"edit":{"label":"guideLineSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"guideLineSection","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","guideLineSection","createdAt"],"edit":[[{"name":"banner","size":12}],[{"name":"guideLineSection","size":12}],[{"name":"seo","size":12}]]},"uid":"api::research-guide-line-page.research-guide-line-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (483, 'plugin_content_manager_configuration_content_types::api::student-policy-page.student-policy-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"studentPolicies":{"edit":{"label":"studentPolicies","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentPolicies","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","studentPolicies","createdAt"],"edit":[[{"name":"banner","size":12}],[{"name":"studentPolicies","size":12}],[{"name":"seo","size":12}]]},"uid":"api::student-policy-page.student-policy-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (913, 'plugin_content_manager_configuration_content_types::api::research-publication-page.research-publication-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"desc":{"edit":{"label":"desc","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"desc","searchable":true,"sortable":true}},"filesArray":{"edit":{"label":"filesArray","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"filesArray","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","title","desc"],"edit":[[{"name":"banner","size":12}],[{"name":"title","size":6},{"name":"desc","size":6}],[{"name":"filesArray","size":12}],[{"name":"seo","size":12}]]},"uid":"api::research-publication-page.research-publication-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (911, 'plugin_content_manager_configuration_content_types::api::research-at-dubai-page.research-at-dubai-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"overViewSection":{"edit":{"label":"overViewSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"overViewSection","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","overViewSection","createdAt","updatedAt"],"edit":[[{"name":"overViewSection","size":12}],[{"name":"banner","size":12}],[{"name":"seo","size":12}]]},"uid":"api::research-at-dubai-page.research-at-dubai-page"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (551, 'plugin_content_manager_configuration_content_types::api::open-day.open-day', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"title","defaultSortBy":"title","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"intro":{"edit":{"label":"intro","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"intro","searchable":true,"sortable":true}},"subTitle":{"edit":{"label":"subTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"subTitle","searchable":true,"sortable":true}},"table":{"edit":{"label":"table","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"table","searchable":false,"sortable":false}},"pointsSec":{"edit":{"label":"pointsSec","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"pointsSec","searchable":false,"sortable":false}},"videoUrl":{"edit":{"label":"videoUrl","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoUrl","searchable":true,"sortable":true}},"formTitle":{"edit":{"label":"formTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"formTitle","searchable":true,"sortable":true}},"formDescription":{"edit":{"label":"formDescription","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"formDescription","searchable":true,"sortable":true}},"videoThumbnail":{"edit":{"label":"videoThumbnail","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"videoThumbnail","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","title","intro"],"edit":[[{"name":"banner","size":12}],[{"name":"title","size":6},{"name":"intro","size":6}],[{"name":"subTitle","size":6}],[{"name":"table","size":12}],[{"name":"pointsSec","size":12}],[{"name":"videoUrl","size":6},{"name":"formTitle","size":6}],[{"name":"formDescription","size":6},{"name":"videoThumbnail","size":6}],[{"name":"seo","size":12}]]},"uid":"api::open-day.open-day"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (899, 'plugin_content_manager_configuration_content_types::api::student-service.student-service', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"studentServiceSection":{"edit":{"label":"studentServiceSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServiceSection","searchable":false,"sortable":false}},"studentServiceFirstImg":{"edit":{"label":"studentServiceFirstImg","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"studentServiceFirstImg","searchable":false,"sortable":false}},"dedicatedTitle":{"edit":{"label":"dedicatedTitle","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"dedicatedTitle","searchable":true,"sortable":true}},"support":{"edit":{"label":"support","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"support","searchable":false,"sortable":false}},"twoColumnSection":{"edit":{"label":"twoColumnSection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"twoColumnSection","searchable":false,"sortable":false}},"healthAndSafetySection":{"edit":{"label":"healthAndSafetySection","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"healthAndSafetySection","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","studentServiceSection","studentServiceFirstImg"],"edit":[[{"name":"banner","size":12}],[{"name":"studentServiceSection","size":12}],[{"name":"studentServiceFirstImg","size":6},{"name":"dedicatedTitle","size":6}],[{"name":"support","size":12}],[{"name":"twoColumnSection","size":12}],[{"name":"healthAndSafetySection","size":12}],[{"name":"seo","size":12}]]},"uid":"api::student-service.student-service"}', 'object', NULL, NULL);
INSERT INTO public.strapi_core_store_settings (id, key, value, type, environment, tag) VALUES (489, 'plugin_content_manager_configuration_content_types::api::faq-page.faq-page', '{"settings":{"bulkable":true,"filterable":true,"searchable":true,"pageSize":10,"mainField":"id","defaultSortBy":"id","defaultSortOrder":"ASC"},"metadatas":{"id":{"edit":{},"list":{"label":"id","searchable":true,"sortable":true}},"banner":{"edit":{"label":"banner","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"banner","searchable":false,"sortable":false}},"faqs":{"edit":{"label":"faqs","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"faqs","searchable":false,"sortable":false}},"seo":{"edit":{"label":"seo","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"seo","searchable":false,"sortable":false}},"title":{"edit":{"label":"title","description":"","placeholder":"","visible":true,"editable":true},"list":{"label":"title","searchable":true,"sortable":true}},"createdAt":{"edit":{"label":"createdAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"createdAt","searchable":true,"sortable":true}},"updatedAt":{"edit":{"label":"updatedAt","description":"","placeholder":"","visible":false,"editable":true},"list":{"label":"updatedAt","searchable":true,"sortable":true}},"createdBy":{"edit":{"label":"createdBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"createdBy","searchable":true,"sortable":true}},"updatedBy":{"edit":{"label":"updatedBy","description":"","placeholder":"","visible":false,"editable":true,"mainField":"firstname"},"list":{"label":"updatedBy","searchable":true,"sortable":true}}},"layouts":{"list":["id","banner","createdAt","updatedAt"],"edit":[[{"name":"banner","size":12}],[{"name":"faqs","size":12}],[{"name":"seo","size":12}],[{"name":"title","size":6}]]},"uid":"api::faq-page.faq-page"}', 'object', NULL, NULL);
--
-- TOC entry 7968 (class 0 OID 680586)
-- Dependencies: 217
-- Data for Name: strapi_database_schema; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.strapi_database_schema (id, schema, "time", hash) VALUES (373, '{"tables":[{"name":"strapi_core_store_settings","indexes":[],"foreignKeys":[],"columns":[{"name":"id","type":"increments","args":[{"primary":true,"primaryKey":true}],"defaultTo":null,"notNullable":true,"unsigned":false},{"name":"key","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"value","type":"text","args":["longtext"],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"type","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"environment","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"tag","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false}]},{"name":"strapi_webhooks","indexes":[],"foreignKeys":[],"columns":[{"name":"id","type":"increments","args":[{"primary":true,"primaryKey":true}],"defaultTo":null,"notNullable":true,"unsigned":false},{"name":"name","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"url","type":"text","args":["longtext"],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"headers","type":"jsonb","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"events","type":"jsonb","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"enabled","type":"boolean","args":[],"defaultTo":null,"notNullable":false,"unsigned":false}]},{"name":"admin_permissions","indexes":[{"name":"admin_permissions_created_by_id_fk","columns":["created_by_id"]},{"name":"admin_permissions_updated_by_id_fk","columns":["updated_by_id"]}],"foreignKeys":[{"name":"admin_permissions_created_by_id_fk","columns":["created_by_id"],"referencedTable":"admin_users","referencedColumns":["id"],"onDelete":"SET NULL"},{"name":"admin_permissions_updated_by_id_fk","columns":["updated_by_id"],"referencedTable":"admin_users","referencedColumns":["id"],"onDelete":"SET NULL"}],"columns":[{"name":"id","type":"increments","args":[{"primary":true,"primaryKey":true}],"defaultTo":null,"notNullable":true,"unsigned":false},{"name":"action","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"action_parameters","type":"jsonb","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"subject","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"properties","type":"jsonb","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"conditions","type":"jsonb","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"created_at","type":"datetime","args":[{"useTz":false,"precision":6}],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"updated_at","type":"datetime","args":[{"useTz":false,"precision":6}],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"created_by_id","type":"integer","args":[],"defaultTo":null,"notNullable":false,"unsigned":true},{"name":"updated_by_id","type":"integer","args":[],"defaultTo":null,"notNullable":false,"unsigned":true}]},{"name":"admin_users","indexes":[{"name":"admin_users_created_by_id_fk","columns":["created_by_id"]},{"name":"admin_users_updated_by_id_fk","columns":["updated_by_id"]}],"foreignKeys":[{"name":"admin_users_created_by_id_fk","columns":["created_by_id"],"referencedTable":"admin_users","referencedColumns":["id"],"onDelete":"SET NULL"},{"name":"admin_users_updated_by_id_fk","columns":["updated_by_id"],"referencedTable":"admin_users","referencedColumns":["id"],"onDelete":"SET NULL"}],"columns":[{"name":"id","type":"increments","args":[{"primary":true,"primaryKey":true}],"defaultTo":null,"notNullable":true,"unsigned":false},{"name":"firstname","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"lastname","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"username","type":"string","args":[],"defaultTo":null,"notNullable":false,"unsigned":false},{"name":"email","type":"string","a
--
-- TOC entry 7966 (class 0 OID 680579)
-- Dependencies: 215
-- Data for Name: strapi_migrations; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7994 (class 0 OID 680729)
-- Dependencies: 243
-- Data for Name: strapi_release_actions; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8018 (class 0 OID 680867)
-- Dependencies: 267
-- Data for Name: strapi_release_actions_release_links; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7992 (class 0 OID 680718)
-- Dependencies: 241
-- Data for Name: strapi_releases; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7986 (class 0 OID 680677)
-- Dependencies: 235
-- Data for Name: strapi_transfer_token_permissions; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8010 (class 0 OID 680819)
-- Dependencies: 259
-- Data for Name: strapi_transfer_token_permissions_token_links; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7984 (class 0 OID 680666)
-- Dependencies: 233
-- Data for Name: strapi_transfer_tokens; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7972 (class 0 OID 680604)
-- Dependencies: 221
-- Data for Name: strapi_webhooks; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8184 (class 0 OID 748823)
-- Dependencies: 433
-- Data for Name: student_policy_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.student_policy_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, '2024-05-21 15:50:12.221', '2024-11-25 11:40:36.287', '2024-05-21 15:52:11.962', 1, 3);
--
-- TOC entry 8198 (class 0 OID 748966)
-- Dependencies: 447
-- Data for Name: student_policy_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 2, 'manipal.inner-banner', 'banner', 4);
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 3, 'manipal.student-policies', 'studentPolicies', 1);
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 4, 'manipal.student-policies', 'studentPolicies', 2);
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 5, 'manipal.student-policies', 'studentPolicies', 3);
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (37, 1, 6, 'manipal.student-policies', 'studentPolicies', 4);
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (38, 1, 8, 'manipal.student-policies', 'studentPolicies', 5);
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (39, 1, 7, 'manipal.student-policies', 'studentPolicies', 6);
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (40, 1, 9, 'manipal.student-policies', 'studentPolicies', 7);
INSERT INTO public.student_policy_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (41, 1, 10, 'manipal.student-policies', 'studentPolicies', 8);
--
-- TOC entry 8252 (class 0 OID 783415)
-- Dependencies: 501
-- Data for Name: student_services; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.student_services (id, dedicated_title, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'A Dedicated Team To Support Through Your Journey', '2024-05-23 12:27:26.347', '2024-11-25 14:14:29.523', '2024-05-23 12:27:50.064', 1, 3);
--
-- TOC entry 8322 (class 0 OID 783769)
-- Dependencies: 571
-- Data for Name: student_services_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 12, 'manipal.general-info', 'support', 2);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 13, 'manipal.general-info', 'support', 4);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 15, 'manipal.general-info', 'support', 5);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 14, 'manipal.general-info', 'support', 6);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (7, 1, 16, 'manipal.general-info', 'support', 8);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (8, 1, 17, 'manipal.general-info', 'support', 9);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 20, 'manipal.general-info', 'sports', 10);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 19, 'manipal.general-info', 'whyDubai', 11);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (33, 1, 56, 'manipal.general-info', 'whyDubai', 12);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 18, 'manipal.general-info', 'visaSupport', 13);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 13, 'manipal.inner-banner', 'banner', 14);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 11, 'manipal.general-info', 'studentServiceSection', 15);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (146, 1, 1, 'manipal.three-images-component', 'healthAndSafetySection', 16);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (55, 1, 57, 'manipal.general-info', 'twoColumnSection', 1);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (56, 1, 58, 'manipal.general-info', 'twoColumnSection', 2);
INSERT INTO public.student_services_components (id, entity_id, component_id, component_type, field, "order") VALUES (57, 1, 59, 'manipal.general-info', 'twoColumnSection', 3);
--
-- TOC entry 8396 (class 0 OID 793895)
-- Dependencies: 645
-- Data for Name: success_stories; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.success_stories (id, name, designation, title, short_description, rich_text_copy, banner_title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (2, 'Karim El-Basyouny', 'Karim El-Basyouny', 'Removing the Boundary Between Student and Professor', '“Working with the students. Thats the best part of the job,” explains Dr. Karim El-Basyouny,', '<p>Karim El-Basyouny</p>', 'Success Stories', 'karim-el-basyouny-1', '2024-06-03 17:29:45.407', '2024-07-31 11:14:15.512', '2024-06-03 17:37:33.457', 1, 2);
INSERT INTO public.success_stories (id, name, designation, title, short_description, rich_text_copy, banner_title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Karim El-Basyouny', 'Karim El-Basyouny', 'Removing the Boundary Between Student and Professor', '“Working with the students. Thats the best part of the job,” explains Dr. Karim El-Basyouny,', '<p>Karim El-Basyouny</p>', 'Success Stories', 'karim-el-basyouny', '2024-06-03 17:28:30.457', '2024-07-31 11:15:15.456', '2024-06-03 17:36:53.533', 1, 2);
INSERT INTO public.success_stories (id, name, designation, title, short_description, rich_text_copy, banner_title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (4, 'Karim El-Basyouny', 'Karim El-Basyouny', 'Removing the Boundary Between Student and Professor', '“Working with the students. Thats the best part of the job,” explains Dr. Karim El-Basyouny,', '<p>“Working with the students. Thats the best part of the job,” explains Dr. Karim El-Basyouny,</p>', 'Success Stories', 'karim-el-basyouny-2', '2024-06-04 10:03:03.404', '2024-07-31 11:24:13.81', '2024-06-04 10:04:03.401', 1, 2);
INSERT INTO public.success_stories (id, name, designation, title, short_description, rich_text_copy, banner_title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (5, 'Karim El-Basyouny', 'Karim El-Basyouny', 'Removing', 'working', '<p>“Working with the students. Thats the best part of the job,” explains Dr. Karim El-Basyouny,</p>', 'Success Stories', 'success-story-4', '2024-06-04 10:05:41.533', '2024-07-31 13:07:01.002', '2024-06-04 10:06:09.749', 1, 2);
INSERT INTO public.success_stories (id, name, designation, title, short_description, rich_text_copy, banner_title, slug, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (3, 'Karim El-Basyouny', 'Founder & Managing Director', 'Removing the Boundary Between Student and Professor', '“Working with the students. Thats the best part of the job,” explains Dr. Karim El-Basyouny,', '<h5 style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:var(--fontSize-24);font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;letter-spacing:normal;line-height:1.25;margin:0px 0px 0.6818em;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><strong>In 2008, when I joined Manipal Academy of Higher Education, Dubai, I became a part of a leading company, Dredge Yard JLT.</strong></h5><div class="generic-bullets" style="-webkit-text-stroke-width:0px;box-sizing:border-box;color:rgb(0, 0, 0);font-family:Helvetica-Now-Display;font-size:16px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px;orphans:2;outline:none;padding:0px;text-align:left;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"><p style="box-sizing:border-box;font-size:var(--fontSize-18);font-weight:300;line-height:1.625em;margin:0px 0px 1.25em;outline:none;padding:0px;">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.</p><p style="box-sizing:border-box;font-size:var(--fontSize-18);font-weight:300;line-height:1.625em;margin:0px 0px 1.25em;outline:none;padding:0px;">t is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ''Content here, content here'', making it look like readable English.</p><p style="box-sizing:border-box;font-size:var(--fontSize-18);font-weight:300;line-height:1.625em;margin:0px 0px 1.25em;outline:none;padding:0px;">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. If you use this site regularly and would like to help keep the site on the Internet, please consider donating a small sum to help pay for the hosting and bandwidth bill. There is no minimum donation, any sum is appreciated</p></div>', 'Success Stories', 'success-story-2', '2024-06-04 09:58:32.489', '2024-07-18 12:18:36.092', '2024-06-04 10:01:53.196', 1, 2);
--
-- TOC entry 8560 (class 0 OID 1016909)
-- Dependencies: 809
-- Data for Name: success_stories_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8254 (class 0 OID 783426)
-- Dependencies: 503
-- Data for Name: sustainabilities; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.sustainabilities (id, note, cta_link, cta_text, cta_target, created_at, updated_at, published_at, created_by_id, updated_by_id, file_name_txt) VALUES (1, 'Click here to know more about MAHE Dubai Campus Environment and Sustainability policy', 'https://manipalblobstorage.blob.core.windows.net/manipal-azr-container/manipal-images/Environment_And_Sustainability_Policy_d09ac50fc9.pdf', 'Download Now', '#', '2024-05-31 16:36:27.642', '2024-08-03 18:37:15.639', '2024-05-31 16:36:30.97', 1, 3, 'Attendance Policy ');
--
-- TOC entry 8324 (class 0 OID 783783)
-- Dependencies: 573
-- Data for Name: sustainabilities_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.sustainabilities_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 50, 'manipal.inner-banner', 'banner', 1);
INSERT INTO public.sustainabilities_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 50, 'manipal.general-info', 'sustainabilityInfo', 6);
INSERT INTO public.sustainabilities_components (id, entity_id, component_id, component_type, field, "order") VALUES (63, 1, 10, 'manipal.info-title-rich-text', 'speakerInfo', 1);
INSERT INTO public.sustainabilities_components (id, entity_id, component_id, component_type, field, "order") VALUES (64, 1, 11, 'manipal.info-title-rich-text', 'speakerInfo', 2);
INSERT INTO public.sustainabilities_components (id, entity_id, component_id, component_type, field, "order") VALUES (65, 1, 13, 'manipal.info-title-rich-text', 'speakerInfo', 3);
INSERT INTO public.sustainabilities_components (id, entity_id, component_id, component_type, field, "order") VALUES (66, 1, 12, 'manipal.info-title-rich-text', 'speakerInfo', 4);
--
-- TOC entry 8066 (class 0 OID 742737)
-- Dependencies: 315
-- Data for Name: terms_and_conditions; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.terms_and_conditions (id, title, rich_text_copy, slug, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'Terms & Conditions', '<p>Welcome to the Website (the "Site") of Manipal Academy of Higher Education, Dubai. Please read the following Terms and Conditions of Use ("Terms") carefully before using the Site. It governs your relationship with Manipal Academy of Higher Education, Dubai regarding your use of the Site. This Website provides general information regarding the Institution and its services. Manipal Academy of Higher Education, Dubai urges you not to assume that information on a particular topic on the site is complete or up-to-date.</p><h5>PERMISSION:</h5><p>Manipal Academy of Higher Education, Dubai gives you limited personal permission to use the Website. Your permission to use the Web site is limited in a number of ways. For example, you may only download or print material contained on this Site for non-profit purposes. Any commercial use, such as selling content, creating course packs, or posting information on another Website is prohibited. You may not:</p><ul><li>Frame all or part of the Website.</li><li>Change or delete any proprietary notices from materials</li><li>downloaded or printed out from the Website.</li><li>Systemically download or print materials from the Website.</li><li>Transmit or provide any data from the Website to a third party.</li><li>Use the Web site in a manner contrary to any applicable law.</li></ul><p>Your permission terminates immediately, without any further action by Manipal Academy of Higher Education, Dubai, if you breach these Terms.</p><p>You may not transfer or assign your permission to any other party.</p><p>Manipal Academy of Higher Education, Dubai is the owner or licensee of all rights in the Website, its content, software, and services. You have no right to such content, software or services if not expressly granted in this Agreement.</p><p>“Manipal Academy of Higher Education, Dubai" and the logos or other proprietary marks of Manipal Academy of Higher Education, Dubais licensors and partners are trademarks of Manipal Academy of Higher Education, Dubai or its licensors and partners. No right, title or interest in those trademarks is granted you in this Agreement.</p><p>The Site is Provided "As Is"</p><p>Services provided through and information contained on the site are provided as is and as available. Manipal Academy of Higher Education, Dubai makes no, and hereby disclaims any, warranty of any kind, express or implied, including but not limited to the implied warranties of title, non-infringement, merchantability and fitness for a particular use or purpose. Further, Manipal Academy of Higher Education, Dubai disclaims any warranty that the site will be available at all times or will operate without interruption or error. Manipal Academy of Higher Education, Dubai makes no warranty as to the reliability, accuracy, timeliness, usefulness, adequacy, completeness or suitability of the services or information provided through the site.</p><p>You alone are responsible for your use of the site.</p><p>You agree to be solely responsible for your use of this Website.</p><p>Manipal Academy of Higher Education, Dubai, its officers, directors, employees, agents, and information providers shall not be liable for any damages you may suffer or cause through your use of the site, even if advised of the possibility of such damages.</p><p>Manipal Academy of Higher Education, Dubai, its officers, directors, employees, agents, and information providers shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages arising out of your use of or inability to use the site.</p><p>These limitations shall apply whether the asserted liability or damages are based in contract (including, but not limited to, breach of warranty), tort (including, but not limited to, negligence) or any other legal or equitable grounds.</p><p>You agree to indemnify and hold Manipal Academy of Higher Education, Dubai harmle
--
-- TOC entry 8326 (class 0 OID 783797)
-- Dependencies: 575
-- Data for Name: terms_and_conditions_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.terms_and_conditions_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 28, 'manipal.inner-banner', 'banner', NULL);
--
-- TOC entry 8186 (class 0 OID 748832)
-- Dependencies: 435
-- Data for Name: universities; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.universities (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, slug, rich_text_copy, short_desc) VALUES (4, 'MELAKA MANIPAL MEDICAL COLLEGE, MALAYSIA', '2024-06-07 14:17:39.153', '2024-11-25 10:45:39.067', '2024-06-12 13:14:23.475', 1, 3, 'melaka-manipal-medical-college-malaysia', '<p><strong>OVERVIEW</strong></p><p>MMMC is the single largest contributor of doctors to the Malaysian healthcare system. Since its inception in 1997, the college has steadfastly adhered to its commitment to improve the healthcare system in Malaysia by providing access to a range of medical courses delivered by Manipal University.</p><p>Nestled within the tranquil surroundings of Bukit Baru, Melaka, the 22-acre MMMC campus is ideally situated close to town, and is a shining example of a modern campus that balances excellent academic facilities with recreational avenues for students and staff. The campus has world-class facilities sharing space with a football field, a fully equipped sports hall and gymnasium, swimming pool and also a zen room for relaxation and recharging.</p>', 'MMMC is the single largest contributor of doctors to the Malaysian healthcare system. Since its inception in 1997, the college has steadfastly adhered to its commitment to improve the healthcare system in Malaysia by providing access to a range of medical courses delivered by Manipal University.');
INSERT INTO public.universities (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, slug, rich_text_copy, short_desc) VALUES (8, 'SIKKIM MANIPAL UNIVERSITY', '2024-06-07 14:17:39.153', '2024-11-25 10:53:47.584', '2024-06-12 13:15:35.135', 1, 3, 'sikkim-manipal-university', '<p><strong>OVERVIEW</strong></p><p>The Sikkim Manipal University was established in 1995 and is the first government-private initiative in the region offering quality education to students from the north and north-eastern parts of the country. SMU is recognised by the University Grants Commission and approved by the Government of India. Sikkim Manipal University The University was established in accordance with the Sikkim Manipal University of Health, Medical and Technological Sciences Act, 1995 (Act No. 9 of 1995); with the aim of imparting exemplary educational opportunities and healthcare services in the State of Sikkim and country wide. It is the first of its kind in the country with a collaboration of private and public sector.</p><p>Website: <a target="_blank" rel="noopener noreferrer" href="https://smu.edu.in/smu.html">https://smu.edu.in/smu.html</a></p>', 'The Sikkim Manipal University was established in 1995 and is the first government-private initiative in the region offering quality education to students from the north and north-eastern parts of the country. SMU is recognised by the University Grants Commission and approved by the Government of India. ');
INSERT INTO public.universities (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, slug, rich_text_copy, short_desc) VALUES (3, 'GlobalNxt University, Malaysia', '2024-06-07 14:17:39.153', '2024-11-25 10:40:36.683', '2024-06-12 13:14:02.969', 1, 3, 'global-nxt-university-malaysia', '<p><strong>OVERVIEW</strong></p><p>GlobalNxt University (formerly known as Global e-University) is a pioneering academic institution that delivers online graduate programs through a unique global classroom pedagogy. Bringing together over 75 distinguished faculty members from across 17 countries, GlobalNxt provides an interactive learning approach. Through a state-of-the-art online learning platform, the university offers students access to rigorous, individualised education anytime, anywhere.</p><p>The universitys globally diverse student population is represented by over 72 different countries. In addition, through close industry partnerships, the university has talent development programs with over 100 multinational companies.</p><p>Courses offered by GlobalNxt University include Masters of Business Administration (MBA), Postgraduate Diploma of Business Administration and Master of Science in Information Technology Management. It also develops customised programs for organisations to meet their specific requirements.</p>', 'GlobalNxt University (formerly known as Global e-University) is a pioneering academic institution that delivers online graduate programs through a unique global classroom pedagogy.');
INSERT INTO public.universities (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, slug, rich_text_copy, short_desc) VALUES (6, 'MANIPAL UNIVERSITY, JAIPUR', '2024-06-07 14:17:39.153', '2024-11-25 10:44:38.308', '2024-06-12 13:14:58.748', 1, 3, 'manipal-university-jaipur', '<p><strong>OVERVIEW</strong></p><p>Manipal University Jaipur is a self-financed state university, and defines academic excellence in the region, with the Manipal way of learning, inspiring students of all disciplines to learn and innovate through hands-on, practical experience.</p><p>The multi-disciplinary university offers career-oriented courses at all levels and across diverse streams including engineering, architecture, planning, fashion design, hospitality, allied health sciences, humanities, commerce, management, communication, basic sciences, and jewellery management. Some PG programs are also available in the research mode.</p><p>MUJ has the best of in-class infrastructure, including research facilities and a modern library, in line with Manipal University''s legacy of providing quality education.</p><p>Website: <a target="_blank" rel="noopener noreferrer" href="https://jaipur.manipal.edu/">https://jaipur.manipal.edu/</a></p>', 'Manipal University Jaipur is a self-financed state university, and defines academic excellence in the region, with the Manipal way of learning, inspiring students of all disciplines to learn and innovate through hands-on, practical experience.');
INSERT INTO public.universities (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, slug, rich_text_copy, short_desc) VALUES (5, 'AMERICAN UNIVERSITY OF ANTIGUA', '2024-06-07 14:17:39.153', '2024-11-25 10:39:41.308', '2024-11-25 10:22:32.046', 1, 3, 'american-university-of-antigua', '<p><strong>OVERVIEW</strong></p><p>AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States. Garnering the support of world-renowned Manipal University, AUA has developed into a hub of international education, centred in a recently-built 150,000 sq ft and technologically advanced campus. The basic sciences curriculum at AUA consists of two semesters per academic year. This is in line with US medical school programs and, coupled with AUAs new campus, provides a learning experience unequalled in the Caribbean.</p><p><a target="_blank" rel="noopener noreferrer" href="http://www.auamed.org/">http://www.auamed.org/</a></p>', 'AUA was founded in 2004 with the mission of addressing the growing shortage of doctors in the United States. Garnering the support of world-renowned Manipal University, AUA has developed into a hub of international education, centred in a recently-built 150,000 sq ft and technologically advanced campus.');
INSERT INTO public.universities (id, title, created_at, updated_at, published_at, created_by_id, updated_by_id, slug, rich_text_copy, short_desc) VALUES (1, 'Manipal Academy of Higher Education - MAHE, Manipal, India', '2024-06-07 14:17:14.601', '2024-11-25 10:43:19.376', '2024-06-07 14:17:45.044', 1, 3, 'manipal-academy-of-higher-education', '<p>Manipal Academy of Higher Education - MAHE, Manpal, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling University town, nestled on a plateau in Karnatakas Udupi district. It also houses over 2700 faculty and other support and service staff, who cater to the two colleges and 24 professional institutions in medicine, engineering, management and humanities which dot the Wi-Fi-enabled campus.</p><p>There is also a campus in nearby Mangalore with a medical, dental and a nursing college with attached teaching hospitals. Another campus, in Dubai, UAE, offers graduate and post graduate courses in engineering, technology and management.</p><p>Each of these institutes has world class facilities and pedagogy, which are constantly reviewed and upgraded to reflect the latest trends and developments in higher education.</p>', 'Manipal Academy of Higher Education, India is synonymous with excellence in higher education. Over 28,000 students from 57 different nations live, learn and play in the sprawling students'' town, nestled on a plateau in Karnatakas Udupi district.');
--
-- TOC entry 8562 (class 0 OID 1016923)
-- Dependencies: 811
-- Data for Name: universities_components; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7998 (class 0 OID 680751)
-- Dependencies: 247
-- Data for Name: up_permissions; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (1, 'plugin::users-permissions.auth.changePassword', '2024-05-14 15:26:40.922', '2024-05-14 15:26:40.922', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (4, 'plugin::users-permissions.auth.callback', '2024-05-14 15:26:40.945', '2024-05-14 15:26:40.945', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (5, 'plugin::users-permissions.auth.resetPassword', '2024-05-14 15:26:40.945', '2024-05-14 15:26:40.945', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (7, 'plugin::users-permissions.auth.register', '2024-05-14 15:26:40.945', '2024-05-14 15:26:40.945', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (295, 'api::administration-category.administration-category.find', '2024-05-31 13:58:15.914', '2024-05-31 13:58:15.914', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (233, 'api::news-detail-page.news-detail-page.find', '2024-05-24 18:06:48.908', '2024-05-24 18:06:48.908', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (270, 'api::winter-camp-page.winter-camp-page.find', '2024-05-29 10:06:17.636', '2024-05-29 10:06:17.636', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (276, 'api::header-component.header-component.find', '2024-05-30 10:59:36.382', '2024-05-30 10:59:36.382', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (298, 'api::award.award.find', '2024-05-31 13:58:29.475', '2024-05-31 13:58:29.475', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (285, 'api::research-at-dubai-page.research-at-dubai-page.find', '2024-05-31 12:54:36.344', '2024-05-31 12:54:36.344', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (286, 'api::research-guide-line-page.research-guide-line-page.find', '2024-05-31 12:57:09.877', '2024-05-31 12:57:09.877', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (287, 'api::research-publication-page.research-publication-page.find', '2024-05-31 12:58:35.684', '2024-05-31 12:58:35.684', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (288, 'api::research-collaboration-page.research-collaboration-page.find', '2024-05-31 13:00:22.015', '2024-05-31 13:00:22.015', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (289, 'api::research-awards-page.research-awards-page.find', '2024-05-31 13:02:19.106', '2024-05-31 13:02:19.106', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (296, 'api::administration-category.administration-category.findOne', '2024-05-31 13:58:15.914', '2024-05-31 13:58:15.914', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (128, 'api::faq-page.faq-page.find', '2024-05-21 18:39:35.894', '2024-05-21 18:39:35.894', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (297, 'api::award.award.findOne', '2024-05-31 13:58:29.476', '2024-05-31 13:58:29.476', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (290, 'api::research-strategy-page.research-strategy-page.find', '2024-05-31 13:03:33.239', '2024-05-31 13:03:33.239', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (294, 'api::world-wide-page.world-wide-page.find', '2024-05-31 13:52:25.675', '2024-05-31 13:52:25.675', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (135, 'api::international-collaboration.international-collaboration.find', '2024-05-22 10:47:33.708', '2024-05-22 10:47:33.708', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (195, 'api::leadership.leadership.find', '2024-05-22 16:36:01.536', '2024-05-22 16:36:01.536', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (238, 'api::our-campus.our-campus.find', '2024-05-27 10:35:26.211', '2024-05-27 10:35:26.211', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (242, 'api::fee-and-funding-page.fee-and-funding-page.find', '2024-05-27 10:44:18.386', '2024-05-27 10:44:18.386', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (243, 'api::student-service.student-service.find', '2024-05-27 10:46:16.066', '2024-05-27 10:46:16.066', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (272, 'api::about-us-page.about-us-page.find', '2024-05-29 11:33:19.466', '2024-05-29 11:33:19.466', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (279, 'api::admission-page.admission-page.find', '2024-05-30 14:36:31.024', '2024-05-30 14:36:31.024', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (143, 'api::history.history.find', '2024-05-22 10:54:53.678', '2024-05-22 10:54:53.678', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (306, 'api::manipal-jai-pur-university.manipal-jai-pur-university.find', '2024-05-31 15:47:59.292', '2024-05-31 15:47:59.292', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (309, 'api::awards-and-achievement.awards-and-achievement.find', '2024-06-03 10:30:37.897', '2024-06-03 10:30:37.897', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (328, 'api::career.career.findOne', '2024-06-04 10:10:09.592', '2024-06-04 10:10:09.592', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (330, 'api::career-page-banner.career-page-banner.find', '2024-06-04 10:12:40.299', '2024-06-04 10:12:40.299', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (338, 'api::event.event.findOne', '2024-06-11 15:26:16.908', '2024-06-11 15:26:16.908', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (342, 'api::program-page.program-page.find', '2024-06-13 16:33:00.254', '2024-06-13 16:33:00.254', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (346, 'api::school.school.findOne', '2024-07-01 11:52:55.701', '2024-07-01 11:52:55.701', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (347, 'api::research-committee-type.research-committee-type.find', '2024-07-04 15:05:52.463', '2024-07-04 15:05:52.463', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (349, 'api::innovation-incubation-page.innovation-incubation-page.find', '2024-07-23 15:20:29.293', '2024-07-23 15:20:29.293', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (350, 'api::international-students-visa-requirement.international-students-visa-requirement.find', '2024-07-29 10:55:15.844', '2024-07-29 10:55:15.844', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (351, 'api::school-collection.school-collection.findOne', '2024-08-05 16:11:45.582', '2024-08-05 16:11:45.582', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (353, 'api::degree.degree.findOne', '2024-08-07 16:19:24.516', '2024-08-07 16:19:24.516', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (355, 'api::news-events-category.news-events-category.find', '2024-11-26 18:52:55.43', '2024-11-26 18:52:55.43', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (357, 'api::news-events-category.news-events-category.findOne', '2024-11-26 18:53:12.454', '2024-11-26 18:53:12.454', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (196, 'api::leadership.leadership.findOne', '2024-05-22 16:36:01.536', '2024-05-22 16:36:01.536', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (244, 'api::privacy-policy.privacy-policy.find', '2024-05-27 11:24:50.425', '2024-05-27 11:24:50.425', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (307, 'api::facilities-page.facilities-page.find', '2024-05-31 15:49:26.298', '2024-05-31 15:49:26.298', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (310, 'api::alumni-page.alumni-page.find', '2024-06-03 11:59:39.326', '2024-06-03 11:59:39.326', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (249, 'api::terms-and-condition.terms-and-condition.find', '2024-05-27 11:28:04.432', '2024-05-27 11:28:04.432', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (252, 'api::research-committe-list.research-committe-list.find', '2024-05-27 11:30:05.983', '2024-05-27 11:30:05.983', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (275, 'api::home-page.home-page.find', '2024-05-29 12:37:35.803', '2024-05-29 12:37:35.803', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (329, 'api::career.career.find', '2024-06-04 10:10:09.592', '2024-06-04 10:10:09.592', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (339, 'api::event.event.find', '2024-06-11 15:26:16.908', '2024-06-11 15:26:16.908', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (343, 'api::program.program.findOne', '2024-06-13 17:49:42.267', '2024-06-13 17:49:42.267', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (344, 'api::program.program.find', '2024-06-13 17:49:42.267', '2024-06-13 17:49:42.267', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (345, 'api::school.school.find', '2024-07-01 11:52:55.701', '2024-07-01 11:52:55.701', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (348, 'api::research-committee-type.research-committee-type.findOne', '2024-07-04 15:05:52.463', '2024-07-04 15:05:52.463', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (352, 'api::school-collection.school-collection.find', '2024-08-05 16:11:45.582', '2024-08-05 16:11:45.582', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (354, 'api::degree.degree.find', '2024-08-07 16:19:24.516', '2024-08-07 16:19:24.516', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (356, 'api::news-events-category.news-events-category.findOne', '2024-11-26 18:52:55.43', '2024-11-26 18:52:55.43', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (358, 'api::news-events-category.news-events-category.find', '2024-11-26 18:53:12.454', '2024-11-26 18:53:12.454', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (308, 'api::sustainability.sustainability.find', '2024-05-31 16:36:48.734', '2024-05-31 16:36:48.734', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (311, 'api::international-student.international-student.find', '2024-06-03 12:11:58.414', '2024-06-03 12:11:58.414', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (331, 'api::success-story.success-story.findOne', '2024-06-04 11:48:49.493', '2024-06-04 11:48:49.493', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (250, 'api::research-committe.research-committe.find', '2024-05-27 11:29:58.643', '2024-05-27 11:29:58.643', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (251, 'api::research-committe.research-committe.findOne', '2024-05-27 11:29:58.643', '2024-05-27 11:29:58.643', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (253, 'api::policy.policy.find', '2024-05-27 11:30:48.463', '2024-05-27 11:30:48.463', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (340, 'api::university.university.find', '2024-06-12 13:19:09.426', '2024-06-12 13:19:09.426', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (254, 'api::open-day.open-day.find', '2024-05-27 11:32:08.989', '2024-05-27 11:32:08.989', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (332, 'api::events-page.events-page.find', '2024-06-04 16:19:35.172', '2024-06-04 16:19:35.172', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (333, 'api::apply-form.apply-form.find', '2024-06-04 16:21:34.195', '2024-06-04 16:21:34.195', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (334, 'api::apply-form.apply-form.findOne', '2024-06-04 16:21:34.195', '2024-06-04 16:21:34.195', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (337, 'api::international-student-orientation-page.international-student-orientation-page.find', '2024-06-04 16:21:34.195', '2024-06-04 16:21:34.195', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (341, 'api::university.university.findOne', '2024-06-12 13:19:09.426', '2024-06-12 13:19:09.426', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (203, 'api::blog-listing.blog-listing.find', '2024-05-23 09:28:47.61', '2024-05-23 09:28:47.61', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (255, 'api::why-dubai-page.why-dubai-page.find', '2024-05-27 11:54:53.72', '2024-05-27 11:54:53.72', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (316, 'api::international-students-about-dubai.international-students-about-dubai.find', '2024-06-03 13:32:37.411', '2024-06-03 13:32:37.411', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (178, 'api::research-main.research-main.find', '2024-05-22 12:28:30.062', '2024-05-22 12:28:30.062', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (205, 'api::administration.administration.find', '2024-05-23 09:56:53.721', '2024-05-23 09:56:53.721', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (317, 'api::international-student-scholarship-page.international-student-scholarship-page.find', '2024-06-03 13:32:37.411', '2024-06-03 13:32:37.411', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (319, 'api::international-students-page.international-students-page.find', '2024-06-03 14:09:56.837', '2024-06-03 14:09:56.837', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (256, 'api::how-to-apply-page.how-to-apply-page.find', '2024-05-27 13:39:39.369', '2024-05-27 13:39:39.369', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (259, 'api::recognitions-and-accreditation.recognitions-and-accreditation.find', '2024-05-27 15:49:53.152', '2024-05-27 15:49:53.152', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (260, 'api::our-faculty.our-faculty.find', '2024-05-27 15:50:00.639', '2024-05-27 15:50:00.639', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (322, 'api::success-story.success-story.find', '2024-06-03 17:30:31.561', '2024-06-03 17:30:31.561', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (324, 'api::contact-us-page.contact-us-page.find', '2024-06-03 17:50:06.821', '2024-06-03 17:50:06.821', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (325, 'api::career-services-center.career-services-center.find', '2024-06-03 17:52:04.411', '2024-06-03 17:52:04.411', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (93, 'api::blog.blog.find', '2024-05-21 14:21:43.31', '2024-05-21 14:21:43.31', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (94, 'api::blog.blog.findOne', '2024-05-21 14:21:43.31', '2024-05-21 14:21:43.31', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (95, 'api::category.category.find', '2024-05-21 14:36:06.128', '2024-05-21 14:36:06.128', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (261, 'api::faculty.faculty.findOne', '2024-05-27 16:38:36.474', '2024-05-27 16:38:36.474', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (262, 'api::faculty.faculty.find', '2024-05-27 16:38:36.474', '2024-05-27 16:38:36.474', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (263, 'api::faculty-type.faculty-type.find', '2024-05-27 16:38:36.474', '2024-05-27 16:38:36.474', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (96, 'api::category.category.findOne', '2024-05-21 14:36:06.128', '2024-05-21 14:36:06.128', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (264, 'api::faculty-type.faculty-type.findOne', '2024-05-27 16:38:36.474', '2024-05-27 16:38:36.474', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (214, 'api::campus-life.campus-life.find', '2024-05-23 12:08:32.152', '2024-05-23 12:08:32.152', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (265, 'api::benefits-of-manipal-dubai-scholarships-page.benefits-of-manipal-dubai-scholarships-page.find', '2024-05-27 17:20:44.113', '2024-05-27 17:20:44.113', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (266, 'api::international-admission.international-admission.find', '2024-05-28 10:25:44.472', '2024-05-28 10:25:44.472', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (99, 'api::student-policy-page.student-policy-page.find', '2024-05-21 16:39:10.687', '2024-05-21 16:39:10.687', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (267, 'api::apply-for-scholarship-page.apply-for-scholarship-page.find', '2024-05-28 14:04:43.23', '2024-05-28 14:04:43.23', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (268, 'api::administration.administration.findOne', '2024-05-28 16:26:34.202', '2024-05-28 16:26:34.202', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (269, 'api::administration-page.administration-page.find', '2024-05-28 16:31:56.913', '2024-05-28 16:31:56.913', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (102, 'api::ranking-page.ranking-page.find', '2024-05-21 16:37:50.042', '2024-05-21 16:37:50.042', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (226, 'api::news-main.news-main.find', '2024-05-24 17:36:48.927', '2024-05-24 17:36:48.927', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (231, 'api::news-single.news-single.findOne', '2024-05-24 17:38:38.702', '2024-05-24 17:38:38.702', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (2, 'plugin::users-permissions.user.me', '2024-05-14 15:26:40.922', '2024-05-14 15:26:40.922', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (3, 'plugin::users-permissions.auth.connect', '2024-05-14 15:26:40.945', '2024-05-14 15:26:40.945', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (6, 'plugin::users-permissions.auth.forgotPassword', '2024-05-14 15:26:40.945', '2024-05-14 15:26:40.945', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (8, 'plugin::users-permissions.auth.emailConfirmation', '2024-05-14 15:26:40.945', '2024-05-14 15:26:40.945', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (9, 'plugin::users-permissions.auth.sendEmailConfirmation', '2024-05-14 15:26:40.945', '2024-05-14 15:26:40.945', NULL, NULL);
INSERT INTO public.up_permissions (id, action, created_at, updated_at, created_by_id, updated_by_id) VALUES (232, 'api::news-single.news-single.find', '2024-05-24 17:38:38.702', '2024-05-24 17:38:38.702', NULL, NULL);
--
-- TOC entry 8020 (class 0 OID 680879)
-- Dependencies: 269
-- Data for Name: up_permissions_role_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (1, 1, 1, 1);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (2, 2, 1, 1);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (3, 4, 2, 1);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (4, 3, 2, 1);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (5, 5, 2, 2);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (6, 6, 2, 2);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (7, 8, 2, 3);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (8, 7, 2, 3);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (9, 9, 2, 4);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (295, 295, 2, 71);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (296, 296, 2, 71);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (128, 128, 2, 13);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (297, 297, 2, 72);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (298, 298, 2, 72);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (135, 135, 2, 14);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (195, 195, 2, 21);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (197, 196, 2, 22);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (306, 306, 2, 75);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (307, 307, 2, 76);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (143, 143, 2, 15);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (202, 203, 2, 23);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (308, 308, 2, 77);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (309, 309, 2, 78);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (205, 205, 2, 25);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (310, 310, 2, 79);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (311, 311, 2, 80);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (93, 93, 2, 5);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (94, 94, 2, 6);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (95, 95, 2, 7);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (96, 96, 2, 7);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (316, 316, 2, 81);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (317, 317, 2, 81);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (99, 99, 2, 9);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (214, 214, 2, 26);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (102, 102, 2, 11);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (319, 319, 2, 82);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (322, 322, 2, 83);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (324, 324, 2, 84);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (325, 325, 2, 85);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (227, 226, 2, 27);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (328, 328, 2, 86);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (329, 329, 2, 86);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (330, 330, 2, 87);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (231, 232, 2, 30);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (232, 231, 2, 30);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (233, 233, 2, 31);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (178, 178, 2, 18);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (331, 331, 2, 88);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (332, 332, 2, 89);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (238, 238, 2, 33);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (333, 333, 2, 90);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (334, 334, 2, 90);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (242, 242, 2, 36);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (243, 243, 2, 37);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (337, 337, 2, 92);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (338, 339, 2, 93);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (339, 338, 2, 93);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (244, 244, 2, 38);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (340, 341, 2, 94);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (341, 340, 2, 94);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (342, 342, 2, 95);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (343, 343, 2, 96);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (249, 249, 2, 41);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (250, 250, 2, 42);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (251, 251, 2, 43);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (252, 252, 2, 44);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (253, 253, 2, 45);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (254, 254, 2, 46);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (255, 255, 2, 47);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (256, 256, 2, 48);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (344, 344, 2, 97);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (345, 345, 2, 98);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (259, 259, 2, 49);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (260, 260, 2, 50);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (261, 261, 2, 51);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (262, 262, 2, 51);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (263, 263, 2, 52);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (264, 264, 2, 52);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (265, 265, 2, 53);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (266, 266, 2, 54);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (267, 267, 2, 55);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (268, 268, 2, 56);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (269, 269, 2, 57);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (270, 270, 2, 58);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (346, 346, 2, 98);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (272, 272, 2, 60);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (348, 347, 2, 99);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (347, 348, 2, 99);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (275, 275, 2, 61);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (276, 276, 2, 62);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (349, 349, 2, 100);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (350, 350, 2, 101);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (279, 279, 2, 63);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (351, 352, 2, 102);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (352, 351, 2, 102);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (353, 353, 2, 103);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (285, 285, 2, 64);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (286, 286, 2, 65);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (287, 287, 2, 66);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (288, 288, 2, 67);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (289, 289, 2, 68);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (290, 290, 2, 69);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (354, 354, 2, 103);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (355, 356, 1, 2);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (356, 355, 1, 2);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (294, 294, 2, 70);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (357, 358, 2, 104);
INSERT INTO public.up_permissions_role_links (id, permission_id, role_id, permission_order) VALUES (358, 357, 2, 104);
--
-- TOC entry 8000 (class 0 OID 680760)
-- Dependencies: 249
-- Data for Name: up_roles; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.up_roles (id, name, description, type, created_at, updated_at, created_by_id, updated_by_id) VALUES (1, 'Authenticated', 'Default role given to authenticated user.', 'authenticated', '2024-05-14 15:26:40.899', '2024-11-26 18:52:55.42', NULL, NULL);
INSERT INTO public.up_roles (id, name, description, type, created_at, updated_at, created_by_id, updated_by_id) VALUES (2, 'Public', 'Default role given to unauthenticated user.', 'public', '2024-05-14 15:26:40.907', '2024-11-26 18:53:12.444', NULL, NULL);
--
-- TOC entry 8002 (class 0 OID 680771)
-- Dependencies: 251
-- Data for Name: up_users; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 8022 (class 0 OID 680891)
-- Dependencies: 271
-- Data for Name: up_users_role_links; Type: TABLE DATA; Schema: public; Owner: -
--
--
-- TOC entry 7990 (class 0 OID 680703)
-- Dependencies: 239
-- Data for Name: upload_folders; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (1, 'manipal', 1, '/1', '2024-05-17 15:36:22.881', '2024-05-17 15:36:22.881', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (2, 'campus-life', 2, '/2', '2024-05-23 11:50:18.351', '2024-05-23 11:50:18.351', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (3, 'news', 3, '/3', '2024-05-24 18:03:39.235', '2024-05-24 18:03:39.235', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (4, 'our faculty', 4, '/4', '2024-05-27 15:15:27.504', '2024-05-27 15:15:27.504', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (5, 'administration', 5, '/5', '2024-05-28 16:16:08.82', '2024-05-28 16:16:14.41', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (6, 'home', 6, '/6', '2024-05-29 10:11:28.021', '2024-05-29 10:11:28.021', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (7, 'svg', 7, '/6/7', '2024-05-29 10:13:26.799', '2024-05-29 10:13:26.799', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (8, 'about us', 8, '/8', '2024-05-29 10:47:25.182', '2024-05-29 10:47:25.182', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (9, 'lifeatmanipal', 9, '/6/9', '2024-05-29 12:17:47.849', '2024-05-29 12:17:47.849', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (10, 'general', 10, '/10', '2024-05-29 16:13:10.497', '2024-05-29 16:13:10.497', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (11, 'admissions', 11, '/11', '2024-05-30 14:35:27.61', '2024-05-30 14:35:27.61', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (12, 'svg', 12, '/11/12', '2024-05-30 14:51:47.825', '2024-05-30 14:51:47.825', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (13, 'research', 13, '/13', '2024-05-31 11:26:30.124', '2024-05-31 11:26:30.124', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (14, 'svg', 14, '/13/14', '2024-05-31 12:02:07.995', '2024-05-31 12:02:07.995', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (15, 'facility', 15, '/15', '2024-05-31 15:40:02.703', '2024-05-31 15:40:02.703', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (16, 'international students', 16, '/16', '2024-06-03 12:15:12.096', '2024-06-03 12:15:12.096', 1, 1);
INSERT INTO public.upload_folders (id, name, path_id, path, created_at, updated_at, created_by_id, updated_by_id) VALUES (17, 'Student-Policy', 17, '/17', '2024-11-25 11:35:52.521', '2024-11-25 11:35:52.521', 3, 3);
--
-- TOC entry 8016 (class 0 OID 680855)
-- Dependencies: 265
-- Data for Name: upload_folders_parent_links; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.upload_folders_parent_links (id, folder_id, inv_folder_id, folder_order) VALUES (1, 7, 6, 1);
INSERT INTO public.upload_folders_parent_links (id, folder_id, inv_folder_id, folder_order) VALUES (2, 9, 6, 2);
INSERT INTO public.upload_folders_parent_links (id, folder_id, inv_folder_id, folder_order) VALUES (3, 12, 11, 1);
INSERT INTO public.upload_folders_parent_links (id, folder_id, inv_folder_id, folder_order) VALUES (4, 14, 13, 1);
--
-- TOC entry 8376 (class 0 OID 792190)
-- Dependencies: 625
-- Data for Name: why_dubai_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.why_dubai_pages (id, created_at, updated_at, published_at, created_by_id, updated_by_id, virtual_tour_toggle, open_day_toggle, admissions_toggle, student_services_toggle) VALUES (1, '2024-05-24 14:31:17.956', '2024-11-26 15:49:09.501', '2024-05-24 14:31:24.108', 1, 1, true, true, true, true);
--
-- TOC entry 8378 (class 0 OID 792199)
-- Dependencies: 627
-- Data for Name: why_dubai_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.why_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 18, 'manipal.inner-banner', 'banner', 3);
INSERT INTO public.why_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 2, 'manipal.image-click-title-desc-component', 'whyDubaiSection', 5);
INSERT INTO public.why_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 25, 'manipal.general-info', 'worldClassEducationSection', 6);
INSERT INTO public.why_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 26, 'manipal.general-info', 'thrivingGlobalHubSection', 7);
INSERT INTO public.why_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (10, 1, 53, 'manipal.general-info', 'careerOpportunitiesSection', 1);
INSERT INTO public.why_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 54, 'manipal.general-info', 'careerOpportunitiesSection', 2);
INSERT INTO public.why_dubai_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 27, 'manipal.general-info', 'careerOpportunitiesSection', 3);
--
-- TOC entry 8256 (class 0 OID 783437)
-- Dependencies: 505
-- Data for Name: winter_camp_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.winter_camp_pages (id, campus_title, winter_title, testimonial_title, testimonial_desc, video_link, video_image_title, upcoming_events_title, created_at, updated_at, published_at, created_by_id, updated_by_id, gallery_text, why_dubai_toggle, virtual_tour_toggle, open_day_toggle) VALUES (1, 'Campus Options & Prices', 'Winter Camp Experiences ', 'Testimonials ', 'Heres What Our Happy Campers Say!', 'https://youtu.be/a6BPk6QFXx0', 'EXPERIENCE THE MAHE DUBAI', 'Upcoming Events ', '2024-05-27 13:22:14.964', '2024-08-03 19:55:08.026', '2024-05-28 16:52:14.949', 1, 3, 'Gallery ', NULL, NULL, NULL);
--
-- TOC entry 8328 (class 0 OID 783811)
-- Dependencies: 577
-- Data for Name: winter_camp_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (11, 1, 1, 'manipal.winter-camp-card', 'winterCampCard', 1);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (29, 1, 12, 'manipal.images-array', 'galleryArray', 2);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (276, 1, 4, 'manipal.winter-camp-card', 'winterCampCard', 7);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 30, 'manipal.inner-banner', 'banner', 19);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (20, 1, 2, 'manipal.winter-camp-card', 'winterCampCard', 3);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (21, 1, 3, 'manipal.winter-camp-card', 'winterCampCard', 5);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (30, 1, 13, 'manipal.images-array', 'galleryArray', 6);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (31, 1, 14, 'manipal.images-array', 'galleryArray', 8);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (32, 1, 15, 'manipal.images-array', 'galleryArray', 10);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (33, 1, 16, 'manipal.images-array', 'galleryArray', 12);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (34, 1, 17, 'manipal.images-array', 'galleryArray', 13);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (35, 1, 18, 'manipal.images-array', 'galleryArray', 14);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (36, 1, 19, 'manipal.images-array', 'galleryArray', 15);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (37, 1, 20, 'manipal.images-array', 'galleryArray', 16);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (104, 1, 2, 'manipal.testimonials-comment', 'comments', 1);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (105, 1, 1, 'manipal.testimonials-comment', 'comments', 2);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (106, 1, 3, 'manipal.testimonials-comment', 'comments', 3);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (38, 1, 21, 'manipal.images-array', 'galleryArray', 17);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (107, 1, 5, 'manipal.higher-education-slider', 'accomodation', 18);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (2, 1, 28, 'manipal.general-info', 'overviewSection', 20);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (3, 1, 1, 'manipal.card2', 'card2', 21);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (4, 1, 3, 'manipal.why-dubai-card', 'whyDubaiCard', 22);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (5, 1, 4, 'manipal.why-dubai-card', 'findoutNextHouseCard', 23);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (6, 1, 3, 'manipal.virtual-tour', 'virtualTour', 24);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (9, 1, 1, 'manipal.card1', 'card1', 25);
INSERT INTO public.winter_camp_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (133, 1, 4, 'manipal.virtual-tour', 'becomePart', 26);
--
-- TOC entry 8434 (class 0 OID 799631)
-- Dependencies: 683
-- Data for Name: world_wide_pages; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.world_wide_pages (id, intro, created_at, updated_at, published_at, created_by_id, updated_by_id) VALUES (1, 'University and college campuses around the world affiliated with Manipal', '2024-05-30 14:36:44.555', '2024-07-22 10:31:33.775', '2024-05-30 14:47:34.891', 1, 2);
--
-- TOC entry 8436 (class 0 OID 799642)
-- Dependencies: 685
-- Data for Name: world_wide_pages_components; Type: TABLE DATA; Schema: public; Owner: -
--
INSERT INTO public.world_wide_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (1, 1, 38, 'manipal.inner-banner', 'banner', 1);
INSERT INTO public.world_wide_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (16, 1, 5, 'manipal.image-click-title-desc-component', 'AmericanUniversitySection', 1);
INSERT INTO public.world_wide_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (19, 1, 6, 'manipal.image-click-title-desc-component', 'AmericanUniversitySection', 2);
INSERT INTO public.world_wide_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (23, 1, 7, 'manipal.image-click-title-desc-component', 'AmericanUniversitySection', 3);
INSERT INTO public.world_wide_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (28, 1, 8, 'manipal.image-click-title-desc-component', 'AmericanUniversitySection', 4);
INSERT INTO public.world_wide_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (39, 1, 10, 'manipal.image-click-title-desc-component', 'AmericanUniversitySection', 5);
INSERT INTO public.world_wide_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (47, 1, 39, 'manipal.double-text-with-link', 'detailLink', NULL);
INSERT INTO public.world_wide_pages_components (id, entity_id, component_id, component_type, field, "order") VALUES (50, 1, 14, 'manipal.manipal-ranking-component', 'universityListings', NULL);
--
-- TOC entry 9002 (class 0 OID 0)
-- Dependencies: 818
-- Name: about_us_pages_administrations_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.about_us_pages_administrations_links_id_seq', 3, true);
--
-- TOC entry 9003 (class 0 OID 0)
-- Dependencies: 816
-- Name: about_us_pages_awards_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.about_us_pages_awards_links_id_seq', 3, true);
--
-- TOC entry 9004 (class 0 OID 0)
-- Dependencies: 610
-- Name: about_us_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.about_us_pages_components_id_seq', 1565, true);
--
-- TOC entry 9005 (class 0 OID 0)
-- Dependencies: 606
-- Name: about_us_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.about_us_pages_id_seq', 1, true);
--
-- TOC entry 9006 (class 0 OID 0)
-- Dependencies: 812
-- Name: about_us_pages_leaderships_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.about_us_pages_leaderships_links_id_seq', 13, true);
--
-- TOC entry 9007 (class 0 OID 0)
-- Dependencies: 814
-- Name: about_us_pages_universities_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.about_us_pages_universities_links_id_seq', 9, true);
--
-- TOC entry 9008 (class 0 OID 0)
-- Dependencies: 222
-- Name: admin_permissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.admin_permissions_id_seq', 5232, true);
--
-- TOC entry 9009 (class 0 OID 0)
-- Dependencies: 252
-- Name: admin_permissions_role_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.admin_permissions_role_links_id_seq', 5230, true);
--
-- TOC entry 9010 (class 0 OID 0)
-- Dependencies: 226
-- Name: admin_roles_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.admin_roles_id_seq', 3, true);
--
-- TOC entry 9011 (class 0 OID 0)
-- Dependencies: 224
-- Name: admin_users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.admin_users_id_seq', 3, true);
--
-- TOC entry 9012 (class 0 OID 0)
-- Dependencies: 254
-- Name: admin_users_roles_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.admin_users_roles_links_id_seq', 6, true);
--
-- TOC entry 9013 (class 0 OID 0)
-- Dependencies: 786
-- Name: administration_categories_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.administration_categories_components_id_seq', 1, true);
--
-- TOC entry 9014 (class 0 OID 0)
-- Dependencies: 274
-- Name: administration_categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.administration_categories_id_seq', 7, true);
--
-- TOC entry 9015 (class 0 OID 0)
-- Dependencies: 384
-- Name: administration_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.administration_pages_components_id_seq', 4, true);
--
-- TOC entry 9016 (class 0 OID 0)
-- Dependencies: 276
-- Name: administration_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.administration_pages_id_seq', 1, true);
--
-- TOC entry 9017 (class 0 OID 0)
-- Dependencies: 382
-- Name: administrations_administration_category_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.administrations_administration_category_links_id_seq', 42, true);
--
-- TOC entry 9018 (class 0 OID 0)
-- Dependencies: 784
-- Name: administrations_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.administrations_components_id_seq', 1, false);
--
-- TOC entry 9019 (class 0 OID 0)
-- Dependencies: 272
-- Name: administrations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.administrations_id_seq', 13, true);
--
-- TOC entry 9020 (class 0 OID 0)
-- Dependencies: 636
-- Name: admission_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.admission_pages_components_id_seq', 2594, true);
--
-- TOC entry 9021 (class 0 OID 0)
-- Dependencies: 628
-- Name: admission_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.admission_pages_id_seq', 1, true);
--
-- TOC entry 9022 (class 0 OID 0)
-- Dependencies: 618
-- Name: alumni_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.alumni_pages_components_id_seq', 506, true);
--
-- TOC entry 9023 (class 0 OID 0)
-- Dependencies: 820
-- Name: alumni_pages_events_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.alumni_pages_events_links_id_seq', 3, true);
--
-- TOC entry 9024 (class 0 OID 0)
-- Dependencies: 612
-- Name: alumni_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.alumni_pages_id_seq', 1, true);
--
-- TOC entry 9025 (class 0 OID 0)
-- Dependencies: 554
-- Name: apply_for_scholarship_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.apply_for_scholarship_pages_components_id_seq', 768, true);
--
-- TOC entry 9026 (class 0 OID 0)
-- Dependencies: 484
-- Name: apply_for_scholarship_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.apply_for_scholarship_pages_id_seq', 1, true);
--
-- TOC entry 9027 (class 0 OID 0)
-- Dependencies: 788
-- Name: apply_forms_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.apply_forms_components_id_seq', 1, false);
--
-- TOC entry 9028 (class 0 OID 0)
-- Dependencies: 486
-- Name: apply_forms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.apply_forms_id_seq', 1, false);
--
-- TOC entry 9029 (class 0 OID 0)
-- Dependencies: 386
-- Name: awards_and_achievements_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.awards_and_achievements_components_id_seq', 20, true);
--
-- TOC entry 9030 (class 0 OID 0)
-- Dependencies: 280
-- Name: awards_and_achievements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.awards_and_achievements_id_seq', 1, true);
--
-- TOC entry 9031 (class 0 OID 0)
-- Dependencies: 790
-- Name: awards_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.awards_components_id_seq', 1, true);
--
-- TOC entry 9032 (class 0 OID 0)
-- Dependencies: 278
-- Name: awards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.awards_id_seq', 27, true);
--
-- TOC entry 9033 (class 0 OID 0)
-- Dependencies: 862
-- Name: awards_school_collection_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.awards_school_collection_links_id_seq', 5, true);
--
-- TOC entry 9034 (class 0 OID 0)
-- Dependencies: 622
-- Name: benefits_of_manipal_dubai_scholarships_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.benefits_of_manipal_dubai_scholarships_pages_components_id_seq', 58, true);
--
-- TOC entry 9035 (class 0 OID 0)
-- Dependencies: 620
-- Name: benefits_of_manipal_dubai_scholarships_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.benefits_of_manipal_dubai_scholarships_pages_id_seq', 1, true);
--
-- TOC entry 9036 (class 0 OID 0)
-- Dependencies: 390
-- Name: blog_listings_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.blog_listings_components_id_seq', 1, true);
--
-- TOC entry 9037 (class 0 OID 0)
-- Dependencies: 284
-- Name: blog_listings_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.blog_listings_id_seq', 1, true);
--
-- TOC entry 9038 (class 0 OID 0)
-- Dependencies: 388
-- Name: blogs_category_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.blogs_category_links_id_seq', 6, true);
--
-- TOC entry 9039 (class 0 OID 0)
-- Dependencies: 792
-- Name: blogs_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.blogs_components_id_seq', 1, true);
--
-- TOC entry 9040 (class 0 OID 0)
-- Dependencies: 282
-- Name: blogs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.blogs_id_seq', 6, true);
--
-- TOC entry 9041 (class 0 OID 0)
-- Dependencies: 556
-- Name: campus_lives_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.campus_lives_components_id_seq', 832, true);
--
-- TOC entry 9042 (class 0 OID 0)
-- Dependencies: 488
-- Name: campus_lives_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.campus_lives_id_seq', 1, true);
--
-- TOC entry 9043 (class 0 OID 0)
-- Dependencies: 392
-- Name: career_page_banners_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.career_page_banners_components_id_seq', 48, true);
--
-- TOC entry 9044 (class 0 OID 0)
-- Dependencies: 288
-- Name: career_page_banners_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.career_page_banners_id_seq', 1, true);
--
-- TOC entry 9045 (class 0 OID 0)
-- Dependencies: 664
-- Name: career_services_centers_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.career_services_centers_components_id_seq', 392, true);
--
-- TOC entry 9046 (class 0 OID 0)
-- Dependencies: 640
-- Name: career_services_centers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.career_services_centers_id_seq', 1, true);
--
-- TOC entry 9047 (class 0 OID 0)
-- Dependencies: 794
-- Name: careers_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.careers_components_id_seq', 1, false);
--
-- TOC entry 9048 (class 0 OID 0)
-- Dependencies: 286
-- Name: careers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.careers_id_seq', 1, false);
--
-- TOC entry 9049 (class 0 OID 0)
-- Dependencies: 796
-- Name: categories_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.categories_components_id_seq', 1, false);
--
-- TOC entry 9050 (class 0 OID 0)
-- Dependencies: 290
-- Name: categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.categories_id_seq', 2, true);
--
-- TOC entry 9051 (class 0 OID 0)
-- Dependencies: 608
-- Name: components_manipal_about_mahe_dubai_sections_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_about_mahe_dubai_sections_id_seq', 1, true);
--
-- TOC entry 9052 (class 0 OID 0)
-- Dependencies: 646
-- Name: components_manipal_about_manipal_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_about_manipal_cards_id_seq', 29, true);
--
-- TOC entry 9053 (class 0 OID 0)
-- Dependencies: 668
-- Name: components_manipal_about_manipal_secs_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_about_manipal_secs_components_id_seq', 244, true);
--
-- TOC entry 9054 (class 0 OID 0)
-- Dependencies: 648
-- Name: components_manipal_about_manipal_secs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_about_manipal_secs_id_seq', 8, true);
--
-- TOC entry 9055 (class 0 OID 0)
-- Dependencies: 410
-- Name: components_manipal_academics_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_academics_components_id_seq', 930, true);
--
-- TOC entry 9056 (class 0 OID 0)
-- Dependencies: 316
-- Name: components_manipal_academics_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_academics_id_seq', 16, true);
--
-- TOC entry 9057 (class 0 OID 0)
-- Dependencies: 318
-- Name: components_manipal_accordian_arrays_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_accordian_arrays_id_seq', 8, true);
--
-- TOC entry 9058 (class 0 OID 0)
-- Dependencies: 320
-- Name: components_manipal_accreditation_secs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_accreditation_secs_id_seq', 1, true);
--
-- TOC entry 9059 (class 0 OID 0)
-- Dependencies: 638
-- Name: components_manipal_admission_areas_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_admission_areas_components_id_seq', 1133, true);
--
-- TOC entry 9060 (class 0 OID 0)
-- Dependencies: 630
-- Name: components_manipal_admission_areas_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_admission_areas_id_seq', 5, true);
--
-- TOC entry 9061 (class 0 OID 0)
-- Dependencies: 736
-- Name: components_manipal_alumni_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_alumni_cards_id_seq', 9, true);
--
-- TOC entry 9062 (class 0 OID 0)
-- Dependencies: 614
-- Name: components_manipal_alumni_success_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_alumni_success_components_id_seq', 6, true);
--
-- TOC entry 9063 (class 0 OID 0)
-- Dependencies: 694
-- Name: components_manipal_announcement_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_announcement_components_id_seq', 34, true);
--
-- TOC entry 9064 (class 0 OID 0)
-- Dependencies: 506
-- Name: components_manipal_application_reg_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_application_reg_components_id_seq', 1, false);
--
-- TOC entry 9065 (class 0 OID 0)
-- Dependencies: 508
-- Name: components_manipal_application_reg_fee_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_application_reg_fee_tables_id_seq', 3, true);
--
-- TOC entry 9066 (class 0 OID 0)
-- Dependencies: 510
-- Name: components_manipal_apply_details_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_apply_details_tables_id_seq', 1, false);
--
-- TOC entry 9067 (class 0 OID 0)
-- Dependencies: 322
-- Name: components_manipal_awards_and_certification_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_awards_and_certification_cards_id_seq', 6, true);
--
-- TOC entry 9068 (class 0 OID 0)
-- Dependencies: 412
-- Name: components_manipal_awards_and_certification_secs_compone_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_awards_and_certification_secs_compone_id_seq', 51, true);
--
-- TOC entry 9069 (class 0 OID 0)
-- Dependencies: 324
-- Name: components_manipal_awards_and_certification_secs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_awards_and_certification_secs_id_seq', 1, true);
--
-- TOC entry 9070 (class 0 OID 0)
-- Dependencies: 326
-- Name: components_manipal_biographies_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_biographies_id_seq', 41, true);
--
-- TOC entry 9071 (class 0 OID 0)
-- Dependencies: 724
-- Name: components_manipal_bottom_apply_now_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_bottom_apply_now_cards_id_seq', 6, true);
--
-- TOC entry 9072 (class 0 OID 0)
-- Dependencies: 650
-- Name: components_manipal_campus_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_campus_cards_id_seq', 77, true);
--
-- TOC entry 9073 (class 0 OID 0)
-- Dependencies: 670
-- Name: components_manipal_campus_facts_and_figures_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_campus_facts_and_figures_components_id_seq', 468, true);
--
-- TOC entry 9074 (class 0 OID 0)
-- Dependencies: 652
-- Name: components_manipal_campus_facts_and_figures_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_campus_facts_and_figures_id_seq', 8, true);
--
-- TOC entry 9075 (class 0 OID 0)
-- Dependencies: 512
-- Name: components_manipal_card1s_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_card1s_id_seq', 1, true);
--
-- TOC entry 9076 (class 0 OID 0)
-- Dependencies: 514
-- Name: components_manipal_card2s_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_card2s_id_seq', 1, true);
--
-- TOC entry 9077 (class 0 OID 0)
-- Dependencies: 690
-- Name: components_manipal_career_jobs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_career_jobs_id_seq', 9, true);
--
-- TOC entry 9078 (class 0 OID 0)
-- Dependencies: 654
-- Name: components_manipal_career_services_features_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_career_services_features_id_seq', 20, true);
--
-- TOC entry 9079 (class 0 OID 0)
-- Dependencies: 656
-- Name: components_manipal_career_services_figures_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_career_services_figures_id_seq', 109, true);
--
-- TOC entry 9080 (class 0 OID 0)
-- Dependencies: 772
-- Name: components_manipal_contact_us_sections_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_contact_us_sections_components_id_seq', 112, true);
--
-- TOC entry 9081 (class 0 OID 0)
-- Dependencies: 768
-- Name: components_manipal_contact_us_sections_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_contact_us_sections_id_seq', 1, true);
--
-- TOC entry 9082 (class 0 OID 0)
-- Dependencies: 578
-- Name: components_manipal_double_text_with_img_addresses_compon_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_double_text_with_img_addresses_compon_id_seq', 1326, true);
--
-- TOC entry 9083 (class 0 OID 0)
-- Dependencies: 516
-- Name: components_manipal_double_text_with_img_addresses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_double_text_with_img_addresses_id_seq', 47, true);
--
-- TOC entry 9084 (class 0 OID 0)
-- Dependencies: 722
-- Name: components_manipal_double_text_with_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_double_text_with_links_id_seq', 146, true);
--
-- TOC entry 9085 (class 0 OID 0)
-- Dependencies: 518
-- Name: components_manipal_double_texts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_double_texts_id_seq', 23, true);
--
-- TOC entry 9086 (class 0 OID 0)
-- Dependencies: 328
-- Name: components_manipal_expertise_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_expertise_id_seq', 17, true);
--
-- TOC entry 9087 (class 0 OID 0)
-- Dependencies: 330
-- Name: components_manipal_faqs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_faqs_id_seq', 81, true);
--
-- TOC entry 9088 (class 0 OID 0)
-- Dependencies: 658
-- Name: components_manipal_figures_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_figures_cards_id_seq', 50, true);
--
-- TOC entry 9089 (class 0 OID 0)
-- Dependencies: 332
-- Name: components_manipal_files_arrays_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_files_arrays_id_seq', 18, true);
--
-- TOC entry 9090 (class 0 OID 0)
-- Dependencies: 838
-- Name: components_manipal_general_infos_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_general_infos_components_id_seq', 179, true);
--
-- TOC entry 9091 (class 0 OID 0)
-- Dependencies: 334
-- Name: components_manipal_general_infos_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_general_infos_id_seq', 108, true);
--
-- TOC entry 9092 (class 0 OID 0)
-- Dependencies: 848
-- Name: components_manipal_general_with_keys_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_general_with_keys_id_seq', 10, true);
--
-- TOC entry 9093 (class 0 OID 0)
-- Dependencies: 616
-- Name: components_manipal_getin_touch_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_getin_touch_components_id_seq', 1, true);
--
-- TOC entry 9094 (class 0 OID 0)
-- Dependencies: 520
-- Name: components_manipal_graduate_program_columns_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_graduate_program_columns_id_seq', 1, false);
--
-- TOC entry 9095 (class 0 OID 0)
-- Dependencies: 414
-- Name: components_manipal_higher_education_secs_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_higher_education_secs_components_id_seq', 59, true);
--
-- TOC entry 9096 (class 0 OID 0)
-- Dependencies: 336
-- Name: components_manipal_higher_education_secs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_higher_education_secs_id_seq', 1, true);
--
-- TOC entry 9097 (class 0 OID 0)
-- Dependencies: 338
-- Name: components_manipal_higher_education_sliders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_higher_education_sliders_id_seq', 123, true);
--
-- TOC entry 9098 (class 0 OID 0)
-- Dependencies: 874
-- Name: components_manipal_home_banners_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_home_banners_components_id_seq', 14, true);
--
-- TOC entry 9099 (class 0 OID 0)
-- Dependencies: 696
-- Name: components_manipal_home_banners_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_home_banners_id_seq', 2, true);
--
-- TOC entry 9100 (class 0 OID 0)
-- Dependencies: 698
-- Name: components_manipal_home_page_sliders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_home_page_sliders_id_seq', 3, true);
--
-- TOC entry 9101 (class 0 OID 0)
-- Dependencies: 758
-- Name: components_manipal_how_to_apply_sections_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_how_to_apply_sections_components_id_seq', 120, true);
--
-- TOC entry 9102 (class 0 OID 0)
-- Dependencies: 754
-- Name: components_manipal_how_to_apply_sections_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_how_to_apply_sections_id_seq', 2, true);
--
-- TOC entry 9103 (class 0 OID 0)
-- Dependencies: 340
-- Name: components_manipal_icon_card_arrays_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_icon_card_arrays_id_seq', 39, true);
--
-- TOC entry 9104 (class 0 OID 0)
-- Dependencies: 770
-- Name: components_manipal_icon_link_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_icon_link_components_id_seq', 2, true);
--
-- TOC entry 9105 (class 0 OID 0)
-- Dependencies: 522
-- Name: components_manipal_image_click_title_desc_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_image_click_title_desc_components_id_seq', 13, true);
--
-- TOC entry 9106 (class 0 OID 0)
-- Dependencies: 524
-- Name: components_manipal_image_notes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_image_notes_id_seq', 9, true);
--
-- TOC entry 9107 (class 0 OID 0)
-- Dependencies: 342
-- Name: components_manipal_images_arrays_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_images_arrays_id_seq', 101, true);
--
-- TOC entry 9108 (class 0 OID 0)
-- Dependencies: 774
-- Name: components_manipal_info_title_rich_texts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_info_title_rich_texts_id_seq', 202, true);
--
-- TOC entry 9109 (class 0 OID 0)
-- Dependencies: 344
-- Name: components_manipal_inner_banners_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_inner_banners_id_seq', 78, true);
--
-- TOC entry 9110 (class 0 OID 0)
-- Dependencies: 716
-- Name: components_manipal_internation_students_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_internation_students_id_seq', 4, true);
--
-- TOC entry 9111 (class 0 OID 0)
-- Dependencies: 764
-- Name: components_manipal_international_student_sections_compon_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_international_student_sections_compon_id_seq', 15, true);
--
-- TOC entry 9112 (class 0 OID 0)
-- Dependencies: 760
-- Name: components_manipal_international_student_sections_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_international_student_sections_id_seq', 1, true);
--
-- TOC entry 9113 (class 0 OID 0)
-- Dependencies: 458
-- Name: components_manipal_international_students_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_international_students_cards_id_seq', 2, true);
--
-- TOC entry 9114 (class 0 OID 0)
-- Dependencies: 856
-- Name: components_manipal_key_values_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_key_values_id_seq', 77, true);
--
-- TOC entry 9115 (class 0 OID 0)
-- Dependencies: 732
-- Name: components_manipal_leaderships_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_leaderships_id_seq', 4, true);
--
-- TOC entry 9116 (class 0 OID 0)
-- Dependencies: 842
-- Name: components_manipal_long_texts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_long_texts_id_seq', 6, true);
--
-- TOC entry 9117 (class 0 OID 0)
-- Dependencies: 822
-- Name: components_manipal_main_btns_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_main_btns_id_seq', 26, true);
--
-- TOC entry 9118 (class 0 OID 0)
-- Dependencies: 712
-- Name: components_manipal_main_menu_components_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_main_menu_components_components_id_seq', 3661, true);
--
-- TOC entry 9119 (class 0 OID 0)
-- Dependencies: 706
-- Name: components_manipal_main_menu_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_main_menu_components_id_seq', 18, true);
--
-- TOC entry 9120 (class 0 OID 0)
-- Dependencies: 346
-- Name: components_manipal_manipal_ranking_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_manipal_ranking_components_id_seq', 17, true);
--
-- TOC entry 9121 (class 0 OID 0)
-- Dependencies: 830
-- Name: components_manipal_multiple_images_with_texts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_multiple_images_with_texts_id_seq', 7, true);
--
-- TOC entry 9122 (class 0 OID 0)
-- Dependencies: 526
-- Name: components_manipal_note_rich_text_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_note_rich_text_components_id_seq', 3, true);
--
-- TOC entry 9123 (class 0 OID 0)
-- Dependencies: 460
-- Name: components_manipal_open_days_points_arrays_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_open_days_points_arrays_id_seq', 6, true);
--
-- TOC entry 9124 (class 0 OID 0)
-- Dependencies: 480
-- Name: components_manipal_open_days_points_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_open_days_points_components_id_seq', 56, true);
--
-- TOC entry 9125 (class 0 OID 0)
-- Dependencies: 462
-- Name: components_manipal_open_days_points_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_open_days_points_id_seq', 1, true);
--
-- TOC entry 9126 (class 0 OID 0)
-- Dependencies: 348
-- Name: components_manipal_our_histories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_our_histories_id_seq', 19, true);
--
-- TOC entry 9127 (class 0 OID 0)
-- Dependencies: 580
-- Name: components_manipal_our_process_components_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_our_process_components_components_id_seq', 240, true);
--
-- TOC entry 9128 (class 0 OID 0)
-- Dependencies: 528
-- Name: components_manipal_our_process_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_our_process_components_id_seq', 2, true);
--
-- TOC entry 9129 (class 0 OID 0)
-- Dependencies: 530
-- Name: components_manipal_our_processes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_our_processes_id_seq', 21, true);
--
-- TOC entry 9130 (class 0 OID 0)
-- Dependencies: 660
-- Name: components_manipal_partners_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_partners_cards_id_seq', 12, true);
--
-- TOC entry 9131 (class 0 OID 0)
-- Dependencies: 672
-- Name: components_manipal_partners_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_partners_components_id_seq', 430, true);
--
-- TOC entry 9132 (class 0 OID 0)
-- Dependencies: 662
-- Name: components_manipal_partners_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_partners_id_seq', 1, true);
--
-- TOC entry 9133 (class 0 OID 0)
-- Dependencies: 766
-- Name: components_manipal_program_cards_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_program_cards_components_id_seq', 30, true);
--
-- TOC entry 9134 (class 0 OID 0)
-- Dependencies: 762
-- Name: components_manipal_program_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_program_cards_id_seq', 2, true);
--
-- TOC entry 9135 (class 0 OID 0)
-- Dependencies: 748
-- Name: components_manipal_program_course_details_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_program_course_details_components_id_seq', 835, true);
--
-- TOC entry 9136 (class 0 OID 0)
-- Dependencies: 740
-- Name: components_manipal_program_course_details_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_program_course_details_id_seq', 25, true);
--
-- TOC entry 9137 (class 0 OID 0)
-- Dependencies: 532
-- Name: components_manipal_programs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_programs_id_seq', 6, true);
--
-- TOC entry 9138 (class 0 OID 0)
-- Dependencies: 852
-- Name: components_manipal_projects_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_projects_cards_id_seq', 1, false);
--
-- TOC entry 9139 (class 0 OID 0)
-- Dependencies: 416
-- Name: components_manipal_publications_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_publications_components_id_seq', 156, true);
--
-- TOC entry 9140 (class 0 OID 0)
-- Dependencies: 350
-- Name: components_manipal_publications_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_publications_id_seq', 30, true);
--
-- TOC entry 9141 (class 0 OID 0)
-- Dependencies: 632
-- Name: components_manipal_registration_processes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_registration_processes_id_seq', 28, true);
--
-- TOC entry 9142 (class 0 OID 0)
-- Dependencies: 418
-- Name: components_manipal_research_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_research_components_id_seq', 245, true);
--
-- TOC entry 9143 (class 0 OID 0)
-- Dependencies: 352
-- Name: components_manipal_research_data_lists_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_research_data_lists_id_seq', 48, true);
--
-- TOC entry 9144 (class 0 OID 0)
-- Dependencies: 534
-- Name: components_manipal_research_guidelines_data_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_research_guidelines_data_id_seq', 1, true);
--
-- TOC entry 9145 (class 0 OID 0)
-- Dependencies: 354
-- Name: components_manipal_research_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_research_id_seq', 17, true);
--
-- TOC entry 9146 (class 0 OID 0)
-- Dependencies: 726
-- Name: components_manipal_research_page_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_research_page_components_id_seq', 6, true);
--
-- TOC entry 9147 (class 0 OID 0)
-- Dependencies: 634
-- Name: components_manipal_rich_text_arrays_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_rich_text_arrays_id_seq', 20, true);
--
-- TOC entry 9148 (class 0 OID 0)
-- Dependencies: 536
-- Name: components_manipal_rich_text_imgs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_rich_text_imgs_id_seq', 1, true);
--
-- TOC entry 9149 (class 0 OID 0)
-- Dependencies: 718
-- Name: components_manipal_side_menu_international_student_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_side_menu_international_student_pages_id_seq', 13, true);
--
-- TOC entry 9150 (class 0 OID 0)
-- Dependencies: 702
-- Name: components_manipal_social_keys_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_social_keys_id_seq', 1, true);
--
-- TOC entry 9151 (class 0 OID 0)
-- Dependencies: 834
-- Name: components_manipal_social_medias_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_social_medias_components_id_seq', 93, true);
--
-- TOC entry 9152 (class 0 OID 0)
-- Dependencies: 832
-- Name: components_manipal_social_medias_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_social_medias_id_seq', 1, true);
--
-- TOC entry 9153 (class 0 OID 0)
-- Dependencies: 356
-- Name: components_manipal_student_policies_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_student_policies_id_seq', 10, true);
--
-- TOC entry 9154 (class 0 OID 0)
-- Dependencies: 358
-- Name: components_manipal_student_projects_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_student_projects_id_seq', 16, true);
--
-- TOC entry 9155 (class 0 OID 0)
-- Dependencies: 708
-- Name: components_manipal_sub_menus_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_sub_menus_id_seq', 60, true);
--
-- TOC entry 9156 (class 0 OID 0)
-- Dependencies: 360
-- Name: components_manipal_subject_current_teach_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_subject_current_teach_tables_id_seq', 1, false);
--
-- TOC entry 9157 (class 0 OID 0)
-- Dependencies: 362
-- Name: components_manipal_test_comps_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_test_comps_id_seq', 1, false);
--
-- TOC entry 9158 (class 0 OID 0)
-- Dependencies: 840
-- Name: components_manipal_testimonials_comments_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_testimonials_comments_components_id_seq', 1, false);
--
-- TOC entry 9159 (class 0 OID 0)
-- Dependencies: 538
-- Name: components_manipal_testimonials_comments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_testimonials_comments_id_seq', 3, true);
--
-- TOC entry 9160 (class 0 OID 0)
-- Dependencies: 824
-- Name: components_manipal_three_images_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_three_images_components_id_seq', 1, true);
--
-- TOC entry 9161 (class 0 OID 0)
-- Dependencies: 540
-- Name: components_manipal_title_desc_img_link_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_title_desc_img_link_components_id_seq', 33, true);
--
-- TOC entry 9162 (class 0 OID 0)
-- Dependencies: 750
-- Name: components_manipal_title_with_nested_richtexts_component_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_title_with_nested_richtexts_component_id_seq', 300, true);
--
-- TOC entry 9163 (class 0 OID 0)
-- Dependencies: 742
-- Name: components_manipal_title_with_nested_richtexts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_title_with_nested_richtexts_id_seq', 4, true);
--
-- TOC entry 9164 (class 0 OID 0)
-- Dependencies: 744
-- Name: components_manipal_two_images_with_richtexts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_two_images_with_richtexts_id_seq', 24, true);
--
-- TOC entry 9165 (class 0 OID 0)
-- Dependencies: 542
-- Name: components_manipal_virtual_tours_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_virtual_tours_id_seq', 6, true);
--
-- TOC entry 9166 (class 0 OID 0)
-- Dependencies: 464
-- Name: components_manipal_visa_requirement_pdf_secs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_visa_requirement_pdf_secs_id_seq', 5, true);
--
-- TOC entry 9167 (class 0 OID 0)
-- Dependencies: 466
-- Name: components_manipal_visa_requirement_process_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_visa_requirement_process_cards_id_seq', 30, true);
--
-- TOC entry 9168 (class 0 OID 0)
-- Dependencies: 482
-- Name: components_manipal_visa_requirement_process_secs_compone_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_visa_requirement_process_secs_compone_id_seq', 171, true);
--
-- TOC entry 9169 (class 0 OID 0)
-- Dependencies: 468
-- Name: components_manipal_visa_requirement_process_secs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_visa_requirement_process_secs_id_seq', 1, true);
--
-- TOC entry 9170 (class 0 OID 0)
-- Dependencies: 544
-- Name: components_manipal_why_dubai_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_why_dubai_cards_id_seq', 7, true);
--
-- TOC entry 9171 (class 0 OID 0)
-- Dependencies: 546
-- Name: components_manipal_winter_camp_cards_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_manipal_winter_camp_cards_id_seq', 9, true);
--
-- TOC entry 9172 (class 0 OID 0)
-- Dependencies: 884
-- Name: components_shared_admission_generals_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_admission_generals_components_id_seq', 30, true);
--
-- TOC entry 9173 (class 0 OID 0)
-- Dependencies: 882
-- Name: components_shared_admission_generals_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_admission_generals_id_seq', 1, true);
--
-- TOC entry 9174 (class 0 OID 0)
-- Dependencies: 880
-- Name: components_shared_campus_lives_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_campus_lives_components_id_seq', 100, true);
--
-- TOC entry 9175 (class 0 OID 0)
-- Dependencies: 878
-- Name: components_shared_campus_lives_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_campus_lives_id_seq', 1, true);
--
-- TOC entry 9176 (class 0 OID 0)
-- Dependencies: 892
-- Name: components_shared_career_services_centers_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_career_services_centers_components_id_seq', 6, true);
--
-- TOC entry 9177 (class 0 OID 0)
-- Dependencies: 890
-- Name: components_shared_career_services_centers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_career_services_centers_id_seq', 1, true);
--
-- TOC entry 9178 (class 0 OID 0)
-- Dependencies: 778
-- Name: components_shared_meta_socials_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_meta_socials_id_seq', 1, false);
--
-- TOC entry 9179 (class 0 OID 0)
-- Dependencies: 782
-- Name: components_shared_seos_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_seos_components_id_seq', 1, false);
--
-- TOC entry 9180 (class 0 OID 0)
-- Dependencies: 780
-- Name: components_shared_seos_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_seos_id_seq', 7, true);
--
-- TOC entry 9181 (class 0 OID 0)
-- Dependencies: 888
-- Name: components_shared_student_services_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_student_services_components_id_seq', 30, true);
--
-- TOC entry 9182 (class 0 OID 0)
-- Dependencies: 886
-- Name: components_shared_student_services_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_shared_student_services_id_seq', 1, true);
--
-- TOC entry 9183 (class 0 OID 0)
-- Dependencies: 364
-- Name: components_table_academic_qualifications_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_academic_qualifications_id_seq', 67, true);
--
-- TOC entry 9184 (class 0 OID 0)
-- Dependencies: 366
-- Name: components_table_area_of_interest_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_area_of_interest_tables_id_seq', 6, true);
--
-- TOC entry 9185 (class 0 OID 0)
-- Dependencies: 368
-- Name: components_table_column_titles_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_column_titles_id_seq', 1, false);
--
-- TOC entry 9186 (class 0 OID 0)
-- Dependencies: 470
-- Name: components_table_open_days_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_open_days_tables_id_seq', 4, true);
--
-- TOC entry 9187 (class 0 OID 0)
-- Dependencies: 370
-- Name: components_table_professional_affiliations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_professional_affiliations_id_seq', 3, true);
--
-- TOC entry 9188 (class 0 OID 0)
-- Dependencies: 548
-- Name: components_table_program_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_program_tables_id_seq', 14, true);
--
-- TOC entry 9189 (class 0 OID 0)
-- Dependencies: 372
-- Name: components_table_publications_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_publications_id_seq', 48, true);
--
-- TOC entry 9190 (class 0 OID 0)
-- Dependencies: 374
-- Name: components_table_qualification_exps_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_qualification_exps_id_seq', 58, true);
--
-- TOC entry 9191 (class 0 OID 0)
-- Dependencies: 550
-- Name: components_table_scholarship_table_columns_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_scholarship_table_columns_id_seq', 24, true);
--
-- TOC entry 9192 (class 0 OID 0)
-- Dependencies: 552
-- Name: components_table_scholarship_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_scholarship_tables_id_seq', 9, true);
--
-- TOC entry 9193 (class 0 OID 0)
-- Dependencies: 376
-- Name: components_table_subject_current_teach_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_subject_current_teach_tables_id_seq', 50, true);
--
-- TOC entry 9194 (class 0 OID 0)
-- Dependencies: 378
-- Name: components_table_table_columns_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_table_columns_id_seq', 1, false);
--
-- TOC entry 9195 (class 0 OID 0)
-- Dependencies: 420
-- Name: components_table_tables_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_tables_components_id_seq', 1, false);
--
-- TOC entry 9196 (class 0 OID 0)
-- Dependencies: 380
-- Name: components_table_tables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.components_table_tables_id_seq', 1, false);
--
-- TOC entry 9197 (class 0 OID 0)
-- Dependencies: 688
-- Name: contact_us_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.contact_us_pages_components_id_seq', 166, true);
--
-- TOC entry 9198 (class 0 OID 0)
-- Dependencies: 686
-- Name: contact_us_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.contact_us_pages_id_seq', 1, true);
--
-- TOC entry 9199 (class 0 OID 0)
-- Dependencies: 854
-- Name: degrees_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.degrees_id_seq', 4, true);
--
-- TOC entry 9200 (class 0 OID 0)
-- Dependencies: 876
-- Name: degrees_programs_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.degrees_programs_links_id_seq', 27, true);
--
-- TOC entry 9201 (class 0 OID 0)
-- Dependencies: 798
-- Name: events_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.events_components_id_seq', 1, false);
--
-- TOC entry 9202 (class 0 OID 0)
-- Dependencies: 734
-- Name: events_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.events_id_seq', 14, true);
--
-- TOC entry 9203 (class 0 OID 0)
-- Dependencies: 898
-- Name: events_news_events_category_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.events_news_events_category_links_id_seq', 17, true);
--
-- TOC entry 9204 (class 0 OID 0)
-- Dependencies: 730
-- Name: events_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.events_pages_components_id_seq', 1, true);
--
-- TOC entry 9205 (class 0 OID 0)
-- Dependencies: 728
-- Name: events_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.events_pages_id_seq', 1, true);
--
-- TOC entry 9206 (class 0 OID 0)
-- Dependencies: 864
-- Name: events_school_collection_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.events_school_collection_links_id_seq', 8, true);
--
-- TOC entry 9207 (class 0 OID 0)
-- Dependencies: 858
-- Name: events_school_type_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.events_school_type_links_id_seq', 9, true);
--
-- TOC entry 9208 (class 0 OID 0)
-- Dependencies: 558
-- Name: facilities_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.facilities_pages_components_id_seq', 356, true);
--
-- TOC entry 9209 (class 0 OID 0)
-- Dependencies: 490
-- Name: facilities_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.facilities_pages_id_seq', 1, true);
--
-- TOC entry 9210 (class 0 OID 0)
-- Dependencies: 394
-- Name: faculties_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.faculties_components_id_seq', 481, true);
--
-- TOC entry 9211 (class 0 OID 0)
-- Dependencies: 396
-- Name: faculties_faculty_type_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.faculties_faculty_type_links_id_seq', 18, true);
--
-- TOC entry 9212 (class 0 OID 0)
-- Dependencies: 292
-- Name: faculties_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.faculties_id_seq', 17, true);
--
-- TOC entry 9213 (class 0 OID 0)
-- Dependencies: 866
-- Name: faculties_school_collection_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.faculties_school_collection_links_id_seq', 10, true);
--
-- TOC entry 9214 (class 0 OID 0)
-- Dependencies: 800
-- Name: faculty_types_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.faculty_types_components_id_seq', 1, false);
--
-- TOC entry 9215 (class 0 OID 0)
-- Dependencies: 294
-- Name: faculty_types_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.faculty_types_id_seq', 24, true);
--
-- TOC entry 9216 (class 0 OID 0)
-- Dependencies: 436
-- Name: faq_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.faq_pages_components_id_seq', 132, true);
--
-- TOC entry 9217 (class 0 OID 0)
-- Dependencies: 422
-- Name: faq_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.faq_pages_id_seq', 1, true);
--
-- TOC entry 9218 (class 0 OID 0)
-- Dependencies: 560
-- Name: fee_and_funding_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.fee_and_funding_pages_components_id_seq', 557, true);
--
-- TOC entry 9219 (class 0 OID 0)
-- Dependencies: 492
-- Name: fee_and_funding_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.fee_and_funding_pages_id_seq', 1, true);
--
-- TOC entry 9220 (class 0 OID 0)
-- Dependencies: 262
-- Name: files_folder_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.files_folder_links_id_seq', 138, true);
--
-- TOC entry 9221 (class 0 OID 0)
-- Dependencies: 236
-- Name: files_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.files_id_seq', 851, true);
--
-- TOC entry 9222 (class 0 OID 0)
-- Dependencies: 260
-- Name: files_related_morphs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.files_related_morphs_id_seq', 20441, true);
--
-- TOC entry 9223 (class 0 OID 0)
-- Dependencies: 710
-- Name: header_components_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.header_components_components_id_seq', 2741, true);
--
-- TOC entry 9224 (class 0 OID 0)
-- Dependencies: 704
-- Name: header_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.header_components_id_seq', 1, true);
--
-- TOC entry 9225 (class 0 OID 0)
-- Dependencies: 438
-- Name: histories_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.histories_components_id_seq', 35, true);
--
-- TOC entry 9226 (class 0 OID 0)
-- Dependencies: 424
-- Name: histories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.histories_id_seq', 1, true);
--
-- TOC entry 9227 (class 0 OID 0)
-- Dependencies: 700
-- Name: home_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.home_pages_components_id_seq', 846, true);
--
-- TOC entry 9228 (class 0 OID 0)
-- Dependencies: 692
-- Name: home_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.home_pages_id_seq', 1, true);
--
-- TOC entry 9229 (class 0 OID 0)
-- Dependencies: 562
-- Name: how_to_apply_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.how_to_apply_pages_components_id_seq', 271, true);
--
-- TOC entry 9230 (class 0 OID 0)
-- Dependencies: 494
-- Name: how_to_apply_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.how_to_apply_pages_id_seq', 1, true);
--
-- TOC entry 9231 (class 0 OID 0)
-- Dependencies: 244
-- Name: i18n_locale_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.i18n_locale_id_seq', 1, true);
--
-- TOC entry 9232 (class 0 OID 0)
-- Dependencies: 850
-- Name: innovation_incubation_pages_administrations_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.innovation_incubation_pages_administrations_links_id_seq', 5, true);
--
-- TOC entry 9233 (class 0 OID 0)
-- Dependencies: 846
-- Name: innovation_incubation_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.innovation_incubation_pages_components_id_seq', 196, true);
--
-- TOC entry 9234 (class 0 OID 0)
-- Dependencies: 844
-- Name: innovation_incubation_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.innovation_incubation_pages_id_seq', 1, true);
--
-- TOC entry 9235 (class 0 OID 0)
-- Dependencies: 564
-- Name: international_admissions_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_admissions_components_id_seq', 305, true);
--
-- TOC entry 9236 (class 0 OID 0)
-- Dependencies: 496
-- Name: international_admissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_admissions_id_seq', 1, true);
--
-- TOC entry 9237 (class 0 OID 0)
-- Dependencies: 398
-- Name: international_collaborations_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_collaborations_components_id_seq', 353, true);
--
-- TOC entry 9238 (class 0 OID 0)
-- Dependencies: 296
-- Name: international_collaborations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_collaborations_id_seq', 1, true);
--
-- TOC entry 9239 (class 0 OID 0)
-- Dependencies: 676
-- Name: international_student_orientation_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_student_orientation_pages_components_id_seq', 2, true);
--
-- TOC entry 9240 (class 0 OID 0)
-- Dependencies: 674
-- Name: international_student_orientation_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_student_orientation_pages_id_seq', 1, true);
--
-- TOC entry 9241 (class 0 OID 0)
-- Dependencies: 680
-- Name: international_student_scholarship_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_student_scholarship_pages_components_id_seq', 28, true);
--
-- TOC entry 9242 (class 0 OID 0)
-- Dependencies: 678
-- Name: international_student_scholarship_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_student_scholarship_pages_id_seq', 1, true);
--
-- TOC entry 9243 (class 0 OID 0)
-- Dependencies: 836
-- Name: international_students_about_dubais_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_students_about_dubais_components_id_seq', 1, false);
--
-- TOC entry 9244 (class 0 OID 0)
-- Dependencies: 450
-- Name: international_students_about_dubais_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_students_about_dubais_id_seq', 1, true);
--
-- TOC entry 9245 (class 0 OID 0)
-- Dependencies: 472
-- Name: international_students_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_students_components_id_seq', 166, true);
--
-- TOC entry 9246 (class 0 OID 0)
-- Dependencies: 448
-- Name: international_students_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_students_id_seq', 1, true);
--
-- TOC entry 9247 (class 0 OID 0)
-- Dependencies: 720
-- Name: international_students_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_students_pages_components_id_seq', 153, true);
--
-- TOC entry 9248 (class 0 OID 0)
-- Dependencies: 714
-- Name: international_students_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_students_pages_id_seq', 1, true);
--
-- TOC entry 9249 (class 0 OID 0)
-- Dependencies: 474
-- Name: international_students_visa_requirements_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_students_visa_requirements_components_id_seq', 19, true);
--
-- TOC entry 9250 (class 0 OID 0)
-- Dependencies: 452
-- Name: international_students_visa_requirements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.international_students_visa_requirements_id_seq', 1, true);
--
-- TOC entry 9251 (class 0 OID 0)
-- Dependencies: 802
-- Name: leaderships_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.leaderships_components_id_seq', 1, false);
--
-- TOC entry 9252 (class 0 OID 0)
-- Dependencies: 298
-- Name: leaderships_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.leaderships_id_seq', 9, true);
--
-- TOC entry 9253 (class 0 OID 0)
-- Dependencies: 440
-- Name: manipal_jai_pur_universities_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.manipal_jai_pur_universities_components_id_seq', 5, true);
--
-- TOC entry 9254 (class 0 OID 0)
-- Dependencies: 426
-- Name: manipal_jai_pur_universities_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.manipal_jai_pur_universities_id_seq', 1, true);
--
-- TOC entry 9255 (class 0 OID 0)
-- Dependencies: 804
-- Name: news_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_components_id_seq', 7, true);
--
-- TOC entry 9256 (class 0 OID 0)
-- Dependencies: 442
-- Name: news_detail_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_detail_pages_components_id_seq', 1, true);
--
-- TOC entry 9257 (class 0 OID 0)
-- Dependencies: 428
-- Name: news_detail_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_detail_pages_id_seq', 1, true);
--
-- TOC entry 9258 (class 0 OID 0)
-- Dependencies: 896
-- Name: news_events_categories_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_events_categories_components_id_seq', 1, false);
--
-- TOC entry 9259 (class 0 OID 0)
-- Dependencies: 894
-- Name: news_events_categories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_events_categories_id_seq', 10, true);
--
-- TOC entry 9260 (class 0 OID 0)
-- Dependencies: 302
-- Name: news_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_id_seq', 24, true);
--
-- TOC entry 9261 (class 0 OID 0)
-- Dependencies: 400
-- Name: news_mains_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_mains_components_id_seq', 2, true);
--
-- TOC entry 9262 (class 0 OID 0)
-- Dependencies: 300
-- Name: news_mains_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_mains_id_seq', 1, true);
--
-- TOC entry 9263 (class 0 OID 0)
-- Dependencies: 900
-- Name: news_news_events_category_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_news_events_category_links_id_seq', 10, true);
--
-- TOC entry 9264 (class 0 OID 0)
-- Dependencies: 868
-- Name: news_school_collection_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.news_school_collection_links_id_seq', 10, true);
--
-- TOC entry 9265 (class 0 OID 0)
-- Dependencies: 476
-- Name: open_days_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.open_days_components_id_seq', 50, true);
--
-- TOC entry 9266 (class 0 OID 0)
-- Dependencies: 454
-- Name: open_days_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.open_days_id_seq', 1, true);
--
-- TOC entry 9267 (class 0 OID 0)
-- Dependencies: 666
-- Name: our_campuses_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.our_campuses_components_id_seq', 547, true);
--
-- TOC entry 9268 (class 0 OID 0)
-- Dependencies: 642
-- Name: our_campuses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.our_campuses_id_seq', 1, true);
--
-- TOC entry 9269 (class 0 OID 0)
-- Dependencies: 478
-- Name: our_faculties_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.our_faculties_components_id_seq', 3, true);
--
-- TOC entry 9270 (class 0 OID 0)
-- Dependencies: 456
-- Name: our_faculties_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.our_faculties_id_seq', 1, true);
--
-- TOC entry 9271 (class 0 OID 0)
-- Dependencies: 566
-- Name: policies_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.policies_components_id_seq', 18, true);
--
-- TOC entry 9272 (class 0 OID 0)
-- Dependencies: 498
-- Name: policies_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.policies_id_seq', 1, true);
--
-- TOC entry 9273 (class 0 OID 0)
-- Dependencies: 568
-- Name: privacy_policies_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.privacy_policies_components_id_seq', 27, true);
--
-- TOC entry 9274 (class 0 OID 0)
-- Dependencies: 304
-- Name: privacy_policies_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.privacy_policies_id_seq', 1, true);
--
-- TOC entry 9275 (class 0 OID 0)
-- Dependencies: 756
-- Name: program_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.program_pages_components_id_seq', 131, true);
--
-- TOC entry 9276 (class 0 OID 0)
-- Dependencies: 752
-- Name: program_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.program_pages_id_seq', 1, true);
--
-- TOC entry 9277 (class 0 OID 0)
-- Dependencies: 746
-- Name: programs_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.programs_components_id_seq', 3061, true);
--
-- TOC entry 9278 (class 0 OID 0)
-- Dependencies: 738
-- Name: programs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.programs_id_seq', 25, true);
--
-- TOC entry 9279 (class 0 OID 0)
-- Dependencies: 870
-- Name: programs_school_collection_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.programs_school_collection_links_id_seq', 29, true);
--
-- TOC entry 9280 (class 0 OID 0)
-- Dependencies: 444
-- Name: ranking_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.ranking_pages_components_id_seq', 23, true);
--
-- TOC entry 9281 (class 0 OID 0)
-- Dependencies: 430
-- Name: ranking_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.ranking_pages_id_seq', 1, true);
--
-- TOC entry 9282 (class 0 OID 0)
-- Dependencies: 402
-- Name: recognitions_and_accreditations_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.recognitions_and_accreditations_components_id_seq', 57, true);
--
-- TOC entry 9283 (class 0 OID 0)
-- Dependencies: 306
-- Name: recognitions_and_accreditations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.recognitions_and_accreditations_id_seq', 1, true);
--
-- TOC entry 9284 (class 0 OID 0)
-- Dependencies: 584
-- Name: research_at_dubai_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_at_dubai_pages_components_id_seq', 99, true);
--
-- TOC entry 9285 (class 0 OID 0)
-- Dependencies: 582
-- Name: research_at_dubai_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_at_dubai_pages_id_seq', 1, true);
--
-- TOC entry 9286 (class 0 OID 0)
-- Dependencies: 600
-- Name: research_awards_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_awards_pages_components_id_seq', 20, true);
--
-- TOC entry 9287 (class 0 OID 0)
-- Dependencies: 598
-- Name: research_awards_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_awards_pages_id_seq', 1, true);
--
-- TOC entry 9288 (class 0 OID 0)
-- Dependencies: 596
-- Name: research_collaboration_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_collaboration_pages_components_id_seq', 51, true);
--
-- TOC entry 9289 (class 0 OID 0)
-- Dependencies: 594
-- Name: research_collaboration_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_collaboration_pages_id_seq', 1, true);
--
-- TOC entry 9290 (class 0 OID 0)
-- Dependencies: 406
-- Name: research_committe_lists_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_committe_lists_components_id_seq', 3, true);
--
-- TOC entry 9291 (class 0 OID 0)
-- Dependencies: 310
-- Name: research_committe_lists_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_committe_lists_id_seq', 1, true);
--
-- TOC entry 9292 (class 0 OID 0)
-- Dependencies: 826
-- Name: research_committee_types_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_committee_types_id_seq', 8, true);
--
-- TOC entry 9293 (class 0 OID 0)
-- Dependencies: 404
-- Name: research_committes_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_committes_components_id_seq', 221, true);
--
-- TOC entry 9294 (class 0 OID 0)
-- Dependencies: 308
-- Name: research_committes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_committes_id_seq', 7, true);
--
-- TOC entry 9295 (class 0 OID 0)
-- Dependencies: 828
-- Name: research_committes_research_committee_type_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_committes_research_committee_type_links_id_seq', 9, true);
--
-- TOC entry 9296 (class 0 OID 0)
-- Dependencies: 588
-- Name: research_guide_line_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_guide_line_pages_components_id_seq', 20, true);
--
-- TOC entry 9297 (class 0 OID 0)
-- Dependencies: 586
-- Name: research_guide_line_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_guide_line_pages_id_seq', 1, true);
--
-- TOC entry 9298 (class 0 OID 0)
-- Dependencies: 408
-- Name: research_mains_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_mains_components_id_seq', 234, true);
--
-- TOC entry 9299 (class 0 OID 0)
-- Dependencies: 312
-- Name: research_mains_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_mains_id_seq', 1, true);
--
-- TOC entry 9300 (class 0 OID 0)
-- Dependencies: 592
-- Name: research_publication_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_publication_pages_components_id_seq', 64, true);
--
-- TOC entry 9301 (class 0 OID 0)
-- Dependencies: 590
-- Name: research_publication_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_publication_pages_id_seq', 1, true);
--
-- TOC entry 9302 (class 0 OID 0)
-- Dependencies: 604
-- Name: research_strategy_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_strategy_pages_components_id_seq', 64, true);
--
-- TOC entry 9303 (class 0 OID 0)
-- Dependencies: 602
-- Name: research_strategy_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.research_strategy_pages_id_seq', 1, true);
--
-- TOC entry 9304 (class 0 OID 0)
-- Dependencies: 872
-- Name: school_collections_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.school_collections_components_id_seq', 375, true);
--
-- TOC entry 9305 (class 0 OID 0)
-- Dependencies: 860
-- Name: school_collections_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.school_collections_id_seq', 9, true);
--
-- TOC entry 9306 (class 0 OID 0)
-- Dependencies: 806
-- Name: schools_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.schools_components_id_seq', 1, false);
--
-- TOC entry 9307 (class 0 OID 0)
-- Dependencies: 776
-- Name: schools_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.schools_id_seq', 2, true);
--
-- TOC entry 9308 (class 0 OID 0)
-- Dependencies: 230
-- Name: strapi_api_token_permissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_api_token_permissions_id_seq', 1, false);
--
-- TOC entry 9309 (class 0 OID 0)
-- Dependencies: 256
-- Name: strapi_api_token_permissions_token_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_api_token_permissions_token_links_id_seq', 1, false);
--
-- TOC entry 9310 (class 0 OID 0)
-- Dependencies: 228
-- Name: strapi_api_tokens_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_api_tokens_id_seq', 1, false);
--
-- TOC entry 9311 (class 0 OID 0)
-- Dependencies: 218
-- Name: strapi_core_store_settings_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_core_store_settings_id_seq', 1013, true);
--
-- TOC entry 9312 (class 0 OID 0)
-- Dependencies: 216
-- Name: strapi_database_schema_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_database_schema_id_seq', 373, true);
--
-- TOC entry 9313 (class 0 OID 0)
-- Dependencies: 214
-- Name: strapi_migrations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_migrations_id_seq', 1, false);
--
-- TOC entry 9314 (class 0 OID 0)
-- Dependencies: 242
-- Name: strapi_release_actions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_release_actions_id_seq', 1, false);
--
-- TOC entry 9315 (class 0 OID 0)
-- Dependencies: 266
-- Name: strapi_release_actions_release_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_release_actions_release_links_id_seq', 1, false);
--
-- TOC entry 9316 (class 0 OID 0)
-- Dependencies: 240
-- Name: strapi_releases_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_releases_id_seq', 1, false);
--
-- TOC entry 9317 (class 0 OID 0)
-- Dependencies: 234
-- Name: strapi_transfer_token_permissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_transfer_token_permissions_id_seq', 1, false);
--
-- TOC entry 9318 (class 0 OID 0)
-- Dependencies: 258
-- Name: strapi_transfer_token_permissions_token_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_transfer_token_permissions_token_links_id_seq', 1, false);
--
-- TOC entry 9319 (class 0 OID 0)
-- Dependencies: 232
-- Name: strapi_transfer_tokens_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_transfer_tokens_id_seq', 1, false);
--
-- TOC entry 9320 (class 0 OID 0)
-- Dependencies: 220
-- Name: strapi_webhooks_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.strapi_webhooks_id_seq', 1, false);
--
-- TOC entry 9321 (class 0 OID 0)
-- Dependencies: 446
-- Name: student_policy_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.student_policy_pages_components_id_seq', 59, true);
--
-- TOC entry 9322 (class 0 OID 0)
-- Dependencies: 432
-- Name: student_policy_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.student_policy_pages_id_seq', 1, true);
--
-- TOC entry 9323 (class 0 OID 0)
-- Dependencies: 570
-- Name: student_services_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.student_services_components_id_seq', 494, true);
--
-- TOC entry 9324 (class 0 OID 0)
-- Dependencies: 500
-- Name: student_services_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.student_services_id_seq', 1, true);
--
-- TOC entry 9325 (class 0 OID 0)
-- Dependencies: 808
-- Name: success_stories_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.success_stories_components_id_seq', 1, false);
--
-- TOC entry 9326 (class 0 OID 0)
-- Dependencies: 644
-- Name: success_stories_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.success_stories_id_seq', 7, true);
--
-- TOC entry 9327 (class 0 OID 0)
-- Dependencies: 572
-- Name: sustainabilities_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.sustainabilities_components_id_seq', 114, true);
--
-- TOC entry 9328 (class 0 OID 0)
-- Dependencies: 502
-- Name: sustainabilities_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.sustainabilities_id_seq', 1, true);
--
-- TOC entry 9329 (class 0 OID 0)
-- Dependencies: 574
-- Name: terms_and_conditions_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.terms_and_conditions_components_id_seq', 8, true);
--
-- TOC entry 9330 (class 0 OID 0)
-- Dependencies: 314
-- Name: terms_and_conditions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.terms_and_conditions_id_seq', 1, true);
--
-- TOC entry 9331 (class 0 OID 0)
-- Dependencies: 810
-- Name: universities_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.universities_components_id_seq', 1, false);
--
-- TOC entry 9332 (class 0 OID 0)
-- Dependencies: 434
-- Name: universities_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.universities_id_seq', 8, true);
--
-- TOC entry 9333 (class 0 OID 0)
-- Dependencies: 246
-- Name: up_permissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.up_permissions_id_seq', 358, true);
--
-- TOC entry 9334 (class 0 OID 0)
-- Dependencies: 268
-- Name: up_permissions_role_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.up_permissions_role_links_id_seq', 358, true);
--
-- TOC entry 9335 (class 0 OID 0)
-- Dependencies: 248
-- Name: up_roles_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.up_roles_id_seq', 2, true);
--
-- TOC entry 9336 (class 0 OID 0)
-- Dependencies: 250
-- Name: up_users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.up_users_id_seq', 1, false);
--
-- TOC entry 9337 (class 0 OID 0)
-- Dependencies: 270
-- Name: up_users_role_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.up_users_role_links_id_seq', 1, false);
--
-- TOC entry 9338 (class 0 OID 0)
-- Dependencies: 238
-- Name: upload_folders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.upload_folders_id_seq', 17, true);
--
-- TOC entry 9339 (class 0 OID 0)
-- Dependencies: 264
-- Name: upload_folders_parent_links_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.upload_folders_parent_links_id_seq', 4, true);
--
-- TOC entry 9340 (class 0 OID 0)
-- Dependencies: 626
-- Name: why_dubai_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.why_dubai_pages_components_id_seq', 137, true);
--
-- TOC entry 9341 (class 0 OID 0)
-- Dependencies: 624
-- Name: why_dubai_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.why_dubai_pages_id_seq', 1, true);
--
-- TOC entry 9342 (class 0 OID 0)
-- Dependencies: 576
-- Name: winter_camp_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.winter_camp_pages_components_id_seq', 943, true);
--
-- TOC entry 9343 (class 0 OID 0)
-- Dependencies: 504
-- Name: winter_camp_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.winter_camp_pages_id_seq', 1, true);
--
-- TOC entry 9344 (class 0 OID 0)
-- Dependencies: 684
-- Name: world_wide_pages_components_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.world_wide_pages_components_id_seq', 71, true);
--
-- TOC entry 9345 (class 0 OID 0)
-- Dependencies: 682
-- Name: world_wide_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.world_wide_pages_id_seq', 1, true);
--
-- TOC entry 7263 (class 2606 OID 1018700)
-- Name: about_us_pages_administrations_links about_us_pages_administrations_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_administrations_links
ADD CONSTRAINT about_us_pages_administrations_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7265 (class 2606 OID 1018704)
-- Name: about_us_pages_administrations_links about_us_pages_administrations_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_administrations_links
ADD CONSTRAINT about_us_pages_administrations_links_unique UNIQUE (about_us_page_id, administration_id);
--
-- TOC entry 7256 (class 2606 OID 1018688)
-- Name: about_us_pages_awards_links about_us_pages_awards_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_awards_links
ADD CONSTRAINT about_us_pages_awards_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7258 (class 2606 OID 1018692)
-- Name: about_us_pages_awards_links about_us_pages_awards_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_awards_links
ADD CONSTRAINT about_us_pages_awards_links_unique UNIQUE (about_us_page_id, award_id);
--
-- TOC entry 6779 (class 2606 OID 790623)
-- Name: about_us_pages_components about_us_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_components
ADD CONSTRAINT about_us_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7242 (class 2606 OID 1018664)
-- Name: about_us_pages_leaderships_links about_us_pages_leaderships_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_leaderships_links
ADD CONSTRAINT about_us_pages_leaderships_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7244 (class 2606 OID 1018668)
-- Name: about_us_pages_leaderships_links about_us_pages_leaderships_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_leaderships_links
ADD CONSTRAINT about_us_pages_leaderships_links_unique UNIQUE (about_us_page_id, leadership_id);
--
-- TOC entry 6773 (class 2606 OID 790603)
-- Name: about_us_pages about_us_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages
ADD CONSTRAINT about_us_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6783 (class 2606 OID 1387827)
-- Name: about_us_pages_components about_us_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_components
ADD CONSTRAINT about_us_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7249 (class 2606 OID 1018676)
-- Name: about_us_pages_universities_links about_us_pages_universities_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_universities_links
ADD CONSTRAINT about_us_pages_universities_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7251 (class 2606 OID 1018680)
-- Name: about_us_pages_universities_links about_us_pages_universities_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_universities_links
ADD CONSTRAINT about_us_pages_universities_links_unique UNIQUE (about_us_page_id, university_id);
--
-- TOC entry 5923 (class 2606 OID 680620)
-- Name: admin_permissions admin_permissions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions
ADD CONSTRAINT admin_permissions_pkey PRIMARY KEY (id);
--
-- TOC entry 5995 (class 2606 OID 680787)
-- Name: admin_permissions_role_links admin_permissions_role_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions_role_links
ADD CONSTRAINT admin_permissions_role_links_pkey PRIMARY KEY (id);
--
-- TOC entry 5997 (class 2606 OID 680791)
-- Name: admin_permissions_role_links admin_permissions_role_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions_role_links
ADD CONSTRAINT admin_permissions_role_links_unique UNIQUE (permission_id, role_id);
--
-- TOC entry 5931 (class 2606 OID 680642)
-- Name: admin_roles admin_roles_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_roles
ADD CONSTRAINT admin_roles_pkey PRIMARY KEY (id);
--
-- TOC entry 5927 (class 2606 OID 680631)
-- Name: admin_users admin_users_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users
ADD CONSTRAINT admin_users_pkey PRIMARY KEY (id);
--
-- TOC entry 6003 (class 2606 OID 680799)
-- Name: admin_users_roles_links admin_users_roles_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users_roles_links
ADD CONSTRAINT admin_users_roles_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6005 (class 2606 OID 680803)
-- Name: admin_users_roles_links admin_users_roles_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users_roles_links
ADD CONSTRAINT admin_users_roles_links_unique UNIQUE (user_id, role_id);
--
-- TOC entry 7149 (class 2606 OID 1016734)
-- Name: administration_categories_components administration_categories_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_categories_components
ADD CONSTRAINT administration_categories_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6066 (class 2606 OID 742412)
-- Name: administration_categories administration_categories_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_categories
ADD CONSTRAINT administration_categories_pkey PRIMARY KEY (id);
--
-- TOC entry 7153 (class 2606 OID 1387831)
-- Name: administration_categories_components administration_categories_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_categories_components
ADD CONSTRAINT administration_categories_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6238 (class 2606 OID 743054)
-- Name: administration_pages_components administration_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_pages_components
ADD CONSTRAINT administration_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6070 (class 2606 OID 742421)
-- Name: administration_pages administration_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_pages
ADD CONSTRAINT administration_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6242 (class 2606 OID 1387833)
-- Name: administration_pages_components administration_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_pages_components
ADD CONSTRAINT administration_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6233 (class 2606 OID 743041)
-- Name: administrations_administration_category_links administrations_administration_category_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_administration_category_links
ADD CONSTRAINT administrations_administration_category_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6235 (class 2606 OID 743045)
-- Name: administrations_administration_category_links administrations_administration_category_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_administration_category_links
ADD CONSTRAINT administrations_administration_category_links_unique UNIQUE (administration_id, administration_category_id);
--
-- TOC entry 7142 (class 2606 OID 1015662)
-- Name: administrations_components administrations_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_components
ADD CONSTRAINT administrations_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6062 (class 2606 OID 742403)
-- Name: administrations administrations_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations
ADD CONSTRAINT administrations_pkey PRIMARY KEY (id);
--
-- TOC entry 7146 (class 2606 OID 1387829)
-- Name: administrations_components administrations_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_components
ADD CONSTRAINT administrations_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6833 (class 2606 OID 793117)
-- Name: admission_pages_components admission_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admission_pages_components
ADD CONSTRAINT admission_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6823 (class 2606 OID 793081)
-- Name: admission_pages admission_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admission_pages
ADD CONSTRAINT admission_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6837 (class 2606 OID 1387835)
-- Name: admission_pages_components admission_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admission_pages_components
ADD CONSTRAINT admission_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6794 (class 2606 OID 791370)
-- Name: alumni_pages_components alumni_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_components
ADD CONSTRAINT alumni_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7270 (class 2606 OID 1018994)
-- Name: alumni_pages_events_links alumni_pages_events_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_events_links
ADD CONSTRAINT alumni_pages_events_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7272 (class 2606 OID 1018998)
-- Name: alumni_pages_events_links alumni_pages_events_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_events_links
ADD CONSTRAINT alumni_pages_events_links_unique UNIQUE (alumni_page_id, event_id);
--
-- TOC entry 6786 (class 2606 OID 791340)
-- Name: alumni_pages alumni_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages
ADD CONSTRAINT alumni_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6798 (class 2606 OID 1387837)
-- Name: alumni_pages_components alumni_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_components
ADD CONSTRAINT alumni_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6609 (class 2606 OID 783663)
-- Name: apply_for_scholarship_pages_components apply_for_scholarship_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_for_scholarship_pages_components
ADD CONSTRAINT apply_for_scholarship_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6517 (class 2606 OID 783340)
-- Name: apply_for_scholarship_pages apply_for_scholarship_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_for_scholarship_pages
ADD CONSTRAINT apply_for_scholarship_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6613 (class 2606 OID 1387839)
-- Name: apply_for_scholarship_pages_components apply_for_scholarship_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_for_scholarship_pages_components
ADD CONSTRAINT apply_for_scholarship_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7156 (class 2606 OID 1016748)
-- Name: apply_forms_components apply_forms_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_forms_components
ADD CONSTRAINT apply_forms_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6521 (class 2606 OID 783351)
-- Name: apply_forms apply_forms_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_forms
ADD CONSTRAINT apply_forms_pkey PRIMARY KEY (id);
--
-- TOC entry 7160 (class 2606 OID 1387841)
-- Name: apply_forms_components apply_forms_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_forms_components
ADD CONSTRAINT apply_forms_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6245 (class 2606 OID 743068)
-- Name: awards_and_achievements_components awards_and_achievements_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_and_achievements_components
ADD CONSTRAINT awards_and_achievements_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6078 (class 2606 OID 742441)
-- Name: awards_and_achievements awards_and_achievements_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_and_achievements
ADD CONSTRAINT awards_and_achievements_pkey PRIMARY KEY (id);
--
-- TOC entry 6249 (class 2606 OID 1387845)
-- Name: awards_and_achievements_components awards_and_achievements_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_and_achievements_components
ADD CONSTRAINT awards_and_achievements_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7163 (class 2606 OID 1016762)
-- Name: awards_components awards_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_components
ADD CONSTRAINT awards_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6074 (class 2606 OID 742432)
-- Name: awards awards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards
ADD CONSTRAINT awards_pkey PRIMARY KEY (id);
--
-- TOC entry 7366 (class 2606 OID 1124723)
-- Name: awards_school_collection_links awards_school_collection_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_school_collection_links
ADD CONSTRAINT awards_school_collection_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7368 (class 2606 OID 1124727)
-- Name: awards_school_collection_links awards_school_collection_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_school_collection_links
ADD CONSTRAINT awards_school_collection_links_unique UNIQUE (award_id, school_collection_id);
--
-- TOC entry 7167 (class 2606 OID 1387843)
-- Name: awards_components awards_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_components
ADD CONSTRAINT awards_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6805 (class 2606 OID 791544)
-- Name: benefits_of_manipal_dubai_scholarships_pages_components benefits_of_manipal_dubai_scholarships_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.benefits_of_manipal_dubai_scholarships_pages_components
ADD CONSTRAINT benefits_of_manipal_dubai_scholarships_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6801 (class 2606 OID 791533)
-- Name: benefits_of_manipal_dubai_scholarships_pages benefits_of_manipal_dubai_scholarships_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.benefits_of_manipal_dubai_scholarships_pages
ADD CONSTRAINT benefits_of_manipal_dubai_scholarships_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6809 (class 2606 OID 1387847)
-- Name: benefits_of_manipal_dubai_scholarships_pages_components benefits_of_manipal_dubai_scholarships_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.benefits_of_manipal_dubai_scholarships_pages_components
ADD CONSTRAINT benefits_of_manipal_dubai_scholarships_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6258 (class 2606 OID 743093)
-- Name: blog_listings_components blog_listings_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blog_listings_components
ADD CONSTRAINT blog_listings_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6088 (class 2606 OID 742465)
-- Name: blog_listings blog_listings_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blog_listings
ADD CONSTRAINT blog_listings_pkey PRIMARY KEY (id);
--
-- TOC entry 6262 (class 2606 OID 1387852)
-- Name: blog_listings_components blog_listings_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blog_listings_components
ADD CONSTRAINT blog_listings_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6253 (class 2606 OID 743080)
-- Name: blogs_category_links blogs_category_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_category_links
ADD CONSTRAINT blogs_category_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6255 (class 2606 OID 743084)
-- Name: blogs_category_links blogs_category_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_category_links
ADD CONSTRAINT blogs_category_links_unique UNIQUE (blog_id, category_id);
--
-- TOC entry 7170 (class 2606 OID 1016776)
-- Name: blogs_components blogs_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_components
ADD CONSTRAINT blogs_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6082 (class 2606 OID 742452)
-- Name: blogs blogs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs
ADD CONSTRAINT blogs_pkey PRIMARY KEY (id);
--
-- TOC entry 6084 (class 2606 OID 742454)
-- Name: blogs blogs_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs
ADD CONSTRAINT blogs_slug_unique UNIQUE (slug);
--
-- TOC entry 7174 (class 2606 OID 1387850)
-- Name: blogs_components blogs_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_components
ADD CONSTRAINT blogs_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6616 (class 2606 OID 783677)
-- Name: campus_lives_components campus_lives_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.campus_lives_components
ADD CONSTRAINT campus_lives_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6525 (class 2606 OID 783362)
-- Name: campus_lives campus_lives_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.campus_lives
ADD CONSTRAINT campus_lives_pkey PRIMARY KEY (id);
--
-- TOC entry 6620 (class 2606 OID 1387854)
-- Name: campus_lives_components campus_lives_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.campus_lives_components
ADD CONSTRAINT campus_lives_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6265 (class 2606 OID 743107)
-- Name: career_page_banners_components career_page_banners_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_page_banners_components
ADD CONSTRAINT career_page_banners_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6098 (class 2606 OID 742487)
-- Name: career_page_banners career_page_banners_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_page_banners
ADD CONSTRAINT career_page_banners_pkey PRIMARY KEY (id);
--
-- TOC entry 6269 (class 2606 OID 1387858)
-- Name: career_page_banners_components career_page_banners_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_page_banners_components
ADD CONSTRAINT career_page_banners_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6879 (class 2606 OID 793990)
-- Name: career_services_centers_components career_services_centers_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_services_centers_components
ADD CONSTRAINT career_services_centers_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6847 (class 2606 OID 793880)
-- Name: career_services_centers career_services_centers_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_services_centers
ADD CONSTRAINT career_services_centers_pkey PRIMARY KEY (id);
--
-- TOC entry 6883 (class 2606 OID 1387860)
-- Name: career_services_centers_components career_services_centers_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_services_centers_components
ADD CONSTRAINT career_services_centers_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7177 (class 2606 OID 1016790)
-- Name: careers_components careers_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers_components
ADD CONSTRAINT careers_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6092 (class 2606 OID 742476)
-- Name: careers careers_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers
ADD CONSTRAINT careers_pkey PRIMARY KEY (id);
--
-- TOC entry 6094 (class 2606 OID 742478)
-- Name: careers careers_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers
ADD CONSTRAINT careers_slug_unique UNIQUE (slug);
--
-- TOC entry 7181 (class 2606 OID 1387856)
-- Name: careers_components careers_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers_components
ADD CONSTRAINT careers_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7184 (class 2606 OID 1016804)
-- Name: categories_components categories_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.categories_components
ADD CONSTRAINT categories_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6102 (class 2606 OID 742496)
-- Name: categories categories_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.categories
ADD CONSTRAINT categories_pkey PRIMARY KEY (id);
--
-- TOC entry 7188 (class 2606 OID 1387862)
-- Name: categories_components categories_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.categories_components
ADD CONSTRAINT categories_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6776 (class 2606 OID 790614)
-- Name: components_manipal_about_mahe_dubai_sections components_manipal_about_mahe_dubai_sections_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_mahe_dubai_sections
ADD CONSTRAINT components_manipal_about_mahe_dubai_sections_pkey PRIMARY KEY (id);
--
-- TOC entry 6860 (class 2606 OID 793915)
-- Name: components_manipal_about_manipal_cards components_manipal_about_manipal_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_manipal_cards
ADD CONSTRAINT components_manipal_about_manipal_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6893 (class 2606 OID 794033)
-- Name: components_manipal_about_manipal_secs_components components_manipal_about_manipal_secs_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_manipal_secs_components
ADD CONSTRAINT components_manipal_about_manipal_secs_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6862 (class 2606 OID 793922)
-- Name: components_manipal_about_manipal_secs components_manipal_about_manipal_secs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_manipal_secs
ADD CONSTRAINT components_manipal_about_manipal_secs_pkey PRIMARY KEY (id);
--
-- TOC entry 6897 (class 2606 OID 1387977)
-- Name: components_manipal_about_manipal_secs_components components_manipal_about_manipal_secs_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_manipal_secs_components
ADD CONSTRAINT components_manipal_about_manipal_secs_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6327 (class 2606 OID 743406)
-- Name: components_manipal_academics_components components_manipal_academics_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_academics_components
ADD CONSTRAINT components_manipal_academics_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6165 (class 2606 OID 742768)
-- Name: components_manipal_academics components_manipal_academics_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_academics
ADD CONSTRAINT components_manipal_academics_pkey PRIMARY KEY (id);
--
-- TOC entry 6331 (class 2606 OID 1387979)
-- Name: components_manipal_academics_components components_manipal_academics_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_academics_components
ADD CONSTRAINT components_manipal_academics_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6167 (class 2606 OID 742777)
-- Name: components_manipal_accordian_arrays components_manipal_accordian_arrays_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_accordian_arrays
ADD CONSTRAINT components_manipal_accordian_arrays_pkey PRIMARY KEY (id);
--
-- TOC entry 6169 (class 2606 OID 742786)
-- Name: components_manipal_accreditation_secs components_manipal_accreditation_secs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_accreditation_secs
ADD CONSTRAINT components_manipal_accreditation_secs_pkey PRIMARY KEY (id);
--
-- TOC entry 6840 (class 2606 OID 793131)
-- Name: components_manipal_admission_areas_components components_manipal_admission_areas_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_admission_areas_components
ADD CONSTRAINT components_manipal_admission_areas_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6826 (class 2606 OID 793092)
-- Name: components_manipal_admission_areas components_manipal_admission_areas_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_admission_areas
ADD CONSTRAINT components_manipal_admission_areas_pkey PRIMARY KEY (id);
--
-- TOC entry 6844 (class 2606 OID 1387981)
-- Name: components_manipal_admission_areas_components components_manipal_admission_areas_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_admission_areas_components
ADD CONSTRAINT components_manipal_admission_areas_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7040 (class 2606 OID 950938)
-- Name: components_manipal_alumni_cards components_manipal_alumni_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_alumni_cards
ADD CONSTRAINT components_manipal_alumni_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6789 (class 2606 OID 791352)
-- Name: components_manipal_alumni_success_components components_manipal_alumni_success_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_alumni_success_components
ADD CONSTRAINT components_manipal_alumni_success_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6963 (class 2606 OID 803891)
-- Name: components_manipal_announcement_components components_manipal_announcement_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_announcement_components
ADD CONSTRAINT components_manipal_announcement_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6560 (class 2606 OID 783455)
-- Name: components_manipal_application_reg_components components_manipal_application_reg_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_application_reg_components
ADD CONSTRAINT components_manipal_application_reg_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6562 (class 2606 OID 783464)
-- Name: components_manipal_application_reg_fee_tables components_manipal_application_reg_fee_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_application_reg_fee_tables
ADD CONSTRAINT components_manipal_application_reg_fee_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6564 (class 2606 OID 783471)
-- Name: components_manipal_apply_details_tables components_manipal_apply_details_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_apply_details_tables
ADD CONSTRAINT components_manipal_apply_details_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6171 (class 2606 OID 742795)
-- Name: components_manipal_awards_and_certification_cards components_manipal_awards_and_certification_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_awards_and_certification_cards
ADD CONSTRAINT components_manipal_awards_and_certification_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6333 (class 2606 OID 743420)
-- Name: components_manipal_awards_and_certification_secs_components components_manipal_awards_and_certification_secs_component_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_awards_and_certification_secs_components
ADD CONSTRAINT components_manipal_awards_and_certification_secs_component_pkey PRIMARY KEY (id);
--
-- TOC entry 6173 (class 2606 OID 742802)
-- Name: components_manipal_awards_and_certification_secs components_manipal_awards_and_certification_secs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_awards_and_certification_secs
ADD CONSTRAINT components_manipal_awards_and_certification_secs_pkey PRIMARY KEY (id);
--
-- TOC entry 6338 (class 2606 OID 1387983)
-- Name: components_manipal_awards_and_certification_secs_components components_manipal_awards_and_certification_secs_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_awards_and_certification_secs_components
ADD CONSTRAINT components_manipal_awards_and_certification_secs_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6175 (class 2606 OID 742811)
-- Name: components_manipal_biographies components_manipal_biographies_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_biographies
ADD CONSTRAINT components_manipal_biographies_pkey PRIMARY KEY (id);
--
-- TOC entry 7017 (class 2606 OID 871913)
-- Name: components_manipal_bottom_apply_now_cards components_manipal_bottom_apply_now_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_bottom_apply_now_cards
ADD CONSTRAINT components_manipal_bottom_apply_now_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6864 (class 2606 OID 793929)
-- Name: components_manipal_campus_cards components_manipal_campus_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_campus_cards
ADD CONSTRAINT components_manipal_campus_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6900 (class 2606 OID 794047)
-- Name: components_manipal_campus_facts_and_figures_components components_manipal_campus_facts_and_figures_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_campus_facts_and_figures_components
ADD CONSTRAINT components_manipal_campus_facts_and_figures_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6866 (class 2606 OID 793938)
-- Name: components_manipal_campus_facts_and_figures components_manipal_campus_facts_and_figures_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_campus_facts_and_figures
ADD CONSTRAINT components_manipal_campus_facts_and_figures_pkey PRIMARY KEY (id);
--
-- TOC entry 6904 (class 2606 OID 1387986)
-- Name: components_manipal_campus_facts_and_figures_components components_manipal_campus_facts_and_figures_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_campus_facts_and_figures_components
ADD CONSTRAINT components_manipal_campus_facts_and_figures_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6566 (class 2606 OID 783480)
-- Name: components_manipal_card1s components_manipal_card1s_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_card1s
ADD CONSTRAINT components_manipal_card1s_pkey PRIMARY KEY (id);
--
-- TOC entry 6568 (class 2606 OID 783489)
-- Name: components_manipal_card2s components_manipal_card2s_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_card2s
ADD CONSTRAINT components_manipal_card2s_pkey PRIMARY KEY (id);
--
-- TOC entry 6957 (class 2606 OID 802615)
-- Name: components_manipal_career_jobs components_manipal_career_jobs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_career_jobs
ADD CONSTRAINT components_manipal_career_jobs_pkey PRIMARY KEY (id);
--
-- TOC entry 6868 (class 2606 OID 793947)
-- Name: components_manipal_career_services_features components_manipal_career_services_features_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_career_services_features
ADD CONSTRAINT components_manipal_career_services_features_pkey PRIMARY KEY (id);
--
-- TOC entry 6870 (class 2606 OID 793956)
-- Name: components_manipal_career_services_figures components_manipal_career_services_figures_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_career_services_figures
ADD CONSTRAINT components_manipal_career_services_figures_pkey PRIMARY KEY (id);
--
-- TOC entry 7118 (class 2606 OID 964512)
-- Name: components_manipal_contact_us_sections_components components_manipal_contact_us_sections_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_contact_us_sections_components
ADD CONSTRAINT components_manipal_contact_us_sections_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7113 (class 2606 OID 964494)
-- Name: components_manipal_contact_us_sections components_manipal_contact_us_sections_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_contact_us_sections
ADD CONSTRAINT components_manipal_contact_us_sections_pkey PRIMARY KEY (id);
--
-- TOC entry 7122 (class 2606 OID 1387989)
-- Name: components_manipal_contact_us_sections_components components_manipal_contact_us_sections_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_contact_us_sections_components
ADD CONSTRAINT components_manipal_contact_us_sections_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6692 (class 2606 OID 783832)
-- Name: components_manipal_double_text_with_img_addresses_components components_manipal_double_text_with_img_addresses_componen_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_text_with_img_addresses_components
ADD CONSTRAINT components_manipal_double_text_with_img_addresses_componen_pkey PRIMARY KEY (id);
--
-- TOC entry 6570 (class 2606 OID 783496)
-- Name: components_manipal_double_text_with_img_addresses components_manipal_double_text_with_img_addresses_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_text_with_img_addresses
ADD CONSTRAINT components_manipal_double_text_with_img_addresses_pkey PRIMARY KEY (id);
--
-- TOC entry 6697 (class 2606 OID 1387991)
-- Name: components_manipal_double_text_with_img_addresses_components components_manipal_double_text_with_img_addresses_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_text_with_img_addresses_components
ADD CONSTRAINT components_manipal_double_text_with_img_addresses_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7015 (class 2606 OID 847867)
-- Name: components_manipal_double_text_with_links components_manipal_double_text_with_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_text_with_links
ADD CONSTRAINT components_manipal_double_text_with_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6572 (class 2606 OID 783505)
-- Name: components_manipal_double_texts components_manipal_double_texts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_texts
ADD CONSTRAINT components_manipal_double_texts_pkey PRIMARY KEY (id);
--
-- TOC entry 6177 (class 2606 OID 742820)
-- Name: components_manipal_expertise components_manipal_expertise_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_expertise
ADD CONSTRAINT components_manipal_expertise_pkey PRIMARY KEY (id);
--
-- TOC entry 6179 (class 2606 OID 742829)
-- Name: components_manipal_faqs components_manipal_faqs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_faqs
ADD CONSTRAINT components_manipal_faqs_pkey PRIMARY KEY (id);
--
-- TOC entry 6872 (class 2606 OID 793965)
-- Name: components_manipal_figures_cards components_manipal_figures_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_figures_cards
ADD CONSTRAINT components_manipal_figures_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6181 (class 2606 OID 742838)
-- Name: components_manipal_files_arrays components_manipal_files_arrays_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_files_arrays
ADD CONSTRAINT components_manipal_files_arrays_pkey PRIMARY KEY (id);
--
-- TOC entry 7307 (class 2606 OID 1067373)
-- Name: components_manipal_general_infos_components components_manipal_general_infos_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_general_infos_components
ADD CONSTRAINT components_manipal_general_infos_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6183 (class 2606 OID 742847)
-- Name: components_manipal_general_infos components_manipal_general_infos_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_general_infos
ADD CONSTRAINT components_manipal_general_infos_pkey PRIMARY KEY (id);
--
-- TOC entry 7311 (class 2606 OID 1387994)
-- Name: components_manipal_general_infos_components components_manipal_general_infos_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_general_infos_components
ADD CONSTRAINT components_manipal_general_infos_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7333 (class 2606 OID 1073814)
-- Name: components_manipal_general_with_keys components_manipal_general_with_keys_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_general_with_keys
ADD CONSTRAINT components_manipal_general_with_keys_pkey PRIMARY KEY (id);
--
-- TOC entry 6791 (class 2606 OID 791361)
-- Name: components_manipal_getin_touch_components components_manipal_getin_touch_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_getin_touch_components
ADD CONSTRAINT components_manipal_getin_touch_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6574 (class 2606 OID 783514)
-- Name: components_manipal_graduate_program_columns components_manipal_graduate_program_columns_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_graduate_program_columns
ADD CONSTRAINT components_manipal_graduate_program_columns_pkey PRIMARY KEY (id);
--
-- TOC entry 6341 (class 2606 OID 743448)
-- Name: components_manipal_higher_education_secs_components components_manipal_higher_education_secs_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_higher_education_secs_components
ADD CONSTRAINT components_manipal_higher_education_secs_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6185 (class 2606 OID 742854)
-- Name: components_manipal_higher_education_secs components_manipal_higher_education_secs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_higher_education_secs
ADD CONSTRAINT components_manipal_higher_education_secs_pkey PRIMARY KEY (id);
--
-- TOC entry 6345 (class 2606 OID 1387996)
-- Name: components_manipal_higher_education_secs_components components_manipal_higher_education_secs_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_higher_education_secs_components
ADD CONSTRAINT components_manipal_higher_education_secs_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6187 (class 2606 OID 742863)
-- Name: components_manipal_higher_education_sliders components_manipal_higher_education_sliders_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_higher_education_sliders
ADD CONSTRAINT components_manipal_higher_education_sliders_pkey PRIMARY KEY (id);
--
-- TOC entry 7406 (class 2606 OID 1128937)
-- Name: components_manipal_home_banners_components components_manipal_home_banners_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_home_banners_components
ADD CONSTRAINT components_manipal_home_banners_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6965 (class 2606 OID 803900)
-- Name: components_manipal_home_banners components_manipal_home_banners_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_home_banners
ADD CONSTRAINT components_manipal_home_banners_pkey PRIMARY KEY (id);
--
-- TOC entry 7410 (class 2606 OID 1387998)
-- Name: components_manipal_home_banners_components components_manipal_home_banners_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_home_banners_components
ADD CONSTRAINT components_manipal_home_banners_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6967 (class 2606 OID 803909)
-- Name: components_manipal_home_page_sliders components_manipal_home_page_sliders_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_home_page_sliders
ADD CONSTRAINT components_manipal_home_page_sliders_pkey PRIMARY KEY (id);
--
-- TOC entry 7089 (class 2606 OID 957955)
-- Name: components_manipal_how_to_apply_sections_components components_manipal_how_to_apply_sections_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_how_to_apply_sections_components
ADD CONSTRAINT components_manipal_how_to_apply_sections_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7079 (class 2606 OID 957932)
-- Name: components_manipal_how_to_apply_sections components_manipal_how_to_apply_sections_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_how_to_apply_sections
ADD CONSTRAINT components_manipal_how_to_apply_sections_pkey PRIMARY KEY (id);
--
-- TOC entry 7093 (class 2606 OID 1388000)
-- Name: components_manipal_how_to_apply_sections_components components_manipal_how_to_apply_sections_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_how_to_apply_sections_components
ADD CONSTRAINT components_manipal_how_to_apply_sections_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6189 (class 2606 OID 742872)
-- Name: components_manipal_icon_card_arrays components_manipal_icon_card_arrays_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_icon_card_arrays
ADD CONSTRAINT components_manipal_icon_card_arrays_pkey PRIMARY KEY (id);
--
-- TOC entry 7115 (class 2606 OID 964503)
-- Name: components_manipal_icon_link_components components_manipal_icon_link_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_icon_link_components
ADD CONSTRAINT components_manipal_icon_link_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6576 (class 2606 OID 783523)
-- Name: components_manipal_image_click_title_desc_components components_manipal_image_click_title_desc_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_image_click_title_desc_components
ADD CONSTRAINT components_manipal_image_click_title_desc_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6578 (class 2606 OID 783532)
-- Name: components_manipal_image_notes components_manipal_image_notes_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_image_notes
ADD CONSTRAINT components_manipal_image_notes_pkey PRIMARY KEY (id);
--
-- TOC entry 6191 (class 2606 OID 742879)
-- Name: components_manipal_images_arrays components_manipal_images_arrays_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_images_arrays
ADD CONSTRAINT components_manipal_images_arrays_pkey PRIMARY KEY (id);
--
-- TOC entry 7124 (class 2606 OID 965720)
-- Name: components_manipal_info_title_rich_texts components_manipal_info_title_rich_texts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_info_title_rich_texts
ADD CONSTRAINT components_manipal_info_title_rich_texts_pkey PRIMARY KEY (id);
--
-- TOC entry 6193 (class 2606 OID 742886)
-- Name: components_manipal_inner_banners components_manipal_inner_banners_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_inner_banners
ADD CONSTRAINT components_manipal_inner_banners_pkey PRIMARY KEY (id);
--
-- TOC entry 7004 (class 2606 OID 820305)
-- Name: components_manipal_internation_students components_manipal_internation_students_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_internation_students
ADD CONSTRAINT components_manipal_internation_students_pkey PRIMARY KEY (id);
--
-- TOC entry 7099 (class 2606 OID 963108)
-- Name: components_manipal_international_student_sections_components components_manipal_international_student_sections_componen_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_international_student_sections_components
ADD CONSTRAINT components_manipal_international_student_sections_componen_pkey PRIMARY KEY (id);
--
-- TOC entry 7095 (class 2606 OID 963090)
-- Name: components_manipal_international_student_sections components_manipal_international_student_sections_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_international_student_sections
ADD CONSTRAINT components_manipal_international_student_sections_pkey PRIMARY KEY (id);
--
-- TOC entry 7104 (class 2606 OID 1388002)
-- Name: components_manipal_international_student_sections_components components_manipal_international_student_sections_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_international_student_sections_components
ADD CONSTRAINT components_manipal_international_student_sections_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6460 (class 2606 OID 752924)
-- Name: components_manipal_international_students_cards components_manipal_international_students_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_international_students_cards
ADD CONSTRAINT components_manipal_international_students_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 7348 (class 2606 OID 1123904)
-- Name: components_manipal_key_values components_manipal_key_values_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_key_values
ADD CONSTRAINT components_manipal_key_values_pkey PRIMARY KEY (id);
--
-- TOC entry 7032 (class 2606 OID 889678)
-- Name: components_manipal_leaderships components_manipal_leaderships_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_leaderships
ADD CONSTRAINT components_manipal_leaderships_pkey PRIMARY KEY (id);
--
-- TOC entry 7320 (class 2606 OID 1069220)
-- Name: components_manipal_long_texts components_manipal_long_texts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_long_texts
ADD CONSTRAINT components_manipal_long_texts_pkey PRIMARY KEY (id);
--
-- TOC entry 7274 (class 2606 OID 1022921)
-- Name: components_manipal_main_btns components_manipal_main_btns_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_main_btns
ADD CONSTRAINT components_manipal_main_btns_pkey PRIMARY KEY (id);
--
-- TOC entry 6994 (class 2606 OID 808065)
-- Name: components_manipal_main_menu_components_components components_manipal_main_menu_components_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_main_menu_components_components
ADD CONSTRAINT components_manipal_main_menu_components_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6982 (class 2606 OID 808033)
-- Name: components_manipal_main_menu_components components_manipal_main_menu_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_main_menu_components
ADD CONSTRAINT components_manipal_main_menu_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6998 (class 2606 OID 1388005)
-- Name: components_manipal_main_menu_components_components components_manipal_main_menu_components_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_main_menu_components_components
ADD CONSTRAINT components_manipal_main_menu_components_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6195 (class 2606 OID 742895)
-- Name: components_manipal_manipal_ranking_components components_manipal_manipal_ranking_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_manipal_ranking_components
ADD CONSTRAINT components_manipal_manipal_ranking_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7288 (class 2606 OID 1033003)
-- Name: components_manipal_multiple_images_with_texts components_manipal_multiple_images_with_texts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_multiple_images_with_texts
ADD CONSTRAINT components_manipal_multiple_images_with_texts_pkey PRIMARY KEY (id);
--
-- TOC entry 6580 (class 2606 OID 783541)
-- Name: components_manipal_note_rich_text_components components_manipal_note_rich_text_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_note_rich_text_components
ADD CONSTRAINT components_manipal_note_rich_text_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6462 (class 2606 OID 752931)
-- Name: components_manipal_open_days_points_arrays components_manipal_open_days_points_arrays_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_open_days_points_arrays
ADD CONSTRAINT components_manipal_open_days_points_arrays_pkey PRIMARY KEY (id);
--
-- TOC entry 6503 (class 2606 OID 753064)
-- Name: components_manipal_open_days_points_components components_manipal_open_days_points_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_open_days_points_components
ADD CONSTRAINT components_manipal_open_days_points_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6464 (class 2606 OID 752940)
-- Name: components_manipal_open_days_points components_manipal_open_days_points_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_open_days_points
ADD CONSTRAINT components_manipal_open_days_points_pkey PRIMARY KEY (id);
--
-- TOC entry 6507 (class 2606 OID 1388007)
-- Name: components_manipal_open_days_points_components components_manipal_open_days_points_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_open_days_points_components
ADD CONSTRAINT components_manipal_open_days_points_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6197 (class 2606 OID 742904)
-- Name: components_manipal_our_histories components_manipal_our_histories_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_histories
ADD CONSTRAINT components_manipal_our_histories_pkey PRIMARY KEY (id);
--
-- TOC entry 6700 (class 2606 OID 783846)
-- Name: components_manipal_our_process_components_components components_manipal_our_process_components_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_process_components_components
ADD CONSTRAINT components_manipal_our_process_components_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6582 (class 2606 OID 783550)
-- Name: components_manipal_our_process_components components_manipal_our_process_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_process_components
ADD CONSTRAINT components_manipal_our_process_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6704 (class 2606 OID 1388009)
-- Name: components_manipal_our_process_components_components components_manipal_our_process_components_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_process_components_components
ADD CONSTRAINT components_manipal_our_process_components_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6584 (class 2606 OID 783557)
-- Name: components_manipal_our_processes components_manipal_our_processes_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_processes
ADD CONSTRAINT components_manipal_our_processes_pkey PRIMARY KEY (id);
--
-- TOC entry 6874 (class 2606 OID 793972)
-- Name: components_manipal_partners_cards components_manipal_partners_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_partners_cards
ADD CONSTRAINT components_manipal_partners_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6907 (class 2606 OID 794061)
-- Name: components_manipal_partners_components components_manipal_partners_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_partners_components
ADD CONSTRAINT components_manipal_partners_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6876 (class 2606 OID 793981)
-- Name: components_manipal_partners components_manipal_partners_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_partners
ADD CONSTRAINT components_manipal_partners_pkey PRIMARY KEY (id);
--
-- TOC entry 6911 (class 2606 OID 1388011)
-- Name: components_manipal_partners_components components_manipal_partners_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_partners_components
ADD CONSTRAINT components_manipal_partners_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7107 (class 2606 OID 963122)
-- Name: components_manipal_program_cards_components components_manipal_program_cards_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_cards_components
ADD CONSTRAINT components_manipal_program_cards_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7097 (class 2606 OID 963099)
-- Name: components_manipal_program_cards components_manipal_program_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_cards
ADD CONSTRAINT components_manipal_program_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 7111 (class 2606 OID 1388013)
-- Name: components_manipal_program_cards_components components_manipal_program_cards_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_cards_components
ADD CONSTRAINT components_manipal_program_cards_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7062 (class 2606 OID 956955)
-- Name: components_manipal_program_course_details_components components_manipal_program_course_details_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_course_details_components
ADD CONSTRAINT components_manipal_program_course_details_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7048 (class 2606 OID 956916)
-- Name: components_manipal_program_course_details components_manipal_program_course_details_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_course_details
ADD CONSTRAINT components_manipal_program_course_details_pkey PRIMARY KEY (id);
--
-- TOC entry 7066 (class 2606 OID 1388015)
-- Name: components_manipal_program_course_details_components components_manipal_program_course_details_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_course_details_components
ADD CONSTRAINT components_manipal_program_course_details_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6586 (class 2606 OID 783566)
-- Name: components_manipal_programs components_manipal_programs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_programs
ADD CONSTRAINT components_manipal_programs_pkey PRIMARY KEY (id);
--
-- TOC entry 7342 (class 2606 OID 1108655)
-- Name: components_manipal_projects_cards components_manipal_projects_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_projects_cards
ADD CONSTRAINT components_manipal_projects_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6348 (class 2606 OID 743462)
-- Name: components_manipal_publications_components components_manipal_publications_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_publications_components
ADD CONSTRAINT components_manipal_publications_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6199 (class 2606 OID 742911)
-- Name: components_manipal_publications components_manipal_publications_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_publications
ADD CONSTRAINT components_manipal_publications_pkey PRIMARY KEY (id);
--
-- TOC entry 6352 (class 2606 OID 1388017)
-- Name: components_manipal_publications_components components_manipal_publications_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_publications_components
ADD CONSTRAINT components_manipal_publications_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6828 (class 2606 OID 793099)
-- Name: components_manipal_registration_processes components_manipal_registration_processes_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_registration_processes
ADD CONSTRAINT components_manipal_registration_processes_pkey PRIMARY KEY (id);
--
-- TOC entry 6355 (class 2606 OID 743476)
-- Name: components_manipal_research_components components_manipal_research_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_components
ADD CONSTRAINT components_manipal_research_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6201 (class 2606 OID 742920)
-- Name: components_manipal_research_data_lists components_manipal_research_data_lists_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_data_lists
ADD CONSTRAINT components_manipal_research_data_lists_pkey PRIMARY KEY (id);
--
-- TOC entry 6588 (class 2606 OID 783575)
-- Name: components_manipal_research_guidelines_data components_manipal_research_guidelines_data_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_guidelines_data
ADD CONSTRAINT components_manipal_research_guidelines_data_pkey PRIMARY KEY (id);
--
-- TOC entry 7019 (class 2606 OID 887386)
-- Name: components_manipal_research_page_components components_manipal_research_page_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_page_components
ADD CONSTRAINT components_manipal_research_page_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6203 (class 2606 OID 742927)
-- Name: components_manipal_research components_manipal_research_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research
ADD CONSTRAINT components_manipal_research_pkey PRIMARY KEY (id);
--
-- TOC entry 6359 (class 2606 OID 1388019)
-- Name: components_manipal_research_components components_manipal_research_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_components
ADD CONSTRAINT components_manipal_research_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6830 (class 2606 OID 793108)
-- Name: components_manipal_rich_text_arrays components_manipal_rich_text_arrays_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_rich_text_arrays
ADD CONSTRAINT components_manipal_rich_text_arrays_pkey PRIMARY KEY (id);
--
-- TOC entry 6590 (class 2606 OID 783584)
-- Name: components_manipal_rich_text_imgs components_manipal_rich_text_imgs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_rich_text_imgs
ADD CONSTRAINT components_manipal_rich_text_imgs_pkey PRIMARY KEY (id);
--
-- TOC entry 7006 (class 2606 OID 820314)
-- Name: components_manipal_side_menu_international_student_pages components_manipal_side_menu_international_student_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_side_menu_international_student_pages
ADD CONSTRAINT components_manipal_side_menu_international_student_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6976 (class 2606 OID 804130)
-- Name: components_manipal_social_keys components_manipal_social_keys_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_social_keys
ADD CONSTRAINT components_manipal_social_keys_pkey PRIMARY KEY (id);
--
-- TOC entry 7293 (class 2606 OID 1033019)
-- Name: components_manipal_social_medias_components components_manipal_social_medias_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_social_medias_components
ADD CONSTRAINT components_manipal_social_medias_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7290 (class 2606 OID 1033010)
-- Name: components_manipal_social_medias components_manipal_social_medias_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_social_medias
ADD CONSTRAINT components_manipal_social_medias_pkey PRIMARY KEY (id);
--
-- TOC entry 7297 (class 2606 OID 1388021)
-- Name: components_manipal_social_medias_components components_manipal_social_medias_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_social_medias_components
ADD CONSTRAINT components_manipal_social_medias_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6205 (class 2606 OID 742936)
-- Name: components_manipal_student_policies components_manipal_student_policies_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_student_policies
ADD CONSTRAINT components_manipal_student_policies_pkey PRIMARY KEY (id);
--
-- TOC entry 6207 (class 2606 OID 742943)
-- Name: components_manipal_student_projects components_manipal_student_projects_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_student_projects
ADD CONSTRAINT components_manipal_student_projects_pkey PRIMARY KEY (id);
--
-- TOC entry 6984 (class 2606 OID 808042)
-- Name: components_manipal_sub_menus components_manipal_sub_menus_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_sub_menus
ADD CONSTRAINT components_manipal_sub_menus_pkey PRIMARY KEY (id);
--
-- TOC entry 6209 (class 2606 OID 742952)
-- Name: components_manipal_subject_current_teach_tables components_manipal_subject_current_teach_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_subject_current_teach_tables
ADD CONSTRAINT components_manipal_subject_current_teach_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6211 (class 2606 OID 742959)
-- Name: components_manipal_test_comps components_manipal_test_comps_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_test_comps
ADD CONSTRAINT components_manipal_test_comps_pkey PRIMARY KEY (id);
--
-- TOC entry 7314 (class 2606 OID 1067387)
-- Name: components_manipal_testimonials_comments_components components_manipal_testimonials_comments_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_testimonials_comments_components
ADD CONSTRAINT components_manipal_testimonials_comments_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6592 (class 2606 OID 783593)
-- Name: components_manipal_testimonials_comments components_manipal_testimonials_comments_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_testimonials_comments
ADD CONSTRAINT components_manipal_testimonials_comments_pkey PRIMARY KEY (id);
--
-- TOC entry 7318 (class 2606 OID 1388023)
-- Name: components_manipal_testimonials_comments_components components_manipal_testimonials_comments_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_testimonials_comments_components
ADD CONSTRAINT components_manipal_testimonials_comments_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7276 (class 2606 OID 1023139)
-- Name: components_manipal_three_images_components components_manipal_three_images_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_three_images_components
ADD CONSTRAINT components_manipal_three_images_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6594 (class 2606 OID 783602)
-- Name: components_manipal_title_desc_img_link_components components_manipal_title_desc_img_link_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_title_desc_img_link_components
ADD CONSTRAINT components_manipal_title_desc_img_link_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7069 (class 2606 OID 956969)
-- Name: components_manipal_title_with_nested_richtexts_components components_manipal_title_with_nested_richtexts_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_title_with_nested_richtexts_components
ADD CONSTRAINT components_manipal_title_with_nested_richtexts_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7050 (class 2606 OID 956923)
-- Name: components_manipal_title_with_nested_richtexts components_manipal_title_with_nested_richtexts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_title_with_nested_richtexts
ADD CONSTRAINT components_manipal_title_with_nested_richtexts_pkey PRIMARY KEY (id);
--
-- TOC entry 7073 (class 2606 OID 1388025)
-- Name: components_manipal_title_with_nested_richtexts_components components_manipal_title_with_nested_richtexts_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_title_with_nested_richtexts_components
ADD CONSTRAINT components_manipal_title_with_nested_richtexts_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7052 (class 2606 OID 956932)
-- Name: components_manipal_two_images_with_richtexts components_manipal_two_images_with_richtexts_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_two_images_with_richtexts
ADD CONSTRAINT components_manipal_two_images_with_richtexts_pkey PRIMARY KEY (id);
--
-- TOC entry 6596 (class 2606 OID 783611)
-- Name: components_manipal_virtual_tours components_manipal_virtual_tours_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_virtual_tours
ADD CONSTRAINT components_manipal_virtual_tours_pkey PRIMARY KEY (id);
--
-- TOC entry 6466 (class 2606 OID 752949)
-- Name: components_manipal_visa_requirement_pdf_secs components_manipal_visa_requirement_pdf_secs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_pdf_secs
ADD CONSTRAINT components_manipal_visa_requirement_pdf_secs_pkey PRIMARY KEY (id);
--
-- TOC entry 6468 (class 2606 OID 752956)
-- Name: components_manipal_visa_requirement_process_cards components_manipal_visa_requirement_process_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_process_cards
ADD CONSTRAINT components_manipal_visa_requirement_process_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6509 (class 2606 OID 753078)
-- Name: components_manipal_visa_requirement_process_secs_components components_manipal_visa_requirement_process_secs_component_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_process_secs_components
ADD CONSTRAINT components_manipal_visa_requirement_process_secs_component_pkey PRIMARY KEY (id);
--
-- TOC entry 6470 (class 2606 OID 752965)
-- Name: components_manipal_visa_requirement_process_secs components_manipal_visa_requirement_process_secs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_process_secs
ADD CONSTRAINT components_manipal_visa_requirement_process_secs_pkey PRIMARY KEY (id);
--
-- TOC entry 6514 (class 2606 OID 1388028)
-- Name: components_manipal_visa_requirement_process_secs_components components_manipal_visa_requirement_process_secs_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_process_secs_components
ADD CONSTRAINT components_manipal_visa_requirement_process_secs_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6598 (class 2606 OID 783620)
-- Name: components_manipal_why_dubai_cards components_manipal_why_dubai_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_why_dubai_cards
ADD CONSTRAINT components_manipal_why_dubai_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 6600 (class 2606 OID 783629)
-- Name: components_manipal_winter_camp_cards components_manipal_winter_camp_cards_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_winter_camp_cards
ADD CONSTRAINT components_manipal_winter_camp_cards_pkey PRIMARY KEY (id);
--
-- TOC entry 7432 (class 2606 OID 1367656)
-- Name: components_shared_admission_generals_components components_shared_admission_generals_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_admission_generals_components
ADD CONSTRAINT components_shared_admission_generals_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7429 (class 2606 OID 1367647)
-- Name: components_shared_admission_generals components_shared_admission_generals_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_admission_generals
ADD CONSTRAINT components_shared_admission_generals_pkey PRIMARY KEY (id);
--
-- TOC entry 7436 (class 2606 OID 1388031)
-- Name: components_shared_admission_generals_components components_shared_admission_generals_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_admission_generals_components
ADD CONSTRAINT components_shared_admission_generals_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7423 (class 2606 OID 1367202)
-- Name: components_shared_campus_lives_components components_shared_campus_lives_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_campus_lives_components
ADD CONSTRAINT components_shared_campus_lives_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7420 (class 2606 OID 1367193)
-- Name: components_shared_campus_lives components_shared_campus_lives_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_campus_lives
ADD CONSTRAINT components_shared_campus_lives_pkey PRIMARY KEY (id);
--
-- TOC entry 7427 (class 2606 OID 1388033)
-- Name: components_shared_campus_lives_components components_shared_campus_lives_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_campus_lives_components
ADD CONSTRAINT components_shared_campus_lives_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7450 (class 2606 OID 1371671)
-- Name: components_shared_career_services_centers_components components_shared_career_services_centers_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_career_services_centers_components
ADD CONSTRAINT components_shared_career_services_centers_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7447 (class 2606 OID 1370130)
-- Name: components_shared_career_services_centers components_shared_career_services_centers_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_career_services_centers
ADD CONSTRAINT components_shared_career_services_centers_pkey PRIMARY KEY (id);
--
-- TOC entry 7454 (class 2606 OID 1388035)
-- Name: components_shared_career_services_centers_components components_shared_career_services_centers_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_career_services_centers_components
ADD CONSTRAINT components_shared_career_services_centers_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7130 (class 2606 OID 1015451)
-- Name: components_shared_meta_socials components_shared_meta_socials_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_meta_socials
ADD CONSTRAINT components_shared_meta_socials_pkey PRIMARY KEY (id);
--
-- TOC entry 7135 (class 2606 OID 1015469)
-- Name: components_shared_seos_components components_shared_seos_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_seos_components
ADD CONSTRAINT components_shared_seos_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7132 (class 2606 OID 1015460)
-- Name: components_shared_seos components_shared_seos_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_seos
ADD CONSTRAINT components_shared_seos_pkey PRIMARY KEY (id);
--
-- TOC entry 7139 (class 2606 OID 1388037)
-- Name: components_shared_seos_components components_shared_seos_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_seos_components
ADD CONSTRAINT components_shared_seos_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7441 (class 2606 OID 1369888)
-- Name: components_shared_student_services_components components_shared_student_services_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_student_services_components
ADD CONSTRAINT components_shared_student_services_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7438 (class 2606 OID 1369879)
-- Name: components_shared_student_services components_shared_student_services_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_student_services
ADD CONSTRAINT components_shared_student_services_pkey PRIMARY KEY (id);
--
-- TOC entry 7445 (class 2606 OID 1388039)
-- Name: components_shared_student_services_components components_shared_student_services_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_student_services_components
ADD CONSTRAINT components_shared_student_services_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6213 (class 2606 OID 742968)
-- Name: components_table_academic_qualifications components_table_academic_qualifications_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_academic_qualifications
ADD CONSTRAINT components_table_academic_qualifications_pkey PRIMARY KEY (id);
--
-- TOC entry 6215 (class 2606 OID 742977)
-- Name: components_table_area_of_interest_tables components_table_area_of_interest_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_area_of_interest_tables
ADD CONSTRAINT components_table_area_of_interest_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6217 (class 2606 OID 742984)
-- Name: components_table_column_titles components_table_column_titles_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_column_titles
ADD CONSTRAINT components_table_column_titles_pkey PRIMARY KEY (id);
--
-- TOC entry 6472 (class 2606 OID 752974)
-- Name: components_table_open_days_tables components_table_open_days_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_open_days_tables
ADD CONSTRAINT components_table_open_days_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6219 (class 2606 OID 742993)
-- Name: components_table_professional_affiliations components_table_professional_affiliations_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_professional_affiliations
ADD CONSTRAINT components_table_professional_affiliations_pkey PRIMARY KEY (id);
--
-- TOC entry 6602 (class 2606 OID 783638)
-- Name: components_table_program_tables components_table_program_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_program_tables
ADD CONSTRAINT components_table_program_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6221 (class 2606 OID 743002)
-- Name: components_table_publications components_table_publications_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_publications
ADD CONSTRAINT components_table_publications_pkey PRIMARY KEY (id);
--
-- TOC entry 6223 (class 2606 OID 743011)
-- Name: components_table_qualification_exps components_table_qualification_exps_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_qualification_exps
ADD CONSTRAINT components_table_qualification_exps_pkey PRIMARY KEY (id);
--
-- TOC entry 6604 (class 2606 OID 783647)
-- Name: components_table_scholarship_table_columns components_table_scholarship_table_columns_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_scholarship_table_columns
ADD CONSTRAINT components_table_scholarship_table_columns_pkey PRIMARY KEY (id);
--
-- TOC entry 6606 (class 2606 OID 783654)
-- Name: components_table_scholarship_tables components_table_scholarship_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_scholarship_tables
ADD CONSTRAINT components_table_scholarship_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6225 (class 2606 OID 743020)
-- Name: components_table_subject_current_teach_tables components_table_subject_current_teach_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_subject_current_teach_tables
ADD CONSTRAINT components_table_subject_current_teach_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6227 (class 2606 OID 743027)
-- Name: components_table_table_columns components_table_table_columns_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_table_columns
ADD CONSTRAINT components_table_table_columns_pkey PRIMARY KEY (id);
--
-- TOC entry 6362 (class 2606 OID 743490)
-- Name: components_table_tables_components components_table_tables_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_tables_components
ADD CONSTRAINT components_table_tables_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6229 (class 2606 OID 743034)
-- Name: components_table_tables components_table_tables_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_tables
ADD CONSTRAINT components_table_tables_pkey PRIMARY KEY (id);
--
-- TOC entry 6366 (class 2606 OID 1388041)
-- Name: components_table_tables_components components_table_tables_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_tables_components
ADD CONSTRAINT components_table_tables_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6951 (class 2606 OID 799863)
-- Name: contact_us_pages_components contact_us_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.contact_us_pages_components
ADD CONSTRAINT contact_us_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6947 (class 2606 OID 799852)
-- Name: contact_us_pages contact_us_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.contact_us_pages
ADD CONSTRAINT contact_us_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6955 (class 2606 OID 1387864)
-- Name: contact_us_pages_components contact_us_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.contact_us_pages_components
ADD CONSTRAINT contact_us_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7345 (class 2606 OID 1123676)
-- Name: degrees degrees_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees
ADD CONSTRAINT degrees_pkey PRIMARY KEY (id);
--
-- TOC entry 7416 (class 2606 OID 1147323)
-- Name: degrees_programs_links degrees_programs_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees_programs_links
ADD CONSTRAINT degrees_programs_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7418 (class 2606 OID 1147327)
-- Name: degrees_programs_links degrees_programs_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees_programs_links
ADD CONSTRAINT degrees_programs_links_unique UNIQUE (degree_id, program_id);
--
-- TOC entry 7191 (class 2606 OID 1016818)
-- Name: events_components events_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_components
ADD CONSTRAINT events_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7470 (class 2606 OID 1376887)
-- Name: events_news_events_category_links events_news_events_category_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_news_events_category_links
ADD CONSTRAINT events_news_events_category_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7472 (class 2606 OID 1376891)
-- Name: events_news_events_category_links events_news_events_category_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_news_events_category_links
ADD CONSTRAINT events_news_events_category_links_unique UNIQUE (event_id, news_events_category_id);
--
-- TOC entry 7026 (class 2606 OID 889466)
-- Name: events_pages_components events_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_pages_components
ADD CONSTRAINT events_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7022 (class 2606 OID 889455)
-- Name: events_pages events_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_pages
ADD CONSTRAINT events_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 7030 (class 2606 OID 1387868)
-- Name: events_pages_components events_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_pages_components
ADD CONSTRAINT events_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7035 (class 2606 OID 949021)
-- Name: events events_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events
ADD CONSTRAINT events_pkey PRIMARY KEY (id);
--
-- TOC entry 7373 (class 2606 OID 1124735)
-- Name: events_school_collection_links events_school_collection_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_collection_links
ADD CONSTRAINT events_school_collection_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7375 (class 2606 OID 1124739)
-- Name: events_school_collection_links events_school_collection_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_collection_links
ADD CONSTRAINT events_school_collection_links_unique UNIQUE (event_id, school_collection_id);
--
-- TOC entry 7353 (class 2606 OID 1124386)
-- Name: events_school_type_links events_school_type_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_type_links
ADD CONSTRAINT events_school_type_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7355 (class 2606 OID 1124390)
-- Name: events_school_type_links events_school_type_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_type_links
ADD CONSTRAINT events_school_type_links_unique UNIQUE (event_id, school_id);
--
-- TOC entry 7037 (class 2606 OID 949023)
-- Name: events events_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events
ADD CONSTRAINT events_slug_unique UNIQUE (slug);
--
-- TOC entry 7195 (class 2606 OID 1387866)
-- Name: events_components events_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_components
ADD CONSTRAINT events_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6623 (class 2606 OID 783692)
-- Name: facilities_pages_components facilities_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.facilities_pages_components
ADD CONSTRAINT facilities_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6529 (class 2606 OID 783371)
-- Name: facilities_pages facilities_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.facilities_pages
ADD CONSTRAINT facilities_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6627 (class 2606 OID 1387870)
-- Name: facilities_pages_components facilities_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.facilities_pages_components
ADD CONSTRAINT facilities_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6272 (class 2606 OID 743121)
-- Name: faculties_components faculties_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_components
ADD CONSTRAINT faculties_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6280 (class 2606 OID 743133)
-- Name: faculties_faculty_type_links faculties_faculty_type_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_faculty_type_links
ADD CONSTRAINT faculties_faculty_type_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6282 (class 2606 OID 743137)
-- Name: faculties_faculty_type_links faculties_faculty_type_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_faculty_type_links
ADD CONSTRAINT faculties_faculty_type_links_unique UNIQUE (faculty_id, faculty_type_id);
--
-- TOC entry 6106 (class 2606 OID 742507)
-- Name: faculties faculties_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties
ADD CONSTRAINT faculties_pkey PRIMARY KEY (id);
--
-- TOC entry 7380 (class 2606 OID 1124747)
-- Name: faculties_school_collection_links faculties_school_collection_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_school_collection_links
ADD CONSTRAINT faculties_school_collection_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7382 (class 2606 OID 1124751)
-- Name: faculties_school_collection_links faculties_school_collection_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_school_collection_links
ADD CONSTRAINT faculties_school_collection_links_unique UNIQUE (faculty_id, school_collection_id);
--
-- TOC entry 6108 (class 2606 OID 742509)
-- Name: faculties faculties_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties
ADD CONSTRAINT faculties_slug_unique UNIQUE (slug);
--
-- TOC entry 6276 (class 2606 OID 1387872)
-- Name: faculties_components faculties_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_components
ADD CONSTRAINT faculties_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7198 (class 2606 OID 1016846)
-- Name: faculty_types_components faculty_types_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculty_types_components
ADD CONSTRAINT faculty_types_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6112 (class 2606 OID 742520)
-- Name: faculty_types faculty_types_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculty_types
ADD CONSTRAINT faculty_types_pkey PRIMARY KEY (id);
--
-- TOC entry 7202 (class 2606 OID 1387874)
-- Name: faculty_types_components faculty_types_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculty_types_components
ADD CONSTRAINT faculty_types_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6399 (class 2606 OID 748875)
-- Name: faq_pages_components faq_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faq_pages_components
ADD CONSTRAINT faq_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6369 (class 2606 OID 748758)
-- Name: faq_pages faq_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faq_pages
ADD CONSTRAINT faq_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6403 (class 2606 OID 1387876)
-- Name: faq_pages_components faq_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faq_pages_components
ADD CONSTRAINT faq_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6630 (class 2606 OID 783706)
-- Name: fee_and_funding_pages_components fee_and_funding_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fee_and_funding_pages_components
ADD CONSTRAINT fee_and_funding_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6533 (class 2606 OID 783380)
-- Name: fee_and_funding_pages fee_and_funding_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fee_and_funding_pages
ADD CONSTRAINT fee_and_funding_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6634 (class 2606 OID 1387878)
-- Name: fee_and_funding_pages_components fee_and_funding_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fee_and_funding_pages_components
ADD CONSTRAINT fee_and_funding_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6029 (class 2606 OID 680848)
-- Name: files_folder_links files_folder_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files_folder_links
ADD CONSTRAINT files_folder_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6031 (class 2606 OID 680852)
-- Name: files_folder_links files_folder_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files_folder_links
ADD CONSTRAINT files_folder_links_unique UNIQUE (file_id, folder_id);
--
-- TOC entry 5951 (class 2606 OID 680693)
-- Name: files files_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files
ADD CONSTRAINT files_pkey PRIMARY KEY (id);
--
-- TOC entry 6024 (class 2606 OID 680838)
-- Name: files_related_morphs files_related_morphs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files_related_morphs
ADD CONSTRAINT files_related_morphs_pkey PRIMARY KEY (id);
--
-- TOC entry 6987 (class 2606 OID 808051)
-- Name: header_components_components header_components_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.header_components_components
ADD CONSTRAINT header_components_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6979 (class 2606 OID 808022)
-- Name: header_components header_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.header_components
ADD CONSTRAINT header_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6991 (class 2606 OID 1387880)
-- Name: header_components_components header_components_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.header_components_components
ADD CONSTRAINT header_components_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6406 (class 2606 OID 748889)
-- Name: histories_components histories_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.histories_components
ADD CONSTRAINT histories_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6373 (class 2606 OID 748769)
-- Name: histories histories_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.histories
ADD CONSTRAINT histories_pkey PRIMARY KEY (id);
--
-- TOC entry 6410 (class 2606 OID 1387882)
-- Name: histories_components histories_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.histories_components
ADD CONSTRAINT histories_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6970 (class 2606 OID 803918)
-- Name: home_pages_components home_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.home_pages_components
ADD CONSTRAINT home_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6960 (class 2606 OID 803880)
-- Name: home_pages home_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.home_pages
ADD CONSTRAINT home_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6974 (class 2606 OID 1387884)
-- Name: home_pages_components home_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.home_pages_components
ADD CONSTRAINT home_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6637 (class 2606 OID 783720)
-- Name: how_to_apply_pages_components how_to_apply_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.how_to_apply_pages_components
ADD CONSTRAINT how_to_apply_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6537 (class 2606 OID 783391)
-- Name: how_to_apply_pages how_to_apply_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.how_to_apply_pages
ADD CONSTRAINT how_to_apply_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6641 (class 2606 OID 1387886)
-- Name: how_to_apply_pages_components how_to_apply_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.how_to_apply_pages_components
ADD CONSTRAINT how_to_apply_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 5977 (class 2606 OID 680747)
-- Name: i18n_locale i18n_locale_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.i18n_locale
ADD CONSTRAINT i18n_locale_pkey PRIMARY KEY (id);
--
-- TOC entry 7338 (class 2606 OID 1077987)
-- Name: innovation_incubation_pages_administrations_links innovation_incubation_pages_administrations_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_administrations_links
ADD CONSTRAINT innovation_incubation_pages_administrations_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7340 (class 2606 OID 1077991)
-- Name: innovation_incubation_pages_administrations_links innovation_incubation_pages_administrations_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_administrations_links
ADD CONSTRAINT innovation_incubation_pages_administrations_links_unique UNIQUE (innovation_incubation_page_id, administration_id);
--
-- TOC entry 7327 (class 2606 OID 1071121)
-- Name: innovation_incubation_pages_components innovation_incubation_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_components
ADD CONSTRAINT innovation_incubation_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7323 (class 2606 OID 1071110)
-- Name: innovation_incubation_pages innovation_incubation_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages
ADD CONSTRAINT innovation_incubation_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 7331 (class 2606 OID 1387888)
-- Name: innovation_incubation_pages_components innovation_incubation_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_components
ADD CONSTRAINT innovation_incubation_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6644 (class 2606 OID 783734)
-- Name: international_admissions_components international_admissions_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_admissions_components
ADD CONSTRAINT international_admissions_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6541 (class 2606 OID 783400)
-- Name: international_admissions international_admissions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_admissions
ADD CONSTRAINT international_admissions_pkey PRIMARY KEY (id);
--
-- TOC entry 6648 (class 2606 OID 1387890)
-- Name: international_admissions_components international_admissions_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_admissions_components
ADD CONSTRAINT international_admissions_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6285 (class 2606 OID 743188)
-- Name: international_collaborations_components international_collaborations_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_collaborations_components
ADD CONSTRAINT international_collaborations_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6116 (class 2606 OID 742560)
-- Name: international_collaborations international_collaborations_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_collaborations
ADD CONSTRAINT international_collaborations_pkey PRIMARY KEY (id);
--
-- TOC entry 6289 (class 2606 OID 1387892)
-- Name: international_collaborations_components international_collaborations_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_collaborations_components
ADD CONSTRAINT international_collaborations_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6918 (class 2606 OID 798280)
-- Name: international_student_orientation_pages_components international_student_orientation_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_orientation_pages_components
ADD CONSTRAINT international_student_orientation_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6914 (class 2606 OID 798269)
-- Name: international_student_orientation_pages international_student_orientation_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_orientation_pages
ADD CONSTRAINT international_student_orientation_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6922 (class 2606 OID 1387896)
-- Name: international_student_orientation_pages_components international_student_orientation_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_orientation_pages_components
ADD CONSTRAINT international_student_orientation_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6929 (class 2606 OID 798770)
-- Name: international_student_scholarship_pages_components international_student_scholarship_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_scholarship_pages_components
ADD CONSTRAINT international_student_scholarship_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6925 (class 2606 OID 798759)
-- Name: international_student_scholarship_pages international_student_scholarship_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_scholarship_pages
ADD CONSTRAINT international_student_scholarship_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6933 (class 2606 OID 1387898)
-- Name: international_student_scholarship_pages_components international_student_scholarship_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_scholarship_pages_components
ADD CONSTRAINT international_student_scholarship_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7300 (class 2606 OID 1042488)
-- Name: international_students_about_dubais_components international_students_about_dubais_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_about_dubais_components
ADD CONSTRAINT international_students_about_dubais_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6445 (class 2606 OID 752871)
-- Name: international_students_about_dubais international_students_about_dubais_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_about_dubais
ADD CONSTRAINT international_students_about_dubais_pkey PRIMARY KEY (id);
--
-- TOC entry 7304 (class 2606 OID 1387900)
-- Name: international_students_about_dubais_components international_students_about_dubais_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_about_dubais_components
ADD CONSTRAINT international_students_about_dubais_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6475 (class 2606 OID 752994)
-- Name: international_students_components international_students_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_components
ADD CONSTRAINT international_students_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7009 (class 2606 OID 820323)
-- Name: international_students_pages_components international_students_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_pages_components
ADD CONSTRAINT international_students_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7001 (class 2606 OID 820294)
-- Name: international_students_pages international_students_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_pages
ADD CONSTRAINT international_students_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 7013 (class 2606 OID 1387902)
-- Name: international_students_pages_components international_students_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_pages_components
ADD CONSTRAINT international_students_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6441 (class 2606 OID 752860)
-- Name: international_students international_students_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students
ADD CONSTRAINT international_students_pkey PRIMARY KEY (id);
--
-- TOC entry 6479 (class 2606 OID 1387894)
-- Name: international_students_components international_students_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_components
ADD CONSTRAINT international_students_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6482 (class 2606 OID 753022)
-- Name: international_students_visa_requirements_components international_students_visa_requirements_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_visa_requirements_components
ADD CONSTRAINT international_students_visa_requirements_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6449 (class 2606 OID 752893)
-- Name: international_students_visa_requirements international_students_visa_requirements_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_visa_requirements
ADD CONSTRAINT international_students_visa_requirements_pkey PRIMARY KEY (id);
--
-- TOC entry 6486 (class 2606 OID 1387904)
-- Name: international_students_visa_requirements_components international_students_visa_requirements_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_visa_requirements_components
ADD CONSTRAINT international_students_visa_requirements_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7205 (class 2606 OID 1016860)
-- Name: leaderships_components leaderships_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships_components
ADD CONSTRAINT leaderships_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6120 (class 2606 OID 742571)
-- Name: leaderships leaderships_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships
ADD CONSTRAINT leaderships_pkey PRIMARY KEY (id);
--
-- TOC entry 6122 (class 2606 OID 753210)
-- Name: leaderships leaderships_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships
ADD CONSTRAINT leaderships_slug_unique UNIQUE (slug);
--
-- TOC entry 7209 (class 2606 OID 1387906)
-- Name: leaderships_components leaderships_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships_components
ADD CONSTRAINT leaderships_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6413 (class 2606 OID 748917)
-- Name: manipal_jai_pur_universities_components manipal_jai_pur_universities_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.manipal_jai_pur_universities_components
ADD CONSTRAINT manipal_jai_pur_universities_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6377 (class 2606 OID 748790)
-- Name: manipal_jai_pur_universities manipal_jai_pur_universities_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.manipal_jai_pur_universities
ADD CONSTRAINT manipal_jai_pur_universities_pkey PRIMARY KEY (id);
--
-- TOC entry 6417 (class 2606 OID 1387908)
-- Name: manipal_jai_pur_universities_components manipal_jai_pur_universities_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.manipal_jai_pur_universities_components
ADD CONSTRAINT manipal_jai_pur_universities_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7212 (class 2606 OID 1016888)
-- Name: news_components news_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_components
ADD CONSTRAINT news_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6420 (class 2606 OID 748931)
-- Name: news_detail_pages_components news_detail_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_detail_pages_components
ADD CONSTRAINT news_detail_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6381 (class 2606 OID 748799)
-- Name: news_detail_pages news_detail_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_detail_pages
ADD CONSTRAINT news_detail_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6424 (class 2606 OID 1387910)
-- Name: news_detail_pages_components news_detail_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_detail_pages_components
ADD CONSTRAINT news_detail_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7461 (class 2606 OID 1376644)
-- Name: news_events_categories_components news_events_categories_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_events_categories_components
ADD CONSTRAINT news_events_categories_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7457 (class 2606 OID 1376633)
-- Name: news_events_categories news_events_categories_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_events_categories
ADD CONSTRAINT news_events_categories_pkey PRIMARY KEY (id);
--
-- TOC entry 7465 (class 2606 OID 1387912)
-- Name: news_events_categories_components news_events_categories_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_events_categories_components
ADD CONSTRAINT news_events_categories_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6292 (class 2606 OID 743244)
-- Name: news_mains_components news_mains_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_mains_components
ADD CONSTRAINT news_mains_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6126 (class 2606 OID 742620)
-- Name: news_mains news_mains_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_mains
ADD CONSTRAINT news_mains_pkey PRIMARY KEY (id);
--
-- TOC entry 6296 (class 2606 OID 1387914)
-- Name: news_mains_components news_mains_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_mains_components
ADD CONSTRAINT news_mains_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7477 (class 2606 OID 1377134)
-- Name: news_news_events_category_links news_news_events_category_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_news_events_category_links
ADD CONSTRAINT news_news_events_category_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7479 (class 2606 OID 1377138)
-- Name: news_news_events_category_links news_news_events_category_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_news_events_category_links
ADD CONSTRAINT news_news_events_category_links_unique UNIQUE (news_single_id, news_events_category_id);
--
-- TOC entry 6130 (class 2606 OID 742631)
-- Name: news news_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news
ADD CONSTRAINT news_pkey PRIMARY KEY (id);
--
-- TOC entry 7387 (class 2606 OID 1124759)
-- Name: news_school_collection_links news_school_collection_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_school_collection_links
ADD CONSTRAINT news_school_collection_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7389 (class 2606 OID 1124763)
-- Name: news_school_collection_links news_school_collection_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_school_collection_links
ADD CONSTRAINT news_school_collection_links_unique UNIQUE (news_single_id, school_collection_id);
--
-- TOC entry 6132 (class 2606 OID 742633)
-- Name: news news_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news
ADD CONSTRAINT news_slug_unique UNIQUE (slug);
--
-- TOC entry 7216 (class 2606 OID 1387916)
-- Name: news_components news_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_components
ADD CONSTRAINT news_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6489 (class 2606 OID 753036)
-- Name: open_days_components open_days_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.open_days_components
ADD CONSTRAINT open_days_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6453 (class 2606 OID 752904)
-- Name: open_days open_days_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.open_days
ADD CONSTRAINT open_days_pkey PRIMARY KEY (id);
--
-- TOC entry 6493 (class 2606 OID 1387919)
-- Name: open_days_components open_days_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.open_days_components
ADD CONSTRAINT open_days_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6886 (class 2606 OID 794019)
-- Name: our_campuses_components our_campuses_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_campuses_components
ADD CONSTRAINT our_campuses_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6851 (class 2606 OID 793891)
-- Name: our_campuses our_campuses_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_campuses
ADD CONSTRAINT our_campuses_pkey PRIMARY KEY (id);
--
-- TOC entry 6890 (class 2606 OID 1387921)
-- Name: our_campuses_components our_campuses_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_campuses_components
ADD CONSTRAINT our_campuses_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6496 (class 2606 OID 753050)
-- Name: our_faculties_components our_faculties_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_faculties_components
ADD CONSTRAINT our_faculties_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6457 (class 2606 OID 752913)
-- Name: our_faculties our_faculties_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_faculties
ADD CONSTRAINT our_faculties_pkey PRIMARY KEY (id);
--
-- TOC entry 6500 (class 2606 OID 1387923)
-- Name: our_faculties_components our_faculties_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_faculties_components
ADD CONSTRAINT our_faculties_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6651 (class 2606 OID 783748)
-- Name: policies_components policies_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.policies_components
ADD CONSTRAINT policies_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6545 (class 2606 OID 783411)
-- Name: policies policies_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.policies
ADD CONSTRAINT policies_pkey PRIMARY KEY (id);
--
-- TOC entry 6655 (class 2606 OID 1387925)
-- Name: policies_components policies_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.policies_components
ADD CONSTRAINT policies_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6658 (class 2606 OID 783762)
-- Name: privacy_policies_components privacy_policies_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies_components
ADD CONSTRAINT privacy_policies_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6136 (class 2606 OID 742653)
-- Name: privacy_policies privacy_policies_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies
ADD CONSTRAINT privacy_policies_pkey PRIMARY KEY (id);
--
-- TOC entry 6138 (class 2606 OID 742655)
-- Name: privacy_policies privacy_policies_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies
ADD CONSTRAINT privacy_policies_slug_unique UNIQUE (slug);
--
-- TOC entry 6662 (class 2606 OID 1387927)
-- Name: privacy_policies_components privacy_policies_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies_components
ADD CONSTRAINT privacy_policies_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7082 (class 2606 OID 957941)
-- Name: program_pages_components program_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.program_pages_components
ADD CONSTRAINT program_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7076 (class 2606 OID 957921)
-- Name: program_pages program_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.program_pages
ADD CONSTRAINT program_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 7086 (class 2606 OID 1387931)
-- Name: program_pages_components program_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.program_pages_components
ADD CONSTRAINT program_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7055 (class 2606 OID 956941)
-- Name: programs_components programs_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_components
ADD CONSTRAINT programs_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7043 (class 2606 OID 956905)
-- Name: programs programs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs
ADD CONSTRAINT programs_pkey PRIMARY KEY (id);
--
-- TOC entry 7394 (class 2606 OID 1124771)
-- Name: programs_school_collection_links programs_school_collection_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_school_collection_links
ADD CONSTRAINT programs_school_collection_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7396 (class 2606 OID 1124775)
-- Name: programs_school_collection_links programs_school_collection_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_school_collection_links
ADD CONSTRAINT programs_school_collection_links_unique UNIQUE (program_id, school_collection_id);
--
-- TOC entry 7045 (class 2606 OID 956907)
-- Name: programs programs_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs
ADD CONSTRAINT programs_slug_unique UNIQUE (slug);
--
-- TOC entry 7059 (class 2606 OID 1387929)
-- Name: programs_components programs_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_components
ADD CONSTRAINT programs_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6427 (class 2606 OID 748959)
-- Name: ranking_pages_components ranking_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.ranking_pages_components
ADD CONSTRAINT ranking_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6385 (class 2606 OID 748819)
-- Name: ranking_pages ranking_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.ranking_pages
ADD CONSTRAINT ranking_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6431 (class 2606 OID 1387933)
-- Name: ranking_pages_components ranking_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.ranking_pages_components
ADD CONSTRAINT ranking_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6299 (class 2606 OID 743297)
-- Name: recognitions_and_accreditations_components recognitions_and_accreditations_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.recognitions_and_accreditations_components
ADD CONSTRAINT recognitions_and_accreditations_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6142 (class 2606 OID 742673)
-- Name: recognitions_and_accreditations recognitions_and_accreditations_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.recognitions_and_accreditations
ADD CONSTRAINT recognitions_and_accreditations_pkey PRIMARY KEY (id);
--
-- TOC entry 6303 (class 2606 OID 1387935)
-- Name: recognitions_and_accreditations_components recognitions_and_accreditations_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.recognitions_and_accreditations_components
ADD CONSTRAINT recognitions_and_accreditations_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6711 (class 2606 OID 785414)
-- Name: research_at_dubai_pages_components research_at_dubai_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_at_dubai_pages_components
ADD CONSTRAINT research_at_dubai_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6707 (class 2606 OID 785403)
-- Name: research_at_dubai_pages research_at_dubai_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_at_dubai_pages
ADD CONSTRAINT research_at_dubai_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6715 (class 2606 OID 1387937)
-- Name: research_at_dubai_pages_components research_at_dubai_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_at_dubai_pages_components
ADD CONSTRAINT research_at_dubai_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6755 (class 2606 OID 786601)
-- Name: research_awards_pages_components research_awards_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_awards_pages_components
ADD CONSTRAINT research_awards_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6751 (class 2606 OID 786590)
-- Name: research_awards_pages research_awards_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_awards_pages
ADD CONSTRAINT research_awards_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6759 (class 2606 OID 1387939)
-- Name: research_awards_pages_components research_awards_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_awards_pages_components
ADD CONSTRAINT research_awards_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6744 (class 2606 OID 786329)
-- Name: research_collaboration_pages_components research_collaboration_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_collaboration_pages_components
ADD CONSTRAINT research_collaboration_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6740 (class 2606 OID 786318)
-- Name: research_collaboration_pages research_collaboration_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_collaboration_pages
ADD CONSTRAINT research_collaboration_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6748 (class 2606 OID 1387941)
-- Name: research_collaboration_pages_components research_collaboration_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_collaboration_pages_components
ADD CONSTRAINT research_collaboration_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6313 (class 2606 OID 743336)
-- Name: research_committe_lists_components research_committe_lists_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committe_lists_components
ADD CONSTRAINT research_committe_lists_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6152 (class 2606 OID 742693)
-- Name: research_committe_lists research_committe_lists_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committe_lists
ADD CONSTRAINT research_committe_lists_pkey PRIMARY KEY (id);
--
-- TOC entry 6317 (class 2606 OID 1387945)
-- Name: research_committe_lists_components research_committe_lists_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committe_lists_components
ADD CONSTRAINT research_committe_lists_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7279 (class 2606 OID 1024629)
-- Name: research_committee_types research_committee_types_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committee_types
ADD CONSTRAINT research_committee_types_pkey PRIMARY KEY (id);
--
-- TOC entry 6306 (class 2606 OID 743311)
-- Name: research_committes_components research_committes_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_components
ADD CONSTRAINT research_committes_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6146 (class 2606 OID 742684)
-- Name: research_committes research_committes_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes
ADD CONSTRAINT research_committes_pkey PRIMARY KEY (id);
--
-- TOC entry 7284 (class 2606 OID 1024857)
-- Name: research_committes_research_committee_type_links research_committes_research_committee_type_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_research_committee_type_links
ADD CONSTRAINT research_committes_research_committee_type_links_pkey PRIMARY KEY (id);
--
-- TOC entry 7286 (class 2606 OID 1024861)
-- Name: research_committes_research_committee_type_links research_committes_research_committee_type_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_research_committee_type_links
ADD CONSTRAINT research_committes_research_committee_type_links_unique UNIQUE (research_committe_id, research_committee_type_id);
--
-- TOC entry 6148 (class 2606 OID 911400)
-- Name: research_committes research_committes_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes
ADD CONSTRAINT research_committes_slug_unique UNIQUE (slug);
--
-- TOC entry 6310 (class 2606 OID 1387943)
-- Name: research_committes_components research_committes_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_components
ADD CONSTRAINT research_committes_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6722 (class 2606 OID 786023)
-- Name: research_guide_line_pages_components research_guide_line_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_guide_line_pages_components
ADD CONSTRAINT research_guide_line_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6718 (class 2606 OID 786010)
-- Name: research_guide_line_pages research_guide_line_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_guide_line_pages
ADD CONSTRAINT research_guide_line_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6726 (class 2606 OID 1387947)
-- Name: research_guide_line_pages_components research_guide_line_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_guide_line_pages_components
ADD CONSTRAINT research_guide_line_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6320 (class 2606 OID 743350)
-- Name: research_mains_components research_mains_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_mains_components
ADD CONSTRAINT research_mains_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6156 (class 2606 OID 742702)
-- Name: research_mains research_mains_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_mains
ADD CONSTRAINT research_mains_pkey PRIMARY KEY (id);
--
-- TOC entry 6324 (class 2606 OID 1387949)
-- Name: research_mains_components research_mains_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_mains_components
ADD CONSTRAINT research_mains_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6733 (class 2606 OID 786179)
-- Name: research_publication_pages_components research_publication_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_publication_pages_components
ADD CONSTRAINT research_publication_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6729 (class 2606 OID 786168)
-- Name: research_publication_pages research_publication_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_publication_pages
ADD CONSTRAINT research_publication_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6737 (class 2606 OID 1387951)
-- Name: research_publication_pages_components research_publication_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_publication_pages_components
ADD CONSTRAINT research_publication_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6766 (class 2606 OID 786874)
-- Name: research_strategy_pages_components research_strategy_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_strategy_pages_components
ADD CONSTRAINT research_strategy_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6762 (class 2606 OID 786863)
-- Name: research_strategy_pages research_strategy_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_strategy_pages
ADD CONSTRAINT research_strategy_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6770 (class 2606 OID 1387953)
-- Name: research_strategy_pages_components research_strategy_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_strategy_pages_components
ADD CONSTRAINT research_strategy_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7399 (class 2606 OID 1124785)
-- Name: school_collections_components school_collections_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections_components
ADD CONSTRAINT school_collections_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7358 (class 2606 OID 1124712)
-- Name: school_collections school_collections_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections
ADD CONSTRAINT school_collections_pkey PRIMARY KEY (id);
--
-- TOC entry 7360 (class 2606 OID 1124714)
-- Name: school_collections school_collections_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections
ADD CONSTRAINT school_collections_slug_unique UNIQUE (slug);
--
-- TOC entry 7403 (class 2606 OID 1387957)
-- Name: school_collections_components school_collections_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections_components
ADD CONSTRAINT school_collections_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7219 (class 2606 OID 1016902)
-- Name: schools_components schools_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schools_components
ADD CONSTRAINT schools_components_pkey PRIMARY KEY (id);
--
-- TOC entry 7127 (class 2606 OID 1010463)
-- Name: schools schools_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schools
ADD CONSTRAINT schools_pkey PRIMARY KEY (id);
--
-- TOC entry 7223 (class 2606 OID 1387955)
-- Name: schools_components schools_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schools_components
ADD CONSTRAINT schools_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 5939 (class 2606 OID 680662)
-- Name: strapi_api_token_permissions strapi_api_token_permissions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions
ADD CONSTRAINT strapi_api_token_permissions_pkey PRIMARY KEY (id);
--
-- TOC entry 6010 (class 2606 OID 680812)
-- Name: strapi_api_token_permissions_token_links strapi_api_token_permissions_token_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions_token_links
ADD CONSTRAINT strapi_api_token_permissions_token_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6012 (class 2606 OID 680816)
-- Name: strapi_api_token_permissions_token_links strapi_api_token_permissions_token_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions_token_links
ADD CONSTRAINT strapi_api_token_permissions_token_links_unique UNIQUE (api_token_permission_id, api_token_id);
--
-- TOC entry 5935 (class 2606 OID 680653)
-- Name: strapi_api_tokens strapi_api_tokens_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_tokens
ADD CONSTRAINT strapi_api_tokens_pkey PRIMARY KEY (id);
--
-- TOC entry 5918 (class 2606 OID 680602)
-- Name: strapi_core_store_settings strapi_core_store_settings_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_core_store_settings
ADD CONSTRAINT strapi_core_store_settings_pkey PRIMARY KEY (id);
--
-- TOC entry 5916 (class 2606 OID 680593)
-- Name: strapi_database_schema strapi_database_schema_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_database_schema
ADD CONSTRAINT strapi_database_schema_pkey PRIMARY KEY (id);
--
-- TOC entry 5914 (class 2606 OID 680584)
-- Name: strapi_migrations strapi_migrations_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_migrations
ADD CONSTRAINT strapi_migrations_pkey PRIMARY KEY (id);
--
-- TOC entry 5973 (class 2606 OID 680736)
-- Name: strapi_release_actions strapi_release_actions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions
ADD CONSTRAINT strapi_release_actions_pkey PRIMARY KEY (id);
--
-- TOC entry 6043 (class 2606 OID 680872)
-- Name: strapi_release_actions_release_links strapi_release_actions_release_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions_release_links
ADD CONSTRAINT strapi_release_actions_release_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6045 (class 2606 OID 680876)
-- Name: strapi_release_actions_release_links strapi_release_actions_release_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions_release_links
ADD CONSTRAINT strapi_release_actions_release_links_unique UNIQUE (release_action_id, release_id);
--
-- TOC entry 5969 (class 2606 OID 680725)
-- Name: strapi_releases strapi_releases_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_releases
ADD CONSTRAINT strapi_releases_pkey PRIMARY KEY (id);
--
-- TOC entry 5947 (class 2606 OID 680682)
-- Name: strapi_transfer_token_permissions strapi_transfer_token_permissions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions
ADD CONSTRAINT strapi_transfer_token_permissions_pkey PRIMARY KEY (id);
--
-- TOC entry 6017 (class 2606 OID 680824)
-- Name: strapi_transfer_token_permissions_token_links strapi_transfer_token_permissions_token_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions_token_links
ADD CONSTRAINT strapi_transfer_token_permissions_token_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6019 (class 2606 OID 680828)
-- Name: strapi_transfer_token_permissions_token_links strapi_transfer_token_permissions_token_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions_token_links
ADD CONSTRAINT strapi_transfer_token_permissions_token_links_unique UNIQUE (transfer_token_permission_id, transfer_token_id);
--
-- TOC entry 5943 (class 2606 OID 680673)
-- Name: strapi_transfer_tokens strapi_transfer_tokens_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_tokens
ADD CONSTRAINT strapi_transfer_tokens_pkey PRIMARY KEY (id);
--
-- TOC entry 5920 (class 2606 OID 680611)
-- Name: strapi_webhooks strapi_webhooks_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_webhooks
ADD CONSTRAINT strapi_webhooks_pkey PRIMARY KEY (id);
--
-- TOC entry 6434 (class 2606 OID 748973)
-- Name: student_policy_pages_components student_policy_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_policy_pages_components
ADD CONSTRAINT student_policy_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6389 (class 2606 OID 748828)
-- Name: student_policy_pages student_policy_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_policy_pages
ADD CONSTRAINT student_policy_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6438 (class 2606 OID 1387959)
-- Name: student_policy_pages_components student_policy_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_policy_pages_components
ADD CONSTRAINT student_policy_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6665 (class 2606 OID 783776)
-- Name: student_services_components student_services_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_services_components
ADD CONSTRAINT student_services_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6549 (class 2606 OID 783422)
-- Name: student_services student_services_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_services
ADD CONSTRAINT student_services_pkey PRIMARY KEY (id);
--
-- TOC entry 6669 (class 2606 OID 1387961)
-- Name: student_services_components student_services_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_services_components
ADD CONSTRAINT student_services_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7226 (class 2606 OID 1016916)
-- Name: success_stories_components success_stories_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories_components
ADD CONSTRAINT success_stories_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6855 (class 2606 OID 793902)
-- Name: success_stories success_stories_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories
ADD CONSTRAINT success_stories_pkey PRIMARY KEY (id);
--
-- TOC entry 6857 (class 2606 OID 793904)
-- Name: success_stories success_stories_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories
ADD CONSTRAINT success_stories_slug_unique UNIQUE (slug);
--
-- TOC entry 7230 (class 2606 OID 1387963)
-- Name: success_stories_components success_stories_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories_components
ADD CONSTRAINT success_stories_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6672 (class 2606 OID 783790)
-- Name: sustainabilities_components sustainabilities_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sustainabilities_components
ADD CONSTRAINT sustainabilities_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6553 (class 2606 OID 783433)
-- Name: sustainabilities sustainabilities_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sustainabilities
ADD CONSTRAINT sustainabilities_pkey PRIMARY KEY (id);
--
-- TOC entry 6676 (class 2606 OID 1387965)
-- Name: sustainabilities_components sustainabilities_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sustainabilities_components
ADD CONSTRAINT sustainabilities_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6679 (class 2606 OID 783804)
-- Name: terms_and_conditions_components terms_and_conditions_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions_components
ADD CONSTRAINT terms_and_conditions_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6160 (class 2606 OID 742744)
-- Name: terms_and_conditions terms_and_conditions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions
ADD CONSTRAINT terms_and_conditions_pkey PRIMARY KEY (id);
--
-- TOC entry 6162 (class 2606 OID 742746)
-- Name: terms_and_conditions terms_and_conditions_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions
ADD CONSTRAINT terms_and_conditions_slug_unique UNIQUE (slug);
--
-- TOC entry 6683 (class 2606 OID 1387967)
-- Name: terms_and_conditions_components terms_and_conditions_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions_components
ADD CONSTRAINT terms_and_conditions_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7233 (class 2606 OID 1016930)
-- Name: universities_components universities_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities_components
ADD CONSTRAINT universities_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6393 (class 2606 OID 748839)
-- Name: universities universities_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities
ADD CONSTRAINT universities_pkey PRIMARY KEY (id);
--
-- TOC entry 6395 (class 2606 OID 950617)
-- Name: universities universities_slug_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities
ADD CONSTRAINT universities_slug_unique UNIQUE (slug);
--
-- TOC entry 7237 (class 2606 OID 1387969)
-- Name: universities_components universities_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities_components
ADD CONSTRAINT universities_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 5981 (class 2606 OID 680756)
-- Name: up_permissions up_permissions_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions
ADD CONSTRAINT up_permissions_pkey PRIMARY KEY (id);
--
-- TOC entry 6050 (class 2606 OID 680884)
-- Name: up_permissions_role_links up_permissions_role_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions_role_links
ADD CONSTRAINT up_permissions_role_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6052 (class 2606 OID 680888)
-- Name: up_permissions_role_links up_permissions_role_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions_role_links
ADD CONSTRAINT up_permissions_role_links_unique UNIQUE (permission_id, role_id);
--
-- TOC entry 5985 (class 2606 OID 680767)
-- Name: up_roles up_roles_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_roles
ADD CONSTRAINT up_roles_pkey PRIMARY KEY (id);
--
-- TOC entry 5989 (class 2606 OID 680778)
-- Name: up_users up_users_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users
ADD CONSTRAINT up_users_pkey PRIMARY KEY (id);
--
-- TOC entry 6057 (class 2606 OID 680896)
-- Name: up_users_role_links up_users_role_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users_role_links
ADD CONSTRAINT up_users_role_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6059 (class 2606 OID 680900)
-- Name: up_users_role_links up_users_role_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users_role_links
ADD CONSTRAINT up_users_role_links_unique UNIQUE (user_id, role_id);
--
-- TOC entry 6036 (class 2606 OID 680860)
-- Name: upload_folders_parent_links upload_folders_parent_links_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders_parent_links
ADD CONSTRAINT upload_folders_parent_links_pkey PRIMARY KEY (id);
--
-- TOC entry 6038 (class 2606 OID 680864)
-- Name: upload_folders_parent_links upload_folders_parent_links_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders_parent_links
ADD CONSTRAINT upload_folders_parent_links_unique UNIQUE (folder_id, inv_folder_id);
--
-- TOC entry 5961 (class 2606 OID 680712)
-- Name: upload_folders upload_folders_path_id_index; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders
ADD CONSTRAINT upload_folders_path_id_index UNIQUE (path_id);
--
-- TOC entry 5963 (class 2606 OID 680714)
-- Name: upload_folders upload_folders_path_index; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders
ADD CONSTRAINT upload_folders_path_index UNIQUE (path);
--
-- TOC entry 5965 (class 2606 OID 680710)
-- Name: upload_folders upload_folders_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders
ADD CONSTRAINT upload_folders_pkey PRIMARY KEY (id);
--
-- TOC entry 6816 (class 2606 OID 792206)
-- Name: why_dubai_pages_components why_dubai_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.why_dubai_pages_components
ADD CONSTRAINT why_dubai_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6812 (class 2606 OID 792195)
-- Name: why_dubai_pages why_dubai_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.why_dubai_pages
ADD CONSTRAINT why_dubai_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6820 (class 2606 OID 1387971)
-- Name: why_dubai_pages_components why_dubai_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.why_dubai_pages_components
ADD CONSTRAINT why_dubai_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6686 (class 2606 OID 783818)
-- Name: winter_camp_pages_components winter_camp_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.winter_camp_pages_components
ADD CONSTRAINT winter_camp_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6557 (class 2606 OID 783444)
-- Name: winter_camp_pages winter_camp_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.winter_camp_pages
ADD CONSTRAINT winter_camp_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6690 (class 2606 OID 1387973)
-- Name: winter_camp_pages_components winter_camp_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.winter_camp_pages_components
ADD CONSTRAINT winter_camp_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 6940 (class 2606 OID 799649)
-- Name: world_wide_pages_components world_wide_pages_components_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.world_wide_pages_components
ADD CONSTRAINT world_wide_pages_components_pkey PRIMARY KEY (id);
--
-- TOC entry 6936 (class 2606 OID 799638)
-- Name: world_wide_pages world_wide_pages_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.world_wide_pages
ADD CONSTRAINT world_wide_pages_pkey PRIMARY KEY (id);
--
-- TOC entry 6944 (class 2606 OID 1387975)
-- Name: world_wide_pages_components world_wide_pages_unique; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.world_wide_pages_components
ADD CONSTRAINT world_wide_pages_unique UNIQUE (entity_id, component_id, field, component_type);
--
-- TOC entry 7259 (class 1259 OID 1018701)
-- Name: about_us_pages_administrations_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_administrations_links_fk ON public.about_us_pages_administrations_links USING btree (about_us_page_id);
--
-- TOC entry 7260 (class 1259 OID 1018702)
-- Name: about_us_pages_administrations_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_administrations_links_inv_fk ON public.about_us_pages_administrations_links USING btree (administration_id);
--
-- TOC entry 7261 (class 1259 OID 1018705)
-- Name: about_us_pages_administrations_links_order_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_administrations_links_order_fk ON public.about_us_pages_administrations_links USING btree (administration_order);
--
-- TOC entry 7252 (class 1259 OID 1018689)
-- Name: about_us_pages_awards_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_awards_links_fk ON public.about_us_pages_awards_links USING btree (about_us_page_id);
--
-- TOC entry 7253 (class 1259 OID 1018690)
-- Name: about_us_pages_awards_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_awards_links_inv_fk ON public.about_us_pages_awards_links USING btree (award_id);
--
-- TOC entry 7254 (class 1259 OID 1018693)
-- Name: about_us_pages_awards_links_order_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_awards_links_order_fk ON public.about_us_pages_awards_links USING btree (award_order);
--
-- TOC entry 6777 (class 1259 OID 790625)
-- Name: about_us_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_component_type_index ON public.about_us_pages_components USING btree (component_type);
--
-- TOC entry 6771 (class 1259 OID 790604)
-- Name: about_us_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_created_by_id_fk ON public.about_us_pages USING btree (created_by_id);
--
-- TOC entry 6780 (class 1259 OID 790626)
-- Name: about_us_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_entity_fk ON public.about_us_pages_components USING btree (entity_id);
--
-- TOC entry 6781 (class 1259 OID 790624)
-- Name: about_us_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_field_index ON public.about_us_pages_components USING btree (field);
--
-- TOC entry 7238 (class 1259 OID 1018665)
-- Name: about_us_pages_leaderships_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_leaderships_links_fk ON public.about_us_pages_leaderships_links USING btree (about_us_page_id);
--
-- TOC entry 7239 (class 1259 OID 1018666)
-- Name: about_us_pages_leaderships_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_leaderships_links_inv_fk ON public.about_us_pages_leaderships_links USING btree (leadership_id);
--
-- TOC entry 7240 (class 1259 OID 1018669)
-- Name: about_us_pages_leaderships_links_order_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_leaderships_links_order_fk ON public.about_us_pages_leaderships_links USING btree (leadership_order);
--
-- TOC entry 7245 (class 1259 OID 1018677)
-- Name: about_us_pages_universities_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_universities_links_fk ON public.about_us_pages_universities_links USING btree (about_us_page_id);
--
-- TOC entry 7246 (class 1259 OID 1018678)
-- Name: about_us_pages_universities_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_universities_links_inv_fk ON public.about_us_pages_universities_links USING btree (university_id);
--
-- TOC entry 7247 (class 1259 OID 1018681)
-- Name: about_us_pages_universities_links_order_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_universities_links_order_fk ON public.about_us_pages_universities_links USING btree (university_order);
--
-- TOC entry 6774 (class 1259 OID 790605)
-- Name: about_us_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX about_us_pages_updated_by_id_fk ON public.about_us_pages USING btree (updated_by_id);
--
-- TOC entry 5921 (class 1259 OID 680621)
-- Name: admin_permissions_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_permissions_created_by_id_fk ON public.admin_permissions USING btree (created_by_id);
--
-- TOC entry 5991 (class 1259 OID 680788)
-- Name: admin_permissions_role_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_permissions_role_links_fk ON public.admin_permissions_role_links USING btree (permission_id);
--
-- TOC entry 5992 (class 1259 OID 680789)
-- Name: admin_permissions_role_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_permissions_role_links_inv_fk ON public.admin_permissions_role_links USING btree (role_id);
--
-- TOC entry 5993 (class 1259 OID 680792)
-- Name: admin_permissions_role_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_permissions_role_links_order_inv_fk ON public.admin_permissions_role_links USING btree (permission_order);
--
-- TOC entry 5924 (class 1259 OID 680622)
-- Name: admin_permissions_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_permissions_updated_by_id_fk ON public.admin_permissions USING btree (updated_by_id);
--
-- TOC entry 5929 (class 1259 OID 680643)
-- Name: admin_roles_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_roles_created_by_id_fk ON public.admin_roles USING btree (created_by_id);
--
-- TOC entry 5932 (class 1259 OID 680644)
-- Name: admin_roles_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_roles_updated_by_id_fk ON public.admin_roles USING btree (updated_by_id);
--
-- TOC entry 5925 (class 1259 OID 680632)
-- Name: admin_users_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_users_created_by_id_fk ON public.admin_users USING btree (created_by_id);
--
-- TOC entry 5998 (class 1259 OID 680800)
-- Name: admin_users_roles_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_users_roles_links_fk ON public.admin_users_roles_links USING btree (user_id);
--
-- TOC entry 5999 (class 1259 OID 680801)
-- Name: admin_users_roles_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_users_roles_links_inv_fk ON public.admin_users_roles_links USING btree (role_id);
--
-- TOC entry 6000 (class 1259 OID 680804)
-- Name: admin_users_roles_links_order_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_users_roles_links_order_fk ON public.admin_users_roles_links USING btree (role_order);
--
-- TOC entry 6001 (class 1259 OID 680805)
-- Name: admin_users_roles_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_users_roles_links_order_inv_fk ON public.admin_users_roles_links USING btree (user_order);
--
-- TOC entry 5928 (class 1259 OID 680633)
-- Name: admin_users_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admin_users_updated_by_id_fk ON public.admin_users USING btree (updated_by_id);
--
-- TOC entry 7147 (class 1259 OID 1016736)
-- Name: administration_categories_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_categories_component_type_index ON public.administration_categories_components USING btree (component_type);
--
-- TOC entry 6064 (class 1259 OID 742413)
-- Name: administration_categories_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_categories_created_by_id_fk ON public.administration_categories USING btree (created_by_id);
--
-- TOC entry 7150 (class 1259 OID 1016737)
-- Name: administration_categories_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_categories_entity_fk ON public.administration_categories_components USING btree (entity_id);
--
-- TOC entry 7151 (class 1259 OID 1016735)
-- Name: administration_categories_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_categories_field_index ON public.administration_categories_components USING btree (field);
--
-- TOC entry 6067 (class 1259 OID 742414)
-- Name: administration_categories_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_categories_updated_by_id_fk ON public.administration_categories USING btree (updated_by_id);
--
-- TOC entry 6236 (class 1259 OID 743056)
-- Name: administration_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_pages_component_type_index ON public.administration_pages_components USING btree (component_type);
--
-- TOC entry 6068 (class 1259 OID 742422)
-- Name: administration_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_pages_created_by_id_fk ON public.administration_pages USING btree (created_by_id);
--
-- TOC entry 6239 (class 1259 OID 743057)
-- Name: administration_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_pages_entity_fk ON public.administration_pages_components USING btree (entity_id);
--
-- TOC entry 6240 (class 1259 OID 743055)
-- Name: administration_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_pages_field_index ON public.administration_pages_components USING btree (field);
--
-- TOC entry 6071 (class 1259 OID 742423)
-- Name: administration_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administration_pages_updated_by_id_fk ON public.administration_pages USING btree (updated_by_id);
--
-- TOC entry 6230 (class 1259 OID 743042)
-- Name: administrations_administration_category_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administrations_administration_category_links_fk ON public.administrations_administration_category_links USING btree (administration_id);
--
-- TOC entry 6231 (class 1259 OID 743043)
-- Name: administrations_administration_category_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administrations_administration_category_links_inv_fk ON public.administrations_administration_category_links USING btree (administration_category_id);
--
-- TOC entry 7140 (class 1259 OID 1015664)
-- Name: administrations_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administrations_component_type_index ON public.administrations_components USING btree (component_type);
--
-- TOC entry 6060 (class 1259 OID 742404)
-- Name: administrations_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administrations_created_by_id_fk ON public.administrations USING btree (created_by_id);
--
-- TOC entry 7143 (class 1259 OID 1015665)
-- Name: administrations_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administrations_entity_fk ON public.administrations_components USING btree (entity_id);
--
-- TOC entry 7144 (class 1259 OID 1015663)
-- Name: administrations_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administrations_field_index ON public.administrations_components USING btree (field);
--
-- TOC entry 6063 (class 1259 OID 742405)
-- Name: administrations_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX administrations_updated_by_id_fk ON public.administrations USING btree (updated_by_id);
--
-- TOC entry 6831 (class 1259 OID 793119)
-- Name: admission_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admission_pages_component_type_index ON public.admission_pages_components USING btree (component_type);
--
-- TOC entry 6821 (class 1259 OID 793082)
-- Name: admission_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admission_pages_created_by_id_fk ON public.admission_pages USING btree (created_by_id);
--
-- TOC entry 6834 (class 1259 OID 793120)
-- Name: admission_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admission_pages_entity_fk ON public.admission_pages_components USING btree (entity_id);
--
-- TOC entry 6835 (class 1259 OID 793118)
-- Name: admission_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admission_pages_field_index ON public.admission_pages_components USING btree (field);
--
-- TOC entry 6824 (class 1259 OID 793083)
-- Name: admission_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX admission_pages_updated_by_id_fk ON public.admission_pages USING btree (updated_by_id);
--
-- TOC entry 6792 (class 1259 OID 791372)
-- Name: alumni_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX alumni_pages_component_type_index ON public.alumni_pages_components USING btree (component_type);
--
-- TOC entry 6784 (class 1259 OID 791342)
-- Name: alumni_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX alumni_pages_created_by_id_fk ON public.alumni_pages USING btree (created_by_id);
--
-- TOC entry 6795 (class 1259 OID 791373)
-- Name: alumni_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX alumni_pages_entity_fk ON public.alumni_pages_components USING btree (entity_id);
--
-- TOC entry 7266 (class 1259 OID 1018995)
-- Name: alumni_pages_events_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX alumni_pages_events_links_fk ON public.alumni_pages_events_links USING btree (alumni_page_id);
--
-- TOC entry 7267 (class 1259 OID 1018996)
-- Name: alumni_pages_events_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX alumni_pages_events_links_inv_fk ON public.alumni_pages_events_links USING btree (event_id);
--
-- TOC entry 7268 (class 1259 OID 1018999)
-- Name: alumni_pages_events_links_order_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX alumni_pages_events_links_order_fk ON public.alumni_pages_events_links USING btree (event_order);
--
-- TOC entry 6796 (class 1259 OID 791371)
-- Name: alumni_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX alumni_pages_field_index ON public.alumni_pages_components USING btree (field);
--
-- TOC entry 6787 (class 1259 OID 791343)
-- Name: alumni_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX alumni_pages_updated_by_id_fk ON public.alumni_pages USING btree (updated_by_id);
--
-- TOC entry 6607 (class 1259 OID 783665)
-- Name: apply_for_scholarship_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_for_scholarship_pages_component_type_index ON public.apply_for_scholarship_pages_components USING btree (component_type);
--
-- TOC entry 6515 (class 1259 OID 783341)
-- Name: apply_for_scholarship_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_for_scholarship_pages_created_by_id_fk ON public.apply_for_scholarship_pages USING btree (created_by_id);
--
-- TOC entry 6610 (class 1259 OID 783666)
-- Name: apply_for_scholarship_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_for_scholarship_pages_entity_fk ON public.apply_for_scholarship_pages_components USING btree (entity_id);
--
-- TOC entry 6611 (class 1259 OID 783664)
-- Name: apply_for_scholarship_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_for_scholarship_pages_field_index ON public.apply_for_scholarship_pages_components USING btree (field);
--
-- TOC entry 6518 (class 1259 OID 783342)
-- Name: apply_for_scholarship_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_for_scholarship_pages_updated_by_id_fk ON public.apply_for_scholarship_pages USING btree (updated_by_id);
--
-- TOC entry 7154 (class 1259 OID 1016750)
-- Name: apply_forms_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_forms_component_type_index ON public.apply_forms_components USING btree (component_type);
--
-- TOC entry 6519 (class 1259 OID 783352)
-- Name: apply_forms_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_forms_created_by_id_fk ON public.apply_forms USING btree (created_by_id);
--
-- TOC entry 7157 (class 1259 OID 1016751)
-- Name: apply_forms_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_forms_entity_fk ON public.apply_forms_components USING btree (entity_id);
--
-- TOC entry 7158 (class 1259 OID 1016749)
-- Name: apply_forms_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_forms_field_index ON public.apply_forms_components USING btree (field);
--
-- TOC entry 6522 (class 1259 OID 783353)
-- Name: apply_forms_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX apply_forms_updated_by_id_fk ON public.apply_forms USING btree (updated_by_id);
--
-- TOC entry 6243 (class 1259 OID 743070)
-- Name: awards_and_achievements_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_and_achievements_component_type_index ON public.awards_and_achievements_components USING btree (component_type);
--
-- TOC entry 6076 (class 1259 OID 742442)
-- Name: awards_and_achievements_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_and_achievements_created_by_id_fk ON public.awards_and_achievements USING btree (created_by_id);
--
-- TOC entry 6246 (class 1259 OID 743071)
-- Name: awards_and_achievements_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_and_achievements_entity_fk ON public.awards_and_achievements_components USING btree (entity_id);
--
-- TOC entry 6247 (class 1259 OID 743069)
-- Name: awards_and_achievements_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_and_achievements_field_index ON public.awards_and_achievements_components USING btree (field);
--
-- TOC entry 6079 (class 1259 OID 742443)
-- Name: awards_and_achievements_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_and_achievements_updated_by_id_fk ON public.awards_and_achievements USING btree (updated_by_id);
--
-- TOC entry 7161 (class 1259 OID 1016764)
-- Name: awards_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_component_type_index ON public.awards_components USING btree (component_type);
--
-- TOC entry 6072 (class 1259 OID 742433)
-- Name: awards_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_created_by_id_fk ON public.awards USING btree (created_by_id);
--
-- TOC entry 7164 (class 1259 OID 1016765)
-- Name: awards_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_entity_fk ON public.awards_components USING btree (entity_id);
--
-- TOC entry 7165 (class 1259 OID 1016763)
-- Name: awards_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_field_index ON public.awards_components USING btree (field);
--
-- TOC entry 7362 (class 1259 OID 1124724)
-- Name: awards_school_collection_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_school_collection_links_fk ON public.awards_school_collection_links USING btree (award_id);
--
-- TOC entry 7363 (class 1259 OID 1124725)
-- Name: awards_school_collection_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_school_collection_links_inv_fk ON public.awards_school_collection_links USING btree (school_collection_id);
--
-- TOC entry 7364 (class 1259 OID 1124728)
-- Name: awards_school_collection_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_school_collection_links_order_inv_fk ON public.awards_school_collection_links USING btree (award_order);
--
-- TOC entry 6075 (class 1259 OID 742434)
-- Name: awards_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX awards_updated_by_id_fk ON public.awards USING btree (updated_by_id);
--
-- TOC entry 6803 (class 1259 OID 1387848)
-- Name: benefits_of_manipal_dubai_scholarships_pages_component_type_ind; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX benefits_of_manipal_dubai_scholarships_pages_component_type_ind ON public.benefits_of_manipal_dubai_scholarships_pages_components USING btree (component_type);
--
-- TOC entry 6799 (class 1259 OID 791534)
-- Name: benefits_of_manipal_dubai_scholarships_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX benefits_of_manipal_dubai_scholarships_pages_created_by_id_fk ON public.benefits_of_manipal_dubai_scholarships_pages USING btree (created_by_id);
--
-- TOC entry 6806 (class 1259 OID 791547)
-- Name: benefits_of_manipal_dubai_scholarships_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX benefits_of_manipal_dubai_scholarships_pages_entity_fk ON public.benefits_of_manipal_dubai_scholarships_pages_components USING btree (entity_id);
--
-- TOC entry 6807 (class 1259 OID 791545)
-- Name: benefits_of_manipal_dubai_scholarships_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX benefits_of_manipal_dubai_scholarships_pages_field_index ON public.benefits_of_manipal_dubai_scholarships_pages_components USING btree (field);
--
-- TOC entry 6802 (class 1259 OID 791535)
-- Name: benefits_of_manipal_dubai_scholarships_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX benefits_of_manipal_dubai_scholarships_pages_updated_by_id_fk ON public.benefits_of_manipal_dubai_scholarships_pages USING btree (updated_by_id);
--
-- TOC entry 6256 (class 1259 OID 743095)
-- Name: blog_listings_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blog_listings_component_type_index ON public.blog_listings_components USING btree (component_type);
--
-- TOC entry 6086 (class 1259 OID 742466)
-- Name: blog_listings_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blog_listings_created_by_id_fk ON public.blog_listings USING btree (created_by_id);
--
-- TOC entry 6259 (class 1259 OID 743096)
-- Name: blog_listings_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blog_listings_entity_fk ON public.blog_listings_components USING btree (entity_id);
--
-- TOC entry 6260 (class 1259 OID 743094)
-- Name: blog_listings_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blog_listings_field_index ON public.blog_listings_components USING btree (field);
--
-- TOC entry 6089 (class 1259 OID 742467)
-- Name: blog_listings_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blog_listings_updated_by_id_fk ON public.blog_listings USING btree (updated_by_id);
--
-- TOC entry 6250 (class 1259 OID 743081)
-- Name: blogs_category_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blogs_category_links_fk ON public.blogs_category_links USING btree (blog_id);
--
-- TOC entry 6251 (class 1259 OID 743082)
-- Name: blogs_category_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blogs_category_links_inv_fk ON public.blogs_category_links USING btree (category_id);
--
-- TOC entry 7168 (class 1259 OID 1016778)
-- Name: blogs_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blogs_component_type_index ON public.blogs_components USING btree (component_type);
--
-- TOC entry 6080 (class 1259 OID 742455)
-- Name: blogs_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blogs_created_by_id_fk ON public.blogs USING btree (created_by_id);
--
-- TOC entry 7171 (class 1259 OID 1016779)
-- Name: blogs_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blogs_entity_fk ON public.blogs_components USING btree (entity_id);
--
-- TOC entry 7172 (class 1259 OID 1016777)
-- Name: blogs_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blogs_field_index ON public.blogs_components USING btree (field);
--
-- TOC entry 6085 (class 1259 OID 742456)
-- Name: blogs_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX blogs_updated_by_id_fk ON public.blogs USING btree (updated_by_id);
--
-- TOC entry 6614 (class 1259 OID 783680)
-- Name: campus_lives_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX campus_lives_component_type_index ON public.campus_lives_components USING btree (component_type);
--
-- TOC entry 6523 (class 1259 OID 783363)
-- Name: campus_lives_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX campus_lives_created_by_id_fk ON public.campus_lives USING btree (created_by_id);
--
-- TOC entry 6617 (class 1259 OID 783681)
-- Name: campus_lives_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX campus_lives_entity_fk ON public.campus_lives_components USING btree (entity_id);
--
-- TOC entry 6618 (class 1259 OID 783678)
-- Name: campus_lives_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX campus_lives_field_index ON public.campus_lives_components USING btree (field);
--
-- TOC entry 6526 (class 1259 OID 783364)
-- Name: campus_lives_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX campus_lives_updated_by_id_fk ON public.campus_lives USING btree (updated_by_id);
--
-- TOC entry 6263 (class 1259 OID 743109)
-- Name: career_page_banners_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_page_banners_component_type_index ON public.career_page_banners_components USING btree (component_type);
--
-- TOC entry 6096 (class 1259 OID 742488)
-- Name: career_page_banners_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_page_banners_created_by_id_fk ON public.career_page_banners USING btree (created_by_id);
--
-- TOC entry 6266 (class 1259 OID 743110)
-- Name: career_page_banners_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_page_banners_entity_fk ON public.career_page_banners_components USING btree (entity_id);
--
-- TOC entry 6267 (class 1259 OID 743108)
-- Name: career_page_banners_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_page_banners_field_index ON public.career_page_banners_components USING btree (field);
--
-- TOC entry 6099 (class 1259 OID 742489)
-- Name: career_page_banners_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_page_banners_updated_by_id_fk ON public.career_page_banners USING btree (updated_by_id);
--
-- TOC entry 6877 (class 1259 OID 793995)
-- Name: career_services_centers_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_services_centers_component_type_index ON public.career_services_centers_components USING btree (component_type);
--
-- TOC entry 6845 (class 1259 OID 793881)
-- Name: career_services_centers_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_services_centers_created_by_id_fk ON public.career_services_centers USING btree (created_by_id);
--
-- TOC entry 6880 (class 1259 OID 793996)
-- Name: career_services_centers_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_services_centers_entity_fk ON public.career_services_centers_components USING btree (entity_id);
--
-- TOC entry 6881 (class 1259 OID 793994)
-- Name: career_services_centers_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_services_centers_field_index ON public.career_services_centers_components USING btree (field);
--
-- TOC entry 6848 (class 1259 OID 793882)
-- Name: career_services_centers_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX career_services_centers_updated_by_id_fk ON public.career_services_centers USING btree (updated_by_id);
--
-- TOC entry 7175 (class 1259 OID 1016792)
-- Name: careers_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX careers_component_type_index ON public.careers_components USING btree (component_type);
--
-- TOC entry 6090 (class 1259 OID 742479)
-- Name: careers_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX careers_created_by_id_fk ON public.careers USING btree (created_by_id);
--
-- TOC entry 7178 (class 1259 OID 1016793)
-- Name: careers_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX careers_entity_fk ON public.careers_components USING btree (entity_id);
--
-- TOC entry 7179 (class 1259 OID 1016791)
-- Name: careers_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX careers_field_index ON public.careers_components USING btree (field);
--
-- TOC entry 6095 (class 1259 OID 742480)
-- Name: careers_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX careers_updated_by_id_fk ON public.careers USING btree (updated_by_id);
--
-- TOC entry 7182 (class 1259 OID 1016806)
-- Name: categories_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX categories_component_type_index ON public.categories_components USING btree (component_type);
--
-- TOC entry 6100 (class 1259 OID 742497)
-- Name: categories_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX categories_created_by_id_fk ON public.categories USING btree (created_by_id);
--
-- TOC entry 7185 (class 1259 OID 1016807)
-- Name: categories_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX categories_entity_fk ON public.categories_components USING btree (entity_id);
--
-- TOC entry 7186 (class 1259 OID 1016805)
-- Name: categories_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX categories_field_index ON public.categories_components USING btree (field);
--
-- TOC entry 6103 (class 1259 OID 742498)
-- Name: categories_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX categories_updated_by_id_fk ON public.categories USING btree (updated_by_id);
--
-- TOC entry 6891 (class 1259 OID 794035)
-- Name: components_manipal_about_manipal_secs_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_about_manipal_secs_component_type_index ON public.components_manipal_about_manipal_secs_components USING btree (component_type);
--
-- TOC entry 6894 (class 1259 OID 794036)
-- Name: components_manipal_about_manipal_secs_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_about_manipal_secs_entity_fk ON public.components_manipal_about_manipal_secs_components USING btree (entity_id);
--
-- TOC entry 6895 (class 1259 OID 794034)
-- Name: components_manipal_about_manipal_secs_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_about_manipal_secs_field_index ON public.components_manipal_about_manipal_secs_components USING btree (field);
--
-- TOC entry 6325 (class 1259 OID 743408)
-- Name: components_manipal_academics_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_academics_component_type_index ON public.components_manipal_academics_components USING btree (component_type);
--
-- TOC entry 6328 (class 1259 OID 743409)
-- Name: components_manipal_academics_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_academics_entity_fk ON public.components_manipal_academics_components USING btree (entity_id);
--
-- TOC entry 6329 (class 1259 OID 743407)
-- Name: components_manipal_academics_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_academics_field_index ON public.components_manipal_academics_components USING btree (field);
--
-- TOC entry 6838 (class 1259 OID 793133)
-- Name: components_manipal_admission_areas_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_admission_areas_component_type_index ON public.components_manipal_admission_areas_components USING btree (component_type);
--
-- TOC entry 6841 (class 1259 OID 793134)
-- Name: components_manipal_admission_areas_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_admission_areas_entity_fk ON public.components_manipal_admission_areas_components USING btree (entity_id);
--
-- TOC entry 6842 (class 1259 OID 793132)
-- Name: components_manipal_admission_areas_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_admission_areas_field_index ON public.components_manipal_admission_areas_components USING btree (field);
--
-- TOC entry 6334 (class 1259 OID 1387984)
-- Name: components_manipal_awards_and_certification_secs_component_type; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_awards_and_certification_secs_component_type ON public.components_manipal_awards_and_certification_secs_components USING btree (component_type);
--
-- TOC entry 6335 (class 1259 OID 743423)
-- Name: components_manipal_awards_and_certification_secs_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_awards_and_certification_secs_entity_fk ON public.components_manipal_awards_and_certification_secs_components USING btree (entity_id);
--
-- TOC entry 6336 (class 1259 OID 743421)
-- Name: components_manipal_awards_and_certification_secs_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_awards_and_certification_secs_field_index ON public.components_manipal_awards_and_certification_secs_components USING btree (field);
--
-- TOC entry 6898 (class 1259 OID 1387987)
-- Name: components_manipal_campus_facts_and_figures_component_type_inde; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_campus_facts_and_figures_component_type_inde ON public.components_manipal_campus_facts_and_figures_components USING btree (component_type);
--
-- TOC entry 6901 (class 1259 OID 794050)
-- Name: components_manipal_campus_facts_and_figures_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_campus_facts_and_figures_entity_fk ON public.components_manipal_campus_facts_and_figures_components USING btree (entity_id);
--
-- TOC entry 6902 (class 1259 OID 794048)
-- Name: components_manipal_campus_facts_and_figures_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_campus_facts_and_figures_field_index ON public.components_manipal_campus_facts_and_figures_components USING btree (field);
--
-- TOC entry 7116 (class 1259 OID 964514)
-- Name: components_manipal_contact_us_sections_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_contact_us_sections_component_type_index ON public.components_manipal_contact_us_sections_components USING btree (component_type);
--
-- TOC entry 7119 (class 1259 OID 964515)
-- Name: components_manipal_contact_us_sections_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_contact_us_sections_entity_fk ON public.components_manipal_contact_us_sections_components USING btree (entity_id);
--
-- TOC entry 7120 (class 1259 OID 964513)
-- Name: components_manipal_contact_us_sections_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_contact_us_sections_field_index ON public.components_manipal_contact_us_sections_components USING btree (field);
--
-- TOC entry 6693 (class 1259 OID 1387992)
-- Name: components_manipal_double_text_with_img_addresses_component_typ; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_double_text_with_img_addresses_component_typ ON public.components_manipal_double_text_with_img_addresses_components USING btree (component_type);
--
-- TOC entry 6694 (class 1259 OID 783835)
-- Name: components_manipal_double_text_with_img_addresses_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_double_text_with_img_addresses_entity_fk ON public.components_manipal_double_text_with_img_addresses_components USING btree (entity_id);
--
-- TOC entry 6695 (class 1259 OID 783833)
-- Name: components_manipal_double_text_with_img_addresses_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_double_text_with_img_addresses_field_index ON public.components_manipal_double_text_with_img_addresses_components USING btree (field);
--
-- TOC entry 7305 (class 1259 OID 1067375)
-- Name: components_manipal_general_infos_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_general_infos_component_type_index ON public.components_manipal_general_infos_components USING btree (component_type);
--
-- TOC entry 7308 (class 1259 OID 1067376)
-- Name: components_manipal_general_infos_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_general_infos_entity_fk ON public.components_manipal_general_infos_components USING btree (entity_id);
--
-- TOC entry 7309 (class 1259 OID 1067374)
-- Name: components_manipal_general_infos_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_general_infos_field_index ON public.components_manipal_general_infos_components USING btree (field);
--
-- TOC entry 6339 (class 1259 OID 743450)
-- Name: components_manipal_higher_education_secs_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_higher_education_secs_component_type_index ON public.components_manipal_higher_education_secs_components USING btree (component_type);
--
-- TOC entry 6342 (class 1259 OID 743451)
-- Name: components_manipal_higher_education_secs_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_higher_education_secs_entity_fk ON public.components_manipal_higher_education_secs_components USING btree (entity_id);
--
-- TOC entry 6343 (class 1259 OID 743449)
-- Name: components_manipal_higher_education_secs_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_higher_education_secs_field_index ON public.components_manipal_higher_education_secs_components USING btree (field);
--
-- TOC entry 7404 (class 1259 OID 1128939)
-- Name: components_manipal_home_banners_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_home_banners_component_type_index ON public.components_manipal_home_banners_components USING btree (component_type);
--
-- TOC entry 7407 (class 1259 OID 1128940)
-- Name: components_manipal_home_banners_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_home_banners_entity_fk ON public.components_manipal_home_banners_components USING btree (entity_id);
--
-- TOC entry 7408 (class 1259 OID 1128938)
-- Name: components_manipal_home_banners_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_home_banners_field_index ON public.components_manipal_home_banners_components USING btree (field);
--
-- TOC entry 7087 (class 1259 OID 957957)
-- Name: components_manipal_how_to_apply_sections_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_how_to_apply_sections_component_type_index ON public.components_manipal_how_to_apply_sections_components USING btree (component_type);
--
-- TOC entry 7090 (class 1259 OID 957958)
-- Name: components_manipal_how_to_apply_sections_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_how_to_apply_sections_entity_fk ON public.components_manipal_how_to_apply_sections_components USING btree (entity_id);
--
-- TOC entry 7091 (class 1259 OID 957956)
-- Name: components_manipal_how_to_apply_sections_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_how_to_apply_sections_field_index ON public.components_manipal_how_to_apply_sections_components USING btree (field);
--
-- TOC entry 7100 (class 1259 OID 1388003)
-- Name: components_manipal_international_student_sections_component_typ; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_international_student_sections_component_typ ON public.components_manipal_international_student_sections_components USING btree (component_type);
--
-- TOC entry 7101 (class 1259 OID 963111)
-- Name: components_manipal_international_student_sections_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_international_student_sections_entity_fk ON public.components_manipal_international_student_sections_components USING btree (entity_id);
--
-- TOC entry 7102 (class 1259 OID 963109)
-- Name: components_manipal_international_student_sections_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_international_student_sections_field_index ON public.components_manipal_international_student_sections_components USING btree (field);
--
-- TOC entry 6992 (class 1259 OID 808067)
-- Name: components_manipal_main_menu_components_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_main_menu_components_component_type_index ON public.components_manipal_main_menu_components_components USING btree (component_type);
--
-- TOC entry 6995 (class 1259 OID 808068)
-- Name: components_manipal_main_menu_components_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_main_menu_components_entity_fk ON public.components_manipal_main_menu_components_components USING btree (entity_id);
--
-- TOC entry 6996 (class 1259 OID 808066)
-- Name: components_manipal_main_menu_components_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_main_menu_components_field_index ON public.components_manipal_main_menu_components_components USING btree (field);
--
-- TOC entry 6501 (class 1259 OID 753066)
-- Name: components_manipal_open_days_points_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_open_days_points_component_type_index ON public.components_manipal_open_days_points_components USING btree (component_type);
--
-- TOC entry 6504 (class 1259 OID 753067)
-- Name: components_manipal_open_days_points_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_open_days_points_entity_fk ON public.components_manipal_open_days_points_components USING btree (entity_id);
--
-- TOC entry 6505 (class 1259 OID 753065)
-- Name: components_manipal_open_days_points_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_open_days_points_field_index ON public.components_manipal_open_days_points_components USING btree (field);
--
-- TOC entry 6698 (class 1259 OID 783848)
-- Name: components_manipal_our_process_components_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_our_process_components_component_type_index ON public.components_manipal_our_process_components_components USING btree (component_type);
--
-- TOC entry 6701 (class 1259 OID 783849)
-- Name: components_manipal_our_process_components_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_our_process_components_entity_fk ON public.components_manipal_our_process_components_components USING btree (entity_id);
--
-- TOC entry 6702 (class 1259 OID 783847)
-- Name: components_manipal_our_process_components_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_our_process_components_field_index ON public.components_manipal_our_process_components_components USING btree (field);
--
-- TOC entry 6905 (class 1259 OID 794063)
-- Name: components_manipal_partners_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_partners_component_type_index ON public.components_manipal_partners_components USING btree (component_type);
--
-- TOC entry 6908 (class 1259 OID 794064)
-- Name: components_manipal_partners_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_partners_entity_fk ON public.components_manipal_partners_components USING btree (entity_id);
--
-- TOC entry 6909 (class 1259 OID 794062)
-- Name: components_manipal_partners_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_partners_field_index ON public.components_manipal_partners_components USING btree (field);
--
-- TOC entry 7105 (class 1259 OID 963124)
-- Name: components_manipal_program_cards_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_program_cards_component_type_index ON public.components_manipal_program_cards_components USING btree (component_type);
--
-- TOC entry 7108 (class 1259 OID 963125)
-- Name: components_manipal_program_cards_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_program_cards_entity_fk ON public.components_manipal_program_cards_components USING btree (entity_id);
--
-- TOC entry 7109 (class 1259 OID 963123)
-- Name: components_manipal_program_cards_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_program_cards_field_index ON public.components_manipal_program_cards_components USING btree (field);
--
-- TOC entry 7060 (class 1259 OID 956957)
-- Name: components_manipal_program_course_details_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_program_course_details_component_type_index ON public.components_manipal_program_course_details_components USING btree (component_type);
--
-- TOC entry 7063 (class 1259 OID 956958)
-- Name: components_manipal_program_course_details_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_program_course_details_entity_fk ON public.components_manipal_program_course_details_components USING btree (entity_id);
--
-- TOC entry 7064 (class 1259 OID 956956)
-- Name: components_manipal_program_course_details_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_program_course_details_field_index ON public.components_manipal_program_course_details_components USING btree (field);
--
-- TOC entry 6346 (class 1259 OID 743464)
-- Name: components_manipal_publications_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_publications_component_type_index ON public.components_manipal_publications_components USING btree (component_type);
--
-- TOC entry 6349 (class 1259 OID 743465)
-- Name: components_manipal_publications_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_publications_entity_fk ON public.components_manipal_publications_components USING btree (entity_id);
--
-- TOC entry 6350 (class 1259 OID 743463)
-- Name: components_manipal_publications_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_publications_field_index ON public.components_manipal_publications_components USING btree (field);
--
-- TOC entry 6353 (class 1259 OID 743478)
-- Name: components_manipal_research_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_research_component_type_index ON public.components_manipal_research_components USING btree (component_type);
--
-- TOC entry 6356 (class 1259 OID 743479)
-- Name: components_manipal_research_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_research_entity_fk ON public.components_manipal_research_components USING btree (entity_id);
--
-- TOC entry 6357 (class 1259 OID 743477)
-- Name: components_manipal_research_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_research_field_index ON public.components_manipal_research_components USING btree (field);
--
-- TOC entry 7291 (class 1259 OID 1033021)
-- Name: components_manipal_social_medias_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_social_medias_component_type_index ON public.components_manipal_social_medias_components USING btree (component_type);
--
-- TOC entry 7294 (class 1259 OID 1033022)
-- Name: components_manipal_social_medias_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_social_medias_entity_fk ON public.components_manipal_social_medias_components USING btree (entity_id);
--
-- TOC entry 7295 (class 1259 OID 1033020)
-- Name: components_manipal_social_medias_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_social_medias_field_index ON public.components_manipal_social_medias_components USING btree (field);
--
-- TOC entry 7312 (class 1259 OID 1067389)
-- Name: components_manipal_testimonials_comments_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_testimonials_comments_component_type_index ON public.components_manipal_testimonials_comments_components USING btree (component_type);
--
-- TOC entry 7315 (class 1259 OID 1067390)
-- Name: components_manipal_testimonials_comments_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_testimonials_comments_entity_fk ON public.components_manipal_testimonials_comments_components USING btree (entity_id);
--
-- TOC entry 7316 (class 1259 OID 1067388)
-- Name: components_manipal_testimonials_comments_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_testimonials_comments_field_index ON public.components_manipal_testimonials_comments_components USING btree (field);
--
-- TOC entry 7067 (class 1259 OID 1388026)
-- Name: components_manipal_title_with_nested_richtexts_component_type_i; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_title_with_nested_richtexts_component_type_i ON public.components_manipal_title_with_nested_richtexts_components USING btree (component_type);
--
-- TOC entry 7070 (class 1259 OID 956972)
-- Name: components_manipal_title_with_nested_richtexts_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_title_with_nested_richtexts_entity_fk ON public.components_manipal_title_with_nested_richtexts_components USING btree (entity_id);
--
-- TOC entry 7071 (class 1259 OID 956970)
-- Name: components_manipal_title_with_nested_richtexts_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_title_with_nested_richtexts_field_index ON public.components_manipal_title_with_nested_richtexts_components USING btree (field);
--
-- TOC entry 6510 (class 1259 OID 1388029)
-- Name: components_manipal_visa_requirement_process_secs_component_type; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_visa_requirement_process_secs_component_type ON public.components_manipal_visa_requirement_process_secs_components USING btree (component_type);
--
-- TOC entry 6511 (class 1259 OID 753081)
-- Name: components_manipal_visa_requirement_process_secs_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_visa_requirement_process_secs_entity_fk ON public.components_manipal_visa_requirement_process_secs_components USING btree (entity_id);
--
-- TOC entry 6512 (class 1259 OID 753079)
-- Name: components_manipal_visa_requirement_process_secs_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_manipal_visa_requirement_process_secs_field_index ON public.components_manipal_visa_requirement_process_secs_components USING btree (field);
--
-- TOC entry 7430 (class 1259 OID 1367658)
-- Name: components_shared_admission_generals_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_admission_generals_component_type_index ON public.components_shared_admission_generals_components USING btree (component_type);
--
-- TOC entry 7433 (class 1259 OID 1367659)
-- Name: components_shared_admission_generals_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_admission_generals_entity_fk ON public.components_shared_admission_generals_components USING btree (entity_id);
--
-- TOC entry 7434 (class 1259 OID 1367657)
-- Name: components_shared_admission_generals_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_admission_generals_field_index ON public.components_shared_admission_generals_components USING btree (field);
--
-- TOC entry 7421 (class 1259 OID 1367204)
-- Name: components_shared_campus_lives_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_campus_lives_component_type_index ON public.components_shared_campus_lives_components USING btree (component_type);
--
-- TOC entry 7424 (class 1259 OID 1367205)
-- Name: components_shared_campus_lives_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_campus_lives_entity_fk ON public.components_shared_campus_lives_components USING btree (entity_id);
--
-- TOC entry 7425 (class 1259 OID 1367203)
-- Name: components_shared_campus_lives_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_campus_lives_field_index ON public.components_shared_campus_lives_components USING btree (field);
--
-- TOC entry 7448 (class 1259 OID 1371673)
-- Name: components_shared_career_services_centers_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_career_services_centers_component_type_index ON public.components_shared_career_services_centers_components USING btree (component_type);
--
-- TOC entry 7451 (class 1259 OID 1371674)
-- Name: components_shared_career_services_centers_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_career_services_centers_entity_fk ON public.components_shared_career_services_centers_components USING btree (entity_id);
--
-- TOC entry 7452 (class 1259 OID 1371672)
-- Name: components_shared_career_services_centers_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_career_services_centers_field_index ON public.components_shared_career_services_centers_components USING btree (field);
--
-- TOC entry 7133 (class 1259 OID 1015471)
-- Name: components_shared_seos_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_seos_component_type_index ON public.components_shared_seos_components USING btree (component_type);
--
-- TOC entry 7136 (class 1259 OID 1015472)
-- Name: components_shared_seos_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_seos_entity_fk ON public.components_shared_seos_components USING btree (entity_id);
--
-- TOC entry 7137 (class 1259 OID 1015470)
-- Name: components_shared_seos_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_seos_field_index ON public.components_shared_seos_components USING btree (field);
--
-- TOC entry 7439 (class 1259 OID 1369890)
-- Name: components_shared_student_services_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_student_services_component_type_index ON public.components_shared_student_services_components USING btree (component_type);
--
-- TOC entry 7442 (class 1259 OID 1369891)
-- Name: components_shared_student_services_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_student_services_entity_fk ON public.components_shared_student_services_components USING btree (entity_id);
--
-- TOC entry 7443 (class 1259 OID 1369889)
-- Name: components_shared_student_services_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_shared_student_services_field_index ON public.components_shared_student_services_components USING btree (field);
--
-- TOC entry 6360 (class 1259 OID 743492)
-- Name: components_table_tables_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_table_tables_component_type_index ON public.components_table_tables_components USING btree (component_type);
--
-- TOC entry 6363 (class 1259 OID 743493)
-- Name: components_table_tables_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_table_tables_entity_fk ON public.components_table_tables_components USING btree (entity_id);
--
-- TOC entry 6364 (class 1259 OID 743491)
-- Name: components_table_tables_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX components_table_tables_field_index ON public.components_table_tables_components USING btree (field);
--
-- TOC entry 6949 (class 1259 OID 799865)
-- Name: contact_us_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX contact_us_pages_component_type_index ON public.contact_us_pages_components USING btree (component_type);
--
-- TOC entry 6945 (class 1259 OID 799853)
-- Name: contact_us_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX contact_us_pages_created_by_id_fk ON public.contact_us_pages USING btree (created_by_id);
--
-- TOC entry 6952 (class 1259 OID 799866)
-- Name: contact_us_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX contact_us_pages_entity_fk ON public.contact_us_pages_components USING btree (entity_id);
--
-- TOC entry 6953 (class 1259 OID 799864)
-- Name: contact_us_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX contact_us_pages_field_index ON public.contact_us_pages_components USING btree (field);
--
-- TOC entry 6948 (class 1259 OID 799854)
-- Name: contact_us_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX contact_us_pages_updated_by_id_fk ON public.contact_us_pages USING btree (updated_by_id);
--
-- TOC entry 7343 (class 1259 OID 1123677)
-- Name: degrees_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX degrees_created_by_id_fk ON public.degrees USING btree (created_by_id);
--
-- TOC entry 7411 (class 1259 OID 1147324)
-- Name: degrees_programs_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX degrees_programs_links_fk ON public.degrees_programs_links USING btree (degree_id);
--
-- TOC entry 7412 (class 1259 OID 1147325)
-- Name: degrees_programs_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX degrees_programs_links_inv_fk ON public.degrees_programs_links USING btree (program_id);
--
-- TOC entry 7413 (class 1259 OID 1147328)
-- Name: degrees_programs_links_order_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX degrees_programs_links_order_fk ON public.degrees_programs_links USING btree (program_order);
--
-- TOC entry 7414 (class 1259 OID 1147329)
-- Name: degrees_programs_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX degrees_programs_links_order_inv_fk ON public.degrees_programs_links USING btree (degree_order);
--
-- TOC entry 7346 (class 1259 OID 1123678)
-- Name: degrees_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX degrees_updated_by_id_fk ON public.degrees USING btree (updated_by_id);
--
-- TOC entry 7189 (class 1259 OID 1016820)
-- Name: events_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_component_type_index ON public.events_components USING btree (component_type);
--
-- TOC entry 7033 (class 1259 OID 949024)
-- Name: events_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_created_by_id_fk ON public.events USING btree (created_by_id);
--
-- TOC entry 7192 (class 1259 OID 1016821)
-- Name: events_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_entity_fk ON public.events_components USING btree (entity_id);
--
-- TOC entry 7193 (class 1259 OID 1016819)
-- Name: events_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_field_index ON public.events_components USING btree (field);
--
-- TOC entry 7466 (class 1259 OID 1376888)
-- Name: events_news_events_category_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_news_events_category_links_fk ON public.events_news_events_category_links USING btree (event_id);
--
-- TOC entry 7467 (class 1259 OID 1376889)
-- Name: events_news_events_category_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_news_events_category_links_inv_fk ON public.events_news_events_category_links USING btree (news_events_category_id);
--
-- TOC entry 7468 (class 1259 OID 1384964)
-- Name: events_news_events_category_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_news_events_category_links_order_inv_fk ON public.events_news_events_category_links USING btree (event_order);
--
-- TOC entry 7024 (class 1259 OID 889468)
-- Name: events_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_pages_component_type_index ON public.events_pages_components USING btree (component_type);
--
-- TOC entry 7020 (class 1259 OID 889456)
-- Name: events_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_pages_created_by_id_fk ON public.events_pages USING btree (created_by_id);
--
-- TOC entry 7027 (class 1259 OID 889469)
-- Name: events_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_pages_entity_fk ON public.events_pages_components USING btree (entity_id);
--
-- TOC entry 7028 (class 1259 OID 889467)
-- Name: events_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_pages_field_index ON public.events_pages_components USING btree (field);
--
-- TOC entry 7023 (class 1259 OID 889457)
-- Name: events_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_pages_updated_by_id_fk ON public.events_pages USING btree (updated_by_id);
--
-- TOC entry 7369 (class 1259 OID 1124736)
-- Name: events_school_collection_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_school_collection_links_fk ON public.events_school_collection_links USING btree (event_id);
--
-- TOC entry 7370 (class 1259 OID 1124737)
-- Name: events_school_collection_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_school_collection_links_inv_fk ON public.events_school_collection_links USING btree (school_collection_id);
--
-- TOC entry 7371 (class 1259 OID 1124740)
-- Name: events_school_collection_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_school_collection_links_order_inv_fk ON public.events_school_collection_links USING btree (event_order);
--
-- TOC entry 7349 (class 1259 OID 1124387)
-- Name: events_school_type_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_school_type_links_fk ON public.events_school_type_links USING btree (event_id);
--
-- TOC entry 7350 (class 1259 OID 1124388)
-- Name: events_school_type_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_school_type_links_inv_fk ON public.events_school_type_links USING btree (school_id);
--
-- TOC entry 7351 (class 1259 OID 1384963)
-- Name: events_school_type_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_school_type_links_order_inv_fk ON public.events_school_type_links USING btree (event_order);
--
-- TOC entry 7038 (class 1259 OID 949025)
-- Name: events_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX events_updated_by_id_fk ON public.events USING btree (updated_by_id);
--
-- TOC entry 6621 (class 1259 OID 783694)
-- Name: facilities_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX facilities_pages_component_type_index ON public.facilities_pages_components USING btree (component_type);
--
-- TOC entry 6527 (class 1259 OID 783372)
-- Name: facilities_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX facilities_pages_created_by_id_fk ON public.facilities_pages USING btree (created_by_id);
--
-- TOC entry 6624 (class 1259 OID 783695)
-- Name: facilities_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX facilities_pages_entity_fk ON public.facilities_pages_components USING btree (entity_id);
--
-- TOC entry 6625 (class 1259 OID 783693)
-- Name: facilities_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX facilities_pages_field_index ON public.facilities_pages_components USING btree (field);
--
-- TOC entry 6530 (class 1259 OID 783373)
-- Name: facilities_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX facilities_pages_updated_by_id_fk ON public.facilities_pages USING btree (updated_by_id);
--
-- TOC entry 6270 (class 1259 OID 743123)
-- Name: faculties_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_component_type_index ON public.faculties_components USING btree (component_type);
--
-- TOC entry 6104 (class 1259 OID 742510)
-- Name: faculties_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_created_by_id_fk ON public.faculties USING btree (created_by_id);
--
-- TOC entry 6273 (class 1259 OID 743124)
-- Name: faculties_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_entity_fk ON public.faculties_components USING btree (entity_id);
--
-- TOC entry 6277 (class 1259 OID 743134)
-- Name: faculties_faculty_type_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_faculty_type_links_fk ON public.faculties_faculty_type_links USING btree (faculty_id);
--
-- TOC entry 6278 (class 1259 OID 743135)
-- Name: faculties_faculty_type_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_faculty_type_links_inv_fk ON public.faculties_faculty_type_links USING btree (faculty_type_id);
--
-- TOC entry 6274 (class 1259 OID 743122)
-- Name: faculties_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_field_index ON public.faculties_components USING btree (field);
--
-- TOC entry 7376 (class 1259 OID 1124748)
-- Name: faculties_school_collection_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_school_collection_links_fk ON public.faculties_school_collection_links USING btree (faculty_id);
--
-- TOC entry 7377 (class 1259 OID 1124749)
-- Name: faculties_school_collection_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_school_collection_links_inv_fk ON public.faculties_school_collection_links USING btree (school_collection_id);
--
-- TOC entry 7378 (class 1259 OID 1124752)
-- Name: faculties_school_collection_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_school_collection_links_order_inv_fk ON public.faculties_school_collection_links USING btree (faculty_order);
--
-- TOC entry 6109 (class 1259 OID 742511)
-- Name: faculties_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculties_updated_by_id_fk ON public.faculties USING btree (updated_by_id);
--
-- TOC entry 7196 (class 1259 OID 1016848)
-- Name: faculty_types_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculty_types_component_type_index ON public.faculty_types_components USING btree (component_type);
--
-- TOC entry 6110 (class 1259 OID 742521)
-- Name: faculty_types_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculty_types_created_by_id_fk ON public.faculty_types USING btree (created_by_id);
--
-- TOC entry 7199 (class 1259 OID 1016849)
-- Name: faculty_types_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculty_types_entity_fk ON public.faculty_types_components USING btree (entity_id);
--
-- TOC entry 7200 (class 1259 OID 1016847)
-- Name: faculty_types_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculty_types_field_index ON public.faculty_types_components USING btree (field);
--
-- TOC entry 6113 (class 1259 OID 742522)
-- Name: faculty_types_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faculty_types_updated_by_id_fk ON public.faculty_types USING btree (updated_by_id);
--
-- TOC entry 6397 (class 1259 OID 748877)
-- Name: faq_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faq_pages_component_type_index ON public.faq_pages_components USING btree (component_type);
--
-- TOC entry 6367 (class 1259 OID 748759)
-- Name: faq_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faq_pages_created_by_id_fk ON public.faq_pages USING btree (created_by_id);
--
-- TOC entry 6400 (class 1259 OID 748878)
-- Name: faq_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faq_pages_entity_fk ON public.faq_pages_components USING btree (entity_id);
--
-- TOC entry 6401 (class 1259 OID 748876)
-- Name: faq_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faq_pages_field_index ON public.faq_pages_components USING btree (field);
--
-- TOC entry 6370 (class 1259 OID 748760)
-- Name: faq_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX faq_pages_updated_by_id_fk ON public.faq_pages USING btree (updated_by_id);
--
-- TOC entry 6628 (class 1259 OID 783708)
-- Name: fee_and_funding_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fee_and_funding_pages_component_type_index ON public.fee_and_funding_pages_components USING btree (component_type);
--
-- TOC entry 6531 (class 1259 OID 783381)
-- Name: fee_and_funding_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fee_and_funding_pages_created_by_id_fk ON public.fee_and_funding_pages USING btree (created_by_id);
--
-- TOC entry 6631 (class 1259 OID 783709)
-- Name: fee_and_funding_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fee_and_funding_pages_entity_fk ON public.fee_and_funding_pages_components USING btree (entity_id);
--
-- TOC entry 6632 (class 1259 OID 783707)
-- Name: fee_and_funding_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fee_and_funding_pages_field_index ON public.fee_and_funding_pages_components USING btree (field);
--
-- TOC entry 6534 (class 1259 OID 783382)
-- Name: fee_and_funding_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fee_and_funding_pages_updated_by_id_fk ON public.fee_and_funding_pages USING btree (updated_by_id);
--
-- TOC entry 5949 (class 1259 OID 680700)
-- Name: files_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX files_created_by_id_fk ON public.files USING btree (created_by_id);
--
-- TOC entry 6025 (class 1259 OID 680849)
-- Name: files_folder_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX files_folder_links_fk ON public.files_folder_links USING btree (file_id);
--
-- TOC entry 6026 (class 1259 OID 680850)
-- Name: files_folder_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX files_folder_links_inv_fk ON public.files_folder_links USING btree (folder_id);
--
-- TOC entry 6027 (class 1259 OID 680853)
-- Name: files_folder_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX files_folder_links_order_inv_fk ON public.files_folder_links USING btree (file_order);
--
-- TOC entry 6020 (class 1259 OID 680839)
-- Name: files_related_morphs_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX files_related_morphs_fk ON public.files_related_morphs USING btree (file_id);
--
-- TOC entry 6021 (class 1259 OID 680841)
-- Name: files_related_morphs_id_column_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX files_related_morphs_id_column_index ON public.files_related_morphs USING btree (related_id);
--
-- TOC entry 6022 (class 1259 OID 680840)
-- Name: files_related_morphs_order_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX files_related_morphs_order_index ON public.files_related_morphs USING btree ("order");
--
-- TOC entry 5952 (class 1259 OID 680701)
-- Name: files_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX files_updated_by_id_fk ON public.files USING btree (updated_by_id);
--
-- TOC entry 6985 (class 1259 OID 808053)
-- Name: header_components_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX header_components_component_type_index ON public.header_components_components USING btree (component_type);
--
-- TOC entry 6977 (class 1259 OID 808023)
-- Name: header_components_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX header_components_created_by_id_fk ON public.header_components USING btree (created_by_id);
--
-- TOC entry 6988 (class 1259 OID 808054)
-- Name: header_components_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX header_components_entity_fk ON public.header_components_components USING btree (entity_id);
--
-- TOC entry 6989 (class 1259 OID 808052)
-- Name: header_components_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX header_components_field_index ON public.header_components_components USING btree (field);
--
-- TOC entry 6980 (class 1259 OID 808024)
-- Name: header_components_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX header_components_updated_by_id_fk ON public.header_components USING btree (updated_by_id);
--
-- TOC entry 6404 (class 1259 OID 748891)
-- Name: histories_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX histories_component_type_index ON public.histories_components USING btree (component_type);
--
-- TOC entry 6371 (class 1259 OID 748770)
-- Name: histories_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX histories_created_by_id_fk ON public.histories USING btree (created_by_id);
--
-- TOC entry 6407 (class 1259 OID 748892)
-- Name: histories_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX histories_entity_fk ON public.histories_components USING btree (entity_id);
--
-- TOC entry 6408 (class 1259 OID 748890)
-- Name: histories_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX histories_field_index ON public.histories_components USING btree (field);
--
-- TOC entry 6374 (class 1259 OID 748772)
-- Name: histories_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX histories_updated_by_id_fk ON public.histories USING btree (updated_by_id);
--
-- TOC entry 6968 (class 1259 OID 803920)
-- Name: home_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX home_pages_component_type_index ON public.home_pages_components USING btree (component_type);
--
-- TOC entry 6958 (class 1259 OID 803881)
-- Name: home_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX home_pages_created_by_id_fk ON public.home_pages USING btree (created_by_id);
--
-- TOC entry 6971 (class 1259 OID 803921)
-- Name: home_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX home_pages_entity_fk ON public.home_pages_components USING btree (entity_id);
--
-- TOC entry 6972 (class 1259 OID 803919)
-- Name: home_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX home_pages_field_index ON public.home_pages_components USING btree (field);
--
-- TOC entry 6961 (class 1259 OID 803882)
-- Name: home_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX home_pages_updated_by_id_fk ON public.home_pages USING btree (updated_by_id);
--
-- TOC entry 6635 (class 1259 OID 783722)
-- Name: how_to_apply_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX how_to_apply_pages_component_type_index ON public.how_to_apply_pages_components USING btree (component_type);
--
-- TOC entry 6535 (class 1259 OID 783392)
-- Name: how_to_apply_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX how_to_apply_pages_created_by_id_fk ON public.how_to_apply_pages USING btree (created_by_id);
--
-- TOC entry 6638 (class 1259 OID 783723)
-- Name: how_to_apply_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX how_to_apply_pages_entity_fk ON public.how_to_apply_pages_components USING btree (entity_id);
--
-- TOC entry 6639 (class 1259 OID 783721)
-- Name: how_to_apply_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX how_to_apply_pages_field_index ON public.how_to_apply_pages_components USING btree (field);
--
-- TOC entry 6538 (class 1259 OID 783393)
-- Name: how_to_apply_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX how_to_apply_pages_updated_by_id_fk ON public.how_to_apply_pages USING btree (updated_by_id);
--
-- TOC entry 5975 (class 1259 OID 680748)
-- Name: i18n_locale_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX i18n_locale_created_by_id_fk ON public.i18n_locale USING btree (created_by_id);
--
-- TOC entry 5978 (class 1259 OID 680749)
-- Name: i18n_locale_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX i18n_locale_updated_by_id_fk ON public.i18n_locale USING btree (updated_by_id);
--
-- TOC entry 7334 (class 1259 OID 1077988)
-- Name: innovation_incubation_pages_administrations_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX innovation_incubation_pages_administrations_links_fk ON public.innovation_incubation_pages_administrations_links USING btree (innovation_incubation_page_id);
--
-- TOC entry 7335 (class 1259 OID 1077989)
-- Name: innovation_incubation_pages_administrations_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX innovation_incubation_pages_administrations_links_inv_fk ON public.innovation_incubation_pages_administrations_links USING btree (administration_id);
--
-- TOC entry 7336 (class 1259 OID 1077992)
-- Name: innovation_incubation_pages_administrations_links_order_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX innovation_incubation_pages_administrations_links_order_fk ON public.innovation_incubation_pages_administrations_links USING btree (administration_order);
--
-- TOC entry 7325 (class 1259 OID 1071123)
-- Name: innovation_incubation_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX innovation_incubation_pages_component_type_index ON public.innovation_incubation_pages_components USING btree (component_type);
--
-- TOC entry 7321 (class 1259 OID 1071111)
-- Name: innovation_incubation_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX innovation_incubation_pages_created_by_id_fk ON public.innovation_incubation_pages USING btree (created_by_id);
--
-- TOC entry 7328 (class 1259 OID 1071124)
-- Name: innovation_incubation_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX innovation_incubation_pages_entity_fk ON public.innovation_incubation_pages_components USING btree (entity_id);
--
-- TOC entry 7329 (class 1259 OID 1071122)
-- Name: innovation_incubation_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX innovation_incubation_pages_field_index ON public.innovation_incubation_pages_components USING btree (field);
--
-- TOC entry 7324 (class 1259 OID 1071112)
-- Name: innovation_incubation_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX innovation_incubation_pages_updated_by_id_fk ON public.innovation_incubation_pages USING btree (updated_by_id);
--
-- TOC entry 6642 (class 1259 OID 783736)
-- Name: international_admissions_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_admissions_component_type_index ON public.international_admissions_components USING btree (component_type);
--
-- TOC entry 6539 (class 1259 OID 783401)
-- Name: international_admissions_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_admissions_created_by_id_fk ON public.international_admissions USING btree (created_by_id);
--
-- TOC entry 6645 (class 1259 OID 783737)
-- Name: international_admissions_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_admissions_entity_fk ON public.international_admissions_components USING btree (entity_id);
--
-- TOC entry 6646 (class 1259 OID 783735)
-- Name: international_admissions_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_admissions_field_index ON public.international_admissions_components USING btree (field);
--
-- TOC entry 6542 (class 1259 OID 783402)
-- Name: international_admissions_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_admissions_updated_by_id_fk ON public.international_admissions USING btree (updated_by_id);
--
-- TOC entry 6283 (class 1259 OID 743190)
-- Name: international_collaborations_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_collaborations_component_type_index ON public.international_collaborations_components USING btree (component_type);
--
-- TOC entry 6114 (class 1259 OID 742561)
-- Name: international_collaborations_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_collaborations_created_by_id_fk ON public.international_collaborations USING btree (created_by_id);
--
-- TOC entry 6286 (class 1259 OID 743191)
-- Name: international_collaborations_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_collaborations_entity_fk ON public.international_collaborations_components USING btree (entity_id);
--
-- TOC entry 6287 (class 1259 OID 743189)
-- Name: international_collaborations_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_collaborations_field_index ON public.international_collaborations_components USING btree (field);
--
-- TOC entry 6117 (class 1259 OID 742562)
-- Name: international_collaborations_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_collaborations_updated_by_id_fk ON public.international_collaborations USING btree (updated_by_id);
--
-- TOC entry 6916 (class 1259 OID 798282)
-- Name: international_student_orientation_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_orientation_pages_component_type_index ON public.international_student_orientation_pages_components USING btree (component_type);
--
-- TOC entry 6912 (class 1259 OID 798270)
-- Name: international_student_orientation_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_orientation_pages_created_by_id_fk ON public.international_student_orientation_pages USING btree (created_by_id);
--
-- TOC entry 6919 (class 1259 OID 798283)
-- Name: international_student_orientation_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_orientation_pages_entity_fk ON public.international_student_orientation_pages_components USING btree (entity_id);
--
-- TOC entry 6920 (class 1259 OID 798281)
-- Name: international_student_orientation_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_orientation_pages_field_index ON public.international_student_orientation_pages_components USING btree (field);
--
-- TOC entry 6915 (class 1259 OID 798271)
-- Name: international_student_orientation_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_orientation_pages_updated_by_id_fk ON public.international_student_orientation_pages USING btree (updated_by_id);
--
-- TOC entry 6927 (class 1259 OID 798772)
-- Name: international_student_scholarship_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_scholarship_pages_component_type_index ON public.international_student_scholarship_pages_components USING btree (component_type);
--
-- TOC entry 6923 (class 1259 OID 798760)
-- Name: international_student_scholarship_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_scholarship_pages_created_by_id_fk ON public.international_student_scholarship_pages USING btree (created_by_id);
--
-- TOC entry 6930 (class 1259 OID 798773)
-- Name: international_student_scholarship_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_scholarship_pages_entity_fk ON public.international_student_scholarship_pages_components USING btree (entity_id);
--
-- TOC entry 6931 (class 1259 OID 798771)
-- Name: international_student_scholarship_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_scholarship_pages_field_index ON public.international_student_scholarship_pages_components USING btree (field);
--
-- TOC entry 6926 (class 1259 OID 798761)
-- Name: international_student_scholarship_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_student_scholarship_pages_updated_by_id_fk ON public.international_student_scholarship_pages USING btree (updated_by_id);
--
-- TOC entry 7298 (class 1259 OID 1042490)
-- Name: international_students_about_dubais_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_about_dubais_component_type_index ON public.international_students_about_dubais_components USING btree (component_type);
--
-- TOC entry 6443 (class 1259 OID 752872)
-- Name: international_students_about_dubais_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_about_dubais_created_by_id_fk ON public.international_students_about_dubais USING btree (created_by_id);
--
-- TOC entry 7301 (class 1259 OID 1042491)
-- Name: international_students_about_dubais_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_about_dubais_entity_fk ON public.international_students_about_dubais_components USING btree (entity_id);
--
-- TOC entry 7302 (class 1259 OID 1042489)
-- Name: international_students_about_dubais_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_about_dubais_field_index ON public.international_students_about_dubais_components USING btree (field);
--
-- TOC entry 6446 (class 1259 OID 752873)
-- Name: international_students_about_dubais_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_about_dubais_updated_by_id_fk ON public.international_students_about_dubais USING btree (updated_by_id);
--
-- TOC entry 6473 (class 1259 OID 752996)
-- Name: international_students_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_component_type_index ON public.international_students_components USING btree (component_type);
--
-- TOC entry 6439 (class 1259 OID 752861)
-- Name: international_students_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_created_by_id_fk ON public.international_students USING btree (created_by_id);
--
-- TOC entry 6476 (class 1259 OID 752997)
-- Name: international_students_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_entity_fk ON public.international_students_components USING btree (entity_id);
--
-- TOC entry 6477 (class 1259 OID 752995)
-- Name: international_students_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_field_index ON public.international_students_components USING btree (field);
--
-- TOC entry 7007 (class 1259 OID 820325)
-- Name: international_students_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_pages_component_type_index ON public.international_students_pages_components USING btree (component_type);
--
-- TOC entry 6999 (class 1259 OID 820295)
-- Name: international_students_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_pages_created_by_id_fk ON public.international_students_pages USING btree (created_by_id);
--
-- TOC entry 7010 (class 1259 OID 820326)
-- Name: international_students_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_pages_entity_fk ON public.international_students_pages_components USING btree (entity_id);
--
-- TOC entry 7011 (class 1259 OID 820324)
-- Name: international_students_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_pages_field_index ON public.international_students_pages_components USING btree (field);
--
-- TOC entry 7002 (class 1259 OID 820296)
-- Name: international_students_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_pages_updated_by_id_fk ON public.international_students_pages USING btree (updated_by_id);
--
-- TOC entry 6442 (class 1259 OID 752862)
-- Name: international_students_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_updated_by_id_fk ON public.international_students USING btree (updated_by_id);
--
-- TOC entry 6480 (class 1259 OID 753024)
-- Name: international_students_visa_requirements_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_visa_requirements_component_type_index ON public.international_students_visa_requirements_components USING btree (component_type);
--
-- TOC entry 6447 (class 1259 OID 752894)
-- Name: international_students_visa_requirements_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_visa_requirements_created_by_id_fk ON public.international_students_visa_requirements USING btree (created_by_id);
--
-- TOC entry 6483 (class 1259 OID 753025)
-- Name: international_students_visa_requirements_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_visa_requirements_entity_fk ON public.international_students_visa_requirements_components USING btree (entity_id);
--
-- TOC entry 6484 (class 1259 OID 753023)
-- Name: international_students_visa_requirements_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_visa_requirements_field_index ON public.international_students_visa_requirements_components USING btree (field);
--
-- TOC entry 6450 (class 1259 OID 752895)
-- Name: international_students_visa_requirements_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX international_students_visa_requirements_updated_by_id_fk ON public.international_students_visa_requirements USING btree (updated_by_id);
--
-- TOC entry 7203 (class 1259 OID 1016862)
-- Name: leaderships_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX leaderships_component_type_index ON public.leaderships_components USING btree (component_type);
--
-- TOC entry 6118 (class 1259 OID 742572)
-- Name: leaderships_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX leaderships_created_by_id_fk ON public.leaderships USING btree (created_by_id);
--
-- TOC entry 7206 (class 1259 OID 1016863)
-- Name: leaderships_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX leaderships_entity_fk ON public.leaderships_components USING btree (entity_id);
--
-- TOC entry 7207 (class 1259 OID 1016861)
-- Name: leaderships_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX leaderships_field_index ON public.leaderships_components USING btree (field);
--
-- TOC entry 6123 (class 1259 OID 742573)
-- Name: leaderships_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX leaderships_updated_by_id_fk ON public.leaderships USING btree (updated_by_id);
--
-- TOC entry 6411 (class 1259 OID 748919)
-- Name: manipal_jai_pur_universities_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX manipal_jai_pur_universities_component_type_index ON public.manipal_jai_pur_universities_components USING btree (component_type);
--
-- TOC entry 6375 (class 1259 OID 748791)
-- Name: manipal_jai_pur_universities_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX manipal_jai_pur_universities_created_by_id_fk ON public.manipal_jai_pur_universities USING btree (created_by_id);
--
-- TOC entry 6414 (class 1259 OID 748920)
-- Name: manipal_jai_pur_universities_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX manipal_jai_pur_universities_entity_fk ON public.manipal_jai_pur_universities_components USING btree (entity_id);
--
-- TOC entry 6415 (class 1259 OID 748918)
-- Name: manipal_jai_pur_universities_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX manipal_jai_pur_universities_field_index ON public.manipal_jai_pur_universities_components USING btree (field);
--
-- TOC entry 6378 (class 1259 OID 748792)
-- Name: manipal_jai_pur_universities_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX manipal_jai_pur_universities_updated_by_id_fk ON public.manipal_jai_pur_universities USING btree (updated_by_id);
--
-- TOC entry 7210 (class 1259 OID 1016890)
-- Name: news_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_component_type_index ON public.news_components USING btree (component_type);
--
-- TOC entry 6128 (class 1259 OID 742634)
-- Name: news_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_created_by_id_fk ON public.news USING btree (created_by_id);
--
-- TOC entry 6418 (class 1259 OID 748933)
-- Name: news_detail_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_detail_pages_component_type_index ON public.news_detail_pages_components USING btree (component_type);
--
-- TOC entry 6379 (class 1259 OID 748800)
-- Name: news_detail_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_detail_pages_created_by_id_fk ON public.news_detail_pages USING btree (created_by_id);
--
-- TOC entry 6421 (class 1259 OID 748934)
-- Name: news_detail_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_detail_pages_entity_fk ON public.news_detail_pages_components USING btree (entity_id);
--
-- TOC entry 6422 (class 1259 OID 748932)
-- Name: news_detail_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_detail_pages_field_index ON public.news_detail_pages_components USING btree (field);
--
-- TOC entry 6382 (class 1259 OID 748801)
-- Name: news_detail_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_detail_pages_updated_by_id_fk ON public.news_detail_pages USING btree (updated_by_id);
--
-- TOC entry 7213 (class 1259 OID 1016891)
-- Name: news_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_entity_fk ON public.news_components USING btree (entity_id);
--
-- TOC entry 7459 (class 1259 OID 1376646)
-- Name: news_events_categories_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_events_categories_component_type_index ON public.news_events_categories_components USING btree (component_type);
--
-- TOC entry 7455 (class 1259 OID 1376634)
-- Name: news_events_categories_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_events_categories_created_by_id_fk ON public.news_events_categories USING btree (created_by_id);
--
-- TOC entry 7462 (class 1259 OID 1376647)
-- Name: news_events_categories_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_events_categories_entity_fk ON public.news_events_categories_components USING btree (entity_id);
--
-- TOC entry 7463 (class 1259 OID 1376645)
-- Name: news_events_categories_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_events_categories_field_index ON public.news_events_categories_components USING btree (field);
--
-- TOC entry 7458 (class 1259 OID 1376635)
-- Name: news_events_categories_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_events_categories_updated_by_id_fk ON public.news_events_categories USING btree (updated_by_id);
--
-- TOC entry 7214 (class 1259 OID 1016889)
-- Name: news_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_field_index ON public.news_components USING btree (field);
--
-- TOC entry 6290 (class 1259 OID 743246)
-- Name: news_mains_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_mains_component_type_index ON public.news_mains_components USING btree (component_type);
--
-- TOC entry 6124 (class 1259 OID 742621)
-- Name: news_mains_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_mains_created_by_id_fk ON public.news_mains USING btree (created_by_id);
--
-- TOC entry 6293 (class 1259 OID 743247)
-- Name: news_mains_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_mains_entity_fk ON public.news_mains_components USING btree (entity_id);
--
-- TOC entry 6294 (class 1259 OID 743245)
-- Name: news_mains_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_mains_field_index ON public.news_mains_components USING btree (field);
--
-- TOC entry 6127 (class 1259 OID 742622)
-- Name: news_mains_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_mains_updated_by_id_fk ON public.news_mains USING btree (updated_by_id);
--
-- TOC entry 7473 (class 1259 OID 1377135)
-- Name: news_news_events_category_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_news_events_category_links_fk ON public.news_news_events_category_links USING btree (news_single_id);
--
-- TOC entry 7474 (class 1259 OID 1377136)
-- Name: news_news_events_category_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_news_events_category_links_inv_fk ON public.news_news_events_category_links USING btree (news_events_category_id);
--
-- TOC entry 7475 (class 1259 OID 1387917)
-- Name: news_news_events_category_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_news_events_category_links_order_inv_fk ON public.news_news_events_category_links USING btree (news_single_order);
--
-- TOC entry 7383 (class 1259 OID 1124760)
-- Name: news_school_collection_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_school_collection_links_fk ON public.news_school_collection_links USING btree (news_single_id);
--
-- TOC entry 7384 (class 1259 OID 1124761)
-- Name: news_school_collection_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_school_collection_links_inv_fk ON public.news_school_collection_links USING btree (school_collection_id);
--
-- TOC entry 7385 (class 1259 OID 1124764)
-- Name: news_school_collection_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_school_collection_links_order_inv_fk ON public.news_school_collection_links USING btree (news_single_order);
--
-- TOC entry 6133 (class 1259 OID 742635)
-- Name: news_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX news_updated_by_id_fk ON public.news USING btree (updated_by_id);
--
-- TOC entry 6487 (class 1259 OID 753038)
-- Name: open_days_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX open_days_component_type_index ON public.open_days_components USING btree (component_type);
--
-- TOC entry 6451 (class 1259 OID 752905)
-- Name: open_days_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX open_days_created_by_id_fk ON public.open_days USING btree (created_by_id);
--
-- TOC entry 6490 (class 1259 OID 753039)
-- Name: open_days_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX open_days_entity_fk ON public.open_days_components USING btree (entity_id);
--
-- TOC entry 6491 (class 1259 OID 753037)
-- Name: open_days_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX open_days_field_index ON public.open_days_components USING btree (field);
--
-- TOC entry 6454 (class 1259 OID 752906)
-- Name: open_days_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX open_days_updated_by_id_fk ON public.open_days USING btree (updated_by_id);
--
-- TOC entry 6884 (class 1259 OID 794021)
-- Name: our_campuses_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_campuses_component_type_index ON public.our_campuses_components USING btree (component_type);
--
-- TOC entry 6849 (class 1259 OID 793892)
-- Name: our_campuses_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_campuses_created_by_id_fk ON public.our_campuses USING btree (created_by_id);
--
-- TOC entry 6887 (class 1259 OID 794022)
-- Name: our_campuses_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_campuses_entity_fk ON public.our_campuses_components USING btree (entity_id);
--
-- TOC entry 6888 (class 1259 OID 794020)
-- Name: our_campuses_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_campuses_field_index ON public.our_campuses_components USING btree (field);
--
-- TOC entry 6852 (class 1259 OID 793893)
-- Name: our_campuses_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_campuses_updated_by_id_fk ON public.our_campuses USING btree (updated_by_id);
--
-- TOC entry 6494 (class 1259 OID 753052)
-- Name: our_faculties_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_faculties_component_type_index ON public.our_faculties_components USING btree (component_type);
--
-- TOC entry 6455 (class 1259 OID 752914)
-- Name: our_faculties_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_faculties_created_by_id_fk ON public.our_faculties USING btree (created_by_id);
--
-- TOC entry 6497 (class 1259 OID 753053)
-- Name: our_faculties_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_faculties_entity_fk ON public.our_faculties_components USING btree (entity_id);
--
-- TOC entry 6498 (class 1259 OID 753051)
-- Name: our_faculties_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_faculties_field_index ON public.our_faculties_components USING btree (field);
--
-- TOC entry 6458 (class 1259 OID 752915)
-- Name: our_faculties_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX our_faculties_updated_by_id_fk ON public.our_faculties USING btree (updated_by_id);
--
-- TOC entry 6649 (class 1259 OID 783750)
-- Name: policies_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX policies_component_type_index ON public.policies_components USING btree (component_type);
--
-- TOC entry 6543 (class 1259 OID 783412)
-- Name: policies_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX policies_created_by_id_fk ON public.policies USING btree (created_by_id);
--
-- TOC entry 6652 (class 1259 OID 783751)
-- Name: policies_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX policies_entity_fk ON public.policies_components USING btree (entity_id);
--
-- TOC entry 6653 (class 1259 OID 783749)
-- Name: policies_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX policies_field_index ON public.policies_components USING btree (field);
--
-- TOC entry 6546 (class 1259 OID 783413)
-- Name: policies_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX policies_updated_by_id_fk ON public.policies USING btree (updated_by_id);
--
-- TOC entry 6656 (class 1259 OID 783764)
-- Name: privacy_policies_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX privacy_policies_component_type_index ON public.privacy_policies_components USING btree (component_type);
--
-- TOC entry 6134 (class 1259 OID 742656)
-- Name: privacy_policies_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX privacy_policies_created_by_id_fk ON public.privacy_policies USING btree (created_by_id);
--
-- TOC entry 6659 (class 1259 OID 783765)
-- Name: privacy_policies_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX privacy_policies_entity_fk ON public.privacy_policies_components USING btree (entity_id);
--
-- TOC entry 6660 (class 1259 OID 783763)
-- Name: privacy_policies_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX privacy_policies_field_index ON public.privacy_policies_components USING btree (field);
--
-- TOC entry 6139 (class 1259 OID 742657)
-- Name: privacy_policies_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX privacy_policies_updated_by_id_fk ON public.privacy_policies USING btree (updated_by_id);
--
-- TOC entry 7080 (class 1259 OID 957943)
-- Name: program_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX program_pages_component_type_index ON public.program_pages_components USING btree (component_type);
--
-- TOC entry 7074 (class 1259 OID 957922)
-- Name: program_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX program_pages_created_by_id_fk ON public.program_pages USING btree (created_by_id);
--
-- TOC entry 7083 (class 1259 OID 957944)
-- Name: program_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX program_pages_entity_fk ON public.program_pages_components USING btree (entity_id);
--
-- TOC entry 7084 (class 1259 OID 957942)
-- Name: program_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX program_pages_field_index ON public.program_pages_components USING btree (field);
--
-- TOC entry 7077 (class 1259 OID 957923)
-- Name: program_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX program_pages_updated_by_id_fk ON public.program_pages USING btree (updated_by_id);
--
-- TOC entry 7053 (class 1259 OID 956943)
-- Name: programs_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX programs_component_type_index ON public.programs_components USING btree (component_type);
--
-- TOC entry 7041 (class 1259 OID 956908)
-- Name: programs_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX programs_created_by_id_fk ON public.programs USING btree (created_by_id);
--
-- TOC entry 7056 (class 1259 OID 956944)
-- Name: programs_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX programs_entity_fk ON public.programs_components USING btree (entity_id);
--
-- TOC entry 7057 (class 1259 OID 956942)
-- Name: programs_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX programs_field_index ON public.programs_components USING btree (field);
--
-- TOC entry 7390 (class 1259 OID 1124772)
-- Name: programs_school_collection_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX programs_school_collection_links_fk ON public.programs_school_collection_links USING btree (program_id);
--
-- TOC entry 7391 (class 1259 OID 1124773)
-- Name: programs_school_collection_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX programs_school_collection_links_inv_fk ON public.programs_school_collection_links USING btree (school_collection_id);
--
-- TOC entry 7392 (class 1259 OID 1124776)
-- Name: programs_school_collection_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX programs_school_collection_links_order_inv_fk ON public.programs_school_collection_links USING btree (program_order);
--
-- TOC entry 7046 (class 1259 OID 956909)
-- Name: programs_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX programs_updated_by_id_fk ON public.programs USING btree (updated_by_id);
--
-- TOC entry 6425 (class 1259 OID 748961)
-- Name: ranking_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX ranking_pages_component_type_index ON public.ranking_pages_components USING btree (component_type);
--
-- TOC entry 6383 (class 1259 OID 748820)
-- Name: ranking_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX ranking_pages_created_by_id_fk ON public.ranking_pages USING btree (created_by_id);
--
-- TOC entry 6428 (class 1259 OID 748962)
-- Name: ranking_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX ranking_pages_entity_fk ON public.ranking_pages_components USING btree (entity_id);
--
-- TOC entry 6429 (class 1259 OID 748960)
-- Name: ranking_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX ranking_pages_field_index ON public.ranking_pages_components USING btree (field);
--
-- TOC entry 6386 (class 1259 OID 748821)
-- Name: ranking_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX ranking_pages_updated_by_id_fk ON public.ranking_pages USING btree (updated_by_id);
--
-- TOC entry 6297 (class 1259 OID 743299)
-- Name: recognitions_and_accreditations_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX recognitions_and_accreditations_component_type_index ON public.recognitions_and_accreditations_components USING btree (component_type);
--
-- TOC entry 6140 (class 1259 OID 742674)
-- Name: recognitions_and_accreditations_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX recognitions_and_accreditations_created_by_id_fk ON public.recognitions_and_accreditations USING btree (created_by_id);
--
-- TOC entry 6300 (class 1259 OID 743300)
-- Name: recognitions_and_accreditations_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX recognitions_and_accreditations_entity_fk ON public.recognitions_and_accreditations_components USING btree (entity_id);
--
-- TOC entry 6301 (class 1259 OID 743298)
-- Name: recognitions_and_accreditations_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX recognitions_and_accreditations_field_index ON public.recognitions_and_accreditations_components USING btree (field);
--
-- TOC entry 6143 (class 1259 OID 742675)
-- Name: recognitions_and_accreditations_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX recognitions_and_accreditations_updated_by_id_fk ON public.recognitions_and_accreditations USING btree (updated_by_id);
--
-- TOC entry 6709 (class 1259 OID 785416)
-- Name: research_at_dubai_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_at_dubai_pages_component_type_index ON public.research_at_dubai_pages_components USING btree (component_type);
--
-- TOC entry 6705 (class 1259 OID 785404)
-- Name: research_at_dubai_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_at_dubai_pages_created_by_id_fk ON public.research_at_dubai_pages USING btree (created_by_id);
--
-- TOC entry 6712 (class 1259 OID 785417)
-- Name: research_at_dubai_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_at_dubai_pages_entity_fk ON public.research_at_dubai_pages_components USING btree (entity_id);
--
-- TOC entry 6713 (class 1259 OID 785415)
-- Name: research_at_dubai_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_at_dubai_pages_field_index ON public.research_at_dubai_pages_components USING btree (field);
--
-- TOC entry 6708 (class 1259 OID 785405)
-- Name: research_at_dubai_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_at_dubai_pages_updated_by_id_fk ON public.research_at_dubai_pages USING btree (updated_by_id);
--
-- TOC entry 6753 (class 1259 OID 786603)
-- Name: research_awards_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_awards_pages_component_type_index ON public.research_awards_pages_components USING btree (component_type);
--
-- TOC entry 6749 (class 1259 OID 786591)
-- Name: research_awards_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_awards_pages_created_by_id_fk ON public.research_awards_pages USING btree (created_by_id);
--
-- TOC entry 6756 (class 1259 OID 786604)
-- Name: research_awards_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_awards_pages_entity_fk ON public.research_awards_pages_components USING btree (entity_id);
--
-- TOC entry 6757 (class 1259 OID 786602)
-- Name: research_awards_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_awards_pages_field_index ON public.research_awards_pages_components USING btree (field);
--
-- TOC entry 6752 (class 1259 OID 786592)
-- Name: research_awards_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_awards_pages_updated_by_id_fk ON public.research_awards_pages USING btree (updated_by_id);
--
-- TOC entry 6742 (class 1259 OID 786331)
-- Name: research_collaboration_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_collaboration_pages_component_type_index ON public.research_collaboration_pages_components USING btree (component_type);
--
-- TOC entry 6738 (class 1259 OID 786319)
-- Name: research_collaboration_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_collaboration_pages_created_by_id_fk ON public.research_collaboration_pages USING btree (created_by_id);
--
-- TOC entry 6745 (class 1259 OID 786332)
-- Name: research_collaboration_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_collaboration_pages_entity_fk ON public.research_collaboration_pages_components USING btree (entity_id);
--
-- TOC entry 6746 (class 1259 OID 786330)
-- Name: research_collaboration_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_collaboration_pages_field_index ON public.research_collaboration_pages_components USING btree (field);
--
-- TOC entry 6741 (class 1259 OID 786320)
-- Name: research_collaboration_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_collaboration_pages_updated_by_id_fk ON public.research_collaboration_pages USING btree (updated_by_id);
--
-- TOC entry 6311 (class 1259 OID 743338)
-- Name: research_committe_lists_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committe_lists_component_type_index ON public.research_committe_lists_components USING btree (component_type);
--
-- TOC entry 6150 (class 1259 OID 742694)
-- Name: research_committe_lists_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committe_lists_created_by_id_fk ON public.research_committe_lists USING btree (created_by_id);
--
-- TOC entry 6314 (class 1259 OID 743339)
-- Name: research_committe_lists_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committe_lists_entity_fk ON public.research_committe_lists_components USING btree (entity_id);
--
-- TOC entry 6315 (class 1259 OID 743337)
-- Name: research_committe_lists_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committe_lists_field_index ON public.research_committe_lists_components USING btree (field);
--
-- TOC entry 6153 (class 1259 OID 742695)
-- Name: research_committe_lists_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committe_lists_updated_by_id_fk ON public.research_committe_lists USING btree (updated_by_id);
--
-- TOC entry 7277 (class 1259 OID 1024630)
-- Name: research_committee_types_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committee_types_created_by_id_fk ON public.research_committee_types USING btree (created_by_id);
--
-- TOC entry 7280 (class 1259 OID 1024631)
-- Name: research_committee_types_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committee_types_updated_by_id_fk ON public.research_committee_types USING btree (updated_by_id);
--
-- TOC entry 6304 (class 1259 OID 743313)
-- Name: research_committes_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committes_component_type_index ON public.research_committes_components USING btree (component_type);
--
-- TOC entry 6144 (class 1259 OID 742685)
-- Name: research_committes_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committes_created_by_id_fk ON public.research_committes USING btree (created_by_id);
--
-- TOC entry 6307 (class 1259 OID 743314)
-- Name: research_committes_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committes_entity_fk ON public.research_committes_components USING btree (entity_id);
--
-- TOC entry 6308 (class 1259 OID 743312)
-- Name: research_committes_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committes_field_index ON public.research_committes_components USING btree (field);
--
-- TOC entry 7281 (class 1259 OID 1024858)
-- Name: research_committes_research_committee_type_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committes_research_committee_type_links_fk ON public.research_committes_research_committee_type_links USING btree (research_committe_id);
--
-- TOC entry 7282 (class 1259 OID 1024859)
-- Name: research_committes_research_committee_type_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committes_research_committee_type_links_inv_fk ON public.research_committes_research_committee_type_links USING btree (research_committee_type_id);
--
-- TOC entry 6149 (class 1259 OID 742686)
-- Name: research_committes_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_committes_updated_by_id_fk ON public.research_committes USING btree (updated_by_id);
--
-- TOC entry 6720 (class 1259 OID 786025)
-- Name: research_guide_line_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_guide_line_pages_component_type_index ON public.research_guide_line_pages_components USING btree (component_type);
--
-- TOC entry 6716 (class 1259 OID 786013)
-- Name: research_guide_line_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_guide_line_pages_created_by_id_fk ON public.research_guide_line_pages USING btree (created_by_id);
--
-- TOC entry 6723 (class 1259 OID 786026)
-- Name: research_guide_line_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_guide_line_pages_entity_fk ON public.research_guide_line_pages_components USING btree (entity_id);
--
-- TOC entry 6724 (class 1259 OID 786024)
-- Name: research_guide_line_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_guide_line_pages_field_index ON public.research_guide_line_pages_components USING btree (field);
--
-- TOC entry 6719 (class 1259 OID 786014)
-- Name: research_guide_line_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_guide_line_pages_updated_by_id_fk ON public.research_guide_line_pages USING btree (updated_by_id);
--
-- TOC entry 6318 (class 1259 OID 743352)
-- Name: research_mains_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_mains_component_type_index ON public.research_mains_components USING btree (component_type);
--
-- TOC entry 6154 (class 1259 OID 742703)
-- Name: research_mains_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_mains_created_by_id_fk ON public.research_mains USING btree (created_by_id);
--
-- TOC entry 6321 (class 1259 OID 743353)
-- Name: research_mains_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_mains_entity_fk ON public.research_mains_components USING btree (entity_id);
--
-- TOC entry 6322 (class 1259 OID 743351)
-- Name: research_mains_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_mains_field_index ON public.research_mains_components USING btree (field);
--
-- TOC entry 6157 (class 1259 OID 742704)
-- Name: research_mains_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_mains_updated_by_id_fk ON public.research_mains USING btree (updated_by_id);
--
-- TOC entry 6731 (class 1259 OID 786181)
-- Name: research_publication_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_publication_pages_component_type_index ON public.research_publication_pages_components USING btree (component_type);
--
-- TOC entry 6727 (class 1259 OID 786169)
-- Name: research_publication_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_publication_pages_created_by_id_fk ON public.research_publication_pages USING btree (created_by_id);
--
-- TOC entry 6734 (class 1259 OID 786182)
-- Name: research_publication_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_publication_pages_entity_fk ON public.research_publication_pages_components USING btree (entity_id);
--
-- TOC entry 6735 (class 1259 OID 786180)
-- Name: research_publication_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_publication_pages_field_index ON public.research_publication_pages_components USING btree (field);
--
-- TOC entry 6730 (class 1259 OID 786170)
-- Name: research_publication_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_publication_pages_updated_by_id_fk ON public.research_publication_pages USING btree (updated_by_id);
--
-- TOC entry 6764 (class 1259 OID 786876)
-- Name: research_strategy_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_strategy_pages_component_type_index ON public.research_strategy_pages_components USING btree (component_type);
--
-- TOC entry 6760 (class 1259 OID 786864)
-- Name: research_strategy_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_strategy_pages_created_by_id_fk ON public.research_strategy_pages USING btree (created_by_id);
--
-- TOC entry 6767 (class 1259 OID 786877)
-- Name: research_strategy_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_strategy_pages_entity_fk ON public.research_strategy_pages_components USING btree (entity_id);
--
-- TOC entry 6768 (class 1259 OID 786875)
-- Name: research_strategy_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_strategy_pages_field_index ON public.research_strategy_pages_components USING btree (field);
--
-- TOC entry 6763 (class 1259 OID 786865)
-- Name: research_strategy_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX research_strategy_pages_updated_by_id_fk ON public.research_strategy_pages USING btree (updated_by_id);
--
-- TOC entry 7397 (class 1259 OID 1124787)
-- Name: school_collections_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX school_collections_component_type_index ON public.school_collections_components USING btree (component_type);
--
-- TOC entry 7356 (class 1259 OID 1124715)
-- Name: school_collections_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX school_collections_created_by_id_fk ON public.school_collections USING btree (created_by_id);
--
-- TOC entry 7400 (class 1259 OID 1124788)
-- Name: school_collections_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX school_collections_entity_fk ON public.school_collections_components USING btree (entity_id);
--
-- TOC entry 7401 (class 1259 OID 1124786)
-- Name: school_collections_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX school_collections_field_index ON public.school_collections_components USING btree (field);
--
-- TOC entry 7361 (class 1259 OID 1124716)
-- Name: school_collections_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX school_collections_updated_by_id_fk ON public.school_collections USING btree (updated_by_id);
--
-- TOC entry 7217 (class 1259 OID 1016904)
-- Name: schools_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX schools_component_type_index ON public.schools_components USING btree (component_type);
--
-- TOC entry 7125 (class 1259 OID 1010464)
-- Name: schools_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX schools_created_by_id_fk ON public.schools USING btree (created_by_id);
--
-- TOC entry 7220 (class 1259 OID 1016905)
-- Name: schools_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX schools_entity_fk ON public.schools_components USING btree (entity_id);
--
-- TOC entry 7221 (class 1259 OID 1016903)
-- Name: schools_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX schools_field_index ON public.schools_components USING btree (field);
--
-- TOC entry 7128 (class 1259 OID 1010465)
-- Name: schools_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX schools_updated_by_id_fk ON public.schools USING btree (updated_by_id);
--
-- TOC entry 5937 (class 1259 OID 680663)
-- Name: strapi_api_token_permissions_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_api_token_permissions_created_by_id_fk ON public.strapi_api_token_permissions USING btree (created_by_id);
--
-- TOC entry 6006 (class 1259 OID 680813)
-- Name: strapi_api_token_permissions_token_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_api_token_permissions_token_links_fk ON public.strapi_api_token_permissions_token_links USING btree (api_token_permission_id);
--
-- TOC entry 6007 (class 1259 OID 680814)
-- Name: strapi_api_token_permissions_token_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_api_token_permissions_token_links_inv_fk ON public.strapi_api_token_permissions_token_links USING btree (api_token_id);
--
-- TOC entry 6008 (class 1259 OID 680817)
-- Name: strapi_api_token_permissions_token_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_api_token_permissions_token_links_order_inv_fk ON public.strapi_api_token_permissions_token_links USING btree (api_token_permission_order);
--
-- TOC entry 5940 (class 1259 OID 680664)
-- Name: strapi_api_token_permissions_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_api_token_permissions_updated_by_id_fk ON public.strapi_api_token_permissions USING btree (updated_by_id);
--
-- TOC entry 5933 (class 1259 OID 680654)
-- Name: strapi_api_tokens_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_api_tokens_created_by_id_fk ON public.strapi_api_tokens USING btree (created_by_id);
--
-- TOC entry 5936 (class 1259 OID 680655)
-- Name: strapi_api_tokens_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_api_tokens_updated_by_id_fk ON public.strapi_api_tokens USING btree (updated_by_id);
--
-- TOC entry 5971 (class 1259 OID 680737)
-- Name: strapi_release_actions_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_release_actions_created_by_id_fk ON public.strapi_release_actions USING btree (created_by_id);
--
-- TOC entry 6039 (class 1259 OID 680873)
-- Name: strapi_release_actions_release_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_release_actions_release_links_fk ON public.strapi_release_actions_release_links USING btree (release_action_id);
--
-- TOC entry 6040 (class 1259 OID 680874)
-- Name: strapi_release_actions_release_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_release_actions_release_links_inv_fk ON public.strapi_release_actions_release_links USING btree (release_id);
--
-- TOC entry 6041 (class 1259 OID 680877)
-- Name: strapi_release_actions_release_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_release_actions_release_links_order_inv_fk ON public.strapi_release_actions_release_links USING btree (release_action_order);
--
-- TOC entry 5974 (class 1259 OID 680738)
-- Name: strapi_release_actions_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_release_actions_updated_by_id_fk ON public.strapi_release_actions USING btree (updated_by_id);
--
-- TOC entry 5967 (class 1259 OID 680726)
-- Name: strapi_releases_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_releases_created_by_id_fk ON public.strapi_releases USING btree (created_by_id);
--
-- TOC entry 5970 (class 1259 OID 680727)
-- Name: strapi_releases_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_releases_updated_by_id_fk ON public.strapi_releases USING btree (updated_by_id);
--
-- TOC entry 5945 (class 1259 OID 680683)
-- Name: strapi_transfer_token_permissions_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_transfer_token_permissions_created_by_id_fk ON public.strapi_transfer_token_permissions USING btree (created_by_id);
--
-- TOC entry 6013 (class 1259 OID 680825)
-- Name: strapi_transfer_token_permissions_token_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_transfer_token_permissions_token_links_fk ON public.strapi_transfer_token_permissions_token_links USING btree (transfer_token_permission_id);
--
-- TOC entry 6014 (class 1259 OID 680826)
-- Name: strapi_transfer_token_permissions_token_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_transfer_token_permissions_token_links_inv_fk ON public.strapi_transfer_token_permissions_token_links USING btree (transfer_token_id);
--
-- TOC entry 6015 (class 1259 OID 680829)
-- Name: strapi_transfer_token_permissions_token_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_transfer_token_permissions_token_links_order_inv_fk ON public.strapi_transfer_token_permissions_token_links USING btree (transfer_token_permission_order);
--
-- TOC entry 5948 (class 1259 OID 680684)
-- Name: strapi_transfer_token_permissions_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_transfer_token_permissions_updated_by_id_fk ON public.strapi_transfer_token_permissions USING btree (updated_by_id);
--
-- TOC entry 5941 (class 1259 OID 680674)
-- Name: strapi_transfer_tokens_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_transfer_tokens_created_by_id_fk ON public.strapi_transfer_tokens USING btree (created_by_id);
--
-- TOC entry 5944 (class 1259 OID 680675)
-- Name: strapi_transfer_tokens_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX strapi_transfer_tokens_updated_by_id_fk ON public.strapi_transfer_tokens USING btree (updated_by_id);
--
-- TOC entry 6432 (class 1259 OID 748975)
-- Name: student_policy_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_policy_pages_component_type_index ON public.student_policy_pages_components USING btree (component_type);
--
-- TOC entry 6387 (class 1259 OID 748829)
-- Name: student_policy_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_policy_pages_created_by_id_fk ON public.student_policy_pages USING btree (created_by_id);
--
-- TOC entry 6435 (class 1259 OID 748976)
-- Name: student_policy_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_policy_pages_entity_fk ON public.student_policy_pages_components USING btree (entity_id);
--
-- TOC entry 6436 (class 1259 OID 748974)
-- Name: student_policy_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_policy_pages_field_index ON public.student_policy_pages_components USING btree (field);
--
-- TOC entry 6390 (class 1259 OID 748830)
-- Name: student_policy_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_policy_pages_updated_by_id_fk ON public.student_policy_pages USING btree (updated_by_id);
--
-- TOC entry 6663 (class 1259 OID 783778)
-- Name: student_services_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_services_component_type_index ON public.student_services_components USING btree (component_type);
--
-- TOC entry 6547 (class 1259 OID 783423)
-- Name: student_services_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_services_created_by_id_fk ON public.student_services USING btree (created_by_id);
--
-- TOC entry 6666 (class 1259 OID 783779)
-- Name: student_services_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_services_entity_fk ON public.student_services_components USING btree (entity_id);
--
-- TOC entry 6667 (class 1259 OID 783777)
-- Name: student_services_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_services_field_index ON public.student_services_components USING btree (field);
--
-- TOC entry 6550 (class 1259 OID 783424)
-- Name: student_services_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX student_services_updated_by_id_fk ON public.student_services USING btree (updated_by_id);
--
-- TOC entry 7224 (class 1259 OID 1016918)
-- Name: success_stories_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX success_stories_component_type_index ON public.success_stories_components USING btree (component_type);
--
-- TOC entry 6853 (class 1259 OID 793905)
-- Name: success_stories_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX success_stories_created_by_id_fk ON public.success_stories USING btree (created_by_id);
--
-- TOC entry 7227 (class 1259 OID 1016919)
-- Name: success_stories_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX success_stories_entity_fk ON public.success_stories_components USING btree (entity_id);
--
-- TOC entry 7228 (class 1259 OID 1016917)
-- Name: success_stories_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX success_stories_field_index ON public.success_stories_components USING btree (field);
--
-- TOC entry 6858 (class 1259 OID 793906)
-- Name: success_stories_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX success_stories_updated_by_id_fk ON public.success_stories USING btree (updated_by_id);
--
-- TOC entry 6670 (class 1259 OID 783792)
-- Name: sustainabilities_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX sustainabilities_component_type_index ON public.sustainabilities_components USING btree (component_type);
--
-- TOC entry 6551 (class 1259 OID 783434)
-- Name: sustainabilities_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX sustainabilities_created_by_id_fk ON public.sustainabilities USING btree (created_by_id);
--
-- TOC entry 6673 (class 1259 OID 783793)
-- Name: sustainabilities_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX sustainabilities_entity_fk ON public.sustainabilities_components USING btree (entity_id);
--
-- TOC entry 6674 (class 1259 OID 783791)
-- Name: sustainabilities_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX sustainabilities_field_index ON public.sustainabilities_components USING btree (field);
--
-- TOC entry 6554 (class 1259 OID 783435)
-- Name: sustainabilities_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX sustainabilities_updated_by_id_fk ON public.sustainabilities USING btree (updated_by_id);
--
-- TOC entry 6677 (class 1259 OID 783806)
-- Name: terms_and_conditions_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX terms_and_conditions_component_type_index ON public.terms_and_conditions_components USING btree (component_type);
--
-- TOC entry 6158 (class 1259 OID 742747)
-- Name: terms_and_conditions_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX terms_and_conditions_created_by_id_fk ON public.terms_and_conditions USING btree (created_by_id);
--
-- TOC entry 6680 (class 1259 OID 783807)
-- Name: terms_and_conditions_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX terms_and_conditions_entity_fk ON public.terms_and_conditions_components USING btree (entity_id);
--
-- TOC entry 6681 (class 1259 OID 783805)
-- Name: terms_and_conditions_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX terms_and_conditions_field_index ON public.terms_and_conditions_components USING btree (field);
--
-- TOC entry 6163 (class 1259 OID 742748)
-- Name: terms_and_conditions_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX terms_and_conditions_updated_by_id_fk ON public.terms_and_conditions USING btree (updated_by_id);
--
-- TOC entry 7231 (class 1259 OID 1016932)
-- Name: universities_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX universities_component_type_index ON public.universities_components USING btree (component_type);
--
-- TOC entry 6391 (class 1259 OID 748840)
-- Name: universities_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX universities_created_by_id_fk ON public.universities USING btree (created_by_id);
--
-- TOC entry 7234 (class 1259 OID 1016933)
-- Name: universities_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX universities_entity_fk ON public.universities_components USING btree (entity_id);
--
-- TOC entry 7235 (class 1259 OID 1016931)
-- Name: universities_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX universities_field_index ON public.universities_components USING btree (field);
--
-- TOC entry 6396 (class 1259 OID 748841)
-- Name: universities_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX universities_updated_by_id_fk ON public.universities USING btree (updated_by_id);
--
-- TOC entry 5979 (class 1259 OID 680757)
-- Name: up_permissions_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_permissions_created_by_id_fk ON public.up_permissions USING btree (created_by_id);
--
-- TOC entry 6046 (class 1259 OID 680885)
-- Name: up_permissions_role_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_permissions_role_links_fk ON public.up_permissions_role_links USING btree (permission_id);
--
-- TOC entry 6047 (class 1259 OID 680886)
-- Name: up_permissions_role_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_permissions_role_links_inv_fk ON public.up_permissions_role_links USING btree (role_id);
--
-- TOC entry 6048 (class 1259 OID 680889)
-- Name: up_permissions_role_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_permissions_role_links_order_inv_fk ON public.up_permissions_role_links USING btree (permission_order);
--
-- TOC entry 5982 (class 1259 OID 680758)
-- Name: up_permissions_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_permissions_updated_by_id_fk ON public.up_permissions USING btree (updated_by_id);
--
-- TOC entry 5983 (class 1259 OID 680768)
-- Name: up_roles_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_roles_created_by_id_fk ON public.up_roles USING btree (created_by_id);
--
-- TOC entry 5986 (class 1259 OID 680769)
-- Name: up_roles_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_roles_updated_by_id_fk ON public.up_roles USING btree (updated_by_id);
--
-- TOC entry 5987 (class 1259 OID 680779)
-- Name: up_users_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_users_created_by_id_fk ON public.up_users USING btree (created_by_id);
--
-- TOC entry 6053 (class 1259 OID 680897)
-- Name: up_users_role_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_users_role_links_fk ON public.up_users_role_links USING btree (user_id);
--
-- TOC entry 6054 (class 1259 OID 680898)
-- Name: up_users_role_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_users_role_links_inv_fk ON public.up_users_role_links USING btree (role_id);
--
-- TOC entry 6055 (class 1259 OID 680901)
-- Name: up_users_role_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_users_role_links_order_inv_fk ON public.up_users_role_links USING btree (user_order);
--
-- TOC entry 5990 (class 1259 OID 680780)
-- Name: up_users_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX up_users_updated_by_id_fk ON public.up_users USING btree (updated_by_id);
--
-- TOC entry 5953 (class 1259 OID 680695)
-- Name: upload_files_created_at_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_files_created_at_index ON public.files USING btree (created_at);
--
-- TOC entry 5954 (class 1259 OID 680699)
-- Name: upload_files_ext_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_files_ext_index ON public.files USING btree (ext);
--
-- TOC entry 5955 (class 1259 OID 680694)
-- Name: upload_files_folder_path_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_files_folder_path_index ON public.files USING btree (folder_path);
--
-- TOC entry 5956 (class 1259 OID 680697)
-- Name: upload_files_name_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_files_name_index ON public.files USING btree (name);
--
-- TOC entry 5957 (class 1259 OID 680698)
-- Name: upload_files_size_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_files_size_index ON public.files USING btree (size);
--
-- TOC entry 5958 (class 1259 OID 680696)
-- Name: upload_files_updated_at_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_files_updated_at_index ON public.files USING btree (updated_at);
--
-- TOC entry 5959 (class 1259 OID 680715)
-- Name: upload_folders_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_folders_created_by_id_fk ON public.upload_folders USING btree (created_by_id);
--
-- TOC entry 6032 (class 1259 OID 680861)
-- Name: upload_folders_parent_links_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_folders_parent_links_fk ON public.upload_folders_parent_links USING btree (folder_id);
--
-- TOC entry 6033 (class 1259 OID 680862)
-- Name: upload_folders_parent_links_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_folders_parent_links_inv_fk ON public.upload_folders_parent_links USING btree (inv_folder_id);
--
-- TOC entry 6034 (class 1259 OID 680865)
-- Name: upload_folders_parent_links_order_inv_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_folders_parent_links_order_inv_fk ON public.upload_folders_parent_links USING btree (folder_order);
--
-- TOC entry 5966 (class 1259 OID 680716)
-- Name: upload_folders_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX upload_folders_updated_by_id_fk ON public.upload_folders USING btree (updated_by_id);
--
-- TOC entry 6814 (class 1259 OID 792208)
-- Name: why_dubai_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX why_dubai_pages_component_type_index ON public.why_dubai_pages_components USING btree (component_type);
--
-- TOC entry 6810 (class 1259 OID 792196)
-- Name: why_dubai_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX why_dubai_pages_created_by_id_fk ON public.why_dubai_pages USING btree (created_by_id);
--
-- TOC entry 6817 (class 1259 OID 792209)
-- Name: why_dubai_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX why_dubai_pages_entity_fk ON public.why_dubai_pages_components USING btree (entity_id);
--
-- TOC entry 6818 (class 1259 OID 792207)
-- Name: why_dubai_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX why_dubai_pages_field_index ON public.why_dubai_pages_components USING btree (field);
--
-- TOC entry 6813 (class 1259 OID 792197)
-- Name: why_dubai_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX why_dubai_pages_updated_by_id_fk ON public.why_dubai_pages USING btree (updated_by_id);
--
-- TOC entry 6684 (class 1259 OID 783820)
-- Name: winter_camp_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX winter_camp_pages_component_type_index ON public.winter_camp_pages_components USING btree (component_type);
--
-- TOC entry 6555 (class 1259 OID 783445)
-- Name: winter_camp_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX winter_camp_pages_created_by_id_fk ON public.winter_camp_pages USING btree (created_by_id);
--
-- TOC entry 6687 (class 1259 OID 783821)
-- Name: winter_camp_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX winter_camp_pages_entity_fk ON public.winter_camp_pages_components USING btree (entity_id);
--
-- TOC entry 6688 (class 1259 OID 783819)
-- Name: winter_camp_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX winter_camp_pages_field_index ON public.winter_camp_pages_components USING btree (field);
--
-- TOC entry 6558 (class 1259 OID 783446)
-- Name: winter_camp_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX winter_camp_pages_updated_by_id_fk ON public.winter_camp_pages USING btree (updated_by_id);
--
-- TOC entry 6938 (class 1259 OID 799651)
-- Name: world_wide_pages_component_type_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX world_wide_pages_component_type_index ON public.world_wide_pages_components USING btree (component_type);
--
-- TOC entry 6934 (class 1259 OID 799639)
-- Name: world_wide_pages_created_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX world_wide_pages_created_by_id_fk ON public.world_wide_pages USING btree (created_by_id);
--
-- TOC entry 6941 (class 1259 OID 799652)
-- Name: world_wide_pages_entity_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX world_wide_pages_entity_fk ON public.world_wide_pages_components USING btree (entity_id);
--
-- TOC entry 6942 (class 1259 OID 799650)
-- Name: world_wide_pages_field_index; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX world_wide_pages_field_index ON public.world_wide_pages_components USING btree (field);
--
-- TOC entry 6937 (class 1259 OID 799640)
-- Name: world_wide_pages_updated_by_id_fk; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX world_wide_pages_updated_by_id_fk ON public.world_wide_pages USING btree (updated_by_id);
--
-- TOC entry 7775 (class 2606 OID 1018736)
-- Name: about_us_pages_administrations_links about_us_pages_administrations_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_administrations_links
ADD CONSTRAINT about_us_pages_administrations_links_fk FOREIGN KEY (about_us_page_id) REFERENCES public.about_us_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7776 (class 2606 OID 1018741)
-- Name: about_us_pages_administrations_links about_us_pages_administrations_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_administrations_links
ADD CONSTRAINT about_us_pages_administrations_links_inv_fk FOREIGN KEY (administration_id) REFERENCES public.administrations(id) ON DELETE CASCADE;
--
-- TOC entry 7773 (class 2606 OID 1018726)
-- Name: about_us_pages_awards_links about_us_pages_awards_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_awards_links
ADD CONSTRAINT about_us_pages_awards_links_fk FOREIGN KEY (about_us_page_id) REFERENCES public.about_us_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7774 (class 2606 OID 1018731)
-- Name: about_us_pages_awards_links about_us_pages_awards_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_awards_links
ADD CONSTRAINT about_us_pages_awards_links_inv_fk FOREIGN KEY (award_id) REFERENCES public.awards(id) ON DELETE CASCADE;
--
-- TOC entry 7686 (class 2606 OID 790629)
-- Name: about_us_pages about_us_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages
ADD CONSTRAINT about_us_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7688 (class 2606 OID 790639)
-- Name: about_us_pages_components about_us_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_components
ADD CONSTRAINT about_us_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.about_us_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7769 (class 2606 OID 1018706)
-- Name: about_us_pages_leaderships_links about_us_pages_leaderships_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_leaderships_links
ADD CONSTRAINT about_us_pages_leaderships_links_fk FOREIGN KEY (about_us_page_id) REFERENCES public.about_us_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7770 (class 2606 OID 1018711)
-- Name: about_us_pages_leaderships_links about_us_pages_leaderships_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_leaderships_links
ADD CONSTRAINT about_us_pages_leaderships_links_inv_fk FOREIGN KEY (leadership_id) REFERENCES public.leaderships(id) ON DELETE CASCADE;
--
-- TOC entry 7771 (class 2606 OID 1018716)
-- Name: about_us_pages_universities_links about_us_pages_universities_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_universities_links
ADD CONSTRAINT about_us_pages_universities_links_fk FOREIGN KEY (about_us_page_id) REFERENCES public.about_us_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7772 (class 2606 OID 1018721)
-- Name: about_us_pages_universities_links about_us_pages_universities_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages_universities_links
ADD CONSTRAINT about_us_pages_universities_links_inv_fk FOREIGN KEY (university_id) REFERENCES public.universities(id) ON DELETE CASCADE;
--
-- TOC entry 7687 (class 2606 OID 790634)
-- Name: about_us_pages about_us_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.about_us_pages
ADD CONSTRAINT about_us_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7480 (class 2606 OID 680902)
-- Name: admin_permissions admin_permissions_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions
ADD CONSTRAINT admin_permissions_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7510 (class 2606 OID 681052)
-- Name: admin_permissions_role_links admin_permissions_role_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions_role_links
ADD CONSTRAINT admin_permissions_role_links_fk FOREIGN KEY (permission_id) REFERENCES public.admin_permissions(id) ON DELETE CASCADE;
--
-- TOC entry 7511 (class 2606 OID 681057)
-- Name: admin_permissions_role_links admin_permissions_role_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions_role_links
ADD CONSTRAINT admin_permissions_role_links_inv_fk FOREIGN KEY (role_id) REFERENCES public.admin_roles(id) ON DELETE CASCADE;
--
-- TOC entry 7481 (class 2606 OID 680907)
-- Name: admin_permissions admin_permissions_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_permissions
ADD CONSTRAINT admin_permissions_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7484 (class 2606 OID 680922)
-- Name: admin_roles admin_roles_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_roles
ADD CONSTRAINT admin_roles_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7485 (class 2606 OID 680927)
-- Name: admin_roles admin_roles_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_roles
ADD CONSTRAINT admin_roles_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7482 (class 2606 OID 680912)
-- Name: admin_users admin_users_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users
ADD CONSTRAINT admin_users_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7512 (class 2606 OID 681062)
-- Name: admin_users_roles_links admin_users_roles_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users_roles_links
ADD CONSTRAINT admin_users_roles_links_fk FOREIGN KEY (user_id) REFERENCES public.admin_users(id) ON DELETE CASCADE;
--
-- TOC entry 7513 (class 2606 OID 681067)
-- Name: admin_users_roles_links admin_users_roles_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users_roles_links
ADD CONSTRAINT admin_users_roles_links_inv_fk FOREIGN KEY (role_id) REFERENCES public.admin_roles(id) ON DELETE CASCADE;
--
-- TOC entry 7483 (class 2606 OID 680917)
-- Name: admin_users admin_users_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admin_users
ADD CONSTRAINT admin_users_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7531 (class 2606 OID 743506)
-- Name: administration_categories administration_categories_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_categories
ADD CONSTRAINT administration_categories_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7756 (class 2606 OID 1016936)
-- Name: administration_categories_components administration_categories_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_categories_components
ADD CONSTRAINT administration_categories_entity_fk FOREIGN KEY (entity_id) REFERENCES public.administration_categories(id) ON DELETE CASCADE;
--
-- TOC entry 7532 (class 2606 OID 743511)
-- Name: administration_categories administration_categories_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_categories
ADD CONSTRAINT administration_categories_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7533 (class 2606 OID 743516)
-- Name: administration_pages administration_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_pages
ADD CONSTRAINT administration_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7575 (class 2606 OID 743856)
-- Name: administration_pages_components administration_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_pages_components
ADD CONSTRAINT administration_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.administration_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7534 (class 2606 OID 743521)
-- Name: administration_pages administration_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administration_pages
ADD CONSTRAINT administration_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7573 (class 2606 OID 743846)
-- Name: administrations_administration_category_links administrations_administration_category_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_administration_category_links
ADD CONSTRAINT administrations_administration_category_links_fk FOREIGN KEY (administration_id) REFERENCES public.administrations(id) ON DELETE CASCADE;
--
-- TOC entry 7574 (class 2606 OID 743851)
-- Name: administrations_administration_category_links administrations_administration_category_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_administration_category_links
ADD CONSTRAINT administrations_administration_category_links_inv_fk FOREIGN KEY (administration_category_id) REFERENCES public.administration_categories(id) ON DELETE CASCADE;
--
-- TOC entry 7529 (class 2606 OID 743496)
-- Name: administrations administrations_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations
ADD CONSTRAINT administrations_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7755 (class 2606 OID 1015668)
-- Name: administrations_components administrations_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations_components
ADD CONSTRAINT administrations_entity_fk FOREIGN KEY (entity_id) REFERENCES public.administrations(id) ON DELETE CASCADE;
--
-- TOC entry 7530 (class 2606 OID 743501)
-- Name: administrations administrations_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.administrations
ADD CONSTRAINT administrations_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7698 (class 2606 OID 793137)
-- Name: admission_pages admission_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admission_pages
ADD CONSTRAINT admission_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7700 (class 2606 OID 793147)
-- Name: admission_pages_components admission_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admission_pages_components
ADD CONSTRAINT admission_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.admission_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7699 (class 2606 OID 793142)
-- Name: admission_pages admission_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.admission_pages
ADD CONSTRAINT admission_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7689 (class 2606 OID 791376)
-- Name: alumni_pages alumni_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages
ADD CONSTRAINT alumni_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7691 (class 2606 OID 791386)
-- Name: alumni_pages_components alumni_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_components
ADD CONSTRAINT alumni_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.alumni_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7777 (class 2606 OID 1019000)
-- Name: alumni_pages_events_links alumni_pages_events_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_events_links
ADD CONSTRAINT alumni_pages_events_links_fk FOREIGN KEY (alumni_page_id) REFERENCES public.alumni_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7778 (class 2606 OID 1019005)
-- Name: alumni_pages_events_links alumni_pages_events_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages_events_links
ADD CONSTRAINT alumni_pages_events_links_inv_fk FOREIGN KEY (event_id) REFERENCES public.events(id) ON DELETE CASCADE;
--
-- TOC entry 7690 (class 2606 OID 791381)
-- Name: alumni_pages alumni_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.alumni_pages
ADD CONSTRAINT alumni_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7632 (class 2606 OID 783880)
-- Name: apply_for_scholarship_pages apply_for_scholarship_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_for_scholarship_pages
ADD CONSTRAINT apply_for_scholarship_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7654 (class 2606 OID 783990)
-- Name: apply_for_scholarship_pages_components apply_for_scholarship_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_for_scholarship_pages_components
ADD CONSTRAINT apply_for_scholarship_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.apply_for_scholarship_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7633 (class 2606 OID 783885)
-- Name: apply_for_scholarship_pages apply_for_scholarship_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_for_scholarship_pages
ADD CONSTRAINT apply_for_scholarship_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7634 (class 2606 OID 783890)
-- Name: apply_forms apply_forms_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_forms
ADD CONSTRAINT apply_forms_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7757 (class 2606 OID 1016941)
-- Name: apply_forms_components apply_forms_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_forms_components
ADD CONSTRAINT apply_forms_entity_fk FOREIGN KEY (entity_id) REFERENCES public.apply_forms(id) ON DELETE CASCADE;
--
-- TOC entry 7635 (class 2606 OID 783895)
-- Name: apply_forms apply_forms_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.apply_forms
ADD CONSTRAINT apply_forms_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7537 (class 2606 OID 743536)
-- Name: awards_and_achievements awards_and_achievements_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_and_achievements
ADD CONSTRAINT awards_and_achievements_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7576 (class 2606 OID 743861)
-- Name: awards_and_achievements_components awards_and_achievements_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_and_achievements_components
ADD CONSTRAINT awards_and_achievements_entity_fk FOREIGN KEY (entity_id) REFERENCES public.awards_and_achievements(id) ON DELETE CASCADE;
--
-- TOC entry 7538 (class 2606 OID 743541)
-- Name: awards_and_achievements awards_and_achievements_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_and_achievements
ADD CONSTRAINT awards_and_achievements_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7535 (class 2606 OID 743526)
-- Name: awards awards_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards
ADD CONSTRAINT awards_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7758 (class 2606 OID 1016946)
-- Name: awards_components awards_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_components
ADD CONSTRAINT awards_entity_fk FOREIGN KEY (entity_id) REFERENCES public.awards(id) ON DELETE CASCADE;
--
-- TOC entry 7798 (class 2606 OID 1124801)
-- Name: awards_school_collection_links awards_school_collection_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_school_collection_links
ADD CONSTRAINT awards_school_collection_links_fk FOREIGN KEY (award_id) REFERENCES public.awards(id) ON DELETE CASCADE;
--
-- TOC entry 7799 (class 2606 OID 1124806)
-- Name: awards_school_collection_links awards_school_collection_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards_school_collection_links
ADD CONSTRAINT awards_school_collection_links_inv_fk FOREIGN KEY (school_collection_id) REFERENCES public.school_collections(id) ON DELETE CASCADE;
--
-- TOC entry 7536 (class 2606 OID 743531)
-- Name: awards awards_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.awards
ADD CONSTRAINT awards_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7692 (class 2606 OID 791550)
-- Name: benefits_of_manipal_dubai_scholarships_pages benefits_of_manipal_dubai_scholarships_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.benefits_of_manipal_dubai_scholarships_pages
ADD CONSTRAINT benefits_of_manipal_dubai_scholarships_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7694 (class 2606 OID 791560)
-- Name: benefits_of_manipal_dubai_scholarships_pages_components benefits_of_manipal_dubai_scholarships_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.benefits_of_manipal_dubai_scholarships_pages_components
ADD CONSTRAINT benefits_of_manipal_dubai_scholarships_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.benefits_of_manipal_dubai_scholarships_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7693 (class 2606 OID 791555)
-- Name: benefits_of_manipal_dubai_scholarships_pages benefits_of_manipal_dubai_scholarships_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.benefits_of_manipal_dubai_scholarships_pages
ADD CONSTRAINT benefits_of_manipal_dubai_scholarships_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7541 (class 2606 OID 743556)
-- Name: blog_listings blog_listings_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blog_listings
ADD CONSTRAINT blog_listings_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7579 (class 2606 OID 743876)
-- Name: blog_listings_components blog_listings_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blog_listings_components
ADD CONSTRAINT blog_listings_entity_fk FOREIGN KEY (entity_id) REFERENCES public.blog_listings(id) ON DELETE CASCADE;
--
-- TOC entry 7542 (class 2606 OID 743561)
-- Name: blog_listings blog_listings_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blog_listings
ADD CONSTRAINT blog_listings_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7577 (class 2606 OID 743866)
-- Name: blogs_category_links blogs_category_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_category_links
ADD CONSTRAINT blogs_category_links_fk FOREIGN KEY (blog_id) REFERENCES public.blogs(id) ON DELETE CASCADE;
--
-- TOC entry 7578 (class 2606 OID 743871)
-- Name: blogs_category_links blogs_category_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_category_links
ADD CONSTRAINT blogs_category_links_inv_fk FOREIGN KEY (category_id) REFERENCES public.categories(id) ON DELETE CASCADE;
--
-- TOC entry 7539 (class 2606 OID 743546)
-- Name: blogs blogs_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs
ADD CONSTRAINT blogs_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7759 (class 2606 OID 1016951)
-- Name: blogs_components blogs_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs_components
ADD CONSTRAINT blogs_entity_fk FOREIGN KEY (entity_id) REFERENCES public.blogs(id) ON DELETE CASCADE;
--
-- TOC entry 7540 (class 2606 OID 743551)
-- Name: blogs blogs_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.blogs
ADD CONSTRAINT blogs_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7636 (class 2606 OID 783900)
-- Name: campus_lives campus_lives_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.campus_lives
ADD CONSTRAINT campus_lives_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7655 (class 2606 OID 783995)
-- Name: campus_lives_components campus_lives_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.campus_lives_components
ADD CONSTRAINT campus_lives_entity_fk FOREIGN KEY (entity_id) REFERENCES public.campus_lives(id) ON DELETE CASCADE;
--
-- TOC entry 7637 (class 2606 OID 783905)
-- Name: campus_lives campus_lives_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.campus_lives
ADD CONSTRAINT campus_lives_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7545 (class 2606 OID 743576)
-- Name: career_page_banners career_page_banners_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_page_banners
ADD CONSTRAINT career_page_banners_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7580 (class 2606 OID 743881)
-- Name: career_page_banners_components career_page_banners_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_page_banners_components
ADD CONSTRAINT career_page_banners_entity_fk FOREIGN KEY (entity_id) REFERENCES public.career_page_banners(id) ON DELETE CASCADE;
--
-- TOC entry 7546 (class 2606 OID 743581)
-- Name: career_page_banners career_page_banners_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_page_banners
ADD CONSTRAINT career_page_banners_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7702 (class 2606 OID 794067)
-- Name: career_services_centers career_services_centers_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_services_centers
ADD CONSTRAINT career_services_centers_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7708 (class 2606 OID 794097)
-- Name: career_services_centers_components career_services_centers_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_services_centers_components
ADD CONSTRAINT career_services_centers_entity_fk FOREIGN KEY (entity_id) REFERENCES public.career_services_centers(id) ON DELETE CASCADE;
--
-- TOC entry 7703 (class 2606 OID 794072)
-- Name: career_services_centers career_services_centers_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.career_services_centers
ADD CONSTRAINT career_services_centers_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7543 (class 2606 OID 743566)
-- Name: careers careers_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers
ADD CONSTRAINT careers_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7760 (class 2606 OID 1016956)
-- Name: careers_components careers_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers_components
ADD CONSTRAINT careers_entity_fk FOREIGN KEY (entity_id) REFERENCES public.careers(id) ON DELETE CASCADE;
--
-- TOC entry 7544 (class 2606 OID 743571)
-- Name: careers careers_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.careers
ADD CONSTRAINT careers_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7547 (class 2606 OID 743586)
-- Name: categories categories_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.categories
ADD CONSTRAINT categories_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7761 (class 2606 OID 1016961)
-- Name: categories_components categories_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.categories_components
ADD CONSTRAINT categories_entity_fk FOREIGN KEY (entity_id) REFERENCES public.categories(id) ON DELETE CASCADE;
--
-- TOC entry 7548 (class 2606 OID 743591)
-- Name: categories categories_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.categories
ADD CONSTRAINT categories_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7710 (class 2606 OID 794117)
-- Name: components_manipal_about_manipal_secs_components components_manipal_about_manipal_secs_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_about_manipal_secs_components
ADD CONSTRAINT components_manipal_about_manipal_secs_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_about_manipal_secs(id) ON DELETE CASCADE;
--
-- TOC entry 7590 (class 2606 OID 744006)
-- Name: components_manipal_academics_components components_manipal_academics_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_academics_components
ADD CONSTRAINT components_manipal_academics_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_academics(id) ON DELETE CASCADE;
--
-- TOC entry 7701 (class 2606 OID 793152)
-- Name: components_manipal_admission_areas_components components_manipal_admission_areas_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_admission_areas_components
ADD CONSTRAINT components_manipal_admission_areas_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_admission_areas(id) ON DELETE CASCADE;
--
-- TOC entry 7591 (class 2606 OID 744011)
-- Name: components_manipal_awards_and_certification_secs_components components_manipal_awards_and_certification_secs_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_awards_and_certification_secs_components
ADD CONSTRAINT components_manipal_awards_and_certification_secs_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_awards_and_certification_secs(id) ON DELETE CASCADE;
--
-- TOC entry 7711 (class 2606 OID 794122)
-- Name: components_manipal_campus_facts_and_figures_components components_manipal_campus_facts_and_figures_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_campus_facts_and_figures_components
ADD CONSTRAINT components_manipal_campus_facts_and_figures_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_campus_facts_and_figures(id) ON DELETE CASCADE;
--
-- TOC entry 7751 (class 2606 OID 964518)
-- Name: components_manipal_contact_us_sections_components components_manipal_contact_us_sections_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_contact_us_sections_components
ADD CONSTRAINT components_manipal_contact_us_sections_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_contact_us_sections(id) ON DELETE CASCADE;
--
-- TOC entry 7666 (class 2606 OID 784050)
-- Name: components_manipal_double_text_with_img_addresses_components components_manipal_double_text_with_img_addresses_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_double_text_with_img_addresses_components
ADD CONSTRAINT components_manipal_double_text_with_img_addresses_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_double_text_with_img_addresses(id) ON DELETE CASCADE;
--
-- TOC entry 7785 (class 2606 OID 1067393)
-- Name: components_manipal_general_infos_components components_manipal_general_infos_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_general_infos_components
ADD CONSTRAINT components_manipal_general_infos_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_general_infos(id) ON DELETE CASCADE;
--
-- TOC entry 7592 (class 2606 OID 744021)
-- Name: components_manipal_higher_education_secs_components components_manipal_higher_education_secs_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_higher_education_secs_components
ADD CONSTRAINT components_manipal_higher_education_secs_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_higher_education_secs(id) ON DELETE CASCADE;
--
-- TOC entry 7809 (class 2606 OID 1128943)
-- Name: components_manipal_home_banners_components components_manipal_home_banners_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_home_banners_components
ADD CONSTRAINT components_manipal_home_banners_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_home_banners(id) ON DELETE CASCADE;
--
-- TOC entry 7748 (class 2606 OID 957976)
-- Name: components_manipal_how_to_apply_sections_components components_manipal_how_to_apply_sections_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_how_to_apply_sections_components
ADD CONSTRAINT components_manipal_how_to_apply_sections_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_how_to_apply_sections(id) ON DELETE CASCADE;
--
-- TOC entry 7749 (class 2606 OID 963128)
-- Name: components_manipal_international_student_sections_components components_manipal_international_student_sections_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_international_student_sections_components
ADD CONSTRAINT components_manipal_international_student_sections_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_international_student_sections(id) ON DELETE CASCADE;
--
-- TOC entry 7731 (class 2606 OID 808086)
-- Name: components_manipal_main_menu_components_components components_manipal_main_menu_components_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_main_menu_components_components
ADD CONSTRAINT components_manipal_main_menu_components_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_main_menu_components(id) ON DELETE CASCADE;
--
-- TOC entry 7630 (class 2606 OID 753199)
-- Name: components_manipal_open_days_points_components components_manipal_open_days_points_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_open_days_points_components
ADD CONSTRAINT components_manipal_open_days_points_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_open_days_points(id) ON DELETE CASCADE;
--
-- TOC entry 7667 (class 2606 OID 784055)
-- Name: components_manipal_our_process_components_components components_manipal_our_process_components_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_our_process_components_components
ADD CONSTRAINT components_manipal_our_process_components_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_our_process_components(id) ON DELETE CASCADE;
--
-- TOC entry 7712 (class 2606 OID 794127)
-- Name: components_manipal_partners_components components_manipal_partners_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_partners_components
ADD CONSTRAINT components_manipal_partners_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_partners(id) ON DELETE CASCADE;
--
-- TOC entry 7750 (class 2606 OID 963133)
-- Name: components_manipal_program_cards_components components_manipal_program_cards_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_cards_components
ADD CONSTRAINT components_manipal_program_cards_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_program_cards(id) ON DELETE CASCADE;
--
-- TOC entry 7743 (class 2606 OID 956990)
-- Name: components_manipal_program_course_details_components components_manipal_program_course_details_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_program_course_details_components
ADD CONSTRAINT components_manipal_program_course_details_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_program_course_details(id) ON DELETE CASCADE;
--
-- TOC entry 7593 (class 2606 OID 744026)
-- Name: components_manipal_publications_components components_manipal_publications_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_publications_components
ADD CONSTRAINT components_manipal_publications_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_publications(id) ON DELETE CASCADE;
--
-- TOC entry 7594 (class 2606 OID 744031)
-- Name: components_manipal_research_components components_manipal_research_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_research_components
ADD CONSTRAINT components_manipal_research_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_research(id) ON DELETE CASCADE;
--
-- TOC entry 7783 (class 2606 OID 1033025)
-- Name: components_manipal_social_medias_components components_manipal_social_medias_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_social_medias_components
ADD CONSTRAINT components_manipal_social_medias_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_social_medias(id) ON DELETE CASCADE;
--
-- TOC entry 7786 (class 2606 OID 1067398)
-- Name: components_manipal_testimonials_comments_components components_manipal_testimonials_comments_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_testimonials_comments_components
ADD CONSTRAINT components_manipal_testimonials_comments_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_testimonials_comments(id) ON DELETE CASCADE;
--
-- TOC entry 7744 (class 2606 OID 956995)
-- Name: components_manipal_title_with_nested_richtexts_components components_manipal_title_with_nested_richtexts_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_title_with_nested_richtexts_components
ADD CONSTRAINT components_manipal_title_with_nested_richtexts_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_title_with_nested_richtexts(id) ON DELETE CASCADE;
--
-- TOC entry 7631 (class 2606 OID 753204)
-- Name: components_manipal_visa_requirement_process_secs_components components_manipal_visa_requirement_process_secs_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_manipal_visa_requirement_process_secs_components
ADD CONSTRAINT components_manipal_visa_requirement_process_secs_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_manipal_visa_requirement_process_secs(id) ON DELETE CASCADE;
--
-- TOC entry 7813 (class 2606 OID 1367662)
-- Name: components_shared_admission_generals_components components_shared_admission_generals_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_admission_generals_components
ADD CONSTRAINT components_shared_admission_generals_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_shared_admission_generals(id) ON DELETE CASCADE;
--
-- TOC entry 7812 (class 2606 OID 1367208)
-- Name: components_shared_campus_lives_components components_shared_campus_lives_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_campus_lives_components
ADD CONSTRAINT components_shared_campus_lives_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_shared_campus_lives(id) ON DELETE CASCADE;
--
-- TOC entry 7815 (class 2606 OID 1371677)
-- Name: components_shared_career_services_centers_components components_shared_career_services_centers_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_career_services_centers_components
ADD CONSTRAINT components_shared_career_services_centers_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_shared_career_services_centers(id) ON DELETE CASCADE;
--
-- TOC entry 7754 (class 2606 OID 1015475)
-- Name: components_shared_seos_components components_shared_seos_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_seos_components
ADD CONSTRAINT components_shared_seos_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_shared_seos(id) ON DELETE CASCADE;
--
-- TOC entry 7814 (class 2606 OID 1369894)
-- Name: components_shared_student_services_components components_shared_student_services_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_shared_student_services_components
ADD CONSTRAINT components_shared_student_services_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_shared_student_services(id) ON DELETE CASCADE;
--
-- TOC entry 7595 (class 2606 OID 744036)
-- Name: components_table_tables_components components_table_tables_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.components_table_tables_components
ADD CONSTRAINT components_table_tables_entity_fk FOREIGN KEY (entity_id) REFERENCES public.components_table_tables(id) ON DELETE CASCADE;
--
-- TOC entry 7722 (class 2606 OID 799869)
-- Name: contact_us_pages contact_us_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.contact_us_pages
ADD CONSTRAINT contact_us_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7724 (class 2606 OID 799879)
-- Name: contact_us_pages_components contact_us_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.contact_us_pages_components
ADD CONSTRAINT contact_us_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.contact_us_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7723 (class 2606 OID 799874)
-- Name: contact_us_pages contact_us_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.contact_us_pages
ADD CONSTRAINT contact_us_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7792 (class 2606 OID 1123679)
-- Name: degrees degrees_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees
ADD CONSTRAINT degrees_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7810 (class 2606 OID 1147330)
-- Name: degrees_programs_links degrees_programs_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees_programs_links
ADD CONSTRAINT degrees_programs_links_fk FOREIGN KEY (degree_id) REFERENCES public.degrees(id) ON DELETE CASCADE;
--
-- TOC entry 7811 (class 2606 OID 1147335)
-- Name: degrees_programs_links degrees_programs_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees_programs_links
ADD CONSTRAINT degrees_programs_links_inv_fk FOREIGN KEY (program_id) REFERENCES public.programs(id) ON DELETE CASCADE;
--
-- TOC entry 7793 (class 2606 OID 1123684)
-- Name: degrees degrees_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.degrees
ADD CONSTRAINT degrees_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7738 (class 2606 OID 949037)
-- Name: events events_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events
ADD CONSTRAINT events_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7762 (class 2606 OID 1016966)
-- Name: events_components events_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_components
ADD CONSTRAINT events_entity_fk FOREIGN KEY (entity_id) REFERENCES public.events(id) ON DELETE CASCADE;
--
-- TOC entry 7819 (class 2606 OID 1376892)
-- Name: events_news_events_category_links events_news_events_category_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_news_events_category_links
ADD CONSTRAINT events_news_events_category_links_fk FOREIGN KEY (event_id) REFERENCES public.events(id) ON DELETE CASCADE;
--
-- TOC entry 7820 (class 2606 OID 1376897)
-- Name: events_news_events_category_links events_news_events_category_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_news_events_category_links
ADD CONSTRAINT events_news_events_category_links_inv_fk FOREIGN KEY (news_events_category_id) REFERENCES public.news_events_categories(id) ON DELETE CASCADE;
--
-- TOC entry 7735 (class 2606 OID 889472)
-- Name: events_pages events_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_pages
ADD CONSTRAINT events_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7737 (class 2606 OID 889482)
-- Name: events_pages_components events_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_pages_components
ADD CONSTRAINT events_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.events_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7736 (class 2606 OID 889477)
-- Name: events_pages events_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_pages
ADD CONSTRAINT events_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7800 (class 2606 OID 1124811)
-- Name: events_school_collection_links events_school_collection_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_collection_links
ADD CONSTRAINT events_school_collection_links_fk FOREIGN KEY (event_id) REFERENCES public.events(id) ON DELETE CASCADE;
--
-- TOC entry 7801 (class 2606 OID 1124816)
-- Name: events_school_collection_links events_school_collection_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_collection_links
ADD CONSTRAINT events_school_collection_links_inv_fk FOREIGN KEY (school_collection_id) REFERENCES public.school_collections(id) ON DELETE CASCADE;
--
-- TOC entry 7794 (class 2606 OID 1124391)
-- Name: events_school_type_links events_school_type_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_type_links
ADD CONSTRAINT events_school_type_links_fk FOREIGN KEY (event_id) REFERENCES public.events(id) ON DELETE CASCADE;
--
-- TOC entry 7795 (class 2606 OID 1124396)
-- Name: events_school_type_links events_school_type_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events_school_type_links
ADD CONSTRAINT events_school_type_links_inv_fk FOREIGN KEY (school_id) REFERENCES public.schools(id) ON DELETE CASCADE;
--
-- TOC entry 7739 (class 2606 OID 949042)
-- Name: events events_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.events
ADD CONSTRAINT events_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7638 (class 2606 OID 783910)
-- Name: facilities_pages facilities_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.facilities_pages
ADD CONSTRAINT facilities_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7656 (class 2606 OID 784000)
-- Name: facilities_pages_components facilities_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.facilities_pages_components
ADD CONSTRAINT facilities_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.facilities_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7639 (class 2606 OID 783915)
-- Name: facilities_pages facilities_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.facilities_pages
ADD CONSTRAINT facilities_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7549 (class 2606 OID 743596)
-- Name: faculties faculties_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties
ADD CONSTRAINT faculties_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7581 (class 2606 OID 743886)
-- Name: faculties_components faculties_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_components
ADD CONSTRAINT faculties_entity_fk FOREIGN KEY (entity_id) REFERENCES public.faculties(id) ON DELETE CASCADE;
--
-- TOC entry 7582 (class 2606 OID 743891)
-- Name: faculties_faculty_type_links faculties_faculty_type_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_faculty_type_links
ADD CONSTRAINT faculties_faculty_type_links_fk FOREIGN KEY (faculty_id) REFERENCES public.faculties(id) ON DELETE CASCADE;
--
-- TOC entry 7583 (class 2606 OID 743896)
-- Name: faculties_faculty_type_links faculties_faculty_type_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_faculty_type_links
ADD CONSTRAINT faculties_faculty_type_links_inv_fk FOREIGN KEY (faculty_type_id) REFERENCES public.faculty_types(id) ON DELETE CASCADE;
--
-- TOC entry 7802 (class 2606 OID 1124821)
-- Name: faculties_school_collection_links faculties_school_collection_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_school_collection_links
ADD CONSTRAINT faculties_school_collection_links_fk FOREIGN KEY (faculty_id) REFERENCES public.faculties(id) ON DELETE CASCADE;
--
-- TOC entry 7803 (class 2606 OID 1124826)
-- Name: faculties_school_collection_links faculties_school_collection_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties_school_collection_links
ADD CONSTRAINT faculties_school_collection_links_inv_fk FOREIGN KEY (school_collection_id) REFERENCES public.school_collections(id) ON DELETE CASCADE;
--
-- TOC entry 7550 (class 2606 OID 743601)
-- Name: faculties faculties_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculties
ADD CONSTRAINT faculties_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7551 (class 2606 OID 743606)
-- Name: faculty_types faculty_types_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculty_types
ADD CONSTRAINT faculty_types_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7763 (class 2606 OID 1016976)
-- Name: faculty_types_components faculty_types_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculty_types_components
ADD CONSTRAINT faculty_types_entity_fk FOREIGN KEY (entity_id) REFERENCES public.faculty_types(id) ON DELETE CASCADE;
--
-- TOC entry 7552 (class 2606 OID 743611)
-- Name: faculty_types faculty_types_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faculty_types
ADD CONSTRAINT faculty_types_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7596 (class 2606 OID 748993)
-- Name: faq_pages faq_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faq_pages
ADD CONSTRAINT faq_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7610 (class 2606 OID 749083)
-- Name: faq_pages_components faq_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faq_pages_components
ADD CONSTRAINT faq_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.faq_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7597 (class 2606 OID 748998)
-- Name: faq_pages faq_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.faq_pages
ADD CONSTRAINT faq_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7640 (class 2606 OID 783920)
-- Name: fee_and_funding_pages fee_and_funding_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fee_and_funding_pages
ADD CONSTRAINT fee_and_funding_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7657 (class 2606 OID 784005)
-- Name: fee_and_funding_pages_components fee_and_funding_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fee_and_funding_pages_components
ADD CONSTRAINT fee_and_funding_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.fee_and_funding_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7641 (class 2606 OID 783925)
-- Name: fee_and_funding_pages fee_and_funding_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fee_and_funding_pages
ADD CONSTRAINT fee_and_funding_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7494 (class 2606 OID 680972)
-- Name: files files_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files
ADD CONSTRAINT files_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7519 (class 2606 OID 681097)
-- Name: files_folder_links files_folder_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files_folder_links
ADD CONSTRAINT files_folder_links_fk FOREIGN KEY (file_id) REFERENCES public.files(id) ON DELETE CASCADE;
--
-- TOC entry 7520 (class 2606 OID 681102)
-- Name: files_folder_links files_folder_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files_folder_links
ADD CONSTRAINT files_folder_links_inv_fk FOREIGN KEY (folder_id) REFERENCES public.upload_folders(id) ON DELETE CASCADE;
--
-- TOC entry 7518 (class 2606 OID 681092)
-- Name: files_related_morphs files_related_morphs_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files_related_morphs
ADD CONSTRAINT files_related_morphs_fk FOREIGN KEY (file_id) REFERENCES public.files(id) ON DELETE CASCADE;
--
-- TOC entry 7495 (class 2606 OID 680977)
-- Name: files files_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.files
ADD CONSTRAINT files_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7728 (class 2606 OID 808071)
-- Name: header_components header_components_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.header_components
ADD CONSTRAINT header_components_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7730 (class 2606 OID 808081)
-- Name: header_components_components header_components_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.header_components_components
ADD CONSTRAINT header_components_entity_fk FOREIGN KEY (entity_id) REFERENCES public.header_components(id) ON DELETE CASCADE;
--
-- TOC entry 7729 (class 2606 OID 808076)
-- Name: header_components header_components_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.header_components
ADD CONSTRAINT header_components_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7598 (class 2606 OID 749003)
-- Name: histories histories_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.histories
ADD CONSTRAINT histories_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7611 (class 2606 OID 749088)
-- Name: histories_components histories_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.histories_components
ADD CONSTRAINT histories_entity_fk FOREIGN KEY (entity_id) REFERENCES public.histories(id) ON DELETE CASCADE;
--
-- TOC entry 7599 (class 2606 OID 749008)
-- Name: histories histories_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.histories
ADD CONSTRAINT histories_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7725 (class 2606 OID 803938)
-- Name: home_pages home_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.home_pages
ADD CONSTRAINT home_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7727 (class 2606 OID 803948)
-- Name: home_pages_components home_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.home_pages_components
ADD CONSTRAINT home_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.home_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7726 (class 2606 OID 803943)
-- Name: home_pages home_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.home_pages
ADD CONSTRAINT home_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7642 (class 2606 OID 783930)
-- Name: how_to_apply_pages how_to_apply_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.how_to_apply_pages
ADD CONSTRAINT how_to_apply_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7658 (class 2606 OID 784010)
-- Name: how_to_apply_pages_components how_to_apply_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.how_to_apply_pages_components
ADD CONSTRAINT how_to_apply_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.how_to_apply_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7643 (class 2606 OID 783935)
-- Name: how_to_apply_pages how_to_apply_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.how_to_apply_pages
ADD CONSTRAINT how_to_apply_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7502 (class 2606 OID 681012)
-- Name: i18n_locale i18n_locale_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.i18n_locale
ADD CONSTRAINT i18n_locale_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7503 (class 2606 OID 681017)
-- Name: i18n_locale i18n_locale_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.i18n_locale
ADD CONSTRAINT i18n_locale_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7790 (class 2606 OID 1077993)
-- Name: innovation_incubation_pages_administrations_links innovation_incubation_pages_administrations_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_administrations_links
ADD CONSTRAINT innovation_incubation_pages_administrations_links_fk FOREIGN KEY (innovation_incubation_page_id) REFERENCES public.innovation_incubation_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7791 (class 2606 OID 1077998)
-- Name: innovation_incubation_pages_administrations_links innovation_incubation_pages_administrations_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_administrations_links
ADD CONSTRAINT innovation_incubation_pages_administrations_links_inv_fk FOREIGN KEY (administration_id) REFERENCES public.administrations(id) ON DELETE CASCADE;
--
-- TOC entry 7787 (class 2606 OID 1071127)
-- Name: innovation_incubation_pages innovation_incubation_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages
ADD CONSTRAINT innovation_incubation_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7789 (class 2606 OID 1071137)
-- Name: innovation_incubation_pages_components innovation_incubation_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages_components
ADD CONSTRAINT innovation_incubation_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.innovation_incubation_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7788 (class 2606 OID 1071132)
-- Name: innovation_incubation_pages innovation_incubation_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.innovation_incubation_pages
ADD CONSTRAINT innovation_incubation_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7644 (class 2606 OID 783940)
-- Name: international_admissions international_admissions_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_admissions
ADD CONSTRAINT international_admissions_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7659 (class 2606 OID 784015)
-- Name: international_admissions_components international_admissions_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_admissions_components
ADD CONSTRAINT international_admissions_entity_fk FOREIGN KEY (entity_id) REFERENCES public.international_admissions(id) ON DELETE CASCADE;
--
-- TOC entry 7645 (class 2606 OID 783945)
-- Name: international_admissions international_admissions_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_admissions
ADD CONSTRAINT international_admissions_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7553 (class 2606 OID 743646)
-- Name: international_collaborations international_collaborations_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_collaborations
ADD CONSTRAINT international_collaborations_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7584 (class 2606 OID 743916)
-- Name: international_collaborations_components international_collaborations_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_collaborations_components
ADD CONSTRAINT international_collaborations_entity_fk FOREIGN KEY (entity_id) REFERENCES public.international_collaborations(id) ON DELETE CASCADE;
--
-- TOC entry 7554 (class 2606 OID 743651)
-- Name: international_collaborations international_collaborations_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_collaborations
ADD CONSTRAINT international_collaborations_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7713 (class 2606 OID 798286)
-- Name: international_student_orientation_pages international_student_orientation_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_orientation_pages
ADD CONSTRAINT international_student_orientation_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7715 (class 2606 OID 798296)
-- Name: international_student_orientation_pages_components international_student_orientation_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_orientation_pages_components
ADD CONSTRAINT international_student_orientation_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.international_student_orientation_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7714 (class 2606 OID 798291)
-- Name: international_student_orientation_pages international_student_orientation_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_orientation_pages
ADD CONSTRAINT international_student_orientation_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7716 (class 2606 OID 798776)
-- Name: international_student_scholarship_pages international_student_scholarship_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_scholarship_pages
ADD CONSTRAINT international_student_scholarship_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7718 (class 2606 OID 798786)
-- Name: international_student_scholarship_pages_components international_student_scholarship_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_scholarship_pages_components
ADD CONSTRAINT international_student_scholarship_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.international_student_scholarship_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7717 (class 2606 OID 798781)
-- Name: international_student_scholarship_pages international_student_scholarship_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_student_scholarship_pages
ADD CONSTRAINT international_student_scholarship_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7618 (class 2606 OID 753114)
-- Name: international_students_about_dubais international_students_about_dubais_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_about_dubais
ADD CONSTRAINT international_students_about_dubais_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7784 (class 2606 OID 1042494)
-- Name: international_students_about_dubais_components international_students_about_dubais_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_about_dubais_components
ADD CONSTRAINT international_students_about_dubais_entity_fk FOREIGN KEY (entity_id) REFERENCES public.international_students_about_dubais(id) ON DELETE CASCADE;
--
-- TOC entry 7619 (class 2606 OID 753119)
-- Name: international_students_about_dubais international_students_about_dubais_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_about_dubais
ADD CONSTRAINT international_students_about_dubais_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7616 (class 2606 OID 753104)
-- Name: international_students international_students_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students
ADD CONSTRAINT international_students_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7626 (class 2606 OID 753174)
-- Name: international_students_components international_students_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_components
ADD CONSTRAINT international_students_entity_fk FOREIGN KEY (entity_id) REFERENCES public.international_students(id) ON DELETE CASCADE;
--
-- TOC entry 7732 (class 2606 OID 820329)
-- Name: international_students_pages international_students_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_pages
ADD CONSTRAINT international_students_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7734 (class 2606 OID 820339)
-- Name: international_students_pages_components international_students_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_pages_components
ADD CONSTRAINT international_students_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.international_students_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7733 (class 2606 OID 820334)
-- Name: international_students_pages international_students_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_pages
ADD CONSTRAINT international_students_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7617 (class 2606 OID 753109)
-- Name: international_students international_students_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students
ADD CONSTRAINT international_students_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7620 (class 2606 OID 753134)
-- Name: international_students_visa_requirements international_students_visa_requirements_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_visa_requirements
ADD CONSTRAINT international_students_visa_requirements_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7627 (class 2606 OID 753184)
-- Name: international_students_visa_requirements_components international_students_visa_requirements_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_visa_requirements_components
ADD CONSTRAINT international_students_visa_requirements_entity_fk FOREIGN KEY (entity_id) REFERENCES public.international_students_visa_requirements(id) ON DELETE CASCADE;
--
-- TOC entry 7621 (class 2606 OID 753139)
-- Name: international_students_visa_requirements international_students_visa_requirements_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.international_students_visa_requirements
ADD CONSTRAINT international_students_visa_requirements_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7555 (class 2606 OID 743656)
-- Name: leaderships leaderships_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships
ADD CONSTRAINT leaderships_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7764 (class 2606 OID 1016981)
-- Name: leaderships_components leaderships_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships_components
ADD CONSTRAINT leaderships_entity_fk FOREIGN KEY (entity_id) REFERENCES public.leaderships(id) ON DELETE CASCADE;
--
-- TOC entry 7556 (class 2606 OID 743661)
-- Name: leaderships leaderships_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.leaderships
ADD CONSTRAINT leaderships_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7600 (class 2606 OID 749023)
-- Name: manipal_jai_pur_universities manipal_jai_pur_universities_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.manipal_jai_pur_universities
ADD CONSTRAINT manipal_jai_pur_universities_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7612 (class 2606 OID 749098)
-- Name: manipal_jai_pur_universities_components manipal_jai_pur_universities_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.manipal_jai_pur_universities_components
ADD CONSTRAINT manipal_jai_pur_universities_entity_fk FOREIGN KEY (entity_id) REFERENCES public.manipal_jai_pur_universities(id) ON DELETE CASCADE;
--
-- TOC entry 7601 (class 2606 OID 749028)
-- Name: manipal_jai_pur_universities manipal_jai_pur_universities_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.manipal_jai_pur_universities
ADD CONSTRAINT manipal_jai_pur_universities_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7559 (class 2606 OID 743716)
-- Name: news news_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news
ADD CONSTRAINT news_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7602 (class 2606 OID 749033)
-- Name: news_detail_pages news_detail_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_detail_pages
ADD CONSTRAINT news_detail_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7613 (class 2606 OID 749103)
-- Name: news_detail_pages_components news_detail_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_detail_pages_components
ADD CONSTRAINT news_detail_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.news_detail_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7603 (class 2606 OID 749038)
-- Name: news_detail_pages news_detail_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_detail_pages
ADD CONSTRAINT news_detail_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7765 (class 2606 OID 1016991)
-- Name: news_components news_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_components
ADD CONSTRAINT news_entity_fk FOREIGN KEY (entity_id) REFERENCES public.news(id) ON DELETE CASCADE;
--
-- TOC entry 7816 (class 2606 OID 1376650)
-- Name: news_events_categories news_events_categories_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_events_categories
ADD CONSTRAINT news_events_categories_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7818 (class 2606 OID 1376660)
-- Name: news_events_categories_components news_events_categories_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_events_categories_components
ADD CONSTRAINT news_events_categories_entity_fk FOREIGN KEY (entity_id) REFERENCES public.news_events_categories(id) ON DELETE CASCADE;
--
-- TOC entry 7817 (class 2606 OID 1376655)
-- Name: news_events_categories news_events_categories_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_events_categories
ADD CONSTRAINT news_events_categories_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7557 (class 2606 OID 743706)
-- Name: news_mains news_mains_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_mains
ADD CONSTRAINT news_mains_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7585 (class 2606 OID 743936)
-- Name: news_mains_components news_mains_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_mains_components
ADD CONSTRAINT news_mains_entity_fk FOREIGN KEY (entity_id) REFERENCES public.news_mains(id) ON DELETE CASCADE;
--
-- TOC entry 7558 (class 2606 OID 743711)
-- Name: news_mains news_mains_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_mains
ADD CONSTRAINT news_mains_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7821 (class 2606 OID 1377139)
-- Name: news_news_events_category_links news_news_events_category_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_news_events_category_links
ADD CONSTRAINT news_news_events_category_links_fk FOREIGN KEY (news_single_id) REFERENCES public.news(id) ON DELETE CASCADE;
--
-- TOC entry 7822 (class 2606 OID 1377144)
-- Name: news_news_events_category_links news_news_events_category_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_news_events_category_links
ADD CONSTRAINT news_news_events_category_links_inv_fk FOREIGN KEY (news_events_category_id) REFERENCES public.news_events_categories(id) ON DELETE CASCADE;
--
-- TOC entry 7804 (class 2606 OID 1124831)
-- Name: news_school_collection_links news_school_collection_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_school_collection_links
ADD CONSTRAINT news_school_collection_links_fk FOREIGN KEY (news_single_id) REFERENCES public.news(id) ON DELETE CASCADE;
--
-- TOC entry 7805 (class 2606 OID 1124836)
-- Name: news_school_collection_links news_school_collection_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news_school_collection_links
ADD CONSTRAINT news_school_collection_links_inv_fk FOREIGN KEY (school_collection_id) REFERENCES public.school_collections(id) ON DELETE CASCADE;
--
-- TOC entry 7560 (class 2606 OID 743721)
-- Name: news news_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.news
ADD CONSTRAINT news_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7622 (class 2606 OID 753144)
-- Name: open_days open_days_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.open_days
ADD CONSTRAINT open_days_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7628 (class 2606 OID 753189)
-- Name: open_days_components open_days_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.open_days_components
ADD CONSTRAINT open_days_entity_fk FOREIGN KEY (entity_id) REFERENCES public.open_days(id) ON DELETE CASCADE;
--
-- TOC entry 7623 (class 2606 OID 753149)
-- Name: open_days open_days_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.open_days
ADD CONSTRAINT open_days_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7704 (class 2606 OID 794077)
-- Name: our_campuses our_campuses_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_campuses
ADD CONSTRAINT our_campuses_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7709 (class 2606 OID 794112)
-- Name: our_campuses_components our_campuses_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_campuses_components
ADD CONSTRAINT our_campuses_entity_fk FOREIGN KEY (entity_id) REFERENCES public.our_campuses(id) ON DELETE CASCADE;
--
-- TOC entry 7705 (class 2606 OID 794082)
-- Name: our_campuses our_campuses_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_campuses
ADD CONSTRAINT our_campuses_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7624 (class 2606 OID 753154)
-- Name: our_faculties our_faculties_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_faculties
ADD CONSTRAINT our_faculties_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7629 (class 2606 OID 753194)
-- Name: our_faculties_components our_faculties_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_faculties_components
ADD CONSTRAINT our_faculties_entity_fk FOREIGN KEY (entity_id) REFERENCES public.our_faculties(id) ON DELETE CASCADE;
--
-- TOC entry 7625 (class 2606 OID 753159)
-- Name: our_faculties our_faculties_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.our_faculties
ADD CONSTRAINT our_faculties_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7646 (class 2606 OID 783950)
-- Name: policies policies_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.policies
ADD CONSTRAINT policies_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7660 (class 2606 OID 784020)
-- Name: policies_components policies_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.policies_components
ADD CONSTRAINT policies_entity_fk FOREIGN KEY (entity_id) REFERENCES public.policies(id) ON DELETE CASCADE;
--
-- TOC entry 7647 (class 2606 OID 783955)
-- Name: policies policies_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.policies
ADD CONSTRAINT policies_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7561 (class 2606 OID 743736)
-- Name: privacy_policies privacy_policies_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies
ADD CONSTRAINT privacy_policies_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7661 (class 2606 OID 784025)
-- Name: privacy_policies_components privacy_policies_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies_components
ADD CONSTRAINT privacy_policies_entity_fk FOREIGN KEY (entity_id) REFERENCES public.privacy_policies(id) ON DELETE CASCADE;
--
-- TOC entry 7562 (class 2606 OID 743741)
-- Name: privacy_policies privacy_policies_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.privacy_policies
ADD CONSTRAINT privacy_policies_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7745 (class 2606 OID 957961)
-- Name: program_pages program_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.program_pages
ADD CONSTRAINT program_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7747 (class 2606 OID 957971)
-- Name: program_pages_components program_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.program_pages_components
ADD CONSTRAINT program_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.program_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7746 (class 2606 OID 957966)
-- Name: program_pages program_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.program_pages
ADD CONSTRAINT program_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7740 (class 2606 OID 956975)
-- Name: programs programs_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs
ADD CONSTRAINT programs_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7742 (class 2606 OID 956985)
-- Name: programs_components programs_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_components
ADD CONSTRAINT programs_entity_fk FOREIGN KEY (entity_id) REFERENCES public.programs(id) ON DELETE CASCADE;
--
-- TOC entry 7806 (class 2606 OID 1124841)
-- Name: programs_school_collection_links programs_school_collection_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_school_collection_links
ADD CONSTRAINT programs_school_collection_links_fk FOREIGN KEY (program_id) REFERENCES public.programs(id) ON DELETE CASCADE;
--
-- TOC entry 7807 (class 2606 OID 1124846)
-- Name: programs_school_collection_links programs_school_collection_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs_school_collection_links
ADD CONSTRAINT programs_school_collection_links_inv_fk FOREIGN KEY (school_collection_id) REFERENCES public.school_collections(id) ON DELETE CASCADE;
--
-- TOC entry 7741 (class 2606 OID 956980)
-- Name: programs programs_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.programs
ADD CONSTRAINT programs_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7604 (class 2606 OID 749053)
-- Name: ranking_pages ranking_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.ranking_pages
ADD CONSTRAINT ranking_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7614 (class 2606 OID 749113)
-- Name: ranking_pages_components ranking_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.ranking_pages_components
ADD CONSTRAINT ranking_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.ranking_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7605 (class 2606 OID 749058)
-- Name: ranking_pages ranking_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.ranking_pages
ADD CONSTRAINT ranking_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7563 (class 2606 OID 743756)
-- Name: recognitions_and_accreditations recognitions_and_accreditations_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.recognitions_and_accreditations
ADD CONSTRAINT recognitions_and_accreditations_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7586 (class 2606 OID 743961)
-- Name: recognitions_and_accreditations_components recognitions_and_accreditations_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.recognitions_and_accreditations_components
ADD CONSTRAINT recognitions_and_accreditations_entity_fk FOREIGN KEY (entity_id) REFERENCES public.recognitions_and_accreditations(id) ON DELETE CASCADE;
--
-- TOC entry 7564 (class 2606 OID 743761)
-- Name: recognitions_and_accreditations recognitions_and_accreditations_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.recognitions_and_accreditations
ADD CONSTRAINT recognitions_and_accreditations_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7668 (class 2606 OID 785420)
-- Name: research_at_dubai_pages research_at_dubai_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_at_dubai_pages
ADD CONSTRAINT research_at_dubai_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7670 (class 2606 OID 785430)
-- Name: research_at_dubai_pages_components research_at_dubai_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_at_dubai_pages_components
ADD CONSTRAINT research_at_dubai_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_at_dubai_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7669 (class 2606 OID 785425)
-- Name: research_at_dubai_pages research_at_dubai_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_at_dubai_pages
ADD CONSTRAINT research_at_dubai_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7680 (class 2606 OID 786607)
-- Name: research_awards_pages research_awards_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_awards_pages
ADD CONSTRAINT research_awards_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7682 (class 2606 OID 786617)
-- Name: research_awards_pages_components research_awards_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_awards_pages_components
ADD CONSTRAINT research_awards_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_awards_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7681 (class 2606 OID 786612)
-- Name: research_awards_pages research_awards_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_awards_pages
ADD CONSTRAINT research_awards_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7677 (class 2606 OID 786335)
-- Name: research_collaboration_pages research_collaboration_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_collaboration_pages
ADD CONSTRAINT research_collaboration_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7679 (class 2606 OID 786345)
-- Name: research_collaboration_pages_components research_collaboration_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_collaboration_pages_components
ADD CONSTRAINT research_collaboration_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_collaboration_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7678 (class 2606 OID 786340)
-- Name: research_collaboration_pages research_collaboration_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_collaboration_pages
ADD CONSTRAINT research_collaboration_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7567 (class 2606 OID 743776)
-- Name: research_committe_lists research_committe_lists_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committe_lists
ADD CONSTRAINT research_committe_lists_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7588 (class 2606 OID 743981)
-- Name: research_committe_lists_components research_committe_lists_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committe_lists_components
ADD CONSTRAINT research_committe_lists_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_committe_lists(id) ON DELETE CASCADE;
--
-- TOC entry 7568 (class 2606 OID 743781)
-- Name: research_committe_lists research_committe_lists_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committe_lists
ADD CONSTRAINT research_committe_lists_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7779 (class 2606 OID 1024632)
-- Name: research_committee_types research_committee_types_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committee_types
ADD CONSTRAINT research_committee_types_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7780 (class 2606 OID 1024637)
-- Name: research_committee_types research_committee_types_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committee_types
ADD CONSTRAINT research_committee_types_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7565 (class 2606 OID 743766)
-- Name: research_committes research_committes_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes
ADD CONSTRAINT research_committes_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7587 (class 2606 OID 743966)
-- Name: research_committes_components research_committes_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_components
ADD CONSTRAINT research_committes_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_committes(id) ON DELETE CASCADE;
--
-- TOC entry 7781 (class 2606 OID 1024862)
-- Name: research_committes_research_committee_type_links research_committes_research_committee_type_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_research_committee_type_links
ADD CONSTRAINT research_committes_research_committee_type_links_fk FOREIGN KEY (research_committe_id) REFERENCES public.research_committes(id) ON DELETE CASCADE;
--
-- TOC entry 7782 (class 2606 OID 1024867)
-- Name: research_committes_research_committee_type_links research_committes_research_committee_type_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes_research_committee_type_links
ADD CONSTRAINT research_committes_research_committee_type_links_inv_fk FOREIGN KEY (research_committee_type_id) REFERENCES public.research_committee_types(id) ON DELETE CASCADE;
--
-- TOC entry 7566 (class 2606 OID 743771)
-- Name: research_committes research_committes_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_committes
ADD CONSTRAINT research_committes_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7671 (class 2606 OID 786031)
-- Name: research_guide_line_pages research_guide_line_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_guide_line_pages
ADD CONSTRAINT research_guide_line_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7673 (class 2606 OID 786041)
-- Name: research_guide_line_pages_components research_guide_line_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_guide_line_pages_components
ADD CONSTRAINT research_guide_line_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_guide_line_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7672 (class 2606 OID 786036)
-- Name: research_guide_line_pages research_guide_line_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_guide_line_pages
ADD CONSTRAINT research_guide_line_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7569 (class 2606 OID 743786)
-- Name: research_mains research_mains_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_mains
ADD CONSTRAINT research_mains_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7589 (class 2606 OID 743986)
-- Name: research_mains_components research_mains_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_mains_components
ADD CONSTRAINT research_mains_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_mains(id) ON DELETE CASCADE;
--
-- TOC entry 7570 (class 2606 OID 743791)
-- Name: research_mains research_mains_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_mains
ADD CONSTRAINT research_mains_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7674 (class 2606 OID 786185)
-- Name: research_publication_pages research_publication_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_publication_pages
ADD CONSTRAINT research_publication_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7676 (class 2606 OID 786195)
-- Name: research_publication_pages_components research_publication_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_publication_pages_components
ADD CONSTRAINT research_publication_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_publication_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7675 (class 2606 OID 786190)
-- Name: research_publication_pages research_publication_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_publication_pages
ADD CONSTRAINT research_publication_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7683 (class 2606 OID 786880)
-- Name: research_strategy_pages research_strategy_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_strategy_pages
ADD CONSTRAINT research_strategy_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7685 (class 2606 OID 786890)
-- Name: research_strategy_pages_components research_strategy_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_strategy_pages_components
ADD CONSTRAINT research_strategy_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.research_strategy_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7684 (class 2606 OID 786885)
-- Name: research_strategy_pages research_strategy_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.research_strategy_pages
ADD CONSTRAINT research_strategy_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7796 (class 2606 OID 1124791)
-- Name: school_collections school_collections_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections
ADD CONSTRAINT school_collections_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7808 (class 2606 OID 1124851)
-- Name: school_collections_components school_collections_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections_components
ADD CONSTRAINT school_collections_entity_fk FOREIGN KEY (entity_id) REFERENCES public.school_collections(id) ON DELETE CASCADE;
--
-- TOC entry 7797 (class 2606 OID 1124796)
-- Name: school_collections school_collections_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.school_collections
ADD CONSTRAINT school_collections_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7752 (class 2606 OID 1010466)
-- Name: schools schools_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schools
ADD CONSTRAINT schools_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7766 (class 2606 OID 1016996)
-- Name: schools_components schools_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schools_components
ADD CONSTRAINT schools_entity_fk FOREIGN KEY (entity_id) REFERENCES public.schools(id) ON DELETE CASCADE;
--
-- TOC entry 7753 (class 2606 OID 1010471)
-- Name: schools schools_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.schools
ADD CONSTRAINT schools_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7488 (class 2606 OID 680942)
-- Name: strapi_api_token_permissions strapi_api_token_permissions_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions
ADD CONSTRAINT strapi_api_token_permissions_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7514 (class 2606 OID 681072)
-- Name: strapi_api_token_permissions_token_links strapi_api_token_permissions_token_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions_token_links
ADD CONSTRAINT strapi_api_token_permissions_token_links_fk FOREIGN KEY (api_token_permission_id) REFERENCES public.strapi_api_token_permissions(id) ON DELETE CASCADE;
--
-- TOC entry 7515 (class 2606 OID 681077)
-- Name: strapi_api_token_permissions_token_links strapi_api_token_permissions_token_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions_token_links
ADD CONSTRAINT strapi_api_token_permissions_token_links_inv_fk FOREIGN KEY (api_token_id) REFERENCES public.strapi_api_tokens(id) ON DELETE CASCADE;
--
-- TOC entry 7489 (class 2606 OID 680947)
-- Name: strapi_api_token_permissions strapi_api_token_permissions_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_token_permissions
ADD CONSTRAINT strapi_api_token_permissions_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7486 (class 2606 OID 680932)
-- Name: strapi_api_tokens strapi_api_tokens_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_tokens
ADD CONSTRAINT strapi_api_tokens_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7487 (class 2606 OID 680937)
-- Name: strapi_api_tokens strapi_api_tokens_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_api_tokens
ADD CONSTRAINT strapi_api_tokens_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7500 (class 2606 OID 681002)
-- Name: strapi_release_actions strapi_release_actions_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions
ADD CONSTRAINT strapi_release_actions_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7523 (class 2606 OID 681117)
-- Name: strapi_release_actions_release_links strapi_release_actions_release_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions_release_links
ADD CONSTRAINT strapi_release_actions_release_links_fk FOREIGN KEY (release_action_id) REFERENCES public.strapi_release_actions(id) ON DELETE CASCADE;
--
-- TOC entry 7524 (class 2606 OID 681122)
-- Name: strapi_release_actions_release_links strapi_release_actions_release_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions_release_links
ADD CONSTRAINT strapi_release_actions_release_links_inv_fk FOREIGN KEY (release_id) REFERENCES public.strapi_releases(id) ON DELETE CASCADE;
--
-- TOC entry 7501 (class 2606 OID 681007)
-- Name: strapi_release_actions strapi_release_actions_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_release_actions
ADD CONSTRAINT strapi_release_actions_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7498 (class 2606 OID 680992)
-- Name: strapi_releases strapi_releases_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_releases
ADD CONSTRAINT strapi_releases_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7499 (class 2606 OID 680997)
-- Name: strapi_releases strapi_releases_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_releases
ADD CONSTRAINT strapi_releases_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7492 (class 2606 OID 680962)
-- Name: strapi_transfer_token_permissions strapi_transfer_token_permissions_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions
ADD CONSTRAINT strapi_transfer_token_permissions_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7516 (class 2606 OID 681082)
-- Name: strapi_transfer_token_permissions_token_links strapi_transfer_token_permissions_token_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions_token_links
ADD CONSTRAINT strapi_transfer_token_permissions_token_links_fk FOREIGN KEY (transfer_token_permission_id) REFERENCES public.strapi_transfer_token_permissions(id) ON DELETE CASCADE;
--
-- TOC entry 7517 (class 2606 OID 681087)
-- Name: strapi_transfer_token_permissions_token_links strapi_transfer_token_permissions_token_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions_token_links
ADD CONSTRAINT strapi_transfer_token_permissions_token_links_inv_fk FOREIGN KEY (transfer_token_id) REFERENCES public.strapi_transfer_tokens(id) ON DELETE CASCADE;
--
-- TOC entry 7493 (class 2606 OID 680967)
-- Name: strapi_transfer_token_permissions strapi_transfer_token_permissions_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_token_permissions
ADD CONSTRAINT strapi_transfer_token_permissions_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7490 (class 2606 OID 680952)
-- Name: strapi_transfer_tokens strapi_transfer_tokens_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_tokens
ADD CONSTRAINT strapi_transfer_tokens_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7491 (class 2606 OID 680957)
-- Name: strapi_transfer_tokens strapi_transfer_tokens_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.strapi_transfer_tokens
ADD CONSTRAINT strapi_transfer_tokens_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7606 (class 2606 OID 749063)
-- Name: student_policy_pages student_policy_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_policy_pages
ADD CONSTRAINT student_policy_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7615 (class 2606 OID 749118)
-- Name: student_policy_pages_components student_policy_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_policy_pages_components
ADD CONSTRAINT student_policy_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.student_policy_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7607 (class 2606 OID 749068)
-- Name: student_policy_pages student_policy_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_policy_pages
ADD CONSTRAINT student_policy_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7648 (class 2606 OID 783960)
-- Name: student_services student_services_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_services
ADD CONSTRAINT student_services_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7662 (class 2606 OID 784030)
-- Name: student_services_components student_services_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_services_components
ADD CONSTRAINT student_services_entity_fk FOREIGN KEY (entity_id) REFERENCES public.student_services(id) ON DELETE CASCADE;
--
-- TOC entry 7649 (class 2606 OID 783965)
-- Name: student_services student_services_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.student_services
ADD CONSTRAINT student_services_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7706 (class 2606 OID 794087)
-- Name: success_stories success_stories_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories
ADD CONSTRAINT success_stories_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7767 (class 2606 OID 1017001)
-- Name: success_stories_components success_stories_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories_components
ADD CONSTRAINT success_stories_entity_fk FOREIGN KEY (entity_id) REFERENCES public.success_stories(id) ON DELETE CASCADE;
--
-- TOC entry 7707 (class 2606 OID 794092)
-- Name: success_stories success_stories_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.success_stories
ADD CONSTRAINT success_stories_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7650 (class 2606 OID 783970)
-- Name: sustainabilities sustainabilities_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sustainabilities
ADD CONSTRAINT sustainabilities_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7663 (class 2606 OID 784035)
-- Name: sustainabilities_components sustainabilities_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sustainabilities_components
ADD CONSTRAINT sustainabilities_entity_fk FOREIGN KEY (entity_id) REFERENCES public.sustainabilities(id) ON DELETE CASCADE;
--
-- TOC entry 7651 (class 2606 OID 783975)
-- Name: sustainabilities sustainabilities_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sustainabilities
ADD CONSTRAINT sustainabilities_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7571 (class 2606 OID 743826)
-- Name: terms_and_conditions terms_and_conditions_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions
ADD CONSTRAINT terms_and_conditions_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7664 (class 2606 OID 784040)
-- Name: terms_and_conditions_components terms_and_conditions_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions_components
ADD CONSTRAINT terms_and_conditions_entity_fk FOREIGN KEY (entity_id) REFERENCES public.terms_and_conditions(id) ON DELETE CASCADE;
--
-- TOC entry 7572 (class 2606 OID 743831)
-- Name: terms_and_conditions terms_and_conditions_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.terms_and_conditions
ADD CONSTRAINT terms_and_conditions_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7608 (class 2606 OID 749073)
-- Name: universities universities_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities
ADD CONSTRAINT universities_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7768 (class 2606 OID 1017007)
-- Name: universities_components universities_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities_components
ADD CONSTRAINT universities_entity_fk FOREIGN KEY (entity_id) REFERENCES public.universities(id) ON DELETE CASCADE;
--
-- TOC entry 7609 (class 2606 OID 749078)
-- Name: universities universities_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.universities
ADD CONSTRAINT universities_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7504 (class 2606 OID 681022)
-- Name: up_permissions up_permissions_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions
ADD CONSTRAINT up_permissions_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7525 (class 2606 OID 681127)
-- Name: up_permissions_role_links up_permissions_role_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions_role_links
ADD CONSTRAINT up_permissions_role_links_fk FOREIGN KEY (permission_id) REFERENCES public.up_permissions(id) ON DELETE CASCADE;
--
-- TOC entry 7526 (class 2606 OID 681132)
-- Name: up_permissions_role_links up_permissions_role_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions_role_links
ADD CONSTRAINT up_permissions_role_links_inv_fk FOREIGN KEY (role_id) REFERENCES public.up_roles(id) ON DELETE CASCADE;
--
-- TOC entry 7505 (class 2606 OID 681027)
-- Name: up_permissions up_permissions_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_permissions
ADD CONSTRAINT up_permissions_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7506 (class 2606 OID 681032)
-- Name: up_roles up_roles_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_roles
ADD CONSTRAINT up_roles_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7507 (class 2606 OID 681037)
-- Name: up_roles up_roles_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_roles
ADD CONSTRAINT up_roles_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7508 (class 2606 OID 681042)
-- Name: up_users up_users_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users
ADD CONSTRAINT up_users_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7527 (class 2606 OID 681137)
-- Name: up_users_role_links up_users_role_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users_role_links
ADD CONSTRAINT up_users_role_links_fk FOREIGN KEY (user_id) REFERENCES public.up_users(id) ON DELETE CASCADE;
--
-- TOC entry 7528 (class 2606 OID 681142)
-- Name: up_users_role_links up_users_role_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users_role_links
ADD CONSTRAINT up_users_role_links_inv_fk FOREIGN KEY (role_id) REFERENCES public.up_roles(id) ON DELETE CASCADE;
--
-- TOC entry 7509 (class 2606 OID 681047)
-- Name: up_users up_users_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.up_users
ADD CONSTRAINT up_users_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7496 (class 2606 OID 680982)
-- Name: upload_folders upload_folders_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders
ADD CONSTRAINT upload_folders_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7521 (class 2606 OID 681107)
-- Name: upload_folders_parent_links upload_folders_parent_links_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders_parent_links
ADD CONSTRAINT upload_folders_parent_links_fk FOREIGN KEY (folder_id) REFERENCES public.upload_folders(id) ON DELETE CASCADE;
--
-- TOC entry 7522 (class 2606 OID 681112)
-- Name: upload_folders_parent_links upload_folders_parent_links_inv_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders_parent_links
ADD CONSTRAINT upload_folders_parent_links_inv_fk FOREIGN KEY (inv_folder_id) REFERENCES public.upload_folders(id) ON DELETE CASCADE;
--
-- TOC entry 7497 (class 2606 OID 680987)
-- Name: upload_folders upload_folders_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.upload_folders
ADD CONSTRAINT upload_folders_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7695 (class 2606 OID 792212)
-- Name: why_dubai_pages why_dubai_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.why_dubai_pages
ADD CONSTRAINT why_dubai_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7697 (class 2606 OID 792222)
-- Name: why_dubai_pages_components why_dubai_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.why_dubai_pages_components
ADD CONSTRAINT why_dubai_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.why_dubai_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7696 (class 2606 OID 792217)
-- Name: why_dubai_pages why_dubai_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.why_dubai_pages
ADD CONSTRAINT why_dubai_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7652 (class 2606 OID 783980)
-- Name: winter_camp_pages winter_camp_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.winter_camp_pages
ADD CONSTRAINT winter_camp_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7665 (class 2606 OID 784045)
-- Name: winter_camp_pages_components winter_camp_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.winter_camp_pages_components
ADD CONSTRAINT winter_camp_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.winter_camp_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7653 (class 2606 OID 783985)
-- Name: winter_camp_pages winter_camp_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.winter_camp_pages
ADD CONSTRAINT winter_camp_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7719 (class 2606 OID 799655)
-- Name: world_wide_pages world_wide_pages_created_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.world_wide_pages
ADD CONSTRAINT world_wide_pages_created_by_id_fk FOREIGN KEY (created_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
--
-- TOC entry 7721 (class 2606 OID 799665)
-- Name: world_wide_pages_components world_wide_pages_entity_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.world_wide_pages_components
ADD CONSTRAINT world_wide_pages_entity_fk FOREIGN KEY (entity_id) REFERENCES public.world_wide_pages(id) ON DELETE CASCADE;
--
-- TOC entry 7720 (class 2606 OID 799660)
-- Name: world_wide_pages world_wide_pages_updated_by_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.world_wide_pages
ADD CONSTRAINT world_wide_pages_updated_by_id_fk FOREIGN KEY (updated_by_id) REFERENCES public.admin_users(id) ON DELETE SET NULL;
-- Completed on 2024-11-29 12:36:45 PKT
--
-- PostgreSQL database dump complete
--