PGDMP4 }gantt14.13"14.15 (Ubuntu 14.15-1.pgdg20.04+1)]00ENCODINGENCODINGSET client_encoding = 'UTF8'; false00 STDSTRINGS STDSTRINGS(SET standard_conforming_strings = 'on'; false00 SEARCHPATH SEARCHPATH8SELECT pg_catalog.set_config('search_path', '', false); false1262948375ganttDATABASEYCREATE DATABASE gantt WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE = 'en_US.UTF8'; DROP DATABASE gantt; postgresfalse1259948399 auth_groupTABLEfCREATE TABLE public.auth_group ( id integer NOT NULL, name character varying(150) NOT NULL ); DROP TABLE public.auth_group; publicheappostgresfalse1259948398auth_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 ); publicpostgresfalse2161259948407auth_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; publicheappostgresfalse1259948406auth_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 ); publicpostgresfalse2181259948393auth_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; publicheappostgresfalse1259948392auth_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 ); publicpostgresfalse2141259948413 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; publicheappostgresfalse1259948421auth_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; publicheappostgresfalse1259948420auth_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 ); publicpostgresfalse2221259948412auth_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 ); publicpostgresfalse2201259948427auth_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; publicheappostgresfalse1259948426!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 ); publicpostgresfalse2241259948514 core_auditlogTABLEUCREATE TABLE public.core_auditlog ( id bigint NOT NULL, log text NOT NULL ); !DROP TABLE public.core_auditlog; publicheappostgresfalse1259948513core_auditlog_id_seqSEQUENCEALTER TABLE public.core_auditlog ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_auditlog_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2281259948522 core_ticketTABLELCREATE TABLE public.core_ticket ( id bigint NOT NULL, title character varying(100) NOT NULL, description text NOT NULL, created_at date NOT NULL, updated_at timestamp with time zone NOT NULL, assigned_to_id integer NOT NULL, end_at date NOT NULL, sequence integer NOT NULL, redmine_id integer ); DROP TABLE public.core_ticket; publicheappostgresfalse1259948521core_ticket_id_seqSEQUENCEALTER TABLE public.core_ticket ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY ( SEQUENCE NAME public.core_ticket_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); publicpostgresfalse2301259948485django_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; publicheappostgresfalse1259948484django_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 ); publicpostgresfalse2261259948385django_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; publicheappostgresfalse1259948384django_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 ); publicpostgresfalse2121259948377django_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; publicheappostgresfalse1259948376django_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 ); publicpostgresfalse2101259948551django_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; publicheappostgresfalse0948399 auth_group TABLE DATA.COPY public.auth_group (id, name) FROM stdin; publicpostgresfalse2164042.dat0948407auth_group_permissions TABLE DATAMCOPY public.auth_group_permissions (id, group_id, permission_id) FROM stdin; publicpostgresfalse2184044.dat0948393auth_permission TABLE DATANCOPY public.auth_permission (id, name, content_type_id, codename) FROM stdin; publicpostgresfalse2144040.dat0948413 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; publicpostgresfalse2204046.dat0948421auth_user_groups TABLE DATAACOPY public.auth_user_groups (id, user_id, group_id) FROM stdin; publicpostgresfalse2224048.dat0948427auth_user_user_permissions TABLE DATAPCOPY public.auth_user_user_permissions (id, user_id, permission_id) FROM stdin; publicpostgresfalse2244050.dat0948514 core_auditlog TABLE DATA0COPY public.core_auditlog (id, log) FROM stdin; publicpostgresfalse2284054.dat0948522 core_ticket TABLE DATACOPY public.core_ticket (id, title, description, created_at, updated_at, assigned_to_id, end_at, sequence, redmine_id) FROM stdin; publicpostgresfalse2304056.dat0948485django_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; publicpostgresfalse2264052.dat0948385django_content_type TABLE DATACCOPY public.django_content_type (id, app_label, model) FROM stdin; publicpostgresfalse2124038.dat0948377django_migrations TABLE DATACCOPY public.django_migrations (id, app, name, applied) FROM stdin; publicpostgresfalse2104036.dat0948551django_session TABLE DATAPCOPY public.django_session (session_key, session_data, expire_date) FROM stdin; publicpostgresfalse2314057.dat00auth_group_id_seq SEQUENCE SET@SELECT pg_catalog.setval('public.auth_group_id_seq', 1, false); publicpostgresfalse21500auth_group_permissions_id_seq SEQUENCE SETLSELECT pg_catalog.setval('public.auth_group_permissions_id_seq', 1, false); publicpostgresfalse21700auth_permission_id_seq SEQUENCE SETESELECT pg_catalog.setval('public.auth_permission_id_seq', 32, true); publicpostgresfalse21300auth_user_groups_id_seq SEQUENCE SETFSELECT pg_catalog.setval('public.auth_user_groups_id_seq', 1, false); publicpostgresfalse22100auth_user_id_seq SEQUENCE SET>SELECT pg_catalog.setval('public.auth_user_id_seq', 1, true); publicpostgresfalse21900!auth_user_user_permissions_id_seq SEQUENCE SETPSELECT pg_catalog.setval('public.auth_user_user_permissions_id_seq', 1, false); publicpostgresfalse22300core_auditlog_id_seq SEQUENCE SETCSELECT pg_catalog.setval('public.core_auditlog_id_seq', 1, false); publicpostgresfalse22700core_ticket_id_seq SEQUENCE SET@SELECT pg_catalog.setval('public.core_ticket_id_seq', 1, true); publicpostgresfalse22900django_admin_log_id_seq SEQUENCE SETFSELECT pg_catalog.setval('public.django_admin_log_id_seq', 1, false); publicpostgresfalse22500django_content_type_id_seq SEQUENCE SETHSELECT pg_catalog.setval('public.django_content_type_id_seq', 8, true); publicpostgresfalse21100django_migrations_id_seq SEQUENCE SETGSELECT pg_catalog.setval('public.django_migrations_id_seq', 24, true); publicpostgresfalse2092606948511auth_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; publicpostgresfalse216 2606948442Rauth_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; publicpostgresfalse21821826069484112auth_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; publicpostgresfalse218 2606948403auth_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; publicpostgresfalse2162606948433Fauth_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; publicpostgresfalse2142142606948397$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; publicpostgresfalse2142606948425&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; publicpostgresfalse2222606948457@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; publicpostgresfalse2222222606948417auth_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; publicpostgresfalse2202606948431: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; publicpostgresfalse224 2606948471Yauth_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; publicpostgresfalse2242242606948506 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; publicpostgresfalse220&2606948520 core_auditlog core_auditlog_pkey CONSTRAINT^ALTER TABLE ONLY public.core_auditlog ADD CONSTRAINT core_auditlog_pkey PRIMARY KEY (id); JALTER TABLE ONLY public.core_auditlog DROP CONSTRAINT core_auditlog_pkey; publicpostgresfalse228)2606948528core_ticket core_ticket_pkey CONSTRAINTZALTER TABLE ONLY public.core_ticket ADD CONSTRAINT core_ticket_pkey PRIMARY KEY (id); FALTER TABLE ONLY public.core_ticket DROP CONSTRAINT core_ticket_pkey; publicpostgresfalse230#2606948492&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; publicpostgresfalse2262606948391Edjango_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; publicpostgresfalse2122122606948389,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; publicpostgresfalse2122606948383(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; publicpostgresfalse210,2606948557"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; publicpostgresfalse2311259948512auth_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; publicpostgresfalse216 1259948453(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; publicpostgresfalse218 1259948454-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; publicpostgresfalse2181259948439(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; publicpostgresfalse2141259948469"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; publicpostgresfalse2221259948468!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; publicpostgresfalse22212599484831auth_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; publicpostgresfalse2241259948482+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; publicpostgresfalse2241259948507 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; publicpostgresfalse220'1259948534#core_ticket_assigned_to_id_e0f94da4INDEXeCREATE INDEX core_ticket_assigned_to_id_e0f94da4 ON public.core_ticket USING btree (assigned_to_id); 7DROP INDEX public.core_ticket_assigned_to_id_e0f94da4; publicpostgresfalse230!1259948503)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; publicpostgresfalse226$1259948504!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; publicpostgresfalse226*1259948559#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; publicpostgresfalse231-1259948558(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; publicpostgresfalse23102606948448Oauth_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; publicpostgresfalse2182143844/2606948443Pauth_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; publicpostgresfalse2162183849.2606948434Eauth_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; publicpostgresfalse383921421222606948463Dauth_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; publicpostgresfalse384922221612606948458Bauth_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; publicpostgresfalse385722222042606948477Sauth_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; publicpostgresfalse214224384432606948472Vauth_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; publicpostgresfalse220385722472606948529?core_ticket core_ticket_assigned_to_id_e0f94da4_fk_auth_user_id FK CONSTRAINTALTER TABLE ONLY public.core_ticket ADD CONSTRAINT core_ticket_assigned_to_id_e0f94da4_fk_auth_user_id FOREIGN KEY (assigned_to_id) REFERENCES public.auth_user(id) DEFERRABLE INITIALLY DEFERRED; iALTER TABLE ONLY public.core_ticket DROP CONSTRAINT core_ticket_assigned_to_id_e0f94da4_fk_auth_user_id; publicpostgresfalse220230385752606948493Gdjango_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; publicpostgresfalse226383921262606948498Bdjango_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; publicpostgresfalse2262203857