PGDMP } vortex_v214.13"14.15 (Ubuntu 14.15-1.pgdg20.04+1)J00ENCODINGENCODINGSET client_encoding = 'UTF8'; falseK00 STDSTRINGS STDSTRINGS(SET standard_conforming_strings = 'on'; falseL00 SEARCHPATH SEARCHPATH8SELECT pg_catalog.set_config('search_path', '', false); falseM1262938834 vortex_v2DATABASE]CREATE DATABASE vortex_v2 WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE = 'en_US.UTF8'; DROP DATABASE vortex_v2; cloudsqlsuperuserfalse1259938858 auth_groupTABLEfCREATE TABLE public.auth_group ( id integer NOT NULL, name character varying(150) NOT NULL ); DROP TABLE public.auth_group; publicheappostgresfalse1259938857auth_group_id_seqSEQUENCEALTER TABLE public.auth_group ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.auth_group_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2161259938866auth_group_permissionsTABLECREATE TABLE public.auth_group_permissions ( id bigint NOT NULL, group_id integer NOT NULL, permission_id integer NOT NULL ); *DROP TABLE public.auth_group_permissions; publicheappostgresfalse1259938865auth_group_permissions_id_seqSEQUENCEALTER TABLE public.auth_group_permissions ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.auth_group_permissions_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2181259938852auth_permissionTABLECREATE TABLE public.auth_permission ( id integer NOT NULL, name character varying(255) NOT NULL, content_type_id integer NOT NULL, codename character varying(100) NOT NULL ); #DROP TABLE public.auth_permission; publicheappostgresfalse1259938851auth_permission_id_seqSEQUENCEALTER TABLE public.auth_permission ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.auth_permission_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2141259938872 auth_userTABLECREATE TABLE public.auth_user ( id integer NOT NULL, password character varying(128) NOT NULL, last_login timestamp with time zone, is_superuser boolean NOT NULL, username character varying(150) NOT NULL, first_name character varying(150) NOT NULL, last_name character varying(150) NOT NULL, email character varying(254) NOT NULL, is_staff boolean NOT NULL, is_active boolean NOT NULL, date_joined timestamp with time zone NOT NULL ); DROP TABLE public.auth_user; publicheappostgresfalse1259938880auth_user_groupsTABLE~CREATE TABLE public.auth_user_groups ( id bigint NOT NULL, user_id integer NOT NULL, group_id integer NOT NULL ); $DROP TABLE public.auth_user_groups; publicheappostgresfalse1259938879auth_user_groups_id_seqSEQUENCEALTER TABLE public.auth_user_groups ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.auth_user_groups_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2221259938871auth_user_id_seqSEQUENCEALTER TABLE public.auth_user ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.auth_user_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2201259938886auth_user_user_permissionsTABLECREATE TABLE public.auth_user_user_permissions ( id bigint NOT NULL, user_id integer NOT NULL, permission_id integer NOT NULL ); .DROP TABLE public.auth_user_user_permissions; publicheappostgresfalse1259938885!auth_user_user_permissions_id_seqSEQUENCEALTER TABLE public.auth_user_user_permissions ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.auth_user_user_permissions_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2241259938973core_activitycountersTABLECREATE TABLE public.core_activitycounters ( created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, last_modified_by integer, id bigint NOT NULL, org_id uuid, entity_id character varying(255), entity_type character varying(255), feature_counter character varying(255), value bigint NOT NULL, event_at timestamp with time zone NOT NULL, org_id_copy bigint ); )DROP TABLE public.core_activitycounters; publicheappostgresfalse1259938972core_activitycounters_id_seqSEQUENCEALTER TABLE public.core_activitycounters ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_activitycounters_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2281259938981core_creatorbrandaccessTABLECREATE TABLE public.core_creatorbrandaccess ( created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, last_modified_by integer, id integer NOT NULL, org_id uuid NOT NULL, creator_id bigint NOT NULL, has_access boolean NOT NULL, cool_off_time timestamp with time zone, approved_by bigint, org_id_copy bigint ); +DROP TABLE public.core_creatorbrandaccess; publicheappostgresfalse1259938980core_creatorbrandaccess_id_seqSEQUENCEALTER TABLE public.core_creatorbrandaccess ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_creatorbrandaccess_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2301259938987core_mediafileTABLECREATE TABLE public.core_mediafile ( id bigint NOT NULL, uuid uuid NOT NULL, bucket_name character varying(255) NOT NULL, org_id uuid, category character varying(50) NOT NULL, ext character varying(50) NOT NULL, server_url character varying(2048) NOT NULL, api_version character varying(10) NOT NULL, last_access_time timestamp with time zone NOT NULL, status character varying(10) NOT NULL, extra_data jsonb, has_video boolean NOT NULL ); "DROP TABLE public.core_mediafile; publicheappostgresfalse1259938986core_mediafile_id_seqSEQUENCEALTER TABLE public.core_mediafile ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_mediafile_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2321259940829core_ordersdataTABLECREATE TABLE public.core_ordersdata ( id integer NOT NULL, created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, org_id uuid NOT NULL, order_id character varying(255) NOT NULL, order_number character varying(255) NOT NULL, creator_id bigint NOT NULL, amount double precision NOT NULL, ircm_id bigint NOT NULL, utm_campaign character varying(255) NOT NULL, utm_source character varying(255) NOT NULL, utm_medium character varying(255) NOT NULL, order_name character varying(255) NOT NULL, currency_code character varying(255) NOT NULL, org_id_copy bigint, last_modified_by integer ); #DROP TABLE public.core_ordersdata; publicheappostgresfalse1259940828core_ordersdata_id_seqSEQUENCEALTER TABLE public.core_ordersdata ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_ordersdata_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2481259938997core_organisationTABLEzCREATE TABLE public.core_organisation ( id integer NOT NULL, created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, last_modified_by integer, token uuid NOT NULL, name character varying(512) NOT NULL, domain character varying(1024) NOT NULL, currency character varying(4), country_code character varying(4), is_active boolean NOT NULL, logo character varying(1024) NOT NULL, wid character varying(256), platform character varying(64), platform_api_key character varying(256), platform_access_token character varying(512), platform_auth_token character varying(512), platform_storefront_access_token character varying(512), shop_name character varying(512), referer character varying(512), prefill_popup_data text, hmac character varying(512), referred_by text, all_links_forever_redirect boolean NOT NULL, created_by_platform text, created_by_user bigint, apitoken character varying(128) NOT NULL, extra_data jsonb NOT NULL, address character varying(2048) NOT NULL, phone character varying(15) NOT NULL, email character varying(256) NOT NULL, pincode character varying(6) NOT NULL, state character varying(24) NOT NULL, gstin character varying(64) NOT NULL, nitrox_org_id bigint, collab_org_token character varying(255) ); %DROP TABLE public.core_organisation; publicheappostgresfalse1259938996core_organisation_id_seqSEQUENCEALTER TABLE public.core_organisation ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_organisation_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2341259939049core_organisationusermappingTABLECREATE TABLE public.core_organisationusermapping ( id integer NOT NULL, created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, last_modified_by integer, organisation_id integer NOT NULL, user_id integer NOT NULL ); 0DROP TABLE public.core_organisationusermapping; publicheappostgresfalse1259939048#core_organisationusermapping_id_seqSEQUENCEALTER TABLE public.core_organisationusermapping ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_organisationusermapping_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2441259939011core_rewardscampaignTABLEHCREATE TABLE public.core_rewardscampaign ( created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, last_modified_by integer, id integer NOT NULL, org_id uuid NOT NULL, uuid uuid NOT NULL, name character varying(255) NOT NULL, description text, landing_page_url character varying(200), start_time timestamp with time zone NOT NULL, end_time timestamp with time zone NOT NULL, metadata jsonb, media jsonb, status character varying(10) NOT NULL, extra_data jsonb, org_id_copy bigint ); (DROP TABLE public.core_rewardscampaign; publicheappostgresfalse1259939010core_rewardscampaign_id_seqSEQUENCEALTER TABLE public.core_rewardscampaign ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_rewardscampaign_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2361259939021"core_rewardscampaigncreatormappingTABLECREATE TABLE public.core_rewardscampaigncreatormapping ( created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, last_modified_by integer, id bigint NOT NULL, rewards_campaign_id bigint, creator_id bigint, status character varying(20) NOT NULL, coupon_code character varying(255), landing_page_url character varying(500), extra_data jsonb ); 6DROP TABLE public.core_rewardscampaigncreatormapping; publicheappostgresfalse1259939020)core_rewardscampaigncreatormapping_id_seqSEQUENCEALTER TABLE public.core_rewardscampaigncreatormapping ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_rewardscampaigncreatormapping_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2381259939031core_userimagegalleryTABLE"CREATE TABLE public.core_userimagegallery ( created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, last_modified_by integer, id bigint NOT NULL, org_id uuid, user_id bigint NOT NULL, media_file_id bigint NOT NULL, media_file_url character varying(2048) NOT NULL, is_archive boolean NOT NULL, creation_date timestamp with time zone NOT NULL, file_name character varying(255) NOT NULL, extra_data jsonb, has_video boolean NOT NULL, org_id_copy bigint ); )DROP TABLE public.core_userimagegallery; publicheappostgresfalse1259939030core_userimagegallery_id_seqSEQUENCEALTER TABLE public.core_userimagegallery ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_userimagegallery_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2401259939039core_userprofileTABLECREATE TABLE public.core_userprofile ( id integer NOT NULL, created_at timestamp with time zone NOT NULL, modified_at timestamp with time zone NOT NULL, last_modified_by integer, phone character varying(24), referred_by text, created_by_platform text, created_by_user bigint, is_email_verified boolean NOT NULL, is_phone_verified boolean NOT NULL, token character varying(128) NOT NULL, registration_type character varying(50) NOT NULL, fb_user_id text, fb_access_token text, instagram_token text, instagram_token_secret text, profile_image character varying(200), social_media_links jsonb, extra_data jsonb, user_id integer NOT NULL ); $DROP TABLE public.core_userprofile; publicheappostgresfalse1259939038core_userprofile_id_seqSEQUENCEALTER TABLE public.core_userprofile ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_userprofile_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2421259938944django_admin_logTABLECREATE TABLE public.django_admin_log ( id integer NOT NULL, action_time timestamp with time zone NOT NULL, object_id text, object_repr character varying(200) NOT NULL, action_flag smallint NOT NULL, change_message text NOT NULL, content_type_id integer, user_id integer NOT NULL, CONSTRAINT django_admin_log_action_flag_check CHECK ((action_flag >= 0)) ); $DROP TABLE public.django_admin_log; publicheappostgresfalse1259938943django_admin_log_id_seqSEQUENCEALTER TABLE public.django_admin_log ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.django_admin_log_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2261259938844django_content_typeTABLECREATE TABLE public.django_content_type ( id integer NOT NULL, app_label character varying(100) NOT NULL, model character varying(100) NOT NULL ); 'DROP TABLE public.django_content_type; publicheappostgresfalse1259938843django_content_type_id_seqSEQUENCEALTER TABLE public.django_content_type ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.django_content_type_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2121259939084django_dramatiq_taskTABLE@CREATE TABLE public.django_dramatiq_task ( id uuid NOT NULL, status character varying(8) NOT NULL, created_at timestamp with time zone NOT NULL, updated_at timestamp with time zone NOT NULL, message_data bytea NOT NULL, actor_name character varying(300), queue_name character varying(100) ); (DROP TABLE public.django_dramatiq_task; publicheappostgresfalse1259938836django_migrationsTABLECREATE TABLE public.django_migrations ( id bigint NOT NULL, app character varying(255) NOT NULL, name character varying(255) NOT NULL, applied timestamp with time zone NOT NULL ); %DROP TABLE public.django_migrations; publicheappostgresfalse1259938835django_migrations_id_seqSEQUENCEALTER TABLE public.django_migrations ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.django_migrations_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2101259939092django_sessionTABLECREATE TABLE public.django_session ( session_key character varying(40) NOT NULL, session_data text NOT NULL, expire_date timestamp with time zone NOT NULL ); "DROP TABLE public.django_session; publicheappostgresfalse'0938858 auth_group TABLE DATA.COPY public.auth_group (id, name) FROM stdin; publicpostgresfalse2164135.dat)0938866auth_group_permissions TABLE DATAMCOPY public.auth_group_permissions (id, group_id, permission_id) FROM stdin; publicpostgresfalse2184137.dat%0938852auth_permission TABLE DATANCOPY public.auth_permission (id, name, content_type_id, codename) FROM stdin; publicpostgresfalse2144133.dat+0938872 auth_user TABLE DATACOPY public.auth_user (id, password, last_login, is_superuser, username, first_name, last_name, email, is_staff, is_active, date_joined) FROM stdin; publicpostgresfalse2204139.dat-0938880auth_user_groups TABLE DATAACOPY public.auth_user_groups (id, user_id, group_id) FROM stdin; publicpostgresfalse2224141.dat/0938886auth_user_user_permissions TABLE DATAPCOPY public.auth_user_user_permissions (id, user_id, permission_id) FROM stdin; publicpostgresfalse2244143.dat30938973core_activitycounters TABLE DATACOPY public.core_activitycounters (created_at, modified_at, last_modified_by, id, org_id, entity_id, entity_type, feature_counter, value, event_at, org_id_copy) FROM stdin; publicpostgresfalse2284147.dat50938981core_creatorbrandaccess TABLE DATACOPY public.core_creatorbrandaccess (created_at, modified_at, last_modified_by, id, org_id, creator_id, has_access, cool_off_time, approved_by, org_id_copy) FROM stdin; publicpostgresfalse2304149.dat70938987core_mediafile TABLE DATACOPY public.core_mediafile (id, uuid, bucket_name, org_id, category, ext, server_url, api_version, last_access_time, status, extra_data, has_video) FROM stdin; publicpostgresfalse2324151.datG0940829core_ordersdata TABLE DATACOPY public.core_ordersdata (id, created_at, modified_at, org_id, order_id, order_number, creator_id, amount, ircm_id, utm_campaign, utm_source, utm_medium, order_name, currency_code, org_id_copy, last_modified_by) FROM stdin; publicpostgresfalse2484167.dat90938997core_organisation TABLE DATACOPY public.core_organisation (id, created_at, modified_at, last_modified_by, token, name, domain, currency, country_code, is_active, logo, wid, platform, platform_api_key, platform_access_token, platform_auth_token, platform_storefront_access_token, shop_name, referer, prefill_popup_data, hmac, referred_by, all_links_forever_redirect, created_by_platform, created_by_user, apitoken, extra_data, address, phone, email, pincode, state, gstin, nitrox_org_id, collab_org_token) FROM stdin; publicpostgresfalse2344153.datC0939049core_organisationusermapping TABLE DATACOPY public.core_organisationusermapping (id, created_at, modified_at, last_modified_by, organisation_id, user_id) FROM stdin; publicpostgresfalse2444163.dat;0939011core_rewardscampaign TABLE DATACOPY public.core_rewardscampaign (created_at, modified_at, last_modified_by, id, org_id, uuid, name, description, landing_page_url, start_time, end_time, metadata, media, status, extra_data, org_id_copy) FROM stdin; publicpostgresfalse2364155.dat=0939021"core_rewardscampaigncreatormapping TABLE DATACOPY public.core_rewardscampaigncreatormapping (created_at, modified_at, last_modified_by, id, rewards_campaign_id, creator_id, status, coupon_code, landing_page_url, extra_data) FROM stdin; publicpostgresfalse2384157.dat?0939031core_userimagegallery TABLE DATACOPY public.core_userimagegallery (created_at, modified_at, last_modified_by, id, org_id, user_id, media_file_id, media_file_url, is_archive, creation_date, file_name, extra_data, has_video, org_id_copy) FROM stdin; publicpostgresfalse2404159.datA0939039core_userprofile TABLE DATAQCOPY public.core_userprofile (id, created_at, modified_at, last_modified_by, phone, referred_by, created_by_platform, created_by_user, is_email_verified, is_phone_verified, token, registration_type, fb_user_id, fb_access_token, instagram_token, instagram_token_secret, profile_image, social_media_links, extra_data, user_id) FROM stdin; publicpostgresfalse2424161.dat10938944django_admin_log TABLE DATACOPY public.django_admin_log (id, action_time, object_id, object_repr, action_flag, change_message, content_type_id, user_id) FROM stdin; publicpostgresfalse2264145.dat#0938844django_content_type TABLE DATACCOPY public.django_content_type (id, app_label, model) FROM stdin; publicpostgresfalse2124131.datD0939084django_dramatiq_task TABLE DATAxCOPY public.django_dramatiq_task (id, status, created_at, updated_at, message_data, actor_name, queue_name) FROM stdin; publicpostgresfalse2454164.dat!0938836django_migrations TABLE DATACCOPY public.django_migrations (id, app, name, applied) FROM stdin; publicpostgresfalse2104129.datE0939092django_session TABLE DATAPCOPY public.django_session (session_key, session_data, expire_date) FROM stdin; publicpostgresfalse2464165.datN00auth_group_id_seq SEQUENCE SET@SELECT pg_catalog.setval('public.auth_group_id_seq', 1, false); publicpostgresfalse215O00auth_group_permissions_id_seq SEQUENCE SETLSELECT pg_catalog.setval('public.auth_group_permissions_id_seq', 1, false); publicpostgresfalse217P00auth_permission_id_seq SEQUENCE SETESELECT pg_catalog.setval('public.auth_permission_id_seq', 68, true); publicpostgresfalse213Q00auth_user_groups_id_seq SEQUENCE SETFSELECT pg_catalog.setval('public.auth_user_groups_id_seq', 1, false); publicpostgresfalse221R00auth_user_id_seq SEQUENCE SET?SELECT pg_catalog.setval('public.auth_user_id_seq', 85, true); publicpostgresfalse219S00!auth_user_user_permissions_id_seq SEQUENCE SETPSELECT pg_catalog.setval('public.auth_user_user_permissions_id_seq', 1, false); publicpostgresfalse223T00core_activitycounters_id_seq SEQUENCE SETMSELECT pg_catalog.setval('public.core_activitycounters_id_seq', 1174, true); publicpostgresfalse227U00core_creatorbrandaccess_id_seq SEQUENCE SETMSELECT pg_catalog.setval('public.core_creatorbrandaccess_id_seq', 53, true); publicpostgresfalse229V00core_mediafile_id_seq SEQUENCE SETDSELECT pg_catalog.setval('public.core_mediafile_id_seq', 39, true); publicpostgresfalse231W00core_ordersdata_id_seq SEQUENCE SETGSELECT pg_catalog.setval('public.core_ordersdata_id_seq', 3205, true); publicpostgresfalse247X00core_organisation_id_seq SEQUENCE SETISELECT pg_catalog.setval('public.core_organisation_id_seq', 2166, true); publicpostgresfalse233Y00#core_organisationusermapping_id_seq SEQUENCE SETUSELECT pg_catalog.setval('public.core_organisationusermapping_id_seq', 18575, true); publicpostgresfalse243Z00core_rewardscampaign_id_seq SEQUENCE SETKSELECT pg_catalog.setval('public.core_rewardscampaign_id_seq', 133, true); publicpostgresfalse235[00)core_rewardscampaigncreatormapping_id_seq SEQUENCE SETYSELECT pg_catalog.setval('public.core_rewardscampaigncreatormapping_id_seq', 184, true); publicpostgresfalse237\00core_userimagegallery_id_seq SEQUENCE SETKSELECT pg_catalog.setval('public.core_userimagegallery_id_seq', 37, true); publicpostgresfalse239]00core_userprofile_id_seq SEQUENCE SETFSELECT pg_catalog.setval('public.core_userprofile_id_seq', 85, true); publicpostgresfalse241^00django_admin_log_id_seq SEQUENCE SETFSELECT pg_catalog.setval('public.django_admin_log_id_seq', 1, false); publicpostgresfalse225_00django_content_type_id_seq SEQUENCE SETISELECT pg_catalog.setval('public.django_content_type_id_seq', 17, true); publicpostgresfalse211`00django_migrations_id_seq SEQUENCE SETGSELECT pg_catalog.setval('public.django_migrations_id_seq', 32, true); publicpostgresfalse20932606938970auth_group auth_group_name_key CONSTRAINTYALTER TABLE ONLY public.auth_group ADD CONSTRAINT auth_group_name_key UNIQUE (name); HALTER TABLE ONLY public.auth_group DROP CONSTRAINT auth_group_name_key; publicpostgresfalse21682606938901Rauth_group_permissions auth_group_permissions_group_id_permission_id_0cd325b0_uniq CONSTRAINTALTER TABLE ONLY public.auth_group_permissions ADD CONSTRAINT auth_group_permissions_group_id_permission_id_0cd325b0_uniq UNIQUE (group_id, permission_id); |ALTER TABLE ONLY public.auth_group_permissions DROP CONSTRAINT auth_group_permissions_group_id_permission_id_0cd325b0_uniq; publicpostgresfalse218218;26069388702auth_group_permissions auth_group_permissions_pkey CONSTRAINTpALTER TABLE ONLY public.auth_group_permissions ADD CONSTRAINT auth_group_permissions_pkey PRIMARY KEY (id); \ALTER TABLE ONLY public.auth_group_permissions DROP CONSTRAINT auth_group_permissions_pkey; publicpostgresfalse21852606938862auth_group auth_group_pkey CONSTRAINTXALTER TABLE ONLY public.auth_group ADD CONSTRAINT auth_group_pkey PRIMARY KEY (id); DALTER TABLE ONLY public.auth_group DROP CONSTRAINT auth_group_pkey; publicpostgresfalse216.2606938892Fauth_permission auth_permission_content_type_id_codename_01ab375a_uniq CONSTRAINTALTER TABLE ONLY public.auth_permission ADD CONSTRAINT auth_permission_content_type_id_codename_01ab375a_uniq UNIQUE (content_type_id, codename); pALTER TABLE ONLY public.auth_permission DROP CONSTRAINT auth_permission_content_type_id_codename_01ab375a_uniq; publicpostgresfalse21421402606938856$auth_permission auth_permission_pkey CONSTRAINTbALTER TABLE ONLY public.auth_permission ADD CONSTRAINT auth_permission_pkey PRIMARY KEY (id); NALTER TABLE ONLY public.auth_permission DROP CONSTRAINT auth_permission_pkey; publicpostgresfalse214C2606938884&auth_user_groups auth_user_groups_pkey CONSTRAINTdALTER TABLE ONLY public.auth_user_groups ADD CONSTRAINT auth_user_groups_pkey PRIMARY KEY (id); PALTER TABLE ONLY public.auth_user_groups DROP CONSTRAINT auth_user_groups_pkey; publicpostgresfalse222F2606938916@auth_user_groups auth_user_groups_user_id_group_id_94350c0c_uniq CONSTRAINTALTER TABLE ONLY public.auth_user_groups ADD CONSTRAINT auth_user_groups_user_id_group_id_94350c0c_uniq UNIQUE (user_id, group_id); jALTER TABLE ONLY public.auth_user_groups DROP CONSTRAINT auth_user_groups_user_id_group_id_94350c0c_uniq; publicpostgresfalse222222=2606938876auth_user auth_user_pkey CONSTRAINTVALTER TABLE ONLY public.auth_user ADD CONSTRAINT auth_user_pkey PRIMARY KEY (id); BALTER TABLE ONLY public.auth_user DROP CONSTRAINT auth_user_pkey; publicpostgresfalse220I2606938890:auth_user_user_permissions auth_user_user_permissions_pkey CONSTRAINTxALTER TABLE ONLY public.auth_user_user_permissions ADD CONSTRAINT auth_user_user_permissions_pkey PRIMARY KEY (id); dALTER TABLE ONLY public.auth_user_user_permissions DROP CONSTRAINT auth_user_user_permissions_pkey; publicpostgresfalse224L2606938930Yauth_user_user_permissions auth_user_user_permissions_user_id_permission_id_14a6b632_uniq CONSTRAINTALTER TABLE ONLY public.auth_user_user_permissions ADD CONSTRAINT auth_user_user_permissions_user_id_permission_id_14a6b632_uniq UNIQUE (user_id, permission_id); ALTER TABLE ONLY public.auth_user_user_permissions DROP CONSTRAINT auth_user_user_permissions_user_id_permission_id_14a6b632_uniq; publicpostgresfalse224224@2606938965 auth_user auth_user_username_key CONSTRAINT_ALTER TABLE ONLY public.auth_user ADD CONSTRAINT auth_user_username_key UNIQUE (username); JALTER TABLE ONLY public.auth_user DROP CONSTRAINT auth_user_username_key; publicpostgresfalse220R26069389790core_activitycounters core_activitycounters_pkey CONSTRAINTnALTER TABLE ONLY public.core_activitycounters ADD CONSTRAINT core_activitycounters_pkey PRIMARY KEY (id); ZALTER TABLE ONLY public.core_activitycounters DROP CONSTRAINT core_activitycounters_pkey; publicpostgresfalse228T26069389854core_creatorbrandaccess core_creatorbrandaccess_pkey CONSTRAINTrALTER TABLE ONLY public.core_creatorbrandaccess ADD CONSTRAINT core_creatorbrandaccess_pkey PRIMARY KEY (id); ^ALTER TABLE ONLY public.core_creatorbrandaccess DROP CONSTRAINT core_creatorbrandaccess_pkey; publicpostgresfalse230V2606938993"core_mediafile core_mediafile_pkey CONSTRAINT`ALTER TABLE ONLY public.core_mediafile ADD CONSTRAINT core_mediafile_pkey PRIMARY KEY (id); LALTER TABLE ONLY public.core_mediafile DROP CONSTRAINT core_mediafile_pkey; publicpostgresfalse232X2606938995&core_mediafile core_mediafile_uuid_key CONSTRAINTaALTER TABLE ONLY public.core_mediafile ADD CONSTRAINT core_mediafile_uuid_key UNIQUE (uuid); PALTER TABLE ONLY public.core_mediafile DROP CONSTRAINT core_mediafile_uuid_key; publicpostgresfalse2322606940835$core_ordersdata core_ordersdata_pkey CONSTRAINTbALTER TABLE ONLY public.core_ordersdata ADD CONSTRAINT core_ordersdata_pkey PRIMARY KEY (id); NALTER TABLE ONLY public.core_ordersdata DROP CONSTRAINT core_ordersdata_pkey; publicpostgresfalse248`2606939007.core_organisation core_organisation_domain_key CONSTRAINTkALTER TABLE ONLY public.core_organisation ADD CONSTRAINT core_organisation_domain_key UNIQUE (domain); XALTER TABLE ONLY public.core_organisation DROP CONSTRAINT core_organisation_domain_key; publicpostgresfalse234b2606939060>core_organisation core_organisation_domain_token_9d12ab89_uniq CONSTRAINTALTER TABLE ONLY public.core_organisation ADD CONSTRAINT core_organisation_domain_token_9d12ab89_uniq UNIQUE (domain, token); hALTER TABLE ONLY public.core_organisation DROP CONSTRAINT core_organisation_domain_token_9d12ab89_uniq; publicpostgresfalse234234d2606959438(core_organisation core_organisation_pkey CONSTRAINTfALTER TABLE ONLY public.core_organisation ADD CONSTRAINT core_organisation_pkey PRIMARY KEY (id); RALTER TABLE ONLY public.core_organisation DROP CONSTRAINT core_organisation_pkey; publicpostgresfalse234g26069390091core_organisation core_organisation_shop_name_key CONSTRAINTqALTER TABLE ONLY public.core_organisation ADD CONSTRAINT core_organisation_shop_name_key UNIQUE (shop_name); [ALTER TABLE ONLY public.core_organisation DROP CONSTRAINT core_organisation_shop_name_key; publicpostgresfalse234i2606939005-core_organisation core_organisation_token_key CONSTRAINTiALTER TABLE ONLY public.core_organisation ADD CONSTRAINT core_organisation_token_key UNIQUE (token); WALTER TABLE ONLY public.core_organisation DROP CONSTRAINT core_organisation_token_key; publicpostgresfalse234{2606959778[core_organisationusermapping core_organisationusermap_organisation_id_user_id_3bf26fd3_uniq CONSTRAINTALTER TABLE ONLY public.core_organisationusermapping ADD CONSTRAINT core_organisationusermap_organisation_id_user_id_3bf26fd3_uniq UNIQUE (organisation_id, user_id); ALTER TABLE ONLY public.core_organisationusermapping DROP CONSTRAINT core_organisationusermap_organisation_id_user_id_3bf26fd3_uniq; publicpostgresfalse244244~2606939053>core_organisationusermapping core_organisationusermapping_pkey CONSTRAINT|ALTER TABLE ONLY public.core_organisationusermapping ADD CONSTRAINT core_organisationusermapping_pkey PRIMARY KEY (id); hALTER TABLE ONLY public.core_organisationusermapping DROP CONSTRAINT core_organisationusermapping_pkey; publicpostgresfalse244k2606939017.core_rewardscampaign core_rewardscampaign_pkey CONSTRAINTlALTER TABLE ONLY public.core_rewardscampaign ADD CONSTRAINT core_rewardscampaign_pkey PRIMARY KEY (id); XALTER TABLE ONLY public.core_rewardscampaign DROP CONSTRAINT core_rewardscampaign_pkey; publicpostgresfalse236m26069390192core_rewardscampaign core_rewardscampaign_uuid_key CONSTRAINTmALTER TABLE ONLY public.core_rewardscampaign ADD CONSTRAINT core_rewardscampaign_uuid_key UNIQUE (uuid); \ALTER TABLE ONLY public.core_rewardscampaign DROP CONSTRAINT core_rewardscampaign_uuid_key; publicpostgresfalse236p2606939029Ucore_rewardscampaigncreatormapping core_rewardscampaigncreatormapping_coupon_code_key CONSTRAINTALTER TABLE ONLY public.core_rewardscampaigncreatormapping ADD CONSTRAINT core_rewardscampaigncreatormapping_coupon_code_key UNIQUE (coupon_code); ALTER TABLE ONLY public.core_rewardscampaigncreatormapping DROP CONSTRAINT core_rewardscampaigncreatormapping_coupon_code_key; publicpostgresfalse238r2606939027Jcore_rewardscampaigncreatormapping core_rewardscampaigncreatormapping_pkey CONSTRAINTALTER TABLE ONLY public.core_rewardscampaigncreatormapping ADD CONSTRAINT core_rewardscampaigncreatormapping_pkey PRIMARY KEY (id); tALTER TABLE ONLY public.core_rewardscampaigncreatormapping DROP CONSTRAINT core_rewardscampaigncreatormapping_pkey; publicpostgresfalse238t26069390370core_userimagegallery core_userimagegallery_pkey CONSTRAINTnALTER TABLE ONLY public.core_userimagegallery ADD CONSTRAINT core_userimagegallery_pkey PRIMARY KEY (id); ZALTER TABLE ONLY public.core_userimagegallery DROP CONSTRAINT core_userimagegallery_pkey; publicpostgresfalse240w2606939045&core_userprofile core_userprofile_pkey CONSTRAINTdALTER TABLE ONLY public.core_userprofile ADD CONSTRAINT core_userprofile_pkey PRIMARY KEY (id); PALTER TABLE ONLY public.core_userprofile DROP CONSTRAINT core_userprofile_pkey; publicpostgresfalse242y2606939047-core_userprofile core_userprofile_user_id_key CONSTRAINTkALTER TABLE ONLY public.core_userprofile ADD CONSTRAINT core_userprofile_user_id_key UNIQUE (user_id); WALTER TABLE ONLY public.core_userprofile DROP CONSTRAINT core_userprofile_user_id_key; publicpostgresfalse242O2606938951&django_admin_log django_admin_log_pkey CONSTRAINTdALTER TABLE ONLY public.django_admin_log ADD CONSTRAINT django_admin_log_pkey PRIMARY KEY (id); PALTER TABLE ONLY public.django_admin_log DROP CONSTRAINT django_admin_log_pkey; publicpostgresfalse226)2606938850Edjango_content_type django_content_type_app_label_model_76bd3d3b_uniq CONSTRAINTALTER TABLE ONLY public.django_content_type ADD CONSTRAINT django_content_type_app_label_model_76bd3d3b_uniq UNIQUE (app_label, model); oALTER TABLE ONLY public.django_content_type DROP CONSTRAINT django_content_type_app_label_model_76bd3d3b_uniq; publicpostgresfalse212212+2606938848,django_content_type django_content_type_pkey CONSTRAINTjALTER TABLE ONLY public.django_content_type ADD CONSTRAINT django_content_type_pkey PRIMARY KEY (id); VALTER TABLE ONLY public.django_content_type DROP CONSTRAINT django_content_type_pkey; publicpostgresfalse2122606939090.django_dramatiq_task django_dramatiq_task_pkey CONSTRAINTlALTER TABLE ONLY public.django_dramatiq_task ADD CONSTRAINT django_dramatiq_task_pkey PRIMARY KEY (id); XALTER TABLE ONLY public.django_dramatiq_task DROP CONSTRAINT django_dramatiq_task_pkey; publicpostgresfalse245'2606938842(django_migrations django_migrations_pkey CONSTRAINTfALTER TABLE ONLY public.django_migrations ADD CONSTRAINT django_migrations_pkey PRIMARY KEY (id); RALTER TABLE ONLY public.django_migrations DROP CONSTRAINT django_migrations_pkey; publicpostgresfalse2102606939098"django_session django_session_pkey CONSTRAINTiALTER TABLE ONLY public.django_session ADD CONSTRAINT django_session_pkey PRIMARY KEY (session_key); LALTER TABLE ONLY public.django_session DROP CONSTRAINT django_session_pkey; publicpostgresfalse24611259938971auth_group_name_a6ea08ec_likeINDEXhCREATE INDEX auth_group_name_a6ea08ec_like ON public.auth_group USING btree (name varchar_pattern_ops); 1DROP INDEX public.auth_group_name_a6ea08ec_like; publicpostgresfalse21661259938912(auth_group_permissions_group_id_b120cbf9INDEXoCREATE INDEX auth_group_permissions_group_id_b120cbf9 ON public.auth_group_permissions USING btree (group_id); <DROP INDEX public.auth_group_permissions_group_id_b120cbf9; publicpostgresfalse21891259938913-auth_group_permissions_permission_id_84c5c92eINDEXyCREATE INDEX auth_group_permissions_permission_id_84c5c92e ON public.auth_group_permissions USING btree (permission_id); ADROP INDEX public.auth_group_permissions_permission_id_84c5c92e; publicpostgresfalse218,1259938898(auth_permission_content_type_id_2f476e4bINDEXoCREATE INDEX auth_permission_content_type_id_2f476e4b ON public.auth_permission USING btree (content_type_id); <DROP INDEX public.auth_permission_content_type_id_2f476e4b; publicpostgresfalse214A1259938928"auth_user_groups_group_id_97559544INDEXcCREATE INDEX auth_user_groups_group_id_97559544 ON public.auth_user_groups USING btree (group_id); 6DROP INDEX public.auth_user_groups_group_id_97559544; publicpostgresfalse222D1259938927!auth_user_groups_user_id_6a12ed8bINDEXaCREATE INDEX auth_user_groups_user_id_6a12ed8b ON public.auth_user_groups USING btree (user_id); 5DROP INDEX public.auth_user_groups_user_id_6a12ed8b; publicpostgresfalse222G12599389421auth_user_user_permissions_permission_id_1fbb5f2cINDEXCREATE INDEX auth_user_user_permissions_permission_id_1fbb5f2c ON public.auth_user_user_permissions USING btree (permission_id); EDROP INDEX public.auth_user_user_permissions_permission_id_1fbb5f2c; publicpostgresfalse224J1259938941+auth_user_user_permissions_user_id_a95ead1bINDEXuCREATE INDEX auth_user_user_permissions_user_id_a95ead1b ON public.auth_user_user_permissions USING btree (user_id); ?DROP INDEX public.auth_user_user_permissions_user_id_a95ead1b; publicpostgresfalse224>1259938966 auth_user_username_6821ab7c_likeINDEXnCREATE INDEX auth_user_username_6821ab7c_like ON public.auth_user USING btree (username varchar_pattern_ops); 4DROP INDEX public.auth_user_username_6821ab7c_like; publicpostgresfalse220Y1259939058core_organi_apitoke_e3927c_idxINDEX`CREATE INDEX core_organi_apitoke_e3927c_idx ON public.core_organisation USING btree (apitoken); 2DROP INDEX public.core_organi_apitoke_e3927c_idx; publicpostgresfalse234Z1259939055core_organi_domain_56865d_idxINDEX]CREATE INDEX core_organi_domain_56865d_idx ON public.core_organisation USING btree (domain); 1DROP INDEX public.core_organi_domain_56865d_idx; publicpostgresfalse234[1259959439core_organi_id_157447_idxINDEX`CREATE INDEX core_organi_id_157447_idx ON public.core_organisation USING btree (id, is_active); -DROP INDEX public.core_organi_id_157447_idx; publicpostgresfalse234234\1259939056core_organi_name_50757d_idxINDEXYCREATE INDEX core_organi_name_50757d_idx ON public.core_organisation USING btree (name); /DROP INDEX public.core_organi_name_50757d_idx; publicpostgresfalse234]1259939057core_organi_token_6da0b9_idxINDEX[CREATE INDEX core_organi_token_6da0b9_idx ON public.core_organisation USING btree (token); 0DROP INDEX public.core_organi_token_6da0b9_idx; publicpostgresfalse234^1259939064&core_organisation_domain_7a0bce61_likeINDEXzCREATE INDEX core_organisation_domain_7a0bce61_like ON public.core_organisation USING btree (domain varchar_pattern_ops); :DROP INDEX public.core_organisation_domain_7a0bce61_like; publicpostgresfalse234e1259939065)core_organisation_shop_name_0ca3a9e5_likeINDEXCREATE INDEX core_organisation_shop_name_0ca3a9e5_like ON public.core_organisation USING btree (shop_name varchar_pattern_ops); =DROP INDEX public.core_organisation_shop_name_0ca3a9e5_like; publicpostgresfalse234|12599597795core_organisationusermapping_organisation_id_2b138868INDEXCREATE INDEX core_organisationusermapping_organisation_id_2b138868 ON public.core_organisationusermapping USING btree (organisation_id); IDROP INDEX public.core_organisationusermapping_organisation_id_2b138868; publicpostgresfalse2441259939083-core_organisationusermapping_user_id_5826f1fcINDEXyCREATE INDEX core_organisationusermapping_user_id_5826f1fc ON public.core_organisationusermapping USING btree (user_id); ADROP INDEX public.core_organisationusermapping_user_id_5826f1fc; publicpostgresfalse244n1259939066<core_rewardscampaigncreatormapping_coupon_code_6a1ac685_likeINDEXCREATE INDEX core_rewardscampaigncreatormapping_coupon_code_6a1ac685_like ON public.core_rewardscampaigncreatormapping USING btree (coupon_code varchar_pattern_ops); PDROP INDEX public.core_rewardscampaigncreatormapping_coupon_code_6a1ac685_like; publicpostgresfalse238u1259939061core_userpr_token_a8aba2_idxINDEXZCREATE INDEX core_userpr_token_a8aba2_idx ON public.core_userprofile USING btree (token); 0DROP INDEX public.core_userpr_token_a8aba2_idx; publicpostgresfalse242M1259938962)django_admin_log_content_type_id_c4bce8ebINDEXqCREATE INDEX django_admin_log_content_type_id_c4bce8eb ON public.django_admin_log USING btree (content_type_id); =DROP INDEX public.django_admin_log_content_type_id_c4bce8eb; publicpostgresfalse226P1259938963!django_admin_log_user_id_c564eba6INDEXaCREATE INDEX django_admin_log_user_id_c564eba6 ON public.django_admin_log USING btree (user_id); 5DROP INDEX public.django_admin_log_user_id_c564eba6; publicpostgresfalse2261259939091(django_dramatiq_task_updated_at_bb623596INDEXoCREATE INDEX django_dramatiq_task_updated_at_bb623596 ON public.django_dramatiq_task USING btree (updated_at); <DROP INDEX public.django_dramatiq_task_updated_at_bb623596; publicpostgresfalse2451259939100#django_session_expire_date_a5c62663INDEXeCREATE INDEX django_session_expire_date_a5c62663 ON public.django_session USING btree (expire_date); 7DROP INDEX public.django_session_expire_date_a5c62663; publicpostgresfalse2461259939099(django_session_session_key_c0390e0f_likeINDEX~CREATE INDEX django_session_session_key_c0390e0f_like ON public.django_session USING btree (session_key varchar_pattern_ops); <DROP INDEX public.django_session_session_key_c0390e0f_like; publicpostgresfalse2462606938907Oauth_group_permissions auth_group_permissio_permission_id_84c5c92e_fk_auth_perm FK CONSTRAINTALTER TABLE ONLY public.auth_group_permissions ADD CONSTRAINT auth_group_permissio_permission_id_84c5c92e_fk_auth_perm FOREIGN KEY (permission_id) REFERENCES public.auth_permission(id) DEFERRABLE INITIALLY DEFERRED; yALTER TABLE ONLY public.auth_group_permissions DROP CONSTRAINT auth_group_permissio_permission_id_84c5c92e_fk_auth_perm; publicpostgresfalse21421838882606938902Pauth_group_permissions auth_group_permissions_group_id_b120cbf9_fk_auth_group_id FK CONSTRAINTALTER TABLE ONLY public.auth_group_permissions ADD CONSTRAINT auth_group_permissions_group_id_b120cbf9_fk_auth_group_id FOREIGN KEY (group_id) REFERENCES public.auth_group(id) DEFERRABLE INITIALLY DEFERRED; zALTER TABLE ONLY public.auth_group_permissions DROP CONSTRAINT auth_group_permissions_group_id_b120cbf9_fk_auth_group_id; publicpostgresfalse38932162182606938893Eauth_permission auth_permission_content_type_id_2f476e4b_fk_django_co FK CONSTRAINTALTER TABLE ONLY public.auth_permission ADD CONSTRAINT auth_permission_content_type_id_2f476e4b_fk_django_co FOREIGN KEY (content_type_id) REFERENCES public.django_content_type(id) DEFERRABLE INITIALLY DEFERRED; oALTER TABLE ONLY public.auth_permission DROP CONSTRAINT auth_permission_content_type_id_2f476e4b_fk_django_co; publicpostgresfalse21238832142606938922Dauth_user_groups auth_user_groups_group_id_97559544_fk_auth_group_id FK CONSTRAINTALTER TABLE ONLY public.auth_user_groups ADD CONSTRAINT auth_user_groups_group_id_97559544_fk_auth_group_id FOREIGN KEY (group_id) REFERENCES public.auth_group(id) DEFERRABLE INITIALLY DEFERRED; nALTER TABLE ONLY public.auth_user_groups DROP CONSTRAINT auth_user_groups_group_id_97559544_fk_auth_group_id; publicpostgresfalse22221638932606938917Bauth_user_groups auth_user_groups_user_id_6a12ed8b_fk_auth_user_id FK CONSTRAINTALTER TABLE ONLY public.auth_user_groups ADD CONSTRAINT auth_user_groups_user_id_6a12ed8b_fk_auth_user_id FOREIGN KEY (user_id) REFERENCES public.auth_user(id) DEFERRABLE INITIALLY DEFERRED; lALTER TABLE ONLY public.auth_user_groups DROP CONSTRAINT auth_user_groups_user_id_6a12ed8b_fk_auth_user_id; publicpostgresfalse39012202222606938936Sauth_user_user_permissions auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm FK CONSTRAINTALTER TABLE ONLY public.auth_user_user_permissions ADD CONSTRAINT auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm FOREIGN KEY (permission_id) REFERENCES public.auth_permission(id) DEFERRABLE INITIALLY DEFERRED; }ALTER TABLE ONLY public.auth_user_user_permissions DROP CONSTRAINT auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm; publicpostgresfalse21422438882606938931Vauth_user_user_permissions auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id FK CONSTRAINTALTER TABLE ONLY public.auth_user_user_permissions ADD CONSTRAINT auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id FOREIGN KEY (user_id) REFERENCES public.auth_user(id) DEFERRABLE INITIALLY DEFERRED; ALTER TABLE ONLY public.auth_user_user_permissions DROP CONSTRAINT auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id; publicpostgresfalse22022439012606959787Ucore_organisationusermapping core_organisationusermapping_organisation_id_2b138868_fk FK CONSTRAINTALTER TABLE ONLY public.core_organisationusermapping ADD CONSTRAINT core_organisationusermapping_organisation_id_2b138868_fk FOREIGN KEY (organisation_id) REFERENCES public.core_organisation(id) DEFERRABLE INITIALLY DEFERRED; ALTER TABLE ONLY public.core_organisationusermapping DROP CONSTRAINT core_organisationusermapping_organisation_id_2b138868_fk; publicpostgresfalse24423439402606939077Zcore_organisationusermapping core_organisationusermapping_user_id_5826f1fc_fk_auth_user_id FK CONSTRAINTALTER TABLE ONLY public.core_organisationusermapping ADD CONSTRAINT core_organisationusermapping_user_id_5826f1fc_fk_auth_user_id FOREIGN KEY (user_id) REFERENCES public.auth_user(id) DEFERRABLE INITIALLY DEFERRED; ALTER TABLE ONLY public.core_organisationusermapping DROP CONSTRAINT core_organisationusermapping_user_id_5826f1fc_fk_auth_user_id; publicpostgresfalse24439012202606939067Bcore_userprofile core_userprofile_user_id_5141ad90_fk_auth_user_id FK CONSTRAINTALTER TABLE ONLY public.core_userprofile ADD CONSTRAINT core_userprofile_user_id_5141ad90_fk_auth_user_id FOREIGN KEY (user_id) REFERENCES public.auth_user(id) DEFERRABLE INITIALLY DEFERRED; lALTER TABLE ONLY public.core_userprofile DROP CONSTRAINT core_userprofile_user_id_5141ad90_fk_auth_user_id; publicpostgresfalse39012422202606938952Gdjango_admin_log django_admin_log_content_type_id_c4bce8eb_fk_django_co FK CONSTRAINTALTER TABLE ONLY public.django_admin_log ADD CONSTRAINT django_admin_log_content_type_id_c4bce8eb_fk_django_co FOREIGN KEY (content_type_id) REFERENCES public.django_content_type(id) DEFERRABLE INITIALLY DEFERRED; qALTER TABLE ONLY public.django_admin_log DROP CONSTRAINT django_admin_log_content_type_id_c4bce8eb_fk_django_co; publicpostgresfalse21222638832606938957Bdjango_admin_log django_admin_log_user_id_c564eba6_fk_auth_user_id FK CONSTRAINTALTER TABLE ONLY public.django_admin_log ADD CONSTRAINT django_admin_log_user_id_c564eba6_fk_auth_user_id FOREIGN KEY (user_id) REFERENCES public.auth_user(id) DEFERRABLE INITIALLY DEFERRED; lALTER TABLE ONLY public.django_admin_log DROP CONSTRAINT django_admin_log_user_id_c564eba6_fk_auth_user_id; publicpostgresfalse3901220226