Untitled

mail@pastecode.io avatar
unknown
plain_text
14 days ago
1.6 kB
2
Indexable
Never
pg_restore: creating CONSTRAINT "public.bql_e_coordinate bql_e_coordinate_pk"
pg_restore: from TOC entry 3862; 2606 19009 CONSTRAINT bql_e_coordinate bql_e_coordinate_pk cholimex-vl-dev
pg_restore: error: could not execute query: ERROR:  relation "public.bql_e_coordinate" does not exist
Command was: ALTER TABLE ONLY public.bql_e_coordinate
    ADD CONSTRAINT bql_e_coordinate_pk PRIMARY KEY (id);


pg_restore: creating CONSTRAINT "public.bql_entity_ho_so bql_entity_ho_so_pkey"
pg_restore: from TOC entry 3866; 2606 18937 CONSTRAINT bql_entity_ho_so bql_entity_ho_so_pkey cholimex-vl-dev
pg_restore: error: could not execute query: ERROR:  multiple primary keys for table "bql_entity_ho_so" are not allowed
Command was: ALTER TABLE ONLY public.bql_entity_ho_so
    ADD CONSTRAINT bql_entity_ho_so_pkey PRIMARY KEY (id);


pg_restore: creating CONSTRAINT "public.fw_user fw_user_pk"
pg_restore: from TOC entry 3868; 2606 18974 CONSTRAINT fw_user fw_user_pk cholimex-vl-dev
pg_restore: error: could not execute query: ERROR:  multiple primary keys for table "fw_user" are not allowed
Command was: ALTER TABLE ONLY public.fw_user
    ADD CONSTRAINT fw_user_pk PRIMARY KEY (id);


pg_restore: creating CONSTRAINT "public.bql_layer_entity_type layer_entity_type_pk"
pg_restore: from TOC entry 3864; 2606 18722 CONSTRAINT bql_layer_entity_type layer_entity_type_pk cholimex-vl-dev
pg_restore: error: could not execute query: ERROR:  multiple primary keys for table "bql_layer_entity_type" are not allowed
Command was: ALTER TABLE ONLY public.bql_layer_entity_type
    ADD CONSTRAINT layer_entity_type_pk PRIMARY KEY (layer_id, entity_type_id);
Leave a Comment