diff --git a/mes-application/src/main/resources/schema/demo_db_en.sql b/mes-application/src/main/resources/schema/demo_db_en.sql index 07f057e449..7ab0454150 100644 --- a/mes-application/src/main/resources/schema/demo_db_en.sql +++ b/mes-application/src/main/resources/schema/demo_db_en.sql @@ -1,8 +1,10 @@ -- -- PostgreSQL database dump -- + + -- --- Name: add_group_role(character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: add_group_role(character varying, character varying); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION add_group_role(group_name character varying, role_name character varying) RETURNS void @@ -32,10 +34,8 @@ CREATE FUNCTION add_group_role(group_name character varying, role_name character $$; -ALTER FUNCTION public.add_group_role(group_name character varying, role_name character varying) OWNER TO postgres; - -- --- Name: add_group_role_by_id(bigint, character varying); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: add_group_role_by_id(bigint, character varying); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION add_group_role_by_id(groupid bigint, role_name character varying) RETURNS void @@ -63,10 +63,8 @@ CREATE FUNCTION add_group_role_by_id(groupid bigint, role_name character varying $$; -ALTER FUNCTION public.add_group_role_by_id(groupid bigint, role_name character varying) OWNER TO postgres; - -- --- Name: add_role(character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: add_role(character varying, character varying); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION add_role(role_name character varying, description character varying) RETURNS void @@ -85,10 +83,8 @@ CREATE FUNCTION add_role(role_name character varying, description character vary $$; -ALTER FUNCTION public.add_role(role_name character varying, description character varying) OWNER TO postgres; - -- --- Name: add_sequences(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: add_sequences(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION add_sequences() RETURNS void @@ -122,10 +118,8 @@ CREATE FUNCTION add_sequences() RETURNS void $$; -ALTER FUNCTION public.add_sequences() OWNER TO postgres; - -- --- Name: f_add_col(regclass, text, regtype); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: f_add_col(regclass, text, regtype); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION f_add_col(_tbl regclass, _col text, _type regtype) RETURNS boolean @@ -145,10 +139,8 @@ END $$; -ALTER FUNCTION public.f_add_col(_tbl regclass, _col text, _type regtype) OWNER TO postgres; - -- --- Name: f_add_col_default(regclass, text, text, text); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: f_add_col_default(regclass, text, text, text); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION f_add_col_default(_tbl regclass, _col text, _type text, _default text) RETURNS boolean @@ -168,10 +160,8 @@ END $$; -ALTER FUNCTION public.f_add_col_default(_tbl regclass, _col text, _type text, _default text) OWNER TO postgres; - -- --- Name: generate_and_set_assignmenttoshift_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_assignmenttoshift_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_assignmenttoshift_externalnumber_trigger() RETURNS trigger @@ -185,10 +175,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_assignmenttoshift_externalnumber_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_confectionprotocol_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_confectionprotocol_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_confectionprotocol_externalnumber_trigger() RETURNS trigger @@ -202,10 +190,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_confectionprotocol_externalnumber_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_document_number_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_document_number_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_document_number_trigger() RETURNS trigger @@ -216,16 +202,14 @@ BEGIN IF NEW.name is null THEN NEW.name := NEW.number; END IF; - + return NEW; END; $$; -ALTER FUNCTION public.generate_and_set_document_number_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_extrusionprotocol_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_extrusionprotocol_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_extrusionprotocol_externalnumber_trigger() RETURNS trigger @@ -239,10 +223,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_extrusionprotocol_externalnumber_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_maintenanceevent_number_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_maintenanceevent_number_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_maintenanceevent_number_trigger() RETURNS trigger @@ -250,16 +232,14 @@ CREATE FUNCTION generate_and_set_maintenanceevent_number_trigger() RETURNS trigg AS $$ BEGIN NEW.number := generate_maintenanceevent_number(); - + return NEW; END; $$; -ALTER FUNCTION public.generate_and_set_maintenanceevent_number_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_pallet_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_pallet_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_pallet_externalnumber_trigger() RETURNS trigger @@ -273,10 +253,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_pallet_externalnumber_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_repairorder_number_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_repairorder_number_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_repairorder_number_trigger() RETURNS trigger @@ -290,10 +268,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_repairorder_number_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_resource_number(timestamp without time zone); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_resource_number(timestamp without time zone); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_resource_number(_time timestamp without time zone) RETURNS text @@ -312,8 +288,8 @@ BEGIN _year := extract(year from _time); _sequence_name := 'materialflowresources_resource_number_' || _year; - - SELECT sequence_name into _tmp FROM information_schema.sequences where sequence_schema = 'public' + + SELECT sequence_name into _tmp FROM information_schema.sequences where sequence_schema = 'public' and sequence_name = _sequence_name; if _tmp is null then execute 'CREATE SEQUENCE ' || _sequence_name || ';'; @@ -325,20 +301,18 @@ BEGIN if _seq like '%#%' then _seq := _sequence_value; end if; - + _number := _pattern; _number := replace(_number, '#year', _year::text); _number := replace(_number, '#seq', _seq); - + RETURN _number; END; $$; -ALTER FUNCTION public.generate_and_set_resource_number(_time timestamp without time zone) OWNER TO postgres; - -- --- Name: generate_and_set_resource_number_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_resource_number_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_resource_number_trigger() RETURNS trigger @@ -352,10 +326,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_resource_number_trigger() OWNER TO postgres; - -- --- Name: generate_assignmenttoshift_externalnumber(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_assignmenttoshift_externalnumber(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_assignmenttoshift_externalnumber() RETURNS text @@ -386,10 +358,8 @@ END; $$; -ALTER FUNCTION public.generate_assignmenttoshift_externalnumber() OWNER TO postgres; - -- --- Name: generate_confectionprotocol_externalnumber(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_confectionprotocol_externalnumber(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_confectionprotocol_externalnumber() RETURNS text @@ -420,10 +390,8 @@ END; $$; -ALTER FUNCTION public.generate_confectionprotocol_externalnumber() OWNER TO postgres; - -- --- Name: generate_document_number(text); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_document_number(text); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_document_number(_translated_type text) RETURNS text @@ -440,8 +408,8 @@ BEGIN _pattern := '#translated_type/#seq'; _sequence_name := 'materialflowresources_document_number_' || lower(_translated_type); - - SELECT sequence_name into _tmp FROM information_schema.sequences where sequence_schema = 'public' + + SELECT sequence_name into _tmp FROM information_schema.sequences where sequence_schema = 'public' and sequence_name = _sequence_name; if _tmp is null then execute 'CREATE SEQUENCE ' || _sequence_name || ';'; @@ -453,20 +421,18 @@ BEGIN if _seq like '%#%' then _seq := _sequence_value; end if; - + _number := _pattern; _number := replace(_number, '#translated_type', _translated_type); _number := replace(_number, '#seq', _seq); - + RETURN _number; END; $$; -ALTER FUNCTION public.generate_document_number(_translated_type text) OWNER TO postgres; - -- --- Name: generate_extrusionprotocol_externalnumber(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_extrusionprotocol_externalnumber(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_extrusionprotocol_externalnumber() RETURNS text @@ -497,10 +463,8 @@ END; $$; -ALTER FUNCTION public.generate_extrusionprotocol_externalnumber() OWNER TO postgres; - -- --- Name: generate_maintenanceevent_number(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_maintenanceevent_number(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_maintenanceevent_number() RETURNS text @@ -522,19 +486,17 @@ BEGIN if _seq like '%#%' then _seq := _sequence_value; end if; - + _number := _pattern; _number := replace(_number, '#seq', _seq); - + RETURN _number; END; $$; -ALTER FUNCTION public.generate_maintenanceevent_number() OWNER TO postgres; - -- --- Name: generate_pallet_externalnumber(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_pallet_externalnumber(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_pallet_externalnumber() RETURNS text @@ -565,10 +527,8 @@ END; $$; -ALTER FUNCTION public.generate_pallet_externalnumber() OWNER TO postgres; - -- --- Name: generate_productiontracking_number(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_productiontracking_number(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_productiontracking_number() RETURNS text @@ -600,10 +560,8 @@ END; $$; -ALTER FUNCTION public.generate_productiontracking_number() OWNER TO postgres; - -- --- Name: generate_repairorder_number(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_repairorder_number(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_repairorder_number() RETURNS text @@ -634,10 +592,8 @@ END; $$; -ALTER FUNCTION public.generate_repairorder_number() OWNER TO postgres; - -- --- Name: generate_technologiesgenerator_generatorcontext_number(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_technologiesgenerator_generatorcontext_number(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_technologiesgenerator_generatorcontext_number() RETURNS text @@ -668,10 +624,8 @@ END; $$; -ALTER FUNCTION public.generate_technologiesgenerator_generatorcontext_number() OWNER TO postgres; - -- --- Name: prepare_superadmin(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: prepare_superadmin(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION prepare_superadmin() RETURNS void @@ -686,26 +640,48 @@ CREATE FUNCTION prepare_superadmin() RETURNS void IF _group_id is null THEN RAISE EXCEPTION 'Group ''SUPER_ADMIN'' not found!'; END IF; - + SELECT id INTO _user_id FROM qcadoosecurity_user WHERE username = 'superadmin'; IF _user_id is null THEN - INSERT INTO qcadoosecurity_user (username, firstname, lastname, enabled, password, group_id) + INSERT INTO qcadoosecurity_user (username, firstname, lastname, enabled, password, group_id) values ('superadmin', 'superadmin', 'superadmin', true, '186cf774c97b60a1c106ef718d10970a6a06e06bef89553d9ae65d938a886eae', _group_id); ELSE UPDATE qcadoosecurity_user set group_id = _group_id, password = '186cf774c97b60a1c106ef718d10970a6a06e06bef89553d9ae65d938a886eae' WHERE id = _user_id; END IF; - + DELETE FROM jointable_group_role where group_id = _group_id; PERFORM add_group_role('SUPER_ADMIN', 'ROLE_SUPERADMIN'); - + END; $$; -ALTER FUNCTION public.prepare_superadmin() OWNER TO postgres; +-- +-- Name: update_productionpershift_progressforday(); Type: FUNCTION; Schema: public; Owner: - +-- + +CREATE FUNCTION update_productionpershift_progressforday() RETURNS void + LANGUAGE plpgsql + AS $$ +DECLARE + progressforday record; +BEGIN + FOR progressforday IN SELECT * FROM productionpershift_progressforday + LOOP + UPDATE productionpershift_progressforday + SET productionpershift_id = (SELECT pps.id FROM productionpershift_progressforday pfd + LEFT JOIN technologies_technologyoperationcomponent toc ON toc.id = pfd.technologyoperationcomponent_id + LEFT JOIN orders_order ord ON ord.technology_id = toc.technology_id + LEFT JOIN productionpershift_productionpershift pps ON pps.order_id = ord.id + WHERE pfd.id = progressforday.id LIMIT 1) + WHERE id = progressforday.id; + END LOOP; +END; +$$; + -- --- Name: update_sequences(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: update_sequences(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION update_sequences() RETURNS void @@ -714,12 +690,12 @@ CREATE FUNCTION update_sequences() RETURNS void DECLARE row record; BEGIN - FOR row IN SELECT tablename FROM pg_tables p - INNER JOIN information_schema.columns c ON p.tablename = c.table_name + FOR row IN SELECT tablename FROM pg_tables p + INNER JOIN information_schema.columns c ON p.tablename = c.table_name WHERE c.table_schema = 'public' AND p.schemaname = 'public' AND c.column_name = 'id' AND data_type = 'bigint' - LOOP - IF EXISTS (SELECT 0 FROM pg_class WHERE relname = '' || quote_ident(row.tablename) || '_id_seq' ) THEN - EXECUTE 'ALTER TABLE ' || quote_ident(row.tablename) || ' ALTER COLUMN id SET DEFAULT nextval(''' || quote_ident(row.tablename) || '_id_seq'');'; + LOOP + IF EXISTS (SELECT 0 FROM pg_class WHERE relname = '' || quote_ident(row.tablename) || '_id_seq' ) THEN + EXECUTE 'ALTER TABLE ' || quote_ident(row.tablename) || ' ALTER COLUMN id SET DEFAULT nextval(''' || quote_ident(row.tablename) || '_id_seq'');'; EXECUTE 'SELECT setval(''' || quote_ident(row.tablename) || '_id_seq'', COALESCE((SELECT MAX(id)+1 FROM ' || quote_ident(row.tablename) || '), 1), false);'; END IF; END LOOP; @@ -727,14 +703,12 @@ END; $$; -ALTER FUNCTION public.update_sequences() OWNER TO postgres; - SET default_tablespace = ''; SET default_with_oids = false; -- --- Name: advancedgenealogy_batch; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_batch ( @@ -753,10 +727,8 @@ CREATE TABLE advancedgenealogy_batch ( ); -ALTER TABLE advancedgenealogy_batch OWNER TO postgres; - -- --- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_batch_id_seq @@ -767,17 +739,15 @@ CREATE SEQUENCE advancedgenealogy_batch_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_batch_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_batch_id_seq OWNED BY advancedgenealogy_batch.id; -- --- Name: advancedgenealogy_batchstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_batchstatechange ( @@ -794,10 +764,8 @@ CREATE TABLE advancedgenealogy_batchstatechange ( ); -ALTER TABLE advancedgenealogy_batchstatechange OWNER TO postgres; - -- --- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_batchstatechange_id_seq @@ -808,17 +776,15 @@ CREATE SEQUENCE advancedgenealogy_batchstatechange_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_batchstatechange_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_batchstatechange_id_seq OWNED BY advancedgenealogy_batchstatechange.id; -- --- Name: advancedgenealogy_genealogyreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_genealogyreport ( @@ -837,10 +803,8 @@ CREATE TABLE advancedgenealogy_genealogyreport ( ); -ALTER TABLE advancedgenealogy_genealogyreport OWNER TO postgres; - -- --- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_genealogyreport_id_seq @@ -851,17 +815,15 @@ CREATE SEQUENCE advancedgenealogy_genealogyreport_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_genealogyreport_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_genealogyreport_id_seq OWNED BY advancedgenealogy_genealogyreport.id; -- --- Name: advancedgenealogy_trackingrecord; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_trackingrecord ( @@ -882,10 +844,8 @@ CREATE TABLE advancedgenealogy_trackingrecord ( ); -ALTER TABLE advancedgenealogy_trackingrecord OWNER TO postgres; - -- --- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_trackingrecord_id_seq @@ -896,17 +856,15 @@ CREATE SEQUENCE advancedgenealogy_trackingrecord_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_trackingrecord_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_trackingrecord_id_seq OWNED BY advancedgenealogy_trackingrecord.id; -- --- Name: advancedgenealogy_trackingrecordstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_trackingrecordstatechange ( @@ -923,10 +881,8 @@ CREATE TABLE advancedgenealogy_trackingrecordstatechange ( ); -ALTER TABLE advancedgenealogy_trackingrecordstatechange OWNER TO postgres; - -- --- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_trackingrecordstatechange_id_seq @@ -937,17 +893,15 @@ CREATE SEQUENCE advancedgenealogy_trackingrecordstatechange_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_trackingrecordstatechange_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_trackingrecordstatechange_id_seq OWNED BY advancedgenealogy_trackingrecordstatechange.id; -- --- Name: advancedgenealogy_usedbatchsimple; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_usedbatchsimple ( @@ -961,10 +915,8 @@ CREATE TABLE advancedgenealogy_usedbatchsimple ( ); -ALTER TABLE advancedgenealogy_usedbatchsimple OWNER TO postgres; - -- --- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_usedbatchsimple_id_seq @@ -975,17 +927,15 @@ CREATE SEQUENCE advancedgenealogy_usedbatchsimple_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_usedbatchsimple_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_usedbatchsimple_id_seq OWNED BY advancedgenealogy_usedbatchsimple.id; -- --- Name: advancedgenealogyfororders_genealogyproductinbatch; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogyfororders_genealogyproductinbatch ( @@ -998,10 +948,8 @@ CREATE TABLE advancedgenealogyfororders_genealogyproductinbatch ( ); -ALTER TABLE advancedgenealogyfororders_genealogyproductinbatch OWNER TO postgres; - -- --- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogyfororders_genealogyproductinbatch_id_seq @@ -1012,17 +960,15 @@ CREATE SEQUENCE advancedgenealogyfororders_genealogyproductinbatch_id_seq CACHE 1; -ALTER TABLE advancedgenealogyfororders_genealogyproductinbatch_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogyfororders_genealogyproductinbatch_id_seq OWNED BY advancedgenealogyfororders_genealogyproductinbatch.id; -- --- Name: advancedgenealogyfororders_genealogyproductincomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogyfororders_genealogyproductincomponent ( @@ -1035,10 +981,8 @@ CREATE TABLE advancedgenealogyfororders_genealogyproductincomponent ( ); -ALTER TABLE advancedgenealogyfororders_genealogyproductincomponent OWNER TO postgres; - -- --- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogyfororders_genealogyproductincomponent_id_seq @@ -1049,17 +993,15 @@ CREATE SEQUENCE advancedgenealogyfororders_genealogyproductincomponent_id_seq CACHE 1; -ALTER TABLE advancedgenealogyfororders_genealogyproductincomponent_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogyfororders_genealogyproductincomponent_id_seq OWNED BY advancedgenealogyfororders_genealogyproductincomponent.id; -- --- Name: assignmenttoshift_assignmenttoshift; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_assignmenttoshift ( @@ -1080,10 +1022,8 @@ CREATE TABLE assignmenttoshift_assignmenttoshift ( ); -ALTER TABLE assignmenttoshift_assignmenttoshift OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshift_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_assignmenttoshift_externalnumber_seq @@ -1094,10 +1034,8 @@ CREATE SEQUENCE assignmenttoshift_assignmenttoshift_externalnumber_seq CACHE 1; -ALTER TABLE assignmenttoshift_assignmenttoshift_externalnumber_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_assignmenttoshift_id_seq @@ -1108,17 +1046,15 @@ CREATE SEQUENCE assignmenttoshift_assignmenttoshift_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_assignmenttoshift_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_assignmenttoshift_id_seq OWNED BY assignmenttoshift_assignmenttoshift.id; -- --- Name: assignmenttoshift_assignmenttoshiftreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_assignmenttoshiftreport ( @@ -1140,10 +1076,8 @@ CREATE TABLE assignmenttoshift_assignmenttoshiftreport ( ); -ALTER TABLE assignmenttoshift_assignmenttoshiftreport OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_assignmenttoshiftreport_id_seq @@ -1154,17 +1088,15 @@ CREATE SEQUENCE assignmenttoshift_assignmenttoshiftreport_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_assignmenttoshiftreport_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_assignmenttoshiftreport_id_seq OWNED BY assignmenttoshift_assignmenttoshiftreport.id; -- --- Name: assignmenttoshift_assignmenttoshiftstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_assignmenttoshiftstatechange ( @@ -1182,10 +1114,8 @@ CREATE TABLE assignmenttoshift_assignmenttoshiftstatechange ( ); -ALTER TABLE assignmenttoshift_assignmenttoshiftstatechange OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_assignmenttoshiftstatechange_id_seq @@ -1196,17 +1126,15 @@ CREATE SEQUENCE assignmenttoshift_assignmenttoshiftstatechange_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_assignmenttoshiftstatechange_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_assignmenttoshiftstatechange_id_seq OWNED BY assignmenttoshift_assignmenttoshiftstatechange.id; -- --- Name: assignmenttoshift_multiassignmenttoshift; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_multiassignmenttoshift ( @@ -1224,10 +1152,8 @@ CREATE TABLE assignmenttoshift_multiassignmenttoshift ( ); -ALTER TABLE assignmenttoshift_multiassignmenttoshift OWNER TO postgres; - -- --- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_multiassignmenttoshift_id_seq @@ -1238,17 +1164,15 @@ CREATE SEQUENCE assignmenttoshift_multiassignmenttoshift_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_multiassignmenttoshift_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_multiassignmenttoshift_id_seq OWNED BY assignmenttoshift_multiassignmenttoshift.id; -- --- Name: assignmenttoshift_staffassignmenttoshift; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_staffassignmenttoshift ( @@ -1267,10 +1191,8 @@ CREATE TABLE assignmenttoshift_staffassignmenttoshift ( ); -ALTER TABLE assignmenttoshift_staffassignmenttoshift OWNER TO postgres; - -- --- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_staffassignmenttoshift_id_seq @@ -1281,17 +1203,15 @@ CREATE SEQUENCE assignmenttoshift_staffassignmenttoshift_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_staffassignmenttoshift_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_staffassignmenttoshift_id_seq OWNED BY assignmenttoshift_staffassignmenttoshift.id; -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift; Type: TABLE; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE avglaborcostcalcfororder_assignmentworkertoshift ( @@ -1304,10 +1224,8 @@ CREATE TABLE avglaborcostcalcfororder_assignmentworkertoshift ( ); -ALTER TABLE avglaborcostcalcfororder_assignmentworkertoshift OWNER TO postgres; - -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE avglaborcostcalcfororder_assignmentworkertoshift_id_seq @@ -1318,17 +1236,15 @@ CREATE SEQUENCE avglaborcostcalcfororder_assignmentworkertoshift_id_seq CACHE 1; -ALTER TABLE avglaborcostcalcfororder_assignmentworkertoshift_id_seq OWNER TO postgres; - -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE avglaborcostcalcfororder_assignmentworkertoshift_id_seq OWNED BY avglaborcostcalcfororder_assignmentworkertoshift.id; -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder; Type: TABLE; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE avglaborcostcalcfororder_avglaborcostcalcfororder ( @@ -1343,10 +1259,8 @@ CREATE TABLE avglaborcostcalcfororder_avglaborcostcalcfororder ( ); -ALTER TABLE avglaborcostcalcfororder_avglaborcostcalcfororder OWNER TO postgres; - -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq @@ -1357,17 +1271,15 @@ CREATE SEQUENCE avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq CACHE 1; -ALTER TABLE avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq OWNER TO postgres; - -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq OWNED BY avglaborcostcalcfororder_avglaborcostcalcfororder.id; -- --- Name: basic_additionalcode; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_additionalcode; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_additionalcode ( @@ -1377,10 +1289,8 @@ CREATE TABLE basic_additionalcode ( ); -ALTER TABLE basic_additionalcode OWNER TO postgres; - -- --- Name: basic_additionalcode_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_additionalcode_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_additionalcode_id_seq @@ -1391,17 +1301,15 @@ CREATE SEQUENCE basic_additionalcode_id_seq CACHE 1; -ALTER TABLE basic_additionalcode_id_seq OWNER TO postgres; - -- --- Name: basic_additionalcode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_additionalcode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_additionalcode_id_seq OWNED BY basic_additionalcode.id; -- --- Name: basic_address; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_address; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_address ( @@ -1427,10 +1335,8 @@ CREATE TABLE basic_address ( ); -ALTER TABLE basic_address OWNER TO postgres; - -- --- Name: basic_address_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_address_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_address_id_seq @@ -1441,17 +1347,15 @@ CREATE SEQUENCE basic_address_id_seq CACHE 1; -ALTER TABLE basic_address_id_seq OWNER TO postgres; - -- --- Name: basic_address_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_address_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_address_id_seq OWNED BY basic_address.id; -- --- Name: basic_assortment; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_assortment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_assortment ( @@ -1461,10 +1365,8 @@ CREATE TABLE basic_assortment ( ); -ALTER TABLE basic_assortment OWNER TO postgres; - -- --- Name: basic_assortment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_assortment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_assortment_id_seq @@ -1475,17 +1377,15 @@ CREATE SEQUENCE basic_assortment_id_seq CACHE 1; -ALTER TABLE basic_assortment_id_seq OWNER TO postgres; - -- --- Name: basic_assortment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_assortment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_assortment_id_seq OWNED BY basic_assortment.id; -- --- Name: basic_assortmentelement; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_assortmentelement; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_assortmentelement ( @@ -1497,10 +1397,8 @@ CREATE TABLE basic_assortmentelement ( ); -ALTER TABLE basic_assortmentelement OWNER TO postgres; - -- --- Name: basic_assortmentelement_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_assortmentelement_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_assortmentelement_id_seq @@ -1511,17 +1409,15 @@ CREATE SEQUENCE basic_assortmentelement_id_seq CACHE 1; -ALTER TABLE basic_assortmentelement_id_seq OWNER TO postgres; - -- --- Name: basic_assortmentelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_assortmentelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_assortmentelement_id_seq OWNED BY basic_assortmentelement.id; -- --- Name: basic_company; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_company; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_company ( @@ -1553,10 +1449,8 @@ CREATE TABLE basic_company ( ); -ALTER TABLE basic_company OWNER TO postgres; - -- --- Name: basic_company_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_company_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_company_id_seq @@ -1567,17 +1461,15 @@ CREATE SEQUENCE basic_company_id_seq CACHE 1; -ALTER TABLE basic_company_id_seq OWNER TO postgres; - -- --- Name: basic_company_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_company_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_company_id_seq OWNED BY basic_company.id; -- --- Name: basic_country; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_country; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_country ( @@ -1588,10 +1480,8 @@ CREATE TABLE basic_country ( ); -ALTER TABLE basic_country OWNER TO postgres; - -- --- Name: basic_country_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_country_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_country_id_seq @@ -1602,17 +1492,15 @@ CREATE SEQUENCE basic_country_id_seq CACHE 1; -ALTER TABLE basic_country_id_seq OWNER TO postgres; - -- --- Name: basic_country_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_country_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_country_id_seq OWNED BY basic_country.id; -- --- Name: basic_crew; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_crew; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_crew ( @@ -1624,10 +1512,8 @@ CREATE TABLE basic_crew ( ); -ALTER TABLE basic_crew OWNER TO postgres; - -- --- Name: basic_crew_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_crew_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_crew_id_seq @@ -1638,17 +1524,15 @@ CREATE SEQUENCE basic_crew_id_seq CACHE 1; -ALTER TABLE basic_crew_id_seq OWNER TO postgres; - -- --- Name: basic_crew_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_crew_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_crew_id_seq OWNED BY basic_crew.id; -- --- Name: basic_currency; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_currency; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_currency ( @@ -1662,10 +1546,8 @@ CREATE TABLE basic_currency ( ); -ALTER TABLE basic_currency OWNER TO postgres; - -- --- Name: basic_currency_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_currency_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_currency_id_seq @@ -1676,17 +1558,15 @@ CREATE SEQUENCE basic_currency_id_seq CACHE 1; -ALTER TABLE basic_currency_id_seq OWNER TO postgres; - -- --- Name: basic_currency_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_currency_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_currency_id_seq OWNED BY basic_currency.id; -- --- Name: basic_division; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_division; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_division ( @@ -1710,10 +1590,8 @@ CREATE TABLE basic_division ( ); -ALTER TABLE basic_division OWNER TO postgres; - -- --- Name: basic_division_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_division_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_division_id_seq @@ -1724,17 +1602,15 @@ CREATE SEQUENCE basic_division_id_seq CACHE 1; -ALTER TABLE basic_division_id_seq OWNER TO postgres; - -- --- Name: basic_division_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_division_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_division_id_seq OWNED BY basic_division.id; -- --- Name: basic_factory; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_factory; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_factory ( @@ -1748,10 +1624,8 @@ CREATE TABLE basic_factory ( ); -ALTER TABLE basic_factory OWNER TO postgres; - -- --- Name: basic_factory_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_factory_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_factory_id_seq @@ -1762,17 +1636,15 @@ CREATE SEQUENCE basic_factory_id_seq CACHE 1; -ALTER TABLE basic_factory_id_seq OWNER TO postgres; - -- --- Name: basic_factory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_factory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_factory_id_seq OWNED BY basic_factory.id; -- --- Name: basic_faulttype; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_faulttype; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_faulttype ( @@ -1784,10 +1656,8 @@ CREATE TABLE basic_faulttype ( ); -ALTER TABLE basic_faulttype OWNER TO postgres; - -- --- Name: basic_faulttype_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_faulttype_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_faulttype_id_seq @@ -1798,17 +1668,15 @@ CREATE SEQUENCE basic_faulttype_id_seq CACHE 1; -ALTER TABLE basic_faulttype_id_seq OWNER TO postgres; - -- --- Name: basic_faulttype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_faulttype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_faulttype_id_seq OWNED BY basic_faulttype.id; -- --- Name: basic_log; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_log; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_log ( @@ -1826,10 +1694,8 @@ CREATE TABLE basic_log ( ); -ALTER TABLE basic_log OWNER TO postgres; - -- --- Name: basic_log_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_log_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_log_id_seq @@ -1840,17 +1706,15 @@ CREATE SEQUENCE basic_log_id_seq CACHE 1; -ALTER TABLE basic_log_id_seq OWNER TO postgres; - -- --- Name: basic_log_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_log_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_log_id_seq OWNED BY basic_log.id; -- --- Name: basic_palletnumber; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_palletnumber; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_palletnumber ( @@ -1865,10 +1729,8 @@ CREATE TABLE basic_palletnumber ( ); -ALTER TABLE basic_palletnumber OWNER TO postgres; - -- --- Name: basic_palletnumber_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_palletnumber_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_palletnumber_id_seq @@ -1879,17 +1741,15 @@ CREATE SEQUENCE basic_palletnumber_id_seq CACHE 1; -ALTER TABLE basic_palletnumber_id_seq OWNER TO postgres; - -- --- Name: basic_palletnumber_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_palletnumber_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_palletnumber_id_seq OWNED BY basic_palletnumber.id; -- --- Name: basic_palletnumberhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_palletnumberhelper ( @@ -1904,10 +1764,8 @@ CREATE TABLE basic_palletnumberhelper ( ); -ALTER TABLE basic_palletnumberhelper OWNER TO postgres; - -- --- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_palletnumberhelper_id_seq @@ -1918,17 +1776,15 @@ CREATE SEQUENCE basic_palletnumberhelper_id_seq CACHE 1; -ALTER TABLE basic_palletnumberhelper_id_seq OWNER TO postgres; - -- --- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_palletnumberhelper_id_seq OWNED BY basic_palletnumberhelper.id; -- --- Name: basic_parameter; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_parameter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_parameter ( @@ -2075,14 +1931,14 @@ CREATE TABLE basic_parameter ( fillorderdescriptionbasedontechnologydescription boolean, allowanomalycreationonacceptancerecord boolean DEFAULT false, esilcoaccountwithreservationlocation_id bigint, - includelevelandsuffix boolean DEFAULT true + includelevelandsuffix boolean DEFAULT true, + orderedproductsunit character varying, + allowincompleteunits boolean DEFAULT false ); -ALTER TABLE basic_parameter OWNER TO postgres; - -- --- Name: basic_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_parameter_id_seq @@ -2093,17 +1949,15 @@ CREATE SEQUENCE basic_parameter_id_seq CACHE 1; -ALTER TABLE basic_parameter_id_seq OWNER TO postgres; - -- --- Name: basic_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_parameter_id_seq OWNED BY basic_parameter.id; -- --- Name: basic_product; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_product; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_product ( @@ -2181,10 +2035,8 @@ CREATE TABLE basic_product ( ); -ALTER TABLE basic_product OWNER TO postgres; - -- --- Name: basic_product_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_product_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_product_id_seq @@ -2195,17 +2047,15 @@ CREATE SEQUENCE basic_product_id_seq CACHE 1; -ALTER TABLE basic_product_id_seq OWNER TO postgres; - -- --- Name: basic_product_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_product_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_product_id_seq OWNED BY basic_product.id; -- --- Name: basic_reportcolumnwidth; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_reportcolumnwidth ( @@ -2219,10 +2069,8 @@ CREATE TABLE basic_reportcolumnwidth ( ); -ALTER TABLE basic_reportcolumnwidth OWNER TO postgres; - -- --- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_reportcolumnwidth_id_seq @@ -2233,17 +2081,15 @@ CREATE SEQUENCE basic_reportcolumnwidth_id_seq CACHE 1; -ALTER TABLE basic_reportcolumnwidth_id_seq OWNER TO postgres; - -- --- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_reportcolumnwidth_id_seq OWNED BY basic_reportcolumnwidth.id; -- --- Name: basic_shift; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_shift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_shift ( @@ -2267,10 +2113,8 @@ CREATE TABLE basic_shift ( ); -ALTER TABLE basic_shift OWNER TO postgres; - -- --- Name: basic_shift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_shift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_shift_id_seq @@ -2281,17 +2125,15 @@ CREATE SEQUENCE basic_shift_id_seq CACHE 1; -ALTER TABLE basic_shift_id_seq OWNER TO postgres; - -- --- Name: basic_shift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_shift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_shift_id_seq OWNED BY basic_shift.id; -- --- Name: basic_shifttimetableexception; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_shifttimetableexception ( @@ -2306,10 +2148,8 @@ CREATE TABLE basic_shifttimetableexception ( ); -ALTER TABLE basic_shifttimetableexception OWNER TO postgres; - -- --- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_shifttimetableexception_id_seq @@ -2320,17 +2160,15 @@ CREATE SEQUENCE basic_shifttimetableexception_id_seq CACHE 1; -ALTER TABLE basic_shifttimetableexception_id_seq OWNER TO postgres; - -- --- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_shifttimetableexception_id_seq OWNED BY basic_shifttimetableexception.id; -- --- Name: basic_staff; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_staff; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_staff ( @@ -2356,10 +2194,8 @@ CREATE TABLE basic_staff ( ); -ALTER TABLE basic_staff OWNER TO postgres; - -- --- Name: basic_staff_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_staff_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_staff_id_seq @@ -2370,17 +2206,15 @@ CREATE SEQUENCE basic_staff_id_seq CACHE 1; -ALTER TABLE basic_staff_id_seq OWNER TO postgres; - -- --- Name: basic_staff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_staff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_staff_id_seq OWNED BY basic_staff.id; -- --- Name: basic_subassembly; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_subassembly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_subassembly ( @@ -2400,10 +2234,8 @@ CREATE TABLE basic_subassembly ( ); -ALTER TABLE basic_subassembly OWNER TO postgres; - -- --- Name: basic_subassembly_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_subassembly_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_subassembly_id_seq @@ -2414,17 +2246,15 @@ CREATE SEQUENCE basic_subassembly_id_seq CACHE 1; -ALTER TABLE basic_subassembly_id_seq OWNER TO postgres; - -- --- Name: basic_subassembly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_subassembly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_subassembly_id_seq OWNED BY basic_subassembly.id; -- --- Name: basic_subassemblyattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_subassemblyattachment ( @@ -2438,10 +2268,8 @@ CREATE TABLE basic_subassemblyattachment ( ); -ALTER TABLE basic_subassemblyattachment OWNER TO postgres; - -- --- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_subassemblyattachment_id_seq @@ -2452,17 +2280,15 @@ CREATE SEQUENCE basic_subassemblyattachment_id_seq CACHE 1; -ALTER TABLE basic_subassemblyattachment_id_seq OWNER TO postgres; - -- --- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_subassemblyattachment_id_seq OWNED BY basic_subassemblyattachment.id; -- --- Name: basic_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_workstation ( @@ -2485,10 +2311,8 @@ CREATE TABLE basic_workstation ( ); -ALTER TABLE basic_workstation OWNER TO postgres; - -- --- Name: basic_workstationtype; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_workstationtype; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_workstationtype ( @@ -2503,10 +2327,8 @@ CREATE TABLE basic_workstationtype ( ); -ALTER TABLE basic_workstationtype OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedevent ( @@ -2549,10 +2371,8 @@ CREATE TABLE cmmsmachineparts_plannedevent ( ); -ALTER TABLE cmmsmachineparts_plannedevent OWNER TO postgres; - -- --- Name: basic_subassemblylistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: basic_subassemblylistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW basic_subassemblylistdto AS @@ -2575,10 +2395,8 @@ CREATE VIEW basic_subassemblylistdto AS GROUP BY plannedevent.subassembly_id) event ON ((event.subassemblyid = subassembly.id))); -ALTER TABLE basic_subassemblylistdto OWNER TO postgres; - -- --- Name: basic_subassemblylistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_subassemblylistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_subassemblylistdto_id_seq @@ -2589,10 +2407,8 @@ CREATE SEQUENCE basic_subassemblylistdto_id_seq CACHE 1; -ALTER TABLE basic_subassemblylistdto_id_seq OWNER TO postgres; - -- --- Name: basic_subassemblytoworkstationhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_subassemblytoworkstationhelper ( @@ -2604,10 +2420,8 @@ CREATE TABLE basic_subassemblytoworkstationhelper ( ); -ALTER TABLE basic_subassemblytoworkstationhelper OWNER TO postgres; - -- --- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_subassemblytoworkstationhelper_id_seq @@ -2618,17 +2432,15 @@ CREATE SEQUENCE basic_subassemblytoworkstationhelper_id_seq CACHE 1; -ALTER TABLE basic_subassemblytoworkstationhelper_id_seq OWNER TO postgres; - -- --- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_subassemblytoworkstationhelper_id_seq OWNED BY basic_subassemblytoworkstationhelper.id; -- --- Name: basic_substitute; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_substitute; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_substitute ( @@ -2641,10 +2453,8 @@ CREATE TABLE basic_substitute ( ); -ALTER TABLE basic_substitute OWNER TO postgres; - -- --- Name: basic_substitute_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_substitute_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_substitute_id_seq @@ -2655,17 +2465,15 @@ CREATE SEQUENCE basic_substitute_id_seq CACHE 1; -ALTER TABLE basic_substitute_id_seq OWNER TO postgres; - -- --- Name: basic_substitute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_substitute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_substitute_id_seq OWNED BY basic_substitute.id; -- --- Name: basic_substitutecomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_substitutecomponent ( @@ -2678,10 +2486,8 @@ CREATE TABLE basic_substitutecomponent ( ); -ALTER TABLE basic_substitutecomponent OWNER TO postgres; - -- --- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_substitutecomponent_id_seq @@ -2692,17 +2498,15 @@ CREATE SEQUENCE basic_substitutecomponent_id_seq CACHE 1; -ALTER TABLE basic_substitutecomponent_id_seq OWNER TO postgres; - -- --- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_substitutecomponent_id_seq OWNED BY basic_substitutecomponent.id; -- --- Name: basic_workstation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_workstation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_workstation_id_seq @@ -2713,17 +2517,15 @@ CREATE SEQUENCE basic_workstation_id_seq CACHE 1; -ALTER TABLE basic_workstation_id_seq OWNER TO postgres; - -- --- Name: basic_workstation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_workstation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_workstation_id_seq OWNED BY basic_workstation.id; -- --- Name: basic_workstationattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_workstationattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_workstationattachment ( @@ -2737,10 +2539,8 @@ CREATE TABLE basic_workstationattachment ( ); -ALTER TABLE basic_workstationattachment OWNER TO postgres; - -- --- Name: basic_workstationattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_workstationattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_workstationattachment_id_seq @@ -2751,17 +2551,15 @@ CREATE SEQUENCE basic_workstationattachment_id_seq CACHE 1; -ALTER TABLE basic_workstationattachment_id_seq OWNER TO postgres; - -- --- Name: basic_workstationattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_workstationattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_workstationattachment_id_seq OWNED BY basic_workstationattachment.id; -- --- Name: basic_workstationtype_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_workstationtype_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_workstationtype_id_seq @@ -2772,17 +2570,15 @@ CREATE SEQUENCE basic_workstationtype_id_seq CACHE 1; -ALTER TABLE basic_workstationtype_id_seq OWNER TO postgres; - -- --- Name: basic_workstationtype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_workstationtype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_workstationtype_id_seq OWNED BY basic_workstationtype.id; -- --- Name: basicproductioncounting_basicproductioncounting; Type: TABLE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basicproductioncounting_basicproductioncounting ( @@ -2795,10 +2591,8 @@ CREATE TABLE basicproductioncounting_basicproductioncounting ( ); -ALTER TABLE basicproductioncounting_basicproductioncounting OWNER TO postgres; - -- --- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basicproductioncounting_basicproductioncounting_id_seq @@ -2809,17 +2603,15 @@ CREATE SEQUENCE basicproductioncounting_basicproductioncounting_id_seq CACHE 1; -ALTER TABLE basicproductioncounting_basicproductioncounting_id_seq OWNER TO postgres; - -- --- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basicproductioncounting_basicproductioncounting_id_seq OWNED BY basicproductioncounting_basicproductioncounting.id; -- --- Name: basicproductioncounting_productioncountingoperationrun; Type: TABLE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basicproductioncounting_productioncountingoperationrun ( @@ -2831,10 +2623,8 @@ CREATE TABLE basicproductioncounting_productioncountingoperationrun ( ); -ALTER TABLE basicproductioncounting_productioncountingoperationrun OWNER TO postgres; - -- --- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basicproductioncounting_productioncountingoperationrun_id_seq @@ -2845,17 +2635,15 @@ CREATE SEQUENCE basicproductioncounting_productioncountingoperationrun_id_seq CACHE 1; -ALTER TABLE basicproductioncounting_productioncountingoperationrun_id_seq OWNER TO postgres; - -- --- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basicproductioncounting_productioncountingoperationrun_id_seq OWNED BY basicproductioncounting_productioncountingoperationrun.id; -- --- Name: basicproductioncounting_productioncountingquantity; Type: TABLE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basicproductioncounting_productioncountingquantity ( @@ -2886,10 +2674,8 @@ CREATE TABLE basicproductioncounting_productioncountingquantity ( ); -ALTER TABLE basicproductioncounting_productioncountingquantity OWNER TO postgres; - -- --- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basicproductioncounting_productioncountingquantity_id_seq @@ -2900,17 +2686,15 @@ CREATE SEQUENCE basicproductioncounting_productioncountingquantity_id_seq CACHE 1; -ALTER TABLE basicproductioncounting_productioncountingquantity_id_seq OWNER TO postgres; - -- --- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basicproductioncounting_productioncountingquantity_id_seq OWNED BY basicproductioncounting_productioncountingquantity.id; -- --- Name: cdnrcgoodfood_highestmasterordernum; Type: TABLE; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cdnrcgoodfood_highestmasterordernum ( @@ -2921,10 +2705,8 @@ CREATE TABLE cdnrcgoodfood_highestmasterordernum ( ); -ALTER TABLE cdnrcgoodfood_highestmasterordernum OWNER TO postgres; - -- --- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cdnrcgoodfood_highestmasterordernum_id_seq @@ -2935,17 +2717,15 @@ CREATE SEQUENCE cdnrcgoodfood_highestmasterordernum_id_seq CACHE 1; -ALTER TABLE cdnrcgoodfood_highestmasterordernum_id_seq OWNER TO postgres; - -- --- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cdnrcgoodfood_highestmasterordernum_id_seq OWNED BY cdnrcgoodfood_highestmasterordernum.id; -- --- Name: cmmsmachineparts_action; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_action ( @@ -2957,10 +2737,8 @@ CREATE TABLE cmmsmachineparts_action ( ); -ALTER TABLE cmmsmachineparts_action OWNER TO postgres; - -- --- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_action_id_seq @@ -2971,17 +2749,15 @@ CREATE SEQUENCE cmmsmachineparts_action_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_action_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_action_id_seq OWNED BY cmmsmachineparts_action.id; -- --- Name: cmmsmachineparts_actionforplannedevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_actionforplannedevent ( @@ -2998,10 +2774,8 @@ CREATE TABLE cmmsmachineparts_actionforplannedevent ( ); -ALTER TABLE cmmsmachineparts_actionforplannedevent OWNER TO postgres; - -- --- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_actionforplannedevent_id_seq @@ -3012,17 +2786,15 @@ CREATE SEQUENCE cmmsmachineparts_actionforplannedevent_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_actionforplannedevent_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_actionforplannedevent_id_seq OWNED BY cmmsmachineparts_actionforplannedevent.id; -- --- Name: cmmsmachineparts_eventattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_eventattachment ( @@ -3036,10 +2808,8 @@ CREATE TABLE cmmsmachineparts_eventattachment ( ); -ALTER TABLE cmmsmachineparts_eventattachment OWNER TO postgres; - -- --- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_eventattachment_id_seq @@ -3050,17 +2820,15 @@ CREATE SEQUENCE cmmsmachineparts_eventattachment_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_eventattachment_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_eventattachment_id_seq OWNED BY cmmsmachineparts_eventattachment.id; -- --- Name: cmmsmachineparts_machinepartattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_machinepartattachment ( @@ -3074,10 +2842,8 @@ CREATE TABLE cmmsmachineparts_machinepartattachment ( ); -ALTER TABLE cmmsmachineparts_machinepartattachment OWNER TO postgres; - -- --- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_machinepartattachment_id_seq @@ -3088,17 +2854,15 @@ CREATE SEQUENCE cmmsmachineparts_machinepartattachment_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_machinepartattachment_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_machinepartattachment_id_seq OWNED BY cmmsmachineparts_machinepartattachment.id; -- --- Name: cmmsmachineparts_machinepartforevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_machinepartforevent ( @@ -3118,10 +2882,8 @@ CREATE TABLE cmmsmachineparts_machinepartforevent ( ); -ALTER TABLE cmmsmachineparts_machinepartforevent OWNER TO postgres; - -- --- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_machinepartforevent_id_seq @@ -3132,17 +2894,15 @@ CREATE SEQUENCE cmmsmachineparts_machinepartforevent_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_machinepartforevent_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_machinepartforevent_id_seq OWNED BY cmmsmachineparts_machinepartforevent.id; -- --- Name: cmmsmachineparts_maintenanceevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_maintenanceevent ( @@ -3171,10 +2931,8 @@ CREATE TABLE cmmsmachineparts_maintenanceevent ( ); -ALTER TABLE cmmsmachineparts_maintenanceevent OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceevent_id_seq @@ -3185,17 +2943,15 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceevent_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceevent_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_maintenanceevent_id_seq OWNED BY cmmsmachineparts_maintenanceevent.id; -- --- Name: cmmsmachineparts_maintenanceevent_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceevent_number_seq @@ -3206,10 +2962,8 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceevent_number_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceevent_number_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_maintenanceeventcontext ( @@ -3222,10 +2976,8 @@ CREATE TABLE cmmsmachineparts_maintenanceeventcontext ( ); -ALTER TABLE cmmsmachineparts_maintenanceeventcontext OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceeventcontext_id_seq @@ -3236,17 +2988,15 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceeventcontext_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceeventcontext_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_maintenanceeventcontext_id_seq OWNED BY cmmsmachineparts_maintenanceeventcontext.id; -- --- Name: productionlines_productionline; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionlines_productionline; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionlines_productionline ( @@ -3268,10 +3018,8 @@ CREATE TABLE productionlines_productionline ( ); -ALTER TABLE productionlines_productionline OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventlistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventlistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW cmmsmachineparts_maintenanceeventlistdto AS @@ -3303,10 +3051,8 @@ CREATE VIEW cmmsmachineparts_maintenanceeventlistdto AS LEFT JOIN productionlines_productionline productionline ON ((maintenanceevent.productionline_id = productionline.id))); -ALTER TABLE cmmsmachineparts_maintenanceeventlistdto OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceeventlistdto_id_seq @@ -3317,10 +3063,8 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceeventlistdto_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceeventlistdto_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_maintenanceeventstatechange ( @@ -3341,10 +3085,8 @@ CREATE TABLE cmmsmachineparts_maintenanceeventstatechange ( ); -ALTER TABLE cmmsmachineparts_maintenanceeventstatechange OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceeventstatechange_id_seq @@ -3355,17 +3097,15 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceeventstatechange_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceeventstatechange_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_maintenanceeventstatechange_id_seq OWNED BY cmmsmachineparts_maintenanceeventstatechange.id; -- --- Name: cmmsmachineparts_maintenanceeventxlshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventxlshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceeventxlshelper_id_seq @@ -3376,10 +3116,8 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceeventxlshelper_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceeventxlshelper_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventxlshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventxlshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_maintenanceeventxlshelper ( @@ -3392,10 +3130,8 @@ CREATE TABLE cmmsmachineparts_maintenanceeventxlshelper ( ); -ALTER TABLE cmmsmachineparts_maintenanceeventxlshelper OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedevent_id_seq @@ -3406,17 +3142,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedevent_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedevent_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedevent_id_seq OWNED BY cmmsmachineparts_plannedevent.id; -- --- Name: cmmsmachineparts_plannedeventattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventattachment ( @@ -3430,10 +3164,8 @@ CREATE TABLE cmmsmachineparts_plannedeventattachment ( ); -ALTER TABLE cmmsmachineparts_plannedeventattachment OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventattachment_id_seq @@ -3444,17 +3176,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventattachment_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventattachment_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventattachment_id_seq OWNED BY cmmsmachineparts_plannedeventattachment.id; -- --- Name: cmmsmachineparts_plannedeventcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventcontext ( @@ -3467,10 +3197,8 @@ CREATE TABLE cmmsmachineparts_plannedeventcontext ( ); -ALTER TABLE cmmsmachineparts_plannedeventcontext OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventcontext_id_seq @@ -3481,17 +3209,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventcontext_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventcontext_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventcontext_id_seq OWNED BY cmmsmachineparts_plannedeventcontext.id; -- --- Name: cmmsmachineparts_sourcecost; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_sourcecost ( @@ -3504,10 +3230,8 @@ CREATE TABLE cmmsmachineparts_sourcecost ( ); -ALTER TABLE cmmsmachineparts_sourcecost OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventlistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventlistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW cmmsmachineparts_plannedeventlistdto AS @@ -3545,10 +3269,8 @@ CREATE VIEW cmmsmachineparts_plannedeventlistdto AS LEFT JOIN cmmsmachineparts_sourcecost sourcecost ON ((e.sourcecost_id = sourcecost.id))); -ALTER TABLE cmmsmachineparts_plannedeventlistdto OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventlistdto_id_seq @@ -3559,10 +3281,8 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventlistdto_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventlistdto_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventrealization; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventrealization ( @@ -3578,10 +3298,8 @@ CREATE TABLE cmmsmachineparts_plannedeventrealization ( ); -ALTER TABLE cmmsmachineparts_plannedeventrealization OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventrealization_id_seq @@ -3592,17 +3310,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventrealization_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventrealization_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventrealization_id_seq OWNED BY cmmsmachineparts_plannedeventrealization.id; -- --- Name: cmmsmachineparts_plannedeventstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventstatechange ( @@ -3620,10 +3336,8 @@ CREATE TABLE cmmsmachineparts_plannedeventstatechange ( ); -ALTER TABLE cmmsmachineparts_plannedeventstatechange OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventstatechange_id_seq @@ -3634,17 +3348,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventstatechange_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventstatechange_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventstatechange_id_seq OWNED BY cmmsmachineparts_plannedeventstatechange.id; -- --- Name: cmmsmachineparts_plannedeventxlshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventxlshelper ( @@ -3657,10 +3369,8 @@ CREATE TABLE cmmsmachineparts_plannedeventxlshelper ( ); -ALTER TABLE cmmsmachineparts_plannedeventxlshelper OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventxlshelper_id_seq @@ -3671,17 +3381,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventxlshelper_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventxlshelper_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventxlshelper_id_seq OWNED BY cmmsmachineparts_plannedeventxlshelper.id; -- --- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_sourcecost_id_seq @@ -3692,17 +3400,15 @@ CREATE SEQUENCE cmmsmachineparts_sourcecost_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_sourcecost_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_sourcecost_id_seq OWNED BY cmmsmachineparts_sourcecost.id; -- --- Name: cmmsmachineparts_sourcecostreportfilter; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_sourcecostreportfilter ( @@ -3718,10 +3424,8 @@ CREATE TABLE cmmsmachineparts_sourcecostreportfilter ( ); -ALTER TABLE cmmsmachineparts_sourcecostreportfilter OWNER TO postgres; - -- --- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_sourcecostreportfilter_id_seq @@ -3732,17 +3436,15 @@ CREATE SEQUENCE cmmsmachineparts_sourcecostreportfilter_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_sourcecostreportfilter_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_sourcecostreportfilter_id_seq OWNED BY cmmsmachineparts_sourcecostreportfilter.id; -- --- Name: cmmsmachineparts_staffworktime; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_staffworktime ( @@ -3756,10 +3458,8 @@ CREATE TABLE cmmsmachineparts_staffworktime ( ); -ALTER TABLE cmmsmachineparts_staffworktime OWNER TO postgres; - -- --- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_staffworktime_id_seq @@ -3770,17 +3470,15 @@ CREATE SEQUENCE cmmsmachineparts_staffworktime_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_staffworktime_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_staffworktime_id_seq OWNED BY cmmsmachineparts_staffworktime.id; -- --- Name: cmmsmachineparts_timeusagereportfilter; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_timeusagereportfilter ( @@ -3795,10 +3493,8 @@ CREATE TABLE cmmsmachineparts_timeusagereportfilter ( ); -ALTER TABLE cmmsmachineparts_timeusagereportfilter OWNER TO postgres; - -- --- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_timeusagereportfilter_id_seq @@ -3809,17 +3505,15 @@ CREATE SEQUENCE cmmsmachineparts_timeusagereportfilter_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_timeusagereportfilter_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_timeusagereportfilter_id_seq OWNED BY cmmsmachineparts_timeusagereportfilter.id; -- --- Name: qcadoosecurity_user; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoosecurity_user ( @@ -3840,10 +3534,8 @@ CREATE TABLE qcadoosecurity_user ( ); -ALTER TABLE qcadoosecurity_user OWNER TO postgres; - -- --- Name: cmmsmachineparts_worktimeforuserdto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_worktimeforuserdto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW cmmsmachineparts_worktimeforuserdto_internal AS @@ -3884,10 +3576,8 @@ UNION ALL LEFT JOIN cmmsmachineparts_action a ON ((afpe.action_id = a.id))); -ALTER TABLE cmmsmachineparts_worktimeforuserdto_internal OWNER TO postgres; - -- --- Name: cmmsmachineparts_worktimeforuserdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_worktimeforuserdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW cmmsmachineparts_worktimeforuserdto AS @@ -3903,10 +3593,8 @@ CREATE VIEW cmmsmachineparts_worktimeforuserdto AS FROM cmmsmachineparts_worktimeforuserdto_internal internal; -ALTER TABLE cmmsmachineparts_worktimeforuserdto OWNER TO postgres; - -- --- Name: cmmsmachineparts_worktimeforuserdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_worktimeforuserdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_worktimeforuserdto_id_seq @@ -3917,10 +3605,8 @@ CREATE SEQUENCE cmmsmachineparts_worktimeforuserdto_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_worktimeforuserdto_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_actionforrecurringevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_actionforrecurringevent ( @@ -3931,10 +3617,8 @@ CREATE TABLE cmmsscheduler_actionforrecurringevent ( ); -ALTER TABLE cmmsscheduler_actionforrecurringevent OWNER TO postgres; - -- --- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_actionforrecurringevent_id_seq @@ -3945,17 +3629,15 @@ CREATE SEQUENCE cmmsscheduler_actionforrecurringevent_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_actionforrecurringevent_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_actionforrecurringevent_id_seq OWNED BY cmmsscheduler_actionforrecurringevent.id; -- --- Name: cmmsscheduler_recurringevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_recurringevent ( @@ -3997,10 +3679,8 @@ CREATE TABLE cmmsscheduler_recurringevent ( ); -ALTER TABLE cmmsscheduler_recurringevent OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_recurringevent_id_seq @@ -4011,17 +3691,15 @@ CREATE SEQUENCE cmmsscheduler_recurringevent_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_recurringevent_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_recurringevent_id_seq OWNED BY cmmsscheduler_recurringevent.id; -- --- Name: cmmsscheduler_recurringeventattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_recurringeventattachment ( @@ -4034,10 +3712,8 @@ CREATE TABLE cmmsscheduler_recurringeventattachment ( ); -ALTER TABLE cmmsscheduler_recurringeventattachment OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_recurringeventattachment_id_seq @@ -4048,17 +3724,15 @@ CREATE SEQUENCE cmmsscheduler_recurringeventattachment_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_recurringeventattachment_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_recurringeventattachment_id_seq OWNED BY cmmsscheduler_recurringeventattachment.id; -- --- Name: cmmsscheduler_recurringeventcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_recurringeventcontext ( @@ -4070,10 +3744,8 @@ CREATE TABLE cmmsscheduler_recurringeventcontext ( ); -ALTER TABLE cmmsscheduler_recurringeventcontext OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_recurringeventcontext_id_seq @@ -4084,17 +3756,15 @@ CREATE SEQUENCE cmmsscheduler_recurringeventcontext_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_recurringeventcontext_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_recurringeventcontext_id_seq OWNED BY cmmsscheduler_recurringeventcontext.id; -- --- Name: cmmsscheduler_recurringeventstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_recurringeventstatechange ( @@ -4110,10 +3780,8 @@ CREATE TABLE cmmsscheduler_recurringeventstatechange ( ); -ALTER TABLE cmmsscheduler_recurringeventstatechange OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_recurringeventstatechange_id_seq @@ -4124,17 +3792,15 @@ CREATE SEQUENCE cmmsscheduler_recurringeventstatechange_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_recurringeventstatechange_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_recurringeventstatechange_id_seq OWNED BY cmmsscheduler_recurringeventstatechange.id; -- --- Name: costcalculation_componentcost; Type: TABLE; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE costcalculation_componentcost ( @@ -4145,10 +3811,8 @@ CREATE TABLE costcalculation_componentcost ( ); -ALTER TABLE costcalculation_componentcost OWNER TO postgres; - -- --- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE costcalculation_componentcost_id_seq @@ -4159,17 +3823,15 @@ CREATE SEQUENCE costcalculation_componentcost_id_seq CACHE 1; -ALTER TABLE costcalculation_componentcost_id_seq OWNER TO postgres; - -- --- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE costcalculation_componentcost_id_seq OWNED BY costcalculation_componentcost.id; -- --- Name: costcalculation_costcalculation; Type: TABLE; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE costcalculation_costcalculation ( @@ -4218,10 +3880,8 @@ CREATE TABLE costcalculation_costcalculation ( ); -ALTER TABLE costcalculation_costcalculation OWNER TO postgres; - -- --- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE costcalculation_costcalculation_id_seq @@ -4232,17 +3892,15 @@ CREATE SEQUENCE costcalculation_costcalculation_id_seq CACHE 1; -ALTER TABLE costcalculation_costcalculation_id_seq OWNER TO postgres; - -- --- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE costcalculation_costcalculation_id_seq OWNED BY costcalculation_costcalculation.id; -- --- Name: costnormsformaterials_technologyinstoperproductincomp; Type: TABLE; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE costnormsformaterials_technologyinstoperproductincomp ( @@ -4260,10 +3918,8 @@ CREATE TABLE costnormsformaterials_technologyinstoperproductincomp ( ); -ALTER TABLE costnormsformaterials_technologyinstoperproductincomp OWNER TO postgres; - -- --- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE costnormsformaterials_technologyinstoperproductincomp_id_seq @@ -4274,17 +3930,15 @@ CREATE SEQUENCE costnormsformaterials_technologyinstoperproductincomp_id_seq CACHE 1; -ALTER TABLE costnormsformaterials_technologyinstoperproductincomp_id_seq OWNER TO postgres; - -- --- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE costnormsformaterials_technologyinstoperproductincomp_id_seq OWNED BY costnormsformaterials_technologyinstoperproductincomp.id; -- --- Name: costnormsforoperation_calculationoperationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE costnormsforoperation_calculationoperationcomponent ( @@ -4330,10 +3984,8 @@ CREATE TABLE costnormsforoperation_calculationoperationcomponent ( ); -ALTER TABLE costnormsforoperation_calculationoperationcomponent OWNER TO postgres; - -- --- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE costnormsforoperation_calculationoperationcomponent_id_seq @@ -4344,17 +3996,15 @@ CREATE SEQUENCE costnormsforoperation_calculationoperationcomponent_id_seq CACHE 1; -ALTER TABLE costnormsforoperation_calculationoperationcomponent_id_seq OWNER TO postgres; - -- --- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE costnormsforoperation_calculationoperationcomponent_id_seq OWNED BY costnormsforoperation_calculationoperationcomponent.id; -- --- Name: deliveries_columnfordeliveries; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_columnfordeliveries ( @@ -4370,10 +4020,8 @@ CREATE TABLE deliveries_columnfordeliveries ( ); -ALTER TABLE deliveries_columnfordeliveries OWNER TO postgres; - -- --- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_columnfordeliveries_id_seq @@ -4384,17 +4032,15 @@ CREATE SEQUENCE deliveries_columnfordeliveries_id_seq CACHE 1; -ALTER TABLE deliveries_columnfordeliveries_id_seq OWNER TO postgres; - -- --- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_columnfordeliveries_id_seq OWNED BY deliveries_columnfordeliveries.id; -- --- Name: deliveries_columnfororders; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_columnfororders ( @@ -4410,10 +4056,8 @@ CREATE TABLE deliveries_columnfororders ( ); -ALTER TABLE deliveries_columnfororders OWNER TO postgres; - -- --- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_columnfororders_id_seq @@ -4424,17 +4068,15 @@ CREATE SEQUENCE deliveries_columnfororders_id_seq CACHE 1; -ALTER TABLE deliveries_columnfororders_id_seq OWNER TO postgres; - -- --- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_columnfororders_id_seq OWNED BY deliveries_columnfororders.id; -- --- Name: deliveries_companyproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_companyproduct ( @@ -4446,10 +4088,8 @@ CREATE TABLE deliveries_companyproduct ( ); -ALTER TABLE deliveries_companyproduct OWNER TO postgres; - -- --- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_companyproduct_id_seq @@ -4460,17 +4100,15 @@ CREATE SEQUENCE deliveries_companyproduct_id_seq CACHE 1; -ALTER TABLE deliveries_companyproduct_id_seq OWNER TO postgres; - -- --- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_companyproduct_id_seq OWNED BY deliveries_companyproduct.id; -- --- Name: deliveries_companyproductsfamily; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_companyproductsfamily ( @@ -4482,10 +4120,8 @@ CREATE TABLE deliveries_companyproductsfamily ( ); -ALTER TABLE deliveries_companyproductsfamily OWNER TO postgres; - -- --- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_companyproductsfamily_id_seq @@ -4496,17 +4132,15 @@ CREATE SEQUENCE deliveries_companyproductsfamily_id_seq CACHE 1; -ALTER TABLE deliveries_companyproductsfamily_id_seq OWNER TO postgres; - -- --- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_companyproductsfamily_id_seq OWNED BY deliveries_companyproductsfamily.id; -- --- Name: deliveries_deliveredproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveredproduct ( @@ -4535,10 +4169,8 @@ CREATE TABLE deliveries_deliveredproduct ( ); -ALTER TABLE deliveries_deliveredproduct OWNER TO postgres; - -- --- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproduct_id_seq @@ -4549,17 +4181,15 @@ CREATE SEQUENCE deliveries_deliveredproduct_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproduct_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveredproduct_id_seq OWNED BY deliveries_deliveredproduct.id; -- --- Name: deliveries_delivery; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_delivery; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_delivery ( @@ -4587,10 +4217,8 @@ CREATE TABLE deliveries_delivery ( ); -ALTER TABLE deliveries_delivery OWNER TO postgres; - -- --- Name: materialflowresources_storagelocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_storagelocation ( @@ -4610,10 +4238,8 @@ CREATE TABLE materialflowresources_storagelocation ( ); -ALTER TABLE materialflowresources_storagelocation OWNER TO postgres; - -- --- Name: productcatalognumbers_productcatalognumbers; Type: TABLE; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productcatalognumbers_productcatalognumbers ( @@ -4625,10 +4251,8 @@ CREATE TABLE productcatalognumbers_productcatalognumbers ( ); -ALTER TABLE productcatalognumbers_productcatalognumbers OWNER TO postgres; - -- --- Name: supplynegotiations_offer; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_offer ( @@ -4653,10 +4277,8 @@ CREATE TABLE supplynegotiations_offer ( ); -ALTER TABLE supplynegotiations_offer OWNER TO postgres; - -- --- Name: technologies_operation; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_operation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_operation ( @@ -4696,10 +4318,8 @@ CREATE TABLE technologies_operation ( ); -ALTER TABLE technologies_operation OWNER TO postgres; - -- --- Name: deliveries_deliveredproductdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW deliveries_deliveredproductdto AS @@ -4727,7 +4347,8 @@ CREATE VIEW deliveries_deliveredproductdto AS ( SELECT productcatalognumbers_productcatalognumbers.catalognumber FROM productcatalognumbers_productcatalognumbers WHERE ((productcatalognumbers_productcatalognumbers.product_id = product.id) AND (productcatalognumbers_productcatalognumbers.company_id = delivery.supplier_id))) AS productcatalognumber, - deliveredproduct.pallettype + deliveredproduct.pallettype, + deliveredproduct.additionalunit FROM (((((((deliveries_deliveredproduct deliveredproduct LEFT JOIN deliveries_delivery delivery ON ((deliveredproduct.delivery_id = delivery.id))) LEFT JOIN basic_product product ON ((deliveredproduct.product_id = product.id))) @@ -4738,10 +4359,8 @@ CREATE VIEW deliveries_deliveredproductdto AS LEFT JOIN basic_palletnumber pnumber ON ((deliveredproduct.palletnumber_id = pnumber.id))); -ALTER TABLE deliveries_deliveredproductdto OWNER TO postgres; - -- --- Name: deliveries_deliveredproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproductdto_id_seq @@ -4752,10 +4371,8 @@ CREATE SEQUENCE deliveries_deliveredproductdto_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproductdto_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmulti; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveredproductmulti ( @@ -4771,10 +4388,8 @@ CREATE TABLE deliveries_deliveredproductmulti ( ); -ALTER TABLE deliveries_deliveredproductmulti OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproductmulti_id_seq @@ -4785,17 +4400,15 @@ CREATE SEQUENCE deliveries_deliveredproductmulti_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproductmulti_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveredproductmulti_id_seq OWNED BY deliveries_deliveredproductmulti.id; -- --- Name: deliveries_deliveredproductmultiposition; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveredproductmultiposition ( @@ -4815,10 +4428,8 @@ CREATE TABLE deliveries_deliveredproductmultiposition ( ); -ALTER TABLE deliveries_deliveredproductmultiposition OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproductmultiposition_id_seq @@ -4829,17 +4440,15 @@ CREATE SEQUENCE deliveries_deliveredproductmultiposition_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproductmultiposition_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveredproductmultiposition_id_seq OWNED BY deliveries_deliveredproductmultiposition.id; -- --- Name: deliveries_deliveredproductreservation; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveredproductreservation ( @@ -4851,10 +4460,8 @@ CREATE TABLE deliveries_deliveredproductreservation ( ); -ALTER TABLE deliveries_deliveredproductreservation OWNER TO postgres; - -- --- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproductreservation_id_seq @@ -4865,17 +4472,15 @@ CREATE SEQUENCE deliveries_deliveredproductreservation_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproductreservation_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveredproductreservation_id_seq OWNED BY deliveries_deliveredproductreservation.id; -- --- Name: deliveries_delivery_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_delivery_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_delivery_id_seq @@ -4886,17 +4491,15 @@ CREATE SEQUENCE deliveries_delivery_id_seq CACHE 1; -ALTER TABLE deliveries_delivery_id_seq OWNER TO postgres; - -- --- Name: deliveries_delivery_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_delivery_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_delivery_id_seq OWNED BY deliveries_delivery.id; -- --- Name: deliveries_deliveryattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveryattachment ( @@ -4909,10 +4512,8 @@ CREATE TABLE deliveries_deliveryattachment ( ); -ALTER TABLE deliveries_deliveryattachment OWNER TO postgres; - -- --- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveryattachment_id_seq @@ -4923,17 +4524,15 @@ CREATE SEQUENCE deliveries_deliveryattachment_id_seq CACHE 1; -ALTER TABLE deliveries_deliveryattachment_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveryattachment_id_seq OWNED BY deliveries_deliveryattachment.id; -- --- Name: deliveries_deliverybypallettypereport; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliverybypallettypereport ( @@ -4943,10 +4542,8 @@ CREATE TABLE deliveries_deliverybypallettypereport ( ); -ALTER TABLE deliveries_deliverybypallettypereport OWNER TO postgres; - -- --- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliverybypallettypereport_id_seq @@ -4957,17 +4554,15 @@ CREATE SEQUENCE deliveries_deliverybypallettypereport_id_seq CACHE 1; -ALTER TABLE deliveries_deliverybypallettypereport_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliverybypallettypereport_id_seq OWNED BY deliveries_deliverybypallettypereport.id; -- --- Name: deliveries_deliverystatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliverystatechange ( @@ -4984,10 +4579,8 @@ CREATE TABLE deliveries_deliverystatechange ( ); -ALTER TABLE deliveries_deliverystatechange OWNER TO postgres; - -- --- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliverystatechange_id_seq @@ -4998,17 +4591,15 @@ CREATE SEQUENCE deliveries_deliverystatechange_id_seq CACHE 1; -ALTER TABLE deliveries_deliverystatechange_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliverystatechange_id_seq OWNED BY deliveries_deliverystatechange.id; -- --- Name: deliveries_orderedproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_orderedproduct ( @@ -5032,10 +4623,8 @@ CREATE TABLE deliveries_orderedproduct ( ); -ALTER TABLE deliveries_orderedproduct OWNER TO postgres; - -- --- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_orderedproduct_id_seq @@ -5046,17 +4635,15 @@ CREATE SEQUENCE deliveries_orderedproduct_id_seq CACHE 1; -ALTER TABLE deliveries_orderedproduct_id_seq OWNER TO postgres; - -- --- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_orderedproduct_id_seq OWNED BY deliveries_orderedproduct.id; -- --- Name: supplynegotiations_negotiation; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_negotiation ( @@ -5074,10 +4661,8 @@ CREATE TABLE supplynegotiations_negotiation ( ); -ALTER TABLE supplynegotiations_negotiation OWNER TO postgres; - -- --- Name: deliveries_orderedproductdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW deliveries_orderedproductdto AS @@ -5126,10 +4711,8 @@ CREATE VIEW deliveries_orderedproductdto AS LEFT JOIN basic_additionalcode addcode ON ((orderedproduct.additionalcode_id = addcode.id))); -ALTER TABLE deliveries_orderedproductdto OWNER TO postgres; - -- --- Name: deliveries_orderedproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_orderedproductdto_id_seq @@ -5140,10 +4723,8 @@ CREATE SEQUENCE deliveries_orderedproductdto_id_seq CACHE 1; -ALTER TABLE deliveries_orderedproductdto_id_seq OWNER TO postgres; - -- --- Name: deliveries_orderedproductlistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductlistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW deliveries_orderedproductlistdto AS @@ -5186,10 +4767,8 @@ CREATE VIEW deliveries_orderedproductlistdto AS LEFT JOIN technologies_operation operation ON ((orderedproduct.operation_id = operation.id))); -ALTER TABLE deliveries_orderedproductlistdto OWNER TO postgres; - -- --- Name: deliveries_orderedproductlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_orderedproductlistdto_id_seq @@ -5200,10 +4779,8 @@ CREATE SEQUENCE deliveries_orderedproductlistdto_id_seq CACHE 1; -ALTER TABLE deliveries_orderedproductlistdto_id_seq OWNER TO postgres; - -- --- Name: deliveries_orderedproductreservation; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_orderedproductreservation ( @@ -5215,10 +4792,8 @@ CREATE TABLE deliveries_orderedproductreservation ( ); -ALTER TABLE deliveries_orderedproductreservation OWNER TO postgres; - -- --- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_orderedproductreservation_id_seq @@ -5229,17 +4804,15 @@ CREATE SEQUENCE deliveries_orderedproductreservation_id_seq CACHE 1; -ALTER TABLE deliveries_orderedproductreservation_id_seq OWNER TO postgres; - -- --- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_orderedproductreservation_id_seq OWNED BY deliveries_orderedproductreservation.id; -- --- Name: deliveries_parameterdeliveryordercolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_parameterdeliveryordercolumn ( @@ -5251,10 +4824,8 @@ CREATE TABLE deliveries_parameterdeliveryordercolumn ( ); -ALTER TABLE deliveries_parameterdeliveryordercolumn OWNER TO postgres; - -- --- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_parameterdeliveryordercolumn_id_seq @@ -5265,17 +4836,15 @@ CREATE SEQUENCE deliveries_parameterdeliveryordercolumn_id_seq CACHE 1; -ALTER TABLE deliveries_parameterdeliveryordercolumn_id_seq OWNER TO postgres; - -- --- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_parameterdeliveryordercolumn_id_seq OWNED BY deliveries_parameterdeliveryordercolumn.id; -- --- Name: ebr_ebr; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_ebr; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_ebr ( @@ -5295,10 +4864,8 @@ CREATE TABLE ebr_ebr ( ); -ALTER TABLE ebr_ebr OWNER TO postgres; - -- --- Name: ebr_ebr_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_ebr_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_ebr_id_seq @@ -5309,17 +4876,15 @@ CREATE SEQUENCE ebr_ebr_id_seq CACHE 1; -ALTER TABLE ebr_ebr_id_seq OWNER TO postgres; - -- --- Name: ebr_ebr_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_ebr_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_ebr_id_seq OWNED BY ebr_ebr.id; -- --- Name: ebr_ebrstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_ebrstatechange ( @@ -5336,10 +4901,8 @@ CREATE TABLE ebr_ebrstatechange ( ); -ALTER TABLE ebr_ebrstatechange OWNER TO postgres; - -- --- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_ebrstatechange_id_seq @@ -5350,17 +4913,15 @@ CREATE SEQUENCE ebr_ebrstatechange_id_seq CACHE 1; -ALTER TABLE ebr_ebrstatechange_id_seq OWNER TO postgres; - -- --- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_ebrstatechange_id_seq OWNED BY ebr_ebrstatechange.id; -- --- Name: ebr_formula; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_formula; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_formula ( @@ -5379,10 +4940,8 @@ CREATE TABLE ebr_formula ( ); -ALTER TABLE ebr_formula OWNER TO postgres; - -- --- Name: ebr_formula_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_formula_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_formula_id_seq @@ -5393,17 +4952,15 @@ CREATE SEQUENCE ebr_formula_id_seq CACHE 1; -ALTER TABLE ebr_formula_id_seq OWNER TO postgres; - -- --- Name: ebr_formula_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_formula_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_formula_id_seq OWNED BY ebr_formula.id; -- --- Name: ebr_instruction; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_instruction; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_instruction ( @@ -5429,10 +4986,8 @@ CREATE TABLE ebr_instruction ( ); -ALTER TABLE ebr_instruction OWNER TO postgres; - -- --- Name: ebr_instruction_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_instruction_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_instruction_id_seq @@ -5443,17 +4998,15 @@ CREATE SEQUENCE ebr_instruction_id_seq CACHE 1; -ALTER TABLE ebr_instruction_id_seq OWNER TO postgres; - -- --- Name: ebr_instruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_instruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_instruction_id_seq OWNED BY ebr_instruction.id; -- --- Name: ebr_instructionstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_instructionstatechange ( @@ -5470,10 +5023,8 @@ CREATE TABLE ebr_instructionstatechange ( ); -ALTER TABLE ebr_instructionstatechange OWNER TO postgres; - -- --- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_instructionstatechange_id_seq @@ -5484,17 +5035,15 @@ CREATE SEQUENCE ebr_instructionstatechange_id_seq CACHE 1; -ALTER TABLE ebr_instructionstatechange_id_seq OWNER TO postgres; - -- --- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_instructionstatechange_id_seq OWNED BY ebr_instructionstatechange.id; -- --- Name: efcsimple_enovaimportedorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE efcsimple_enovaimportedorder ( @@ -5510,10 +5059,8 @@ CREATE TABLE efcsimple_enovaimportedorder ( ); -ALTER TABLE efcsimple_enovaimportedorder OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE efcsimple_enovaimportedorder_id_seq @@ -5524,17 +5071,15 @@ CREATE SEQUENCE efcsimple_enovaimportedorder_id_seq CACHE 1; -ALTER TABLE efcsimple_enovaimportedorder_id_seq OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE efcsimple_enovaimportedorder_id_seq OWNED BY efcsimple_enovaimportedorder.id; -- --- Name: efcsimple_enovaimportedorderproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE efcsimple_enovaimportedorderproduct ( @@ -5547,10 +5092,8 @@ CREATE TABLE efcsimple_enovaimportedorderproduct ( ); -ALTER TABLE efcsimple_enovaimportedorderproduct OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE efcsimple_enovaimportedorderproduct_id_seq @@ -5561,17 +5104,15 @@ CREATE SEQUENCE efcsimple_enovaimportedorderproduct_id_seq CACHE 1; -ALTER TABLE efcsimple_enovaimportedorderproduct_id_seq OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE efcsimple_enovaimportedorderproduct_id_seq OWNED BY efcsimple_enovaimportedorderproduct.id; -- --- Name: efcsimple_enovaimportedproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE efcsimple_enovaimportedproduct ( @@ -5587,10 +5128,8 @@ CREATE TABLE efcsimple_enovaimportedproduct ( ); -ALTER TABLE efcsimple_enovaimportedproduct OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE efcsimple_enovaimportedproduct_id_seq @@ -5601,17 +5140,15 @@ CREATE SEQUENCE efcsimple_enovaimportedproduct_id_seq CACHE 1; -ALTER TABLE efcsimple_enovaimportedproduct_id_seq OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE efcsimple_enovaimportedproduct_id_seq OWNED BY efcsimple_enovaimportedproduct.id; -- --- Name: emailnotifications_staffnotification; Type: TABLE; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE emailnotifications_staffnotification ( @@ -5629,10 +5166,8 @@ CREATE TABLE emailnotifications_staffnotification ( ); -ALTER TABLE emailnotifications_staffnotification OWNER TO postgres; - -- --- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE emailnotifications_staffnotification_id_seq @@ -5643,17 +5178,47 @@ CREATE SEQUENCE emailnotifications_staffnotification_id_seq CACHE 1; -ALTER TABLE emailnotifications_staffnotification_id_seq OWNER TO postgres; - -- --- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE emailnotifications_staffnotification_id_seq OWNED BY emailnotifications_staffnotification.id; -- --- Name: esilco_printdocuments; Type: TABLE; Schema: public; Owner: postgres +-- Name: esilco_importpositionerror; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE esilco_importpositionerror ( + id bigint NOT NULL, + document_id bigint, + quantity numeric(14,5), + productcode character varying(255), + name character varying(255) +); + + +-- +-- Name: esilco_importpositionerror_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE esilco_importpositionerror_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: esilco_importpositionerror_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE esilco_importpositionerror_id_seq OWNED BY esilco_importpositionerror.id; + + +-- +-- Name: esilco_printdocuments; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE esilco_printdocuments ( @@ -5666,10 +5231,8 @@ CREATE TABLE esilco_printdocuments ( ); -ALTER TABLE esilco_printdocuments OWNER TO postgres; - -- --- Name: esilco_printdocuments_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: esilco_printdocuments_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE esilco_printdocuments_id_seq @@ -5680,17 +5243,15 @@ CREATE SEQUENCE esilco_printdocuments_id_seq CACHE 1; -ALTER TABLE esilco_printdocuments_id_seq OWNER TO postgres; - -- --- Name: esilco_printdocuments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: esilco_printdocuments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE esilco_printdocuments_id_seq OWNED BY esilco_printdocuments.id; -- --- Name: goodfood_confectionadditionalinputproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionadditionalinputproduct ( @@ -5706,10 +5267,8 @@ CREATE TABLE goodfood_confectionadditionalinputproduct ( ); -ALTER TABLE goodfood_confectionadditionalinputproduct OWNER TO postgres; - -- --- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionadditionalinputproduct_id_seq @@ -5720,17 +5279,15 @@ CREATE SEQUENCE goodfood_confectionadditionalinputproduct_id_seq CACHE 1; -ALTER TABLE goodfood_confectionadditionalinputproduct_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionadditionalinputproduct_id_seq OWNED BY goodfood_confectionadditionalinputproduct.id; -- --- Name: goodfood_confectioncontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectioncontext ( @@ -5746,10 +5303,8 @@ CREATE TABLE goodfood_confectioncontext ( ); -ALTER TABLE goodfood_confectioncontext OWNER TO postgres; - -- --- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectioncontext_id_seq @@ -5760,17 +5315,15 @@ CREATE SEQUENCE goodfood_confectioncontext_id_seq CACHE 1; -ALTER TABLE goodfood_confectioncontext_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectioncontext_id_seq OWNED BY goodfood_confectioncontext.id; -- --- Name: goodfood_confectioninputproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectioninputproduct ( @@ -5786,10 +5339,8 @@ CREATE TABLE goodfood_confectioninputproduct ( ); -ALTER TABLE goodfood_confectioninputproduct OWNER TO postgres; - -- --- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectioninputproduct_id_seq @@ -5800,17 +5351,15 @@ CREATE SEQUENCE goodfood_confectioninputproduct_id_seq CACHE 1; -ALTER TABLE goodfood_confectioninputproduct_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectioninputproduct_id_seq OWNED BY goodfood_confectioninputproduct.id; -- --- Name: goodfood_confectionprotocol; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionprotocol ( @@ -5856,10 +5405,8 @@ CREATE TABLE goodfood_confectionprotocol ( ); -ALTER TABLE goodfood_confectionprotocol OWNER TO postgres; - -- --- Name: goodfood_confectionprotocol_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionprotocol_externalnumber_seq @@ -5870,10 +5417,8 @@ CREATE SEQUENCE goodfood_confectionprotocol_externalnumber_seq CACHE 1; -ALTER TABLE goodfood_confectionprotocol_externalnumber_seq OWNER TO postgres; - -- --- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionprotocol_id_seq @@ -5884,17 +5429,15 @@ CREATE SEQUENCE goodfood_confectionprotocol_id_seq CACHE 1; -ALTER TABLE goodfood_confectionprotocol_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionprotocol_id_seq OWNED BY goodfood_confectionprotocol.id; -- --- Name: goodfood_confectionprotocolcorrect; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionprotocolcorrect ( @@ -5911,10 +5454,8 @@ CREATE TABLE goodfood_confectionprotocolcorrect ( ); -ALTER TABLE goodfood_confectionprotocolcorrect OWNER TO postgres; - -- --- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionprotocolcorrect_id_seq @@ -5925,17 +5466,15 @@ CREATE SEQUENCE goodfood_confectionprotocolcorrect_id_seq CACHE 1; -ALTER TABLE goodfood_confectionprotocolcorrect_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionprotocolcorrect_id_seq OWNED BY goodfood_confectionprotocolcorrect.id; -- --- Name: goodfood_confectionprotocolstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionprotocolstatechange ( @@ -5952,10 +5491,8 @@ CREATE TABLE goodfood_confectionprotocolstatechange ( ); -ALTER TABLE goodfood_confectionprotocolstatechange OWNER TO postgres; - -- --- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionprotocolstatechange_id_seq @@ -5966,17 +5503,15 @@ CREATE SEQUENCE goodfood_confectionprotocolstatechange_id_seq CACHE 1; -ALTER TABLE goodfood_confectionprotocolstatechange_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionprotocolstatechange_id_seq OWNED BY goodfood_confectionprotocolstatechange.id; -- --- Name: goodfood_confectionremainderinputproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionremainderinputproduct ( @@ -5990,10 +5525,8 @@ CREATE TABLE goodfood_confectionremainderinputproduct ( ); -ALTER TABLE goodfood_confectionremainderinputproduct OWNER TO postgres; - -- --- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionremainderinputproduct_id_seq @@ -6004,17 +5537,15 @@ CREATE SEQUENCE goodfood_confectionremainderinputproduct_id_seq CACHE 1; -ALTER TABLE goodfood_confectionremainderinputproduct_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionremainderinputproduct_id_seq OWNED BY goodfood_confectionremainderinputproduct.id; -- --- Name: goodfood_confectionstaff; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionstaff ( @@ -6028,10 +5559,8 @@ CREATE TABLE goodfood_confectionstaff ( ); -ALTER TABLE goodfood_confectionstaff OWNER TO postgres; - -- --- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionstaff_id_seq @@ -6042,17 +5571,15 @@ CREATE SEQUENCE goodfood_confectionstaff_id_seq CACHE 1; -ALTER TABLE goodfood_confectionstaff_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionstaff_id_seq OWNED BY goodfood_confectionstaff.id; -- --- Name: goodfood_eventlog; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_eventlog; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_eventlog ( @@ -6075,10 +5602,8 @@ CREATE TABLE goodfood_eventlog ( ); -ALTER TABLE goodfood_eventlog OWNER TO postgres; - -- --- Name: goodfood_eventlog_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_eventlog_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_eventlog_id_seq @@ -6089,17 +5614,15 @@ CREATE SEQUENCE goodfood_eventlog_id_seq CACHE 1; -ALTER TABLE goodfood_eventlog_id_seq OWNER TO postgres; - -- --- Name: goodfood_eventlog_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_eventlog_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_eventlog_id_seq OWNED BY goodfood_eventlog.id; -- --- Name: goodfood_extrusionaddedingrediententry; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionaddedingrediententry ( @@ -6119,10 +5642,8 @@ CREATE TABLE goodfood_extrusionaddedingrediententry ( ); -ALTER TABLE goodfood_extrusionaddedingrediententry OWNER TO postgres; - -- --- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionaddedingrediententry_id_seq @@ -6133,17 +5654,15 @@ CREATE SEQUENCE goodfood_extrusionaddedingrediententry_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionaddedingrediententry_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionaddedingrediententry_id_seq OWNED BY goodfood_extrusionaddedingrediententry.id; -- --- Name: goodfood_extrusionaddedmixentry; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionaddedmixentry ( @@ -6163,10 +5682,8 @@ CREATE TABLE goodfood_extrusionaddedmixentry ( ); -ALTER TABLE goodfood_extrusionaddedmixentry OWNER TO postgres; - -- --- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionaddedmixentry_id_seq @@ -6177,17 +5694,15 @@ CREATE SEQUENCE goodfood_extrusionaddedmixentry_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionaddedmixentry_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionaddedmixentry_id_seq OWNED BY goodfood_extrusionaddedmixentry.id; -- --- Name: goodfood_extrusioncontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusioncontext ( @@ -6203,10 +5718,8 @@ CREATE TABLE goodfood_extrusioncontext ( ); -ALTER TABLE goodfood_extrusioncontext OWNER TO postgres; - -- --- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusioncontext_id_seq @@ -6217,17 +5730,15 @@ CREATE SEQUENCE goodfood_extrusioncontext_id_seq CACHE 1; -ALTER TABLE goodfood_extrusioncontext_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusioncontext_id_seq OWNED BY goodfood_extrusioncontext.id; -- --- Name: goodfood_extrusionprotocol; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionprotocol ( @@ -6262,10 +5773,8 @@ CREATE TABLE goodfood_extrusionprotocol ( ); -ALTER TABLE goodfood_extrusionprotocol OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocol_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionprotocol_externalnumber_seq @@ -6276,10 +5785,8 @@ CREATE SEQUENCE goodfood_extrusionprotocol_externalnumber_seq CACHE 1; -ALTER TABLE goodfood_extrusionprotocol_externalnumber_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionprotocol_id_seq @@ -6290,17 +5797,15 @@ CREATE SEQUENCE goodfood_extrusionprotocol_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionprotocol_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionprotocol_id_seq OWNED BY goodfood_extrusionprotocol.id; -- --- Name: goodfood_extrusionprotocolcorrect; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionprotocolcorrect ( @@ -6317,10 +5822,8 @@ CREATE TABLE goodfood_extrusionprotocolcorrect ( ); -ALTER TABLE goodfood_extrusionprotocolcorrect OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionprotocolcorrect_id_seq @@ -6331,17 +5834,15 @@ CREATE SEQUENCE goodfood_extrusionprotocolcorrect_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionprotocolcorrect_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionprotocolcorrect_id_seq OWNED BY goodfood_extrusionprotocolcorrect.id; -- --- Name: goodfood_extrusionprotocolstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionprotocolstatechange ( @@ -6358,10 +5859,8 @@ CREATE TABLE goodfood_extrusionprotocolstatechange ( ); -ALTER TABLE goodfood_extrusionprotocolstatechange OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionprotocolstatechange_id_seq @@ -6372,17 +5871,15 @@ CREATE SEQUENCE goodfood_extrusionprotocolstatechange_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionprotocolstatechange_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionprotocolstatechange_id_seq OWNED BY goodfood_extrusionprotocolstatechange.id; -- --- Name: goodfood_extrusionsouse; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionsouse ( @@ -6397,10 +5894,8 @@ CREATE TABLE goodfood_extrusionsouse ( ); -ALTER TABLE goodfood_extrusionsouse OWNER TO postgres; - -- --- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionsouse_id_seq @@ -6411,17 +5906,15 @@ CREATE SEQUENCE goodfood_extrusionsouse_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionsouse_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionsouse_id_seq OWNED BY goodfood_extrusionsouse.id; -- --- Name: goodfood_extrusiontakenoffmixentry; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusiontakenoffmixentry ( @@ -6441,10 +5934,8 @@ CREATE TABLE goodfood_extrusiontakenoffmixentry ( ); -ALTER TABLE goodfood_extrusiontakenoffmixentry OWNER TO postgres; - -- --- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusiontakenoffmixentry_id_seq @@ -6455,17 +5946,15 @@ CREATE SEQUENCE goodfood_extrusiontakenoffmixentry_id_seq CACHE 1; -ALTER TABLE goodfood_extrusiontakenoffmixentry_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusiontakenoffmixentry_id_seq OWNED BY goodfood_extrusiontakenoffmixentry.id; -- --- Name: goodfood_goodfoodreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_goodfoodreport ( @@ -6484,10 +5973,8 @@ CREATE TABLE goodfood_goodfoodreport ( ); -ALTER TABLE goodfood_goodfoodreport OWNER TO postgres; - -- --- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_goodfoodreport_id_seq @@ -6498,17 +5985,15 @@ CREATE SEQUENCE goodfood_goodfoodreport_id_seq CACHE 1; -ALTER TABLE goodfood_goodfoodreport_id_seq OWNER TO postgres; - -- --- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_goodfoodreport_id_seq OWNED BY goodfood_goodfoodreport.id; -- --- Name: goodfood_label; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_label; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_label ( @@ -6531,10 +6016,8 @@ CREATE TABLE goodfood_label ( ); -ALTER TABLE goodfood_label OWNER TO postgres; - -- --- Name: goodfood_label_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_label_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_label_id_seq @@ -6545,17 +6028,15 @@ CREATE SEQUENCE goodfood_label_id_seq CACHE 1; -ALTER TABLE goodfood_label_id_seq OWNER TO postgres; - -- --- Name: goodfood_label_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_label_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_label_id_seq OWNED BY goodfood_label.id; -- --- Name: goodfood_palletcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_palletcontext ( @@ -6572,10 +6053,8 @@ CREATE TABLE goodfood_palletcontext ( ); -ALTER TABLE goodfood_palletcontext OWNER TO postgres; - -- --- Name: masterorders_masterorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: masterorders_masterorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE masterorders_masterorder ( @@ -6614,10 +6093,8 @@ CREATE TABLE masterorders_masterorder ( ); -ALTER TABLE masterorders_masterorder OWNER TO postgres; - -- --- Name: masterorders_masterorderproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE masterorders_masterorderproduct ( @@ -6635,10 +6112,8 @@ CREATE TABLE masterorders_masterorderproduct ( ); -ALTER TABLE masterorders_masterorderproduct OWNER TO postgres; - -- --- Name: goodfood_labeldto; Type: VIEW; Schema: public; Owner: postgres +-- Name: goodfood_labeldto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW goodfood_labeldto AS @@ -6661,10 +6136,8 @@ CREATE VIEW goodfood_labeldto AS LEFT JOIN basic_product product ON ((masterorderproduct.product_id = product.id))); -ALTER TABLE goodfood_labeldto OWNER TO postgres; - -- --- Name: goodfood_labeldto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_labeldto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_labeldto_id_seq @@ -6675,10 +6148,8 @@ CREATE SEQUENCE goodfood_labeldto_id_seq CACHE 1; -ALTER TABLE goodfood_labeldto_id_seq OWNER TO postgres; - -- --- Name: goodfood_labelstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_labelstatechange ( @@ -6695,10 +6166,8 @@ CREATE TABLE goodfood_labelstatechange ( ); -ALTER TABLE goodfood_labelstatechange OWNER TO postgres; - -- --- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_labelstatechange_id_seq @@ -6709,17 +6178,15 @@ CREATE SEQUENCE goodfood_labelstatechange_id_seq CACHE 1; -ALTER TABLE goodfood_labelstatechange_id_seq OWNER TO postgres; - -- --- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_labelstatechange_id_seq OWNED BY goodfood_labelstatechange.id; -- --- Name: goodfood_pallet; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_pallet; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_pallet ( @@ -6748,10 +6215,8 @@ CREATE TABLE goodfood_pallet ( ); -ALTER TABLE goodfood_pallet OWNER TO postgres; - -- --- Name: goodfood_pallet_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_pallet_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_pallet_externalnumber_seq @@ -6762,10 +6227,8 @@ CREATE SEQUENCE goodfood_pallet_externalnumber_seq CACHE 1; -ALTER TABLE goodfood_pallet_externalnumber_seq OWNER TO postgres; - -- --- Name: goodfood_pallet_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_pallet_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_pallet_id_seq @@ -6776,17 +6239,15 @@ CREATE SEQUENCE goodfood_pallet_id_seq CACHE 1; -ALTER TABLE goodfood_pallet_id_seq OWNER TO postgres; - -- --- Name: goodfood_pallet_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_pallet_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_pallet_id_seq OWNED BY goodfood_pallet.id; -- --- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_palletcontext_id_seq @@ -6797,17 +6258,15 @@ CREATE SEQUENCE goodfood_palletcontext_id_seq CACHE 1; -ALTER TABLE goodfood_palletcontext_id_seq OWNER TO postgres; - -- --- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_palletcontext_id_seq OWNED BY goodfood_palletcontext.id; -- --- Name: goodfood_palletdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: goodfood_palletdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW goodfood_palletdto AS @@ -6837,10 +6296,8 @@ CREATE VIEW goodfood_palletdto AS LEFT JOIN goodfood_pallet secondpallet ON ((pallet.secondpallet_id = secondpallet.id))); -ALTER TABLE goodfood_palletdto OWNER TO postgres; - -- --- Name: goodfood_palletdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_palletdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_palletdto_id_seq @@ -6851,10 +6308,8 @@ CREATE SEQUENCE goodfood_palletdto_id_seq CACHE 1; -ALTER TABLE goodfood_palletdto_id_seq OWNER TO postgres; - -- --- Name: goodfood_palletstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_palletstatechange ( @@ -6871,10 +6326,8 @@ CREATE TABLE goodfood_palletstatechange ( ); -ALTER TABLE goodfood_palletstatechange OWNER TO postgres; - -- --- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_palletstatechange_id_seq @@ -6885,17 +6338,15 @@ CREATE SEQUENCE goodfood_palletstatechange_id_seq CACHE 1; -ALTER TABLE goodfood_palletstatechange_id_seq OWNER TO postgres; - -- --- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_palletstatechange_id_seq OWNED BY goodfood_palletstatechange.id; -- --- Name: goodfood_printedlabel; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_printedlabel ( @@ -6912,10 +6363,8 @@ CREATE TABLE goodfood_printedlabel ( ); -ALTER TABLE goodfood_printedlabel OWNER TO postgres; - -- --- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_printedlabel_id_seq @@ -6926,17 +6375,15 @@ CREATE SEQUENCE goodfood_printedlabel_id_seq CACHE 1; -ALTER TABLE goodfood_printedlabel_id_seq OWNER TO postgres; - -- --- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_printedlabel_id_seq OWNED BY goodfood_printedlabel.id; -- --- Name: goodfood_printedlabeldto; Type: VIEW; Schema: public; Owner: postgres +-- Name: goodfood_printedlabeldto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW goodfood_printedlabeldto AS @@ -6957,10 +6404,8 @@ CREATE VIEW goodfood_printedlabeldto AS JOIN basic_product product ON ((masterorderproduct.product_id = product.id))); -ALTER TABLE goodfood_printedlabeldto OWNER TO postgres; - -- --- Name: goodfood_printedlabeldto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_printedlabeldto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_printedlabeldto_id_seq @@ -6971,10 +6416,8 @@ CREATE SEQUENCE goodfood_printedlabeldto_id_seq CACHE 1; -ALTER TABLE goodfood_printedlabeldto_id_seq OWNER TO postgres; - -- --- Name: goodfood_ssccnumber; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_ssccnumber ( @@ -6986,10 +6429,8 @@ CREATE TABLE goodfood_ssccnumber ( ); -ALTER TABLE goodfood_ssccnumber OWNER TO postgres; - -- --- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_ssccnumber_id_seq @@ -7000,17 +6441,15 @@ CREATE SEQUENCE goodfood_ssccnumber_id_seq CACHE 1; -ALTER TABLE goodfood_ssccnumber_id_seq OWNER TO postgres; - -- --- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_ssccnumber_id_seq OWNED BY goodfood_ssccnumber.id; -- --- Name: hibernate_sequence; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: hibernate_sequence; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE hibernate_sequence @@ -7021,10 +6460,8 @@ CREATE SEQUENCE hibernate_sequence CACHE 1; -ALTER TABLE hibernate_sequence OWNER TO postgres; - -- --- Name: integrationbartender_printlabelshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbartender_printlabelshelper ( @@ -7039,10 +6476,8 @@ CREATE TABLE integrationbartender_printlabelshelper ( ); -ALTER TABLE integrationbartender_printlabelshelper OWNER TO postgres; - -- --- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbartender_printlabelshelper_id_seq @@ -7053,17 +6488,15 @@ CREATE SEQUENCE integrationbartender_printlabelshelper_id_seq CACHE 1; -ALTER TABLE integrationbartender_printlabelshelper_id_seq OWNER TO postgres; - -- --- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbartender_printlabelshelper_id_seq OWNED BY integrationbartender_printlabelshelper.id; -- --- Name: integrationbartender_sendtoprint; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbartender_sendtoprint ( @@ -7079,10 +6512,8 @@ CREATE TABLE integrationbartender_sendtoprint ( ); -ALTER TABLE integrationbartender_sendtoprint OWNER TO postgres; - -- --- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbartender_sendtoprint_id_seq @@ -7093,17 +6524,15 @@ CREATE SEQUENCE integrationbartender_sendtoprint_id_seq CACHE 1; -ALTER TABLE integrationbartender_sendtoprint_id_seq OWNER TO postgres; - -- --- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbartender_sendtoprint_id_seq OWNED BY integrationbartender_sendtoprint.id; -- --- Name: integrationbaselinker_baselinkerparameters; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbaselinker_baselinkerparameters ( @@ -7116,10 +6545,8 @@ CREATE TABLE integrationbaselinker_baselinkerparameters ( ); -ALTER TABLE integrationbaselinker_baselinkerparameters OWNER TO postgres; - -- --- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbaselinker_baselinkerparameters_id_seq @@ -7130,17 +6557,15 @@ CREATE SEQUENCE integrationbaselinker_baselinkerparameters_id_seq CACHE 1; -ALTER TABLE integrationbaselinker_baselinkerparameters_id_seq OWNER TO postgres; - -- --- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbaselinker_baselinkerparameters_id_seq OWNED BY integrationbaselinker_baselinkerparameters.id; -- --- Name: integrationbaselinker_statusesfordocument; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbaselinker_statusesfordocument ( @@ -7151,10 +6576,8 @@ CREATE TABLE integrationbaselinker_statusesfordocument ( ); -ALTER TABLE integrationbaselinker_statusesfordocument OWNER TO postgres; - -- --- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbaselinker_statusesfordocument_id_seq @@ -7165,17 +6588,15 @@ CREATE SEQUENCE integrationbaselinker_statusesfordocument_id_seq CACHE 1; -ALTER TABLE integrationbaselinker_statusesfordocument_id_seq OWNER TO postgres; - -- --- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbaselinker_statusesfordocument_id_seq OWNED BY integrationbaselinker_statusesfordocument.id; -- --- Name: integrationbaselinker_statusesformasterorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbaselinker_statusesformasterorder ( @@ -7186,10 +6607,8 @@ CREATE TABLE integrationbaselinker_statusesformasterorder ( ); -ALTER TABLE integrationbaselinker_statusesformasterorder OWNER TO postgres; - -- --- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbaselinker_statusesformasterorder_id_seq @@ -7200,17 +6619,15 @@ CREATE SEQUENCE integrationbaselinker_statusesformasterorder_id_seq CACHE 1; -ALTER TABLE integrationbaselinker_statusesformasterorder_id_seq OWNER TO postgres; - -- --- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbaselinker_statusesformasterorder_id_seq OWNED BY integrationbaselinker_statusesformasterorder.id; -- --- Name: jointable_action_subassembly; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_action_subassembly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_action_subassembly ( @@ -7219,10 +6636,8 @@ CREATE TABLE jointable_action_subassembly ( ); -ALTER TABLE jointable_action_subassembly OWNER TO postgres; - -- --- Name: jointable_action_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_action_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_action_workstation ( @@ -7231,10 +6646,8 @@ CREATE TABLE jointable_action_workstation ( ); -ALTER TABLE jointable_action_workstation OWNER TO postgres; - -- --- Name: jointable_action_workstationtype; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_action_workstationtype; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_action_workstationtype ( @@ -7243,10 +6656,8 @@ CREATE TABLE jointable_action_workstationtype ( ); -ALTER TABLE jointable_action_workstationtype OWNER TO postgres; - -- --- Name: jointable_anomaly_anomalyreason; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_anomaly_anomalyreason; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_anomaly_anomalyreason ( @@ -7255,10 +6666,8 @@ CREATE TABLE jointable_anomaly_anomalyreason ( ); -ALTER TABLE jointable_anomaly_anomalyreason OWNER TO postgres; - -- --- Name: jointable_company_negotiation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_negotiation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_negotiation ( @@ -7267,10 +6676,8 @@ CREATE TABLE jointable_company_negotiation ( ); -ALTER TABLE jointable_company_negotiation OWNER TO postgres; - -- --- Name: jointable_company_operation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_operation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_operation ( @@ -7279,10 +6686,8 @@ CREATE TABLE jointable_company_operation ( ); -ALTER TABLE jointable_company_operation OWNER TO postgres; - -- --- Name: jointable_company_operationgroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_operationgroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_operationgroup ( @@ -7291,10 +6696,8 @@ CREATE TABLE jointable_company_operationgroup ( ); -ALTER TABLE jointable_company_operationgroup OWNER TO postgres; - -- --- Name: jointable_company_subassembly; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_subassembly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_subassembly ( @@ -7303,10 +6706,8 @@ CREATE TABLE jointable_company_subassembly ( ); -ALTER TABLE jointable_company_subassembly OWNER TO postgres; - -- --- Name: jointable_company_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_workstation ( @@ -7315,10 +6716,8 @@ CREATE TABLE jointable_company_workstation ( ); -ALTER TABLE jointable_company_workstation OWNER TO postgres; - -- --- Name: jointable_coverageorderhelper_orderdto; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_coverageorderhelper_orderdto; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_coverageorderhelper_orderdto ( @@ -7327,10 +6726,8 @@ CREATE TABLE jointable_coverageorderhelper_orderdto ( ); -ALTER TABLE jointable_coverageorderhelper_orderdto OWNER TO postgres; - -- --- Name: jointable_division_productionline; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_division_productionline; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_division_productionline ( @@ -7339,10 +6736,8 @@ CREATE TABLE jointable_division_productionline ( ); -ALTER TABLE jointable_division_productionline OWNER TO postgres; - -- --- Name: jointable_faulttype_subassembly; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_faulttype_subassembly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_faulttype_subassembly ( @@ -7351,10 +6746,8 @@ CREATE TABLE jointable_faulttype_subassembly ( ); -ALTER TABLE jointable_faulttype_subassembly OWNER TO postgres; - -- --- Name: jointable_faulttype_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_faulttype_workstation ( @@ -7363,10 +6756,8 @@ CREATE TABLE jointable_faulttype_workstation ( ); -ALTER TABLE jointable_faulttype_workstation OWNER TO postgres; - -- --- Name: jointable_faulttype_workstationtype; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstationtype; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_faulttype_workstationtype ( @@ -7375,10 +6766,8 @@ CREATE TABLE jointable_faulttype_workstationtype ( ); -ALTER TABLE jointable_faulttype_workstationtype OWNER TO postgres; - -- --- Name: jointable_group_role; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_group_role; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_group_role ( @@ -7387,10 +6776,8 @@ CREATE TABLE jointable_group_role ( ); -ALTER TABLE jointable_group_role OWNER TO postgres; - -- --- Name: jointable_instruction_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_instruction_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_instruction_workstation ( @@ -7399,10 +6786,8 @@ CREATE TABLE jointable_instruction_workstation ( ); -ALTER TABLE jointable_instruction_workstation OWNER TO postgres; - -- --- Name: jointable_issue_productstoissuehelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_issue_productstoissuehelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_issue_productstoissuehelper ( @@ -7411,10 +6796,8 @@ CREATE TABLE jointable_issue_productstoissuehelper ( ); -ALTER TABLE jointable_issue_productstoissuehelper OWNER TO postgres; - -- --- Name: jointable_label_printlabelshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_label_printlabelshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_label_printlabelshelper ( @@ -7423,10 +6806,8 @@ CREATE TABLE jointable_label_printlabelshelper ( ); -ALTER TABLE jointable_label_printlabelshelper OWNER TO postgres; - -- --- Name: jointable_materialrequirement_order; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_materialrequirement_order; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_materialrequirement_order ( @@ -7435,10 +6816,8 @@ CREATE TABLE jointable_materialrequirement_order ( ); -ALTER TABLE jointable_materialrequirement_order OWNER TO postgres; - -- --- Name: jointable_multiassignmenttoshift_staff; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_multiassignmenttoshift_staff; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_multiassignmenttoshift_staff ( @@ -7447,10 +6826,8 @@ CREATE TABLE jointable_multiassignmenttoshift_staff ( ); -ALTER TABLE jointable_multiassignmenttoshift_staff OWNER TO postgres; - -- --- Name: jointable_operation_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_operation_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_operation_workstation ( @@ -7459,10 +6836,8 @@ CREATE TABLE jointable_operation_workstation ( ); -ALTER TABLE jointable_operation_workstation OWNER TO postgres; - -- --- Name: jointable_order_printlabelshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_order_printlabelshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_order_printlabelshelper ( @@ -7471,10 +6846,8 @@ CREATE TABLE jointable_order_printlabelshelper ( ); -ALTER TABLE jointable_order_printlabelshelper OWNER TO postgres; - -- --- Name: jointable_order_workplan; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_order_workplan; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_order_workplan ( @@ -7483,10 +6856,8 @@ CREATE TABLE jointable_order_workplan ( ); -ALTER TABLE jointable_order_workplan OWNER TO postgres; - -- --- Name: jointable_palletnumber_palletnumberhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_palletnumber_palletnumberhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_palletnumber_palletnumberhelper ( @@ -7495,10 +6866,8 @@ CREATE TABLE jointable_palletnumber_palletnumberhelper ( ); -ALTER TABLE jointable_palletnumber_palletnumberhelper OWNER TO postgres; - -- --- Name: jointable_plannedevent_plannedevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_plannedevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_plannedevent_plannedevent ( @@ -7507,10 +6876,8 @@ CREATE TABLE jointable_plannedevent_plannedevent ( ); -ALTER TABLE jointable_plannedevent_plannedevent OWNER TO postgres; - -- --- Name: jointable_plannedevent_staff; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_staff; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_plannedevent_staff ( @@ -7519,10 +6886,8 @@ CREATE TABLE jointable_plannedevent_staff ( ); -ALTER TABLE jointable_plannedevent_staff OWNER TO postgres; - -- --- Name: jointable_printlabelshelper_printedlabel; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_printlabelshelper_printedlabel; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_printlabelshelper_printedlabel ( @@ -7531,10 +6896,8 @@ CREATE TABLE jointable_printlabelshelper_printedlabel ( ); -ALTER TABLE jointable_printlabelshelper_printedlabel OWNER TO postgres; - -- --- Name: jointable_product_warehouseminimumstatemulti; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_product_warehouseminimumstatemulti; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_product_warehouseminimumstatemulti ( @@ -7543,10 +6906,8 @@ CREATE TABLE jointable_product_warehouseminimumstatemulti ( ); -ALTER TABLE jointable_product_warehouseminimumstatemulti OWNER TO postgres; - -- --- Name: jointable_productionline_shift; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_productionline_shift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_productionline_shift ( @@ -7555,10 +6916,8 @@ CREATE TABLE jointable_productionline_shift ( ); -ALTER TABLE jointable_productionline_shift OWNER TO postgres; - -- --- Name: jointable_productionline_technology; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_productionline_technology; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_productionline_technology ( @@ -7567,10 +6926,8 @@ CREATE TABLE jointable_productionline_technology ( ); -ALTER TABLE jointable_productionline_technology OWNER TO postgres; - -- --- Name: jointable_productionline_technologygroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_productionline_technologygroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_productionline_technologygroup ( @@ -7579,10 +6936,8 @@ CREATE TABLE jointable_productionline_technologygroup ( ); -ALTER TABLE jointable_productionline_technologygroup OWNER TO postgres; - -- --- Name: jointable_recipe_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_recipe_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_recipe_workstation ( @@ -7591,10 +6946,8 @@ CREATE TABLE jointable_recipe_workstation ( ); -ALTER TABLE jointable_recipe_workstation OWNER TO postgres; - -- --- Name: jointable_staff_timeusagereportfilter; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_staff_timeusagereportfilter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_staff_timeusagereportfilter ( @@ -7603,10 +6956,8 @@ CREATE TABLE jointable_staff_timeusagereportfilter ( ); -ALTER TABLE jointable_staff_timeusagereportfilter OWNER TO postgres; - -- --- Name: jointable_technologyoperationcomponent_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_technologyoperationcomponent_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_technologyoperationcomponent_workstation ( @@ -7615,10 +6966,8 @@ CREATE TABLE jointable_technologyoperationcomponent_workstation ( ); -ALTER TABLE jointable_technologyoperationcomponent_workstation OWNER TO postgres; - -- --- Name: linechangeovernorms_linechangeovernorms; Type: TABLE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE linechangeovernorms_linechangeovernorms ( @@ -7636,10 +6985,8 @@ CREATE TABLE linechangeovernorms_linechangeovernorms ( ); -ALTER TABLE linechangeovernorms_linechangeovernorms OWNER TO postgres; - -- --- Name: technologies_technology; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technology; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technology ( @@ -7692,10 +7039,8 @@ CREATE TABLE technologies_technology ( ); -ALTER TABLE technologies_technology OWNER TO postgres; - -- --- Name: technologies_technologygroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologygroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologygroup ( @@ -7707,10 +7052,8 @@ CREATE TABLE technologies_technologygroup ( ); -ALTER TABLE technologies_technologygroup OWNER TO postgres; - -- --- Name: linechangeovernorms_groupsview; Type: VIEW; Schema: public; Owner: postgres +-- Name: linechangeovernorms_groupsview; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW linechangeovernorms_groupsview AS @@ -7733,10 +7076,8 @@ CREATE VIEW linechangeovernorms_groupsview AS WHERE ((norms.changeovertype)::text = '02forTechnologyGroup'::text); -ALTER TABLE linechangeovernorms_groupsview OWNER TO postgres; - -- --- Name: linechangeovernorms_groupsview_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_groupsview_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE linechangeovernorms_groupsview_id_seq @@ -7747,10 +7088,8 @@ CREATE SEQUENCE linechangeovernorms_groupsview_id_seq CACHE 1; -ALTER TABLE linechangeovernorms_groupsview_id_seq OWNER TO postgres; - -- --- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE linechangeovernorms_linechangeovernorms_id_seq @@ -7761,17 +7100,15 @@ CREATE SEQUENCE linechangeovernorms_linechangeovernorms_id_seq CACHE 1; -ALTER TABLE linechangeovernorms_linechangeovernorms_id_seq OWNER TO postgres; - -- --- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE linechangeovernorms_linechangeovernorms_id_seq OWNED BY linechangeovernorms_linechangeovernorms.id; -- --- Name: linechangeovernorms_normflatview; Type: VIEW; Schema: public; Owner: postgres +-- Name: linechangeovernorms_normflatview; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW linechangeovernorms_normflatview AS @@ -7802,10 +7139,8 @@ UNION ALL WHERE (((norms.changeovertype)::text = '01forTechnology'::text) AND (norms.fromtechnology_id IS NOT NULL) AND (norms.totechnology_id IS NOT NULL)); -ALTER TABLE linechangeovernorms_normflatview OWNER TO postgres; - -- --- Name: linechangeovernorms_normflatview_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_normflatview_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE linechangeovernorms_normflatview_id_seq @@ -7816,10 +7151,8 @@ CREATE SEQUENCE linechangeovernorms_normflatview_id_seq CACHE 1; -ALTER TABLE linechangeovernorms_normflatview_id_seq OWNER TO postgres; - -- --- Name: orders_order; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_order; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_order ( @@ -7919,10 +7252,8 @@ CREATE TABLE orders_order ( ); -ALTER TABLE orders_order OWNER TO postgres; - -- --- Name: linechangeovernorms_ordersnormview; Type: VIEW; Schema: public; Owner: postgres +-- Name: linechangeovernorms_ordersnormview; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW linechangeovernorms_ordersnormview AS @@ -7944,10 +7275,8 @@ CREATE VIEW linechangeovernorms_ordersnormview AS ORDER BY norms.productionlineid, norms.changeovertype; -ALTER TABLE linechangeovernorms_ordersnormview OWNER TO postgres; - -- --- Name: linechangeovernorms_ordersnormview_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_ordersnormview_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE linechangeovernorms_ordersnormview_id_seq @@ -7958,10 +7287,8 @@ CREATE SEQUENCE linechangeovernorms_ordersnormview_id_seq CACHE 1; -ALTER TABLE linechangeovernorms_ordersnormview_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorder_id_seq @@ -7972,17 +7299,15 @@ CREATE SEQUENCE masterorders_masterorder_id_seq CACHE 1; -ALTER TABLE masterorders_masterorder_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: masterorders_masterorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE masterorders_masterorder_id_seq OWNED BY masterorders_masterorder.id; -- --- Name: masterorders_masterorderdefinition; Type: TABLE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE masterorders_masterorderdefinition ( @@ -7995,10 +7320,8 @@ CREATE TABLE masterorders_masterorderdefinition ( ); -ALTER TABLE masterorders_masterorderdefinition OWNER TO postgres; - -- --- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderdefinition_id_seq @@ -8009,17 +7332,15 @@ CREATE SEQUENCE masterorders_masterorderdefinition_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderdefinition_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE masterorders_masterorderdefinition_id_seq OWNED BY masterorders_masterorderdefinition.id; -- --- Name: masterorders_masterorderposition_manyproducts; Type: TABLE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_manyproducts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE masterorders_masterorderposition_manyproducts ( @@ -8051,10 +7372,8 @@ CREATE TABLE masterorders_masterorderposition_manyproducts ( ALTER TABLE ONLY masterorders_masterorderposition_manyproducts REPLICA IDENTITY NOTHING; -ALTER TABLE masterorders_masterorderposition_manyproducts OWNER TO postgres; - -- --- Name: masterorders_masterorderpositiondto; Type: VIEW; Schema: public; Owner: postgres +-- Name: masterorders_masterorderpositiondto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW masterorders_masterorderpositiondto AS @@ -8084,10 +7403,8 @@ CREATE VIEW masterorders_masterorderpositiondto AS FROM masterorders_masterorderposition_manyproducts; -ALTER TABLE masterorders_masterorderpositiondto OWNER TO postgres; - -- --- Name: masterorders_masterorderdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW masterorders_masterorderdto AS @@ -8096,8 +7413,8 @@ CREATE VIEW masterorders_masterorderdto AS masterorder.number, masterorder.name, masterorder.deadline, - company.name AS company, - companypayer.name AS companypayer, + company.number AS company, + companypayer.number AS companypayer, COALESCE((orderedpositions.count)::integer, 0) AS orderedpositionquantity, COALESCE((cumulatedpositions.count)::integer, 0) AS commissionedpositionquantity, (COALESCE((orderedpositions.count)::integer, 0) - COALESCE((cumulatedpositions.count)::integer, 0)) AS quantityforcommission, @@ -8118,10 +7435,8 @@ CREATE VIEW masterorders_masterorderdto AS GROUP BY masterorders_masterorderpositiondto.masterorderid) cumulatedpositions ON ((cumulatedpositions.masterorderid = masterorder.id))); -ALTER TABLE masterorders_masterorderdto OWNER TO postgres; - -- --- Name: masterorders_masterorderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderdto_id_seq @@ -8132,10 +7447,8 @@ CREATE SEQUENCE masterorders_masterorderdto_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderdto_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderposition_manyproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_manyproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderposition_manyproducts_id_seq @@ -8146,10 +7459,8 @@ CREATE SEQUENCE masterorders_masterorderposition_manyproducts_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderposition_manyproducts_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderposition_oneproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_oneproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderposition_oneproduct_id_seq @@ -8160,10 +7471,8 @@ CREATE SEQUENCE masterorders_masterorderposition_oneproduct_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderposition_oneproduct_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderpositiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderpositiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderpositiondto_id_seq @@ -8174,10 +7483,8 @@ CREATE SEQUENCE masterorders_masterorderpositiondto_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderpositiondto_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderproduct_id_seq @@ -8188,17 +7495,15 @@ CREATE SEQUENCE masterorders_masterorderproduct_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderproduct_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE masterorders_masterorderproduct_id_seq OWNED BY masterorders_masterorderproduct.id; -- --- Name: materialflow_location; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_location; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_location ( @@ -8216,10 +7521,8 @@ CREATE TABLE materialflow_location ( ); -ALTER TABLE materialflow_location OWNER TO postgres; - -- --- Name: materialflow_location_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_location_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_location_id_seq @@ -8230,17 +7533,15 @@ CREATE SEQUENCE materialflow_location_id_seq CACHE 1; -ALTER TABLE materialflow_location_id_seq OWNER TO postgres; - -- --- Name: materialflow_location_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_location_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_location_id_seq OWNED BY materialflow_location.id; -- --- Name: materialflow_materialsinlocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_materialsinlocation ( @@ -8256,10 +7557,8 @@ CREATE TABLE materialflow_materialsinlocation ( ); -ALTER TABLE materialflow_materialsinlocation OWNER TO postgres; - -- --- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_materialsinlocation_id_seq @@ -8270,17 +7569,15 @@ CREATE SEQUENCE materialflow_materialsinlocation_id_seq CACHE 1; -ALTER TABLE materialflow_materialsinlocation_id_seq OWNER TO postgres; - -- --- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_materialsinlocation_id_seq OWNED BY materialflow_materialsinlocation.id; -- --- Name: materialflow_materialsinlocationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_materialsinlocationcomponent ( @@ -8291,10 +7588,8 @@ CREATE TABLE materialflow_materialsinlocationcomponent ( ); -ALTER TABLE materialflow_materialsinlocationcomponent OWNER TO postgres; - -- --- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_materialsinlocationcomponent_id_seq @@ -8305,17 +7600,15 @@ CREATE SEQUENCE materialflow_materialsinlocationcomponent_id_seq CACHE 1; -ALTER TABLE materialflow_materialsinlocationcomponent_id_seq OWNER TO postgres; - -- --- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_materialsinlocationcomponent_id_seq OWNED BY materialflow_materialsinlocationcomponent.id; -- --- Name: materialflow_stockcorrection; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_stockcorrection ( @@ -8330,10 +7623,8 @@ CREATE TABLE materialflow_stockcorrection ( ); -ALTER TABLE materialflow_stockcorrection OWNER TO postgres; - -- --- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_stockcorrection_id_seq @@ -8344,17 +7635,15 @@ CREATE SEQUENCE materialflow_stockcorrection_id_seq CACHE 1; -ALTER TABLE materialflow_stockcorrection_id_seq OWNER TO postgres; - -- --- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_stockcorrection_id_seq OWNED BY materialflow_stockcorrection.id; -- --- Name: materialflow_transfer; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_transfer; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_transfer ( @@ -8375,10 +7664,8 @@ CREATE TABLE materialflow_transfer ( ); -ALTER TABLE materialflow_transfer OWNER TO postgres; - -- --- Name: materialflow_transfer_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_transfer_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_transfer_id_seq @@ -8389,17 +7676,15 @@ CREATE SEQUENCE materialflow_transfer_id_seq CACHE 1; -ALTER TABLE materialflow_transfer_id_seq OWNER TO postgres; - -- --- Name: materialflow_transfer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_transfer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_transfer_id_seq OWNED BY materialflow_transfer.id; -- --- Name: materialflow_transformations; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_transformations; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_transformations ( @@ -8415,10 +7700,8 @@ CREATE TABLE materialflow_transformations ( ); -ALTER TABLE materialflow_transformations OWNER TO postgres; - -- --- Name: materialflow_transformations_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_transformations_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_transformations_id_seq @@ -8429,17 +7712,15 @@ CREATE SEQUENCE materialflow_transformations_id_seq CACHE 1; -ALTER TABLE materialflow_transformations_id_seq OWNER TO postgres; - -- --- Name: materialflow_transformations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_transformations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_transformations_id_seq OWNED BY materialflow_transformations.id; -- --- Name: materialflow_userlocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_userlocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_userlocation ( @@ -8449,10 +7730,8 @@ CREATE TABLE materialflow_userlocation ( ); -ALTER TABLE materialflow_userlocation OWNER TO postgres; - -- --- Name: materialflow_userlocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_userlocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_userlocation_id_seq @@ -8463,17 +7742,15 @@ CREATE SEQUENCE materialflow_userlocation_id_seq CACHE 1; -ALTER TABLE materialflow_userlocation_id_seq OWNER TO postgres; - -- --- Name: materialflow_userlocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_userlocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_userlocation_id_seq OWNED BY materialflow_userlocation.id; -- --- Name: materialflowmultitransfers_productquantity; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowmultitransfers_productquantity ( @@ -8486,10 +7763,8 @@ CREATE TABLE materialflowmultitransfers_productquantity ( ); -ALTER TABLE materialflowmultitransfers_productquantity OWNER TO postgres; - -- --- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowmultitransfers_productquantity_id_seq @@ -8500,17 +7775,15 @@ CREATE SEQUENCE materialflowmultitransfers_productquantity_id_seq CACHE 1; -ALTER TABLE materialflowmultitransfers_productquantity_id_seq OWNER TO postgres; - -- --- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowmultitransfers_productquantity_id_seq OWNED BY materialflowmultitransfers_productquantity.id; -- --- Name: materialflowmultitransfers_transfertemplate; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowmultitransfers_transfertemplate ( @@ -8522,10 +7795,8 @@ CREATE TABLE materialflowmultitransfers_transfertemplate ( ); -ALTER TABLE materialflowmultitransfers_transfertemplate OWNER TO postgres; - -- --- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowmultitransfers_transfertemplate_id_seq @@ -8536,17 +7807,15 @@ CREATE SEQUENCE materialflowmultitransfers_transfertemplate_id_seq CACHE 1; -ALTER TABLE materialflowmultitransfers_transfertemplate_id_seq OWNER TO postgres; - -- --- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowmultitransfers_transfertemplate_id_seq OWNED BY materialflowmultitransfers_transfertemplate.id; -- --- Name: materialflowresources_attribute; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_attribute ( @@ -8558,10 +7827,8 @@ CREATE TABLE materialflowresources_attribute ( ); -ALTER TABLE materialflowresources_attribute OWNER TO postgres; - -- --- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_attribute_id_seq @@ -8572,17 +7839,15 @@ CREATE SEQUENCE materialflowresources_attribute_id_seq CACHE 1; -ALTER TABLE materialflowresources_attribute_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_attribute_id_seq OWNED BY materialflowresources_attribute.id; -- --- Name: materialflowresources_attributevalue; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_attributevalue ( @@ -8595,10 +7860,8 @@ CREATE TABLE materialflowresources_attributevalue ( ); -ALTER TABLE materialflowresources_attributevalue OWNER TO postgres; - -- --- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_attributevalue_id_seq @@ -8609,17 +7872,15 @@ CREATE SEQUENCE materialflowresources_attributevalue_id_seq CACHE 1; -ALTER TABLE materialflowresources_attributevalue_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_attributevalue_id_seq OWNED BY materialflowresources_attributevalue.id; -- --- Name: materialflowresources_costnormsgenerator; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_costnormsgenerator ( @@ -8630,10 +7891,8 @@ CREATE TABLE materialflowresources_costnormsgenerator ( ); -ALTER TABLE materialflowresources_costnormsgenerator OWNER TO postgres; - -- --- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_costnormsgenerator_id_seq @@ -8644,17 +7903,15 @@ CREATE SEQUENCE materialflowresources_costnormsgenerator_id_seq CACHE 1; -ALTER TABLE materialflowresources_costnormsgenerator_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_costnormsgenerator_id_seq OWNED BY materialflowresources_costnormsgenerator.id; -- --- Name: materialflowresources_costnormslocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_costnormslocation ( @@ -8665,10 +7922,8 @@ CREATE TABLE materialflowresources_costnormslocation ( ); -ALTER TABLE materialflowresources_costnormslocation OWNER TO postgres; - -- --- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_costnormslocation_id_seq @@ -8679,17 +7934,15 @@ CREATE SEQUENCE materialflowresources_costnormslocation_id_seq CACHE 1; -ALTER TABLE materialflowresources_costnormslocation_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_costnormslocation_id_seq OWNED BY materialflowresources_costnormslocation.id; -- --- Name: materialflowresources_document; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_document; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_document ( @@ -8723,10 +7976,8 @@ CREATE TABLE materialflowresources_document ( ); -ALTER TABLE materialflowresources_document OWNER TO postgres; - -- --- Name: materialflowresources_document_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_id_seq @@ -8737,17 +7988,15 @@ CREATE SEQUENCE materialflowresources_document_id_seq CACHE 1; -ALTER TABLE materialflowresources_document_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_document_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_document_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_document_id_seq OWNED BY materialflowresources_document.id; -- --- Name: materialflowresources_document_number_mm; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_mm; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_mm @@ -8758,10 +8007,8 @@ CREATE SEQUENCE materialflowresources_document_number_mm CACHE 1; -ALTER TABLE materialflowresources_document_number_mm OWNER TO postgres; - -- --- Name: materialflowresources_document_number_pw; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_pw; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_pw @@ -8772,10 +8019,8 @@ CREATE SEQUENCE materialflowresources_document_number_pw CACHE 1; -ALTER TABLE materialflowresources_document_number_pw OWNER TO postgres; - -- --- Name: materialflowresources_document_number_pz; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_pz; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_pz @@ -8786,10 +8031,8 @@ CREATE SEQUENCE materialflowresources_document_number_pz CACHE 1; -ALTER TABLE materialflowresources_document_number_pz OWNER TO postgres; - -- --- Name: materialflowresources_document_number_rw; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_rw; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_rw @@ -8800,10 +8043,8 @@ CREATE SEQUENCE materialflowresources_document_number_rw CACHE 1; -ALTER TABLE materialflowresources_document_number_rw OWNER TO postgres; - -- --- Name: materialflowresources_document_number_wz; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_wz; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_wz @@ -8814,10 +8055,8 @@ CREATE SEQUENCE materialflowresources_document_number_wz CACHE 1; -ALTER TABLE materialflowresources_document_number_wz OWNER TO postgres; - -- --- Name: subcontractorportal_suborder; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborder ( @@ -8838,10 +8077,8 @@ CREATE TABLE subcontractorportal_suborder ( ); -ALTER TABLE subcontractorportal_suborder OWNER TO postgres; - -- --- Name: materialflowresources_documentdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_documentdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_documentdto AS @@ -8889,10 +8126,8 @@ CREATE VIEW materialflowresources_documentdto AS LEFT JOIN subcontractorportal_suborder suborder ON ((suborder.id = document.suborder_id))); -ALTER TABLE materialflowresources_documentdto OWNER TO postgres; - -- --- Name: materialflowresources_documentdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_documentdto_id_seq @@ -8903,10 +8138,8 @@ CREATE SEQUENCE materialflowresources_documentdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_documentdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparameters; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_documentpositionparameters ( @@ -8921,10 +8154,8 @@ CREATE TABLE materialflowresources_documentpositionparameters ( ); -ALTER TABLE materialflowresources_documentpositionparameters OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_documentpositionparameters_id_seq @@ -8935,17 +8166,15 @@ CREATE SEQUENCE materialflowresources_documentpositionparameters_id_seq CACHE 1; -ALTER TABLE materialflowresources_documentpositionparameters_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_documentpositionparameters_id_seq OWNED BY materialflowresources_documentpositionparameters.id; -- --- Name: materialflowresources_documentpositionparametersitem; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_documentpositionparametersitem ( @@ -8958,10 +8187,8 @@ CREATE TABLE materialflowresources_documentpositionparametersitem ( ); -ALTER TABLE materialflowresources_documentpositionparametersitem OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_documentpositionparametersitem_id_seq @@ -8972,17 +8199,15 @@ CREATE SEQUENCE materialflowresources_documentpositionparametersitem_id_seq CACHE 1; -ALTER TABLE materialflowresources_documentpositionparametersitem_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_documentpositionparametersitem_id_seq OWNED BY materialflowresources_documentpositionparametersitem.id; -- --- Name: materialflowresources_resource; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_resource ( @@ -9013,10 +8238,8 @@ CREATE TABLE materialflowresources_resource ( ); -ALTER TABLE materialflowresources_resource OWNER TO postgres; - -- --- Name: materialflowresources_orderedquantity; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_orderedquantity; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_orderedquantity AS @@ -9028,10 +8251,8 @@ CREATE VIEW materialflowresources_orderedquantity AS GROUP BY resource.id; -ALTER TABLE materialflowresources_orderedquantity OWNER TO postgres; - -- --- Name: materialflowresources_resourcestock; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_resourcestock ( @@ -9044,10 +8265,8 @@ CREATE TABLE materialflowresources_resourcestock ( ); -ALTER TABLE materialflowresources_resourcestock OWNER TO postgres; - -- --- Name: materialflowresources_orderedquantitystock; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_orderedquantitystock; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_orderedquantitystock AS @@ -9059,10 +8278,8 @@ CREATE VIEW materialflowresources_orderedquantitystock AS GROUP BY resource.id; -ALTER TABLE materialflowresources_orderedquantitystock OWNER TO postgres; - -- --- Name: materialflowresources_palletbalance; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_palletbalance ( @@ -9083,10 +8300,8 @@ CREATE TABLE materialflowresources_palletbalance ( ); -ALTER TABLE materialflowresources_palletbalance OWNER TO postgres; - -- --- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_palletbalance_id_seq @@ -9097,17 +8312,15 @@ CREATE SEQUENCE materialflowresources_palletbalance_id_seq CACHE 1; -ALTER TABLE materialflowresources_palletbalance_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_palletbalance_id_seq OWNED BY materialflowresources_palletbalance.id; -- --- Name: materialflowresources_palletmovehelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_palletmovehelper ( @@ -9115,10 +8328,8 @@ CREATE TABLE materialflowresources_palletmovehelper ( ); -ALTER TABLE materialflowresources_palletmovehelper OWNER TO postgres; - -- --- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_palletmovehelper_id_seq @@ -9129,17 +8340,15 @@ CREATE SEQUENCE materialflowresources_palletmovehelper_id_seq CACHE 1; -ALTER TABLE materialflowresources_palletmovehelper_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_palletmovehelper_id_seq OWNED BY materialflowresources_palletmovehelper.id; -- --- Name: materialflowresources_palletstoragestatedetailsdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedetailsdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_palletstoragestatedetailsdto AS @@ -9170,10 +8379,8 @@ CREATE VIEW materialflowresources_palletstoragestatedetailsdto AS ORDER BY palletnumber.number; -ALTER TABLE materialflowresources_palletstoragestatedetailsdto OWNER TO postgres; - -- --- Name: materialflowresources_palletstoragestatedetailsdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedetailsdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_palletstoragestatedetailsdto_id_seq @@ -9184,10 +8391,8 @@ CREATE SEQUENCE materialflowresources_palletstoragestatedetailsdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_palletstoragestatedetailsdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_palletstoragestatedto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_palletstoragestatedto AS @@ -9208,10 +8413,8 @@ CREATE VIEW materialflowresources_palletstoragestatedto AS ORDER BY palletstoragestatedetails.palletnumber, palletstoragestatedetails.locationnumber; -ALTER TABLE materialflowresources_palletstoragestatedto OWNER TO postgres; - -- --- Name: materialflowresources_palletstoragestatedto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_palletstoragestatedto_id_seq @@ -9222,10 +8425,8 @@ CREATE SEQUENCE materialflowresources_palletstoragestatedto_id_seq CACHE 1; -ALTER TABLE materialflowresources_palletstoragestatedto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_position; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_position; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_position ( @@ -9254,10 +8455,8 @@ CREATE TABLE materialflowresources_position ( ); -ALTER TABLE materialflowresources_position OWNER TO postgres; - -- --- Name: materialflowresources_position_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_position_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_position_id_seq @@ -9268,17 +8467,15 @@ CREATE SEQUENCE materialflowresources_position_id_seq CACHE 1; -ALTER TABLE materialflowresources_position_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_position_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_position_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_position_id_seq OWNED BY materialflowresources_position.id; -- --- Name: materialflowresources_positiondto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_positiondto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_positiondto AS @@ -9313,7 +8510,11 @@ CREATE VIEW materialflowresources_positiondto AS "position".typeofpallet AS pallettype, palletnumber.number AS palletnumber, (locfrom.id)::integer AS locationfrom_id, - (locto.id)::integer AS locationto_id + (locto.id)::integer AS locationto_id, + "position".givenquantity, + "position".givenunit, + "position".conversion, + (document.id)::integer AS documentid FROM (((((((((((((materialflowresources_position "position" JOIN materialflowresources_document document ON (("position".document_id = document.id))) LEFT JOIN materialflow_location locfrom ON ((document.locationfrom_id = locfrom.id))) @@ -9330,10 +8531,8 @@ CREATE VIEW materialflowresources_positiondto AS LEFT JOIN basic_palletnumber palletnumber ON ((palletnumber.id = "position".palletnumber_id))); -ALTER TABLE materialflowresources_positiondto OWNER TO postgres; - -- --- Name: materialflowresources_positiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_positiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_positiondto_id_seq @@ -9344,10 +8543,8 @@ CREATE SEQUENCE materialflowresources_positiondto_id_seq CACHE 1; -ALTER TABLE materialflowresources_positiondto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_productstoragelocationhistory; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_productstoragelocationhistory ( @@ -9363,10 +8560,8 @@ CREATE TABLE materialflowresources_productstoragelocationhistory ( ); -ALTER TABLE materialflowresources_productstoragelocationhistory OWNER TO postgres; - -- --- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_productstoragelocationhistory_id_seq @@ -9377,17 +8572,15 @@ CREATE SEQUENCE materialflowresources_productstoragelocationhistory_id_seq CACHE 1; -ALTER TABLE materialflowresources_productstoragelocationhistory_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_productstoragelocationhistory_id_seq OWNED BY materialflowresources_productstoragelocationhistory.id; -- --- Name: materialflowresources_reservation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_reservation ( @@ -9401,10 +8594,8 @@ CREATE TABLE materialflowresources_reservation ( ); -ALTER TABLE materialflowresources_reservation OWNER TO postgres; - -- --- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_reservation_id_seq @@ -9415,17 +8606,15 @@ CREATE SEQUENCE materialflowresources_reservation_id_seq CACHE 1; -ALTER TABLE materialflowresources_reservation_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_reservation_id_seq OWNED BY materialflowresources_reservation.id; -- --- Name: materialflowresources_resource_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_id_seq @@ -9436,17 +8625,15 @@ CREATE SEQUENCE materialflowresources_resource_id_seq CACHE 1; -ALTER TABLE materialflowresources_resource_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resource_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_resource_id_seq OWNED BY materialflowresources_resource.id; -- --- Name: materialflowresources_resource_number_2014; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2014; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_number_2014 @@ -9457,10 +8644,8 @@ CREATE SEQUENCE materialflowresources_resource_number_2014 CACHE 1; -ALTER TABLE materialflowresources_resource_number_2014 OWNER TO postgres; - -- --- Name: materialflowresources_resource_number_2015; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2015; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_number_2015 @@ -9471,10 +8656,8 @@ CREATE SEQUENCE materialflowresources_resource_number_2015 CACHE 1; -ALTER TABLE materialflowresources_resource_number_2015 OWNER TO postgres; - -- --- Name: materialflowresources_resource_number_2016; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2016; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_number_2016 @@ -9485,10 +8668,8 @@ CREATE SEQUENCE materialflowresources_resource_number_2016 CACHE 1; -ALTER TABLE materialflowresources_resource_number_2016 OWNER TO postgres; - -- --- Name: materialflowresources_resource_number_2017; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2017; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_number_2017 @@ -9499,10 +8680,8 @@ CREATE SEQUENCE materialflowresources_resource_number_2017 CACHE 1; -ALTER TABLE materialflowresources_resource_number_2017 OWNER TO postgres; - -- --- Name: materialflowresources_resourcecorrection; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_resourcecorrection ( @@ -9535,10 +8714,8 @@ CREATE TABLE materialflowresources_resourcecorrection ( ); -ALTER TABLE materialflowresources_resourcecorrection OWNER TO postgres; - -- --- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcecorrection_id_seq @@ -9549,17 +8726,15 @@ CREATE SEQUENCE materialflowresources_resourcecorrection_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcecorrection_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_resourcecorrection_id_seq OWNED BY materialflowresources_resourcecorrection.id; -- --- Name: materialflowresources_resourcecorrectiondto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrectiondto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_resourcecorrectiondto AS @@ -9583,10 +8758,8 @@ CREATE VIEW materialflowresources_resourcecorrectiondto AS JOIN materialflowresources_resource resource ON ((correction.resource_id = resource.id))); -ALTER TABLE materialflowresources_resourcecorrectiondto OWNER TO postgres; - -- --- Name: materialflowresources_resourcecorrectiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrectiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcecorrectiondto_id_seq @@ -9597,10 +8770,8 @@ CREATE SEQUENCE materialflowresources_resourcecorrectiondto_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcecorrectiondto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcestock_id_seq @@ -9611,17 +8782,15 @@ CREATE SEQUENCE materialflowresources_resourcestock_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcestock_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_resourcestock_id_seq OWNED BY materialflowresources_resourcestock.id; -- --- Name: warehouseminimalstate_warehouseminimumstate; Type: TABLE; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE warehouseminimalstate_warehouseminimumstate ( @@ -9638,10 +8807,8 @@ CREATE TABLE warehouseminimalstate_warehouseminimumstate ( ); -ALTER TABLE warehouseminimalstate_warehouseminimumstate OWNER TO postgres; - -- --- Name: materialflowresources_resourcestockdto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_resourcestockdto_internal AS @@ -9660,10 +8827,8 @@ CREATE VIEW materialflowresources_resourcestockdto_internal AS GROUP BY resource.location_id, resource.product_id, orderedquantity.orderedquantity, resource.reservedquantity, resource.availablequantity, resource.quantity; -ALTER TABLE materialflowresources_resourcestockdto_internal OWNER TO postgres; - -- --- Name: materialflowresources_resourcestockdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_resourcestockdto AS @@ -9685,10 +8850,8 @@ CREATE VIEW materialflowresources_resourcestockdto AS JOIN basic_product product ON ((product.id = internal.product_id))); -ALTER TABLE materialflowresources_resourcestockdto OWNER TO postgres; - -- --- Name: materialflowresources_resourcestockdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcestockdto_id_seq @@ -9699,10 +8862,8 @@ CREATE SEQUENCE materialflowresources_resourcestockdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcestockdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resourcestockdto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcestockdto_internal_id_seq @@ -9713,10 +8874,8 @@ CREATE SEQUENCE materialflowresources_resourcestockdto_internal_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcestockdto_internal_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_storagelocation_id_seq @@ -9727,17 +8886,15 @@ CREATE SEQUENCE materialflowresources_storagelocation_id_seq CACHE 1; -ALTER TABLE materialflowresources_storagelocation_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_storagelocation_id_seq OWNED BY materialflowresources_storagelocation.id; -- --- Name: materialflowresources_storagelocationdto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationdto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_storagelocationdto_internal AS @@ -9761,10 +8918,8 @@ CREATE VIEW materialflowresources_storagelocationdto_internal AS GROUP BY location.number, location.id, storagelocation.number, COALESCE(product.number, storageproduct.number), COALESCE(product.name, storageproduct.name), resourcecode.code, COALESCE(product.unit, storageproduct.unit), COALESCE(product.additionalunit, product.unit, storageproduct.additionalunit, storageproduct.unit); -ALTER TABLE materialflowresources_storagelocationdto_internal OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_storagelocationdto AS @@ -9782,10 +8937,8 @@ CREATE VIEW materialflowresources_storagelocationdto AS FROM materialflowresources_storagelocationdto_internal internal; -ALTER TABLE materialflowresources_storagelocationdto OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_storagelocationdto_id_seq @@ -9796,10 +8949,8 @@ CREATE SEQUENCE materialflowresources_storagelocationdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_storagelocationdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_storagelocationhelper ( @@ -9814,10 +8965,8 @@ CREATE TABLE materialflowresources_storagelocationhelper ( ); -ALTER TABLE materialflowresources_storagelocationhelper OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_storagelocationhelper_id_seq @@ -9828,17 +8977,15 @@ CREATE SEQUENCE materialflowresources_storagelocationhelper_id_seq CACHE 1; -ALTER TABLE materialflowresources_storagelocationhelper_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_storagelocationhelper_id_seq OWNED BY materialflowresources_storagelocationhelper.id; -- --- Name: materialflowresources_storagelocationhistory; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_storagelocationhistory ( @@ -9853,10 +9000,8 @@ CREATE TABLE materialflowresources_storagelocationhistory ( ); -ALTER TABLE materialflowresources_storagelocationhistory OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_storagelocationhistory_id_seq @@ -9867,17 +9012,15 @@ CREATE SEQUENCE materialflowresources_storagelocationhistory_id_seq CACHE 1; -ALTER TABLE materialflowresources_storagelocationhistory_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_storagelocationhistory_id_seq OWNED BY materialflowresources_storagelocationhistory.id; -- --- Name: materialflowresources_warehousestock; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestock; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_warehousestock AS @@ -9896,10 +9039,8 @@ CREATE VIEW materialflowresources_warehousestock AS GROUP BY materialflowresources_resource.location_id, materialflowresources_resource.product_id; -ALTER TABLE materialflowresources_warehousestock OWNER TO postgres; - -- --- Name: materialflowresources_warehousestock_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestock_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_warehousestock_id_seq @@ -9910,10 +9051,8 @@ CREATE SEQUENCE materialflowresources_warehousestock_id_seq CACHE 1; -ALTER TABLE materialflowresources_warehousestock_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_warehousestocklistdto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_warehousestocklistdto_internal AS @@ -9930,10 +9069,8 @@ CREATE VIEW materialflowresources_warehousestocklistdto_internal AS GROUP BY resource.location_id, resource.product_id, orderedquantity.orderedquantity; -ALTER TABLE materialflowresources_warehousestocklistdto_internal OWNER TO postgres; - -- --- Name: materialflowresources_warehousestocklistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_warehousestocklistdto AS @@ -9953,10 +9090,8 @@ CREATE VIEW materialflowresources_warehousestocklistdto AS JOIN basic_product product ON ((product.id = internal.product_id))); -ALTER TABLE materialflowresources_warehousestocklistdto OWNER TO postgres; - -- --- Name: materialflowresources_warehousestocklistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_warehousestocklistdto_id_seq @@ -9967,10 +9102,8 @@ CREATE SEQUENCE materialflowresources_warehousestocklistdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_warehousestocklistdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_warehousestocklistdto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_warehousestocklistdto_internal_id_seq @@ -9981,10 +9114,8 @@ CREATE SEQUENCE materialflowresources_warehousestocklistdto_internal_id_seq CACHE 1; -ALTER TABLE materialflowresources_warehousestocklistdto_internal_id_seq OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_columnforcoveragesfororder ( @@ -9999,10 +9130,8 @@ CREATE TABLE materialrequirementcoveragefororder_columnforcoveragesfororder ( ); -ALTER TABLE materialrequirementcoveragefororder_columnforcoveragesfororder OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_columnforcoveragesfororder_ @@ -10013,17 +9142,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_columnforcoveragesfororder_ CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_columnforcoveragesfororder_ OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_columnforcoveragesfororder_ OWNED BY materialrequirementcoveragefororder_columnforcoveragesfororder.id; -- --- Name: materialrequirementcoveragefororder_coveragefororder; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_coveragefororder ( @@ -10050,10 +9177,8 @@ CREATE TABLE materialrequirementcoveragefororder_coveragefororder ( ); -ALTER TABLE materialrequirementcoveragefororder_coveragefororder OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_coveragefororder_id_seq @@ -10064,17 +9189,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_coveragefororder_id_seq CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_coveragefororder_id_seq OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_coveragefororder_id_seq OWNED BY materialrequirementcoveragefororder_coveragefororder.id; -- --- Name: materialrequirementcoveragefororder_coveragelocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_coveragelocation ( @@ -10086,10 +9209,8 @@ CREATE TABLE materialrequirementcoveragefororder_coveragelocation ( ); -ALTER TABLE materialrequirementcoveragefororder_coveragelocation OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_coveragelocation_id_seq @@ -10100,17 +9221,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_coveragelocation_id_seq CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_coveragelocation_id_seq OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_coveragelocation_id_seq OWNED BY materialrequirementcoveragefororder_coveragelocation.id; -- --- Name: materialrequirementcoveragefororder_coverageproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_coverageproduct ( @@ -10133,10 +9252,8 @@ CREATE TABLE materialrequirementcoveragefororder_coverageproduct ( ); -ALTER TABLE materialrequirementcoveragefororder_coverageproduct OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_coverageproduct_id_seq @@ -10147,17 +9264,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_coverageproduct_id_seq CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_coverageproduct_id_seq OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_coverageproduct_id_seq OWNED BY materialrequirementcoveragefororder_coverageproduct.id; -- --- Name: materialrequirementcoveragefororder_coverageproductlogging; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_coverageproductlogging ( @@ -10176,10 +9291,8 @@ CREATE TABLE materialrequirementcoveragefororder_coverageproductlogging ( ); -ALTER TABLE materialrequirementcoveragefororder_coverageproductlogging OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_coverageproductlogging_id_s @@ -10190,17 +9303,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_coverageproductlogging_id_s CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_coverageproductlogging_id_s OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_coverageproductlogging_id_s OWNED BY materialrequirementcoveragefororder_coverageproductlogging.id; -- --- Name: materialrequirements_materialrequirement; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirements_materialrequirement ( @@ -10217,10 +9328,8 @@ CREATE TABLE materialrequirements_materialrequirement ( ); -ALTER TABLE materialrequirements_materialrequirement OWNER TO postgres; - -- --- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirements_materialrequirement_id_seq @@ -10231,17 +9340,15 @@ CREATE SEQUENCE materialrequirements_materialrequirement_id_seq CACHE 1; -ALTER TABLE materialrequirements_materialrequirement_id_seq OWNER TO postgres; - -- --- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirements_materialrequirement_id_seq OWNED BY materialrequirements_materialrequirement.id; -- --- Name: nblsport_fabric; Type: TABLE; Schema: public; Owner: postgres +-- Name: nblsport_fabric; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nblsport_fabric ( @@ -10255,10 +9362,8 @@ CREATE TABLE nblsport_fabric ( ); -ALTER TABLE nblsport_fabric OWNER TO postgres; - -- --- Name: nblsport_fabric_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nblsport_fabric_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nblsport_fabric_id_seq @@ -10269,17 +9374,15 @@ CREATE SEQUENCE nblsport_fabric_id_seq CACHE 1; -ALTER TABLE nblsport_fabric_id_seq OWNER TO postgres; - -- --- Name: nblsport_fabric_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nblsport_fabric_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nblsport_fabric_id_seq OWNED BY nblsport_fabric.id; -- --- Name: nblsport_overhead; Type: TABLE; Schema: public; Owner: postgres +-- Name: nblsport_overhead; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nblsport_overhead ( @@ -10290,10 +9393,8 @@ CREATE TABLE nblsport_overhead ( ); -ALTER TABLE nblsport_overhead OWNER TO postgres; - -- --- Name: nblsport_overhead_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nblsport_overhead_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nblsport_overhead_id_seq @@ -10304,17 +9405,15 @@ CREATE SEQUENCE nblsport_overhead_id_seq CACHE 1; -ALTER TABLE nblsport_overhead_id_seq OWNER TO postgres; - -- --- Name: nblsport_overhead_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nblsport_overhead_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nblsport_overhead_id_seq OWNED BY nblsport_overhead.id; -- --- Name: nutritionfacts_nutrientcalculation; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_nutrientcalculation ( @@ -10328,10 +9427,8 @@ CREATE TABLE nutritionfacts_nutrientcalculation ( ); -ALTER TABLE nutritionfacts_nutrientcalculation OWNER TO postgres; - -- --- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_nutrientcalculation_id_seq @@ -10342,17 +9439,15 @@ CREATE SEQUENCE nutritionfacts_nutrientcalculation_id_seq CACHE 1; -ALTER TABLE nutritionfacts_nutrientcalculation_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_nutrientcalculation_id_seq OWNED BY nutritionfacts_nutrientcalculation.id; -- --- Name: nutritionfacts_nutrition; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_nutrition ( @@ -10369,10 +9464,8 @@ CREATE TABLE nutritionfacts_nutrition ( ); -ALTER TABLE nutritionfacts_nutrition OWNER TO postgres; - -- --- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_nutrition_id_seq @@ -10383,17 +9476,15 @@ CREATE SEQUENCE nutritionfacts_nutrition_id_seq CACHE 1; -ALTER TABLE nutritionfacts_nutrition_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_nutrition_id_seq OWNED BY nutritionfacts_nutrition.id; -- --- Name: nutritionfacts_nutritionelement; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_nutritionelement ( @@ -10406,10 +9497,8 @@ CREATE TABLE nutritionfacts_nutritionelement ( ); -ALTER TABLE nutritionfacts_nutritionelement OWNER TO postgres; - -- --- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_nutritionelement_id_seq @@ -10420,17 +9509,15 @@ CREATE SEQUENCE nutritionfacts_nutritionelement_id_seq CACHE 1; -ALTER TABLE nutritionfacts_nutritionelement_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_nutritionelement_id_seq OWNED BY nutritionfacts_nutritionelement.id; -- --- Name: nutritionfacts_nutritiongroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_nutritiongroup ( @@ -10442,10 +9529,8 @@ CREATE TABLE nutritionfacts_nutritiongroup ( ); -ALTER TABLE nutritionfacts_nutritiongroup OWNER TO postgres; - -- --- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_nutritiongroup_id_seq @@ -10456,17 +9541,15 @@ CREATE SEQUENCE nutritionfacts_nutritiongroup_id_seq CACHE 1; -ALTER TABLE nutritionfacts_nutritiongroup_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_nutritiongroup_id_seq OWNED BY nutritionfacts_nutritiongroup.id; -- --- Name: nutritionfacts_prototypeproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_prototypeproduct ( @@ -10484,10 +9567,8 @@ CREATE TABLE nutritionfacts_prototypeproduct ( ); -ALTER TABLE nutritionfacts_prototypeproduct OWNER TO postgres; - -- --- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_prototypeproduct_id_seq @@ -10498,17 +9579,15 @@ CREATE SEQUENCE nutritionfacts_prototypeproduct_id_seq CACHE 1; -ALTER TABLE nutritionfacts_prototypeproduct_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_prototypeproduct_id_seq OWNED BY nutritionfacts_prototypeproduct.id; -- --- Name: nutritionfacts_prototypeproductcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_prototypeproductcomponent ( @@ -10520,10 +9599,8 @@ CREATE TABLE nutritionfacts_prototypeproductcomponent ( ); -ALTER TABLE nutritionfacts_prototypeproductcomponent OWNER TO postgres; - -- --- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_prototypeproductcomponent_id_seq @@ -10534,17 +9611,15 @@ CREATE SEQUENCE nutritionfacts_prototypeproductcomponent_id_seq CACHE 1; -ALTER TABLE nutritionfacts_prototypeproductcomponent_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_prototypeproductcomponent_id_seq OWNED BY nutritionfacts_prototypeproductcomponent.id; -- --- Name: operationaltasks_operationaltask; Type: TABLE; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE operationaltasks_operationaltask ( @@ -10563,10 +9638,8 @@ CREATE TABLE operationaltasks_operationaltask ( ); -ALTER TABLE operationaltasks_operationaltask OWNER TO postgres; - -- --- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE operationaltasks_operationaltask_id_seq @@ -10577,17 +9650,15 @@ CREATE SEQUENCE operationaltasks_operationaltask_id_seq CACHE 1; -ALTER TABLE operationaltasks_operationaltask_id_seq OWNER TO postgres; - -- --- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE operationaltasks_operationaltask_id_seq OWNED BY operationaltasks_operationaltask.id; -- --- Name: operationaltasksfororders_techopercompoperationaltask; Type: TABLE; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE operationaltasksfororders_techopercompoperationaltask ( @@ -10597,10 +9668,8 @@ CREATE TABLE operationaltasksfororders_techopercompoperationaltask ( ); -ALTER TABLE operationaltasksfororders_techopercompoperationaltask OWNER TO postgres; - -- --- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE operationaltasksfororders_techopercompoperationaltask_id_seq @@ -10611,17 +9680,15 @@ CREATE SEQUENCE operationaltasksfororders_techopercompoperationaltask_id_seq CACHE 1; -ALTER TABLE operationaltasksfororders_techopercompoperationaltask_id_seq OWNER TO postgres; - -- --- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE operationaltasksfororders_techopercompoperationaltask_id_seq OWNED BY operationaltasksfororders_techopercompoperationaltask.id; -- --- Name: orders_formula; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_formula; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_formula ( @@ -10640,10 +9707,8 @@ CREATE TABLE orders_formula ( ); -ALTER TABLE orders_formula OWNER TO postgres; - -- --- Name: orders_formula_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_formula_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_formula_id_seq @@ -10654,17 +9719,15 @@ CREATE SEQUENCE orders_formula_id_seq CACHE 1; -ALTER TABLE orders_formula_id_seq OWNER TO postgres; - -- --- Name: orders_formula_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_formula_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_formula_id_seq OWNED BY orders_formula.id; -- --- Name: orders_instruction; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_instruction; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_instruction ( @@ -10688,10 +9751,8 @@ CREATE TABLE orders_instruction ( ); -ALTER TABLE orders_instruction OWNER TO postgres; - -- --- Name: orders_instruction_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_instruction_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_instruction_id_seq @@ -10702,17 +9763,15 @@ CREATE SEQUENCE orders_instruction_id_seq CACHE 1; -ALTER TABLE orders_instruction_id_seq OWNER TO postgres; - -- --- Name: orders_instruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_instruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_instruction_id_seq OWNED BY orders_instruction.id; -- --- Name: orders_material; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_material; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_material ( @@ -10730,10 +9789,8 @@ CREATE TABLE orders_material ( ); -ALTER TABLE orders_material OWNER TO postgres; - -- --- Name: orders_material_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_material_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_material_id_seq @@ -10744,17 +9801,15 @@ CREATE SEQUENCE orders_material_id_seq CACHE 1; -ALTER TABLE orders_material_id_seq OWNER TO postgres; - -- --- Name: orders_material_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_material_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_material_id_seq OWNED BY orders_material.id; -- --- Name: orders_materialforinstruction; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_materialforinstruction ( @@ -10766,10 +9821,8 @@ CREATE TABLE orders_materialforinstruction ( ); -ALTER TABLE orders_materialforinstruction OWNER TO postgres; - -- --- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_materialforinstruction_id_seq @@ -10780,17 +9833,15 @@ CREATE SEQUENCE orders_materialforinstruction_id_seq CACHE 1; -ALTER TABLE orders_materialforinstruction_id_seq OWNER TO postgres; - -- --- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_materialforinstruction_id_seq OWNED BY orders_materialforinstruction.id; -- --- Name: orders_mbrstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_mbrstatechange ( @@ -10807,10 +9858,8 @@ CREATE TABLE orders_mbrstatechange ( ); -ALTER TABLE orders_mbrstatechange OWNER TO postgres; - -- --- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_mbrstatechange_id_seq @@ -10821,17 +9870,15 @@ CREATE SEQUENCE orders_mbrstatechange_id_seq CACHE 1; -ALTER TABLE orders_mbrstatechange_id_seq OWNER TO postgres; - -- --- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_mbrstatechange_id_seq OWNED BY orders_mbrstatechange.id; -- --- Name: orders_order_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_order_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_order_id_seq @@ -10842,17 +9889,15 @@ CREATE SEQUENCE orders_order_id_seq CACHE 1; -ALTER TABLE orders_order_id_seq OWNER TO postgres; - -- --- Name: orders_order_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_order_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_order_id_seq OWNED BY orders_order.id; -- --- Name: orders_ordercategorycolor; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_ordercategorycolor ( @@ -10863,10 +9908,8 @@ CREATE TABLE orders_ordercategorycolor ( ); -ALTER TABLE orders_ordercategorycolor OWNER TO postgres; - -- --- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_ordercategorycolor_id_seq @@ -10877,17 +9920,15 @@ CREATE SEQUENCE orders_ordercategorycolor_id_seq CACHE 1; -ALTER TABLE orders_ordercategorycolor_id_seq OWNER TO postgres; - -- --- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_ordercategorycolor_id_seq OWNED BY orders_ordercategorycolor.id; -- --- Name: orders_orderdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: orders_orderdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW orders_orderdto AS @@ -10900,10 +9941,8 @@ CREATE VIEW orders_orderdto AS FROM orders_order; -ALTER TABLE orders_orderdto OWNER TO postgres; - -- --- Name: orders_orderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_orderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_orderdto_id_seq @@ -10914,10 +9953,8 @@ CREATE SEQUENCE orders_orderdto_id_seq CACHE 1; -ALTER TABLE orders_orderdto_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: repairs_repairorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE repairs_repairorder ( @@ -10947,10 +9984,8 @@ CREATE TABLE repairs_repairorder ( ); -ALTER TABLE repairs_repairorder OWNER TO postgres; - -- --- Name: orders_orderlistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: orders_orderlistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW orders_orderlistdto AS @@ -10974,7 +10009,7 @@ CREATE VIEW orders_orderlistdto AS product.unit, masterorder.number AS masterordernumber, division.name AS divisionname, - company.name AS companyname, + company.number AS companyname, masterorderdefinition.number AS masterorderdefinitionnumber, CASE WHEN (EXISTS ( SELECT repairoder.id @@ -10991,10 +10026,8 @@ CREATE VIEW orders_orderlistdto AS LEFT JOIN basic_division division ON ((division.id = technology.division_id))); -ALTER TABLE orders_orderlistdto OWNER TO postgres; - -- --- Name: orders_orderlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_orderlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_orderlistdto_id_seq @@ -11005,10 +10038,8 @@ CREATE SEQUENCE orders_orderlistdto_id_seq CACHE 1; -ALTER TABLE orders_orderlistdto_id_seq OWNER TO postgres; - -- --- Name: orders_orderplanninglistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: orders_orderplanninglistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW orders_orderplanninglistdto AS @@ -11039,7 +10070,8 @@ CREATE VIEW orders_orderplanninglistdto AS division.number AS divisionnumber, COALESCE(ordersorder.plannedquantityforadditionalunit, ordersorder.plannedquantity) AS plannedquantityforadditionalunit, COALESCE(product.additionalunit, product.unit) AS unitforadditionalunit, - company.number AS company + company.number AS company, + ordersorder.description FROM ((((((orders_order ordersorder JOIN basic_product product ON ((product.id = ordersorder.product_id))) LEFT JOIN technologies_technology technology ON ((technology.id = ordersorder.technology_id))) @@ -11049,10 +10081,8 @@ CREATE VIEW orders_orderplanninglistdto AS LEFT JOIN basic_company company ON ((company.id = ordersorder.company_id))); -ALTER TABLE orders_orderplanninglistdto OWNER TO postgres; - -- --- Name: orders_orderplanninglistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_orderplanninglistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_orderplanninglistdto_id_seq @@ -11063,10 +10093,8 @@ CREATE SEQUENCE orders_orderplanninglistdto_id_seq CACHE 1; -ALTER TABLE orders_orderplanninglistdto_id_seq OWNER TO postgres; - -- --- Name: orders_orderstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_orderstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_orderstatechange ( @@ -11095,10 +10123,8 @@ CREATE TABLE orders_orderstatechange ( ); -ALTER TABLE orders_orderstatechange OWNER TO postgres; - -- --- Name: orders_orderstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_orderstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_orderstatechange_id_seq @@ -11109,17 +10135,15 @@ CREATE SEQUENCE orders_orderstatechange_id_seq CACHE 1; -ALTER TABLE orders_orderstatechange_id_seq OWNER TO postgres; - -- --- Name: orders_orderstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_orderstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_orderstatechange_id_seq OWNED BY orders_orderstatechange.id; -- --- Name: orders_reasontypecorrectiondatefrom; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypecorrectiondatefrom ( @@ -11131,10 +10155,8 @@ CREATE TABLE orders_reasontypecorrectiondatefrom ( ); -ALTER TABLE orders_reasontypecorrectiondatefrom OWNER TO postgres; - -- --- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypecorrectiondatefrom_id_seq @@ -11145,17 +10167,15 @@ CREATE SEQUENCE orders_reasontypecorrectiondatefrom_id_seq CACHE 1; -ALTER TABLE orders_reasontypecorrectiondatefrom_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypecorrectiondatefrom_id_seq OWNED BY orders_reasontypecorrectiondatefrom.id; -- --- Name: orders_reasontypecorrectiondateto; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypecorrectiondateto ( @@ -11167,10 +10187,8 @@ CREATE TABLE orders_reasontypecorrectiondateto ( ); -ALTER TABLE orders_reasontypecorrectiondateto OWNER TO postgres; - -- --- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypecorrectiondateto_id_seq @@ -11181,17 +10199,15 @@ CREATE SEQUENCE orders_reasontypecorrectiondateto_id_seq CACHE 1; -ALTER TABLE orders_reasontypecorrectiondateto_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypecorrectiondateto_id_seq OWNED BY orders_reasontypecorrectiondateto.id; -- --- Name: orders_reasontypedeviationeffectiveend; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypedeviationeffectiveend ( @@ -11203,10 +10219,8 @@ CREATE TABLE orders_reasontypedeviationeffectiveend ( ); -ALTER TABLE orders_reasontypedeviationeffectiveend OWNER TO postgres; - -- --- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypedeviationeffectiveend_id_seq @@ -11217,17 +10231,15 @@ CREATE SEQUENCE orders_reasontypedeviationeffectiveend_id_seq CACHE 1; -ALTER TABLE orders_reasontypedeviationeffectiveend_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypedeviationeffectiveend_id_seq OWNED BY orders_reasontypedeviationeffectiveend.id; -- --- Name: orders_reasontypedeviationeffectivestart; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypedeviationeffectivestart ( @@ -11239,10 +10251,8 @@ CREATE TABLE orders_reasontypedeviationeffectivestart ( ); -ALTER TABLE orders_reasontypedeviationeffectivestart OWNER TO postgres; - -- --- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypedeviationeffectivestart_id_seq @@ -11253,17 +10263,15 @@ CREATE SEQUENCE orders_reasontypedeviationeffectivestart_id_seq CACHE 1; -ALTER TABLE orders_reasontypedeviationeffectivestart_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypedeviationeffectivestart_id_seq OWNED BY orders_reasontypedeviationeffectivestart.id; -- --- Name: orders_reasontypeofchangingorderstate; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypeofchangingorderstate ( @@ -11274,10 +10282,8 @@ CREATE TABLE orders_reasontypeofchangingorderstate ( ); -ALTER TABLE orders_reasontypeofchangingorderstate OWNER TO postgres; - -- --- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypeofchangingorderstate_id_seq @@ -11288,17 +10294,15 @@ CREATE SEQUENCE orders_reasontypeofchangingorderstate_id_seq CACHE 1; -ALTER TABLE orders_reasontypeofchangingorderstate_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypeofchangingorderstate_id_seq OWNED BY orders_reasontypeofchangingorderstate.id; -- --- Name: orders_recipe; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_recipe; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_recipe ( @@ -11322,10 +10326,8 @@ CREATE TABLE orders_recipe ( ); -ALTER TABLE orders_recipe OWNER TO postgres; - -- --- Name: orders_recipe_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_recipe_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_recipe_id_seq @@ -11336,17 +10338,15 @@ CREATE SEQUENCE orders_recipe_id_seq CACHE 1; -ALTER TABLE orders_recipe_id_seq OWNER TO postgres; - -- --- Name: orders_recipe_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_recipe_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_recipe_id_seq OWNED BY orders_recipe.id; -- --- Name: orders_typeofcorrectioncauses; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_typeofcorrectioncauses ( @@ -11358,10 +10358,8 @@ CREATE TABLE orders_typeofcorrectioncauses ( ); -ALTER TABLE orders_typeofcorrectioncauses OWNER TO postgres; - -- --- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_typeofcorrectioncauses_id_seq @@ -11372,17 +10370,15 @@ CREATE SEQUENCE orders_typeofcorrectioncauses_id_seq CACHE 1; -ALTER TABLE orders_typeofcorrectioncauses_id_seq OWNER TO postgres; - -- --- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_typeofcorrectioncauses_id_seq OWNED BY orders_typeofcorrectioncauses.id; -- --- Name: ordersforsubproductsgeneration_suborders; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersforsubproductsgeneration_suborders ( @@ -11399,10 +10395,8 @@ CREATE TABLE ordersforsubproductsgeneration_suborders ( ); -ALTER TABLE ordersforsubproductsgeneration_suborders OWNER TO postgres; - -- --- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersforsubproductsgeneration_suborders_id_seq @@ -11413,17 +10407,15 @@ CREATE SEQUENCE ordersforsubproductsgeneration_suborders_id_seq CACHE 1; -ALTER TABLE ordersforsubproductsgeneration_suborders_id_seq OWNER TO postgres; - -- --- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersforsubproductsgeneration_suborders_id_seq OWNED BY ordersforsubproductsgeneration_suborders.id; -- --- Name: ordersgantt_ordersganttparameters; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersgantt_ordersganttparameters ( @@ -11438,10 +10430,8 @@ CREATE TABLE ordersgantt_ordersganttparameters ( ); -ALTER TABLE ordersgantt_ordersganttparameters OWNER TO postgres; - -- --- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersgantt_ordersganttparameters_id_seq @@ -11452,17 +10442,15 @@ CREATE SEQUENCE ordersgantt_ordersganttparameters_id_seq CACHE 1; -ALTER TABLE ordersgantt_ordersganttparameters_id_seq OWNER TO postgres; - -- --- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersgantt_ordersganttparameters_id_seq OWNED BY ordersgantt_ordersganttparameters.id; -- --- Name: ordersgroups_ordersgroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersgroups_ordersgroup ( @@ -11483,10 +10471,8 @@ CREATE TABLE ordersgroups_ordersgroup ( ); -ALTER TABLE ordersgroups_ordersgroup OWNER TO postgres; - -- --- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersgroups_ordersgroup_id_seq @@ -11497,17 +10483,15 @@ CREATE SEQUENCE ordersgroups_ordersgroup_id_seq CACHE 1; -ALTER TABLE ordersgroups_ordersgroup_id_seq OWNER TO postgres; - -- --- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersgroups_ordersgroup_id_seq OWNED BY ordersgroups_ordersgroup.id; -- --- Name: ordersgroups_ordersgroupdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroupdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW ordersgroups_ordersgroupdto AS @@ -11534,10 +10518,8 @@ CREATE VIEW ordersgroups_ordersgroupdto AS LEFT JOIN basic_product product ON ((ordersorder.product_id = product.id))); -ALTER TABLE ordersgroups_ordersgroupdto OWNER TO postgres; - -- --- Name: ordersgroups_ordersgroupdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroupdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersgroups_ordersgroupdto_id_seq @@ -11548,10 +10530,8 @@ CREATE SEQUENCE ordersgroups_ordersgroupdto_id_seq CACHE 1; -ALTER TABLE ordersgroups_ordersgroupdto_id_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatorcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologiesgenerator_generatorcontext ( @@ -11572,10 +10552,8 @@ CREATE TABLE technologiesgenerator_generatorcontext ( ); -ALTER TABLE technologiesgenerator_generatorcontext OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortechnologiesforproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologiesgenerator_generatortechnologiesforproduct ( @@ -11590,10 +10568,8 @@ CREATE TABLE technologiesgenerator_generatortechnologiesforproduct ( ); -ALTER TABLE technologiesgenerator_generatortechnologiesforproduct OWNER TO postgres; - -- --- Name: ordersgroups_plannedworkingtimeanalysisdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: ordersgroups_plannedworkingtimeanalysisdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW ordersgroups_plannedworkingtimeanalysisdto AS @@ -11625,10 +10601,8 @@ CREATE VIEW ordersgroups_plannedworkingtimeanalysisdto AS WHERE ((ordersgroup.state)::text = ANY (ARRAY[('01draft'::character varying)::text, ('02inProgress'::character varying)::text])); -ALTER TABLE ordersgroups_plannedworkingtimeanalysisdto OWNER TO postgres; - -- --- Name: ordersgroups_plannedworkingtimeanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersgroups_plannedworkingtimeanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersgroups_plannedworkingtimeanalysisdto_id_seq @@ -11639,10 +10613,8 @@ CREATE SEQUENCE ordersgroups_plannedworkingtimeanalysisdto_id_seq CACHE 1; -ALTER TABLE ordersgroups_plannedworkingtimeanalysisdto_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_columnforcoverages; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_columnforcoverages ( @@ -11657,10 +10629,8 @@ CREATE TABLE ordersupplies_columnforcoverages ( ); -ALTER TABLE ordersupplies_columnforcoverages OWNER TO postgres; - -- --- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_columnforcoverages_id_seq @@ -11671,17 +10641,15 @@ CREATE SEQUENCE ordersupplies_columnforcoverages_id_seq CACHE 1; -ALTER TABLE ordersupplies_columnforcoverages_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_columnforcoverages_id_seq OWNED BY ordersupplies_columnforcoverages.id; -- --- Name: ordersupplies_coveragelocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coveragelocation ( @@ -11693,10 +10661,8 @@ CREATE TABLE ordersupplies_coveragelocation ( ); -ALTER TABLE ordersupplies_coveragelocation OWNER TO postgres; - -- --- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coveragelocation_id_seq @@ -11707,17 +10673,15 @@ CREATE SEQUENCE ordersupplies_coveragelocation_id_seq CACHE 1; -ALTER TABLE ordersupplies_coveragelocation_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coveragelocation_id_seq OWNED BY ordersupplies_coveragelocation.id; -- --- Name: ordersupplies_coverageorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageorder ( @@ -11734,10 +10698,8 @@ CREATE TABLE ordersupplies_coverageorder ( ); -ALTER TABLE ordersupplies_coverageorder OWNER TO postgres; - -- --- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageorder_id_seq @@ -11748,17 +10710,15 @@ CREATE SEQUENCE ordersupplies_coverageorder_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageorder_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageorder_id_seq OWNED BY ordersupplies_coverageorder.id; -- --- Name: ordersupplies_coverageorderhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageorderhelper ( @@ -11768,10 +10728,8 @@ CREATE TABLE ordersupplies_coverageorderhelper ( ); -ALTER TABLE ordersupplies_coverageorderhelper OWNER TO postgres; - -- --- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageorderhelper_id_seq @@ -11782,17 +10740,15 @@ CREATE SEQUENCE ordersupplies_coverageorderhelper_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageorderhelper_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageorderhelper_id_seq OWNED BY ordersupplies_coverageorderhelper.id; -- --- Name: ordersupplies_coverageproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageproduct_id_seq @@ -11803,10 +10759,8 @@ CREATE SEQUENCE ordersupplies_coverageproduct_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageproduct_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageproduct ( @@ -11834,10 +10788,8 @@ CREATE TABLE ordersupplies_coverageproduct ( ); -ALTER TABLE ordersupplies_coverageproduct OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductgenerated; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageproductgenerated ( @@ -11847,10 +10799,8 @@ CREATE TABLE ordersupplies_coverageproductgenerated ( ); -ALTER TABLE ordersupplies_coverageproductgenerated OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageproductgenerated_id_seq @@ -11861,17 +10811,15 @@ CREATE SEQUENCE ordersupplies_coverageproductgenerated_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageproductgenerated_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageproductgenerated_id_seq OWNED BY ordersupplies_coverageproductgenerated.id; -- --- Name: ordersupplies_coverageproductlogging_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageproductlogging_id_seq @@ -11882,10 +10830,8 @@ CREATE SEQUENCE ordersupplies_coverageproductlogging_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageproductlogging_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductlogging; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageproductlogging ( @@ -11906,10 +10852,8 @@ CREATE TABLE ordersupplies_coverageproductlogging ( ); -ALTER TABLE ordersupplies_coverageproductlogging OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductselected; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageproductselected ( @@ -11919,10 +10863,8 @@ CREATE TABLE ordersupplies_coverageproductselected ( ); -ALTER TABLE ordersupplies_coverageproductselected OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageproductselected_id_seq @@ -11933,17 +10875,15 @@ CREATE SEQUENCE ordersupplies_coverageproductselected_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageproductselected_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageproductselected_id_seq OWNED BY ordersupplies_coverageproductselected.id; -- --- Name: ordersupplies_coverageregister; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageregister ( @@ -11966,10 +10906,8 @@ CREATE TABLE ordersupplies_coverageregister ( ); -ALTER TABLE ordersupplies_coverageregister OWNER TO postgres; - -- --- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageregister_id_seq @@ -11980,17 +10918,15 @@ CREATE SEQUENCE ordersupplies_coverageregister_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageregister_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageregister_id_seq OWNED BY ordersupplies_coverageregister.id; -- --- Name: ordersupplies_materialrequirementcoverage; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_materialrequirementcoverage ( @@ -12020,10 +10956,8 @@ CREATE TABLE ordersupplies_materialrequirementcoverage ( ); -ALTER TABLE ordersupplies_materialrequirementcoverage OWNER TO postgres; - -- --- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_materialrequirementcoverage_id_seq @@ -12034,17 +10968,15 @@ CREATE SEQUENCE ordersupplies_materialrequirementcoverage_id_seq CACHE 1; -ALTER TABLE ordersupplies_materialrequirementcoverage_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_materialrequirementcoverage_id_seq OWNED BY ordersupplies_materialrequirementcoverage.id; -- --- Name: ordersupplies_materialrequirementcoveragedto; Type: VIEW; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoveragedto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW ordersupplies_materialrequirementcoveragedto AS @@ -12058,10 +10990,8 @@ CREATE VIEW ordersupplies_materialrequirementcoveragedto AS WHERE (ordersupplies_materialrequirementcoverage.saved = true); -ALTER TABLE ordersupplies_materialrequirementcoveragedto OWNER TO postgres; - -- --- Name: ordersupplies_materialrequirementcoveragedto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoveragedto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_materialrequirementcoveragedto_id_seq @@ -12072,10 +11002,8 @@ CREATE SEQUENCE ordersupplies_materialrequirementcoveragedto_id_seq CACHE 1; -ALTER TABLE ordersupplies_materialrequirementcoveragedto_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_orderdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: ordersupplies_orderdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW ordersupplies_orderdto AS @@ -12086,10 +11014,8 @@ CREATE VIEW ordersupplies_orderdto AS FROM orders_order; -ALTER TABLE ordersupplies_orderdto OWNER TO postgres; - -- --- Name: ordersupplies_orderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_orderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_orderdto_id_seq @@ -12100,10 +11026,8 @@ CREATE SEQUENCE ordersupplies_orderdto_id_seq CACHE 1; -ALTER TABLE ordersupplies_orderdto_id_seq OWNER TO postgres; - -- --- Name: pantone_importpantones; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_importpantones; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_importpantones ( @@ -12113,10 +11037,8 @@ CREATE TABLE pantone_importpantones ( ); -ALTER TABLE pantone_importpantones OWNER TO postgres; - -- --- Name: pantone_importpantones_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_importpantones_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_importpantones_id_seq @@ -12127,17 +11049,15 @@ CREATE SEQUENCE pantone_importpantones_id_seq CACHE 1; -ALTER TABLE pantone_importpantones_id_seq OWNER TO postgres; - -- --- Name: pantone_importpantones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_importpantones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_importpantones_id_seq OWNED BY pantone_importpantones.id; -- --- Name: pantone_operationproductdeleted; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_operationproductdeleted ( @@ -12148,10 +11068,8 @@ CREATE TABLE pantone_operationproductdeleted ( ); -ALTER TABLE pantone_operationproductdeleted OWNER TO postgres; - -- --- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_operationproductdeleted_id_seq @@ -12162,17 +11080,15 @@ CREATE SEQUENCE pantone_operationproductdeleted_id_seq CACHE 1; -ALTER TABLE pantone_operationproductdeleted_id_seq OWNER TO postgres; - -- --- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_operationproductdeleted_id_seq OWNED BY pantone_operationproductdeleted.id; -- --- Name: pantone_pantone; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_pantone; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_pantone ( @@ -12190,10 +11106,8 @@ CREATE TABLE pantone_pantone ( ); -ALTER TABLE pantone_pantone OWNER TO postgres; - -- --- Name: pantone_pantone_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_pantone_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_pantone_id_seq @@ -12204,17 +11118,15 @@ CREATE SEQUENCE pantone_pantone_id_seq CACHE 1; -ALTER TABLE pantone_pantone_id_seq OWNER TO postgres; - -- --- Name: pantone_pantone_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_pantone_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_pantone_id_seq OWNED BY pantone_pantone.id; -- --- Name: pantone_pantoneforoperationproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_pantoneforoperationproduct ( @@ -12228,10 +11140,8 @@ CREATE TABLE pantone_pantoneforoperationproduct ( ); -ALTER TABLE pantone_pantoneforoperationproduct OWNER TO postgres; - -- --- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_pantoneforoperationproduct_id_seq @@ -12242,17 +11152,15 @@ CREATE SEQUENCE pantone_pantoneforoperationproduct_id_seq CACHE 1; -ALTER TABLE pantone_pantoneforoperationproduct_id_seq OWNER TO postgres; - -- --- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_pantoneforoperationproduct_id_seq OWNED BY pantone_pantoneforoperationproduct.id; -- --- Name: pantone_pantoneforproducts; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_pantoneforproducts ( @@ -12265,10 +11173,8 @@ CREATE TABLE pantone_pantoneforproducts ( ); -ALTER TABLE pantone_pantoneforproducts OWNER TO postgres; - -- --- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_pantoneforproducts_id_seq @@ -12279,17 +11185,15 @@ CREATE SEQUENCE pantone_pantoneforproducts_id_seq CACHE 1; -ALTER TABLE pantone_pantoneforproducts_id_seq OWNER TO postgres; - -- --- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_pantoneforproducts_id_seq OWNED BY pantone_pantoneforproducts.id; -- --- Name: pantone_parameters; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_parameters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_parameters ( @@ -12301,10 +11205,8 @@ CREATE TABLE pantone_parameters ( ); -ALTER TABLE pantone_parameters OWNER TO postgres; - -- --- Name: pantone_parameters_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_parameters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_parameters_id_seq @@ -12315,17 +11217,15 @@ CREATE SEQUENCE pantone_parameters_id_seq CACHE 1; -ALTER TABLE pantone_parameters_id_seq OWNER TO postgres; - -- --- Name: pantone_parameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_parameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_parameters_id_seq OWNED BY pantone_parameters.id; -- --- Name: pantone_selectedtechnologyoperationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_selectedtechnologyoperationcomponent ( @@ -12336,10 +11236,8 @@ CREATE TABLE pantone_selectedtechnologyoperationcomponent ( ); -ALTER TABLE pantone_selectedtechnologyoperationcomponent OWNER TO postgres; - -- --- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_selectedtechnologyoperationcomponent_id_seq @@ -12350,17 +11248,15 @@ CREATE SEQUENCE pantone_selectedtechnologyoperationcomponent_id_seq CACHE 1; -ALTER TABLE pantone_selectedtechnologyoperationcomponent_id_seq OWNER TO postgres; - -- --- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_selectedtechnologyoperationcomponent_id_seq OWNED BY pantone_selectedtechnologyoperationcomponent.id; -- --- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productcatalognumbers_productcatalognumbers_id_seq @@ -12371,17 +11267,15 @@ CREATE SEQUENCE productcatalognumbers_productcatalognumbers_id_seq CACHE 1; -ALTER TABLE productcatalognumbers_productcatalognumbers_id_seq OWNER TO postgres; - -- --- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productcatalognumbers_productcatalognumbers_id_seq OWNED BY productcatalognumbers_productcatalognumbers.id; -- --- Name: productcharacteristics_forms; Type: TABLE; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productcharacteristics_forms ( @@ -12398,10 +11292,8 @@ CREATE TABLE productcharacteristics_forms ( ); -ALTER TABLE productcharacteristics_forms OWNER TO postgres; - -- --- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productcharacteristics_forms_id_seq @@ -12412,17 +11304,15 @@ CREATE SEQUENCE productcharacteristics_forms_id_seq CACHE 1; -ALTER TABLE productcharacteristics_forms_id_seq OWNER TO postgres; - -- --- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productcharacteristics_forms_id_seq OWNED BY productcharacteristics_forms.id; -- --- Name: productcharacteristics_shelves; Type: TABLE; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productcharacteristics_shelves ( @@ -12437,10 +11327,8 @@ CREATE TABLE productcharacteristics_shelves ( ); -ALTER TABLE productcharacteristics_shelves OWNER TO postgres; - -- --- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productcharacteristics_shelves_id_seq @@ -12451,17 +11339,15 @@ CREATE SEQUENCE productcharacteristics_shelves_id_seq CACHE 1; -ALTER TABLE productcharacteristics_shelves_id_seq OWNER TO postgres; - -- --- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productcharacteristics_shelves_id_seq OWNED BY productcharacteristics_shelves.id; -- --- Name: productdata_productdata; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_productdata; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_productdata ( @@ -12481,10 +11367,8 @@ CREATE TABLE productdata_productdata ( ); -ALTER TABLE productdata_productdata OWNER TO postgres; - -- --- Name: productdata_productdata_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_productdata_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_productdata_id_seq @@ -12495,17 +11379,15 @@ CREATE SEQUENCE productdata_productdata_id_seq CACHE 1; -ALTER TABLE productdata_productdata_id_seq OWNER TO postgres; - -- --- Name: productdata_productdata_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_productdata_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_productdata_id_seq OWNED BY productdata_productdata.id; -- --- Name: productdata_productdataattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_productdataattachment ( @@ -12520,10 +11402,8 @@ CREATE TABLE productdata_productdataattachment ( ); -ALTER TABLE productdata_productdataattachment OWNER TO postgres; - -- --- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_productdataattachment_id_seq @@ -12534,17 +11414,15 @@ CREATE SEQUENCE productdata_productdataattachment_id_seq CACHE 1; -ALTER TABLE productdata_productdataattachment_id_seq OWNER TO postgres; - -- --- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_productdataattachment_id_seq OWNED BY productdata_productdataattachment.id; -- --- Name: productdata_productdatainput; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_productdatainput; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_productdatainput ( @@ -12561,10 +11439,8 @@ CREATE TABLE productdata_productdatainput ( ); -ALTER TABLE productdata_productdatainput OWNER TO postgres; - -- --- Name: productdata_productdatainput_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_productdatainput_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_productdatainput_id_seq @@ -12575,17 +11451,15 @@ CREATE SEQUENCE productdata_productdatainput_id_seq CACHE 1; -ALTER TABLE productdata_productdatainput_id_seq OWNER TO postgres; - -- --- Name: productdata_productdatainput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_productdatainput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_productdatainput_id_seq OWNED BY productdata_productdatainput.id; -- --- Name: productdata_productdataoperation; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_productdataoperation ( @@ -12601,10 +11475,8 @@ CREATE TABLE productdata_productdataoperation ( ); -ALTER TABLE productdata_productdataoperation OWNER TO postgres; - -- --- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_productdataoperation_id_seq @@ -12615,17 +11487,15 @@ CREATE SEQUENCE productdata_productdataoperation_id_seq CACHE 1; -ALTER TABLE productdata_productdataoperation_id_seq OWNER TO postgres; - -- --- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_productdataoperation_id_seq OWNED BY productdata_productdataoperation.id; -- --- Name: productdata_selectedtechnology; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_selectedtechnology ( @@ -12636,10 +11506,8 @@ CREATE TABLE productdata_selectedtechnology ( ); -ALTER TABLE productdata_selectedtechnology OWNER TO postgres; - -- --- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_selectedtechnology_id_seq @@ -12650,17 +11518,15 @@ CREATE SEQUENCE productdata_selectedtechnology_id_seq CACHE 1; -ALTER TABLE productdata_selectedtechnology_id_seq OWNER TO postgres; - -- --- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_selectedtechnology_id_seq OWNED BY productdata_selectedtechnology.id; -- --- Name: productflowthrudivision_issue; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_issue ( @@ -12683,10 +11549,8 @@ CREATE TABLE productflowthrudivision_issue ( ); -ALTER TABLE productflowthrudivision_issue OWNER TO postgres; - -- --- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_issue_id_seq @@ -12697,17 +11561,15 @@ CREATE SEQUENCE productflowthrudivision_issue_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_issue_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_issue_id_seq OWNED BY productflowthrudivision_issue.id; -- --- Name: productflowthrudivision_materialavailability; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_materialavailability ( @@ -12723,10 +11585,8 @@ CREATE TABLE productflowthrudivision_materialavailability ( ); -ALTER TABLE productflowthrudivision_materialavailability OWNER TO postgres; - -- --- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_materialavailability_id_seq @@ -12737,17 +11597,15 @@ CREATE SEQUENCE productflowthrudivision_materialavailability_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_materialavailability_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_materialavailability_id_seq OWNED BY productflowthrudivision_materialavailability.id; -- --- Name: productflowthrudivision_productandquantityhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_productandquantityhelper ( @@ -12758,10 +11616,8 @@ CREATE TABLE productflowthrudivision_productandquantityhelper ( ); -ALTER TABLE productflowthrudivision_productandquantityhelper OWNER TO postgres; - -- --- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_productandquantityhelper_id_seq @@ -12772,17 +11628,15 @@ CREATE SEQUENCE productflowthrudivision_productandquantityhelper_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_productandquantityhelper_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_productandquantityhelper_id_seq OWNED BY productflowthrudivision_productandquantityhelper.id; -- --- Name: productflowthrudivision_productstoissue; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_productstoissue ( @@ -12805,10 +11659,8 @@ CREATE TABLE productflowthrudivision_productstoissue ( ); -ALTER TABLE productflowthrudivision_productstoissue OWNER TO postgres; - -- --- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_productstoissue_id_seq @@ -12819,17 +11671,15 @@ CREATE SEQUENCE productflowthrudivision_productstoissue_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_productstoissue_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_productstoissue_id_seq OWNED BY productflowthrudivision_productstoissue.id; -- --- Name: productflowthrudivision_productstoissuehelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_productstoissuehelper ( @@ -12841,10 +11691,8 @@ CREATE TABLE productflowthrudivision_productstoissuehelper ( ); -ALTER TABLE productflowthrudivision_productstoissuehelper OWNER TO postgres; - -- --- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_productstoissuehelper_id_seq @@ -12855,17 +11703,15 @@ CREATE SEQUENCE productflowthrudivision_productstoissuehelper_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_productstoissuehelper_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_productstoissuehelper_id_seq OWNED BY productflowthrudivision_productstoissuehelper.id; -- --- Name: productflowthrudivision_producttoissuecorrection; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_producttoissuecorrection ( @@ -12890,10 +11736,8 @@ CREATE TABLE productflowthrudivision_producttoissuecorrection ( ); -ALTER TABLE productflowthrudivision_producttoissuecorrection OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_producttoissuecorrection_id_seq @@ -12904,17 +11748,15 @@ CREATE SEQUENCE productflowthrudivision_producttoissuecorrection_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_producttoissuecorrection_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_producttoissuecorrection_id_seq OWNED BY productflowthrudivision_producttoissuecorrection.id; -- --- Name: productflowthrudivision_producttoissuecorrectionhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_producttoissuecorrectionhelper ( @@ -12925,10 +11767,8 @@ CREATE TABLE productflowthrudivision_producttoissuecorrectionhelper ( ); -ALTER TABLE productflowthrudivision_producttoissuecorrectionhelper OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_producttoissuecorrectionhelper_id_seq @@ -12939,17 +11779,15 @@ CREATE SEQUENCE productflowthrudivision_producttoissuecorrectionhelper_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_producttoissuecorrectionhelper_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_producttoissuecorrectionhelper_id_seq OWNED BY productflowthrudivision_producttoissuecorrectionhelper.id; -- --- Name: productflowthrudivision_producttoissuedto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productflowthrudivision_producttoissuedto_internal AS @@ -12961,10 +11799,8 @@ CREATE VIEW productflowthrudivision_producttoissuedto_internal AS GROUP BY resource.location_id, resource.product_id; -ALTER TABLE productflowthrudivision_producttoissuedto_internal OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissue; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_warehouseissue ( @@ -12992,10 +11828,8 @@ CREATE TABLE productflowthrudivision_warehouseissue ( ); -ALTER TABLE productflowthrudivision_warehouseissue OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuedto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productflowthrudivision_producttoissuedto AS @@ -13062,10 +11896,8 @@ CREATE VIEW productflowthrudivision_producttoissuedto AS WHERE ((issue.state)::text = ANY (ARRAY[('01draft'::character varying)::text, ('02inProgress'::character varying)::text])); -ALTER TABLE productflowthrudivision_producttoissuedto OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuedto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_producttoissuedto_id_seq @@ -13076,10 +11908,8 @@ CREATE SEQUENCE productflowthrudivision_producttoissuedto_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_producttoissuedto_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuedto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_producttoissuedto_internal_id_seq @@ -13090,10 +11920,8 @@ CREATE SEQUENCE productflowthrudivision_producttoissuedto_internal_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_producttoissuedto_internal_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_warehouseissue_id_seq @@ -13104,17 +11932,15 @@ CREATE SEQUENCE productflowthrudivision_warehouseissue_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_warehouseissue_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_warehouseissue_id_seq OWNED BY productflowthrudivision_warehouseissue.id; -- --- Name: productflowthrudivision_warehouseissuestatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_warehouseissuestatechange ( @@ -13132,10 +11958,8 @@ CREATE TABLE productflowthrudivision_warehouseissuestatechange ( ); -ALTER TABLE productflowthrudivision_warehouseissuestatechange OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_warehouseissuestatechange_id_seq @@ -13146,17 +11970,15 @@ CREATE SEQUENCE productflowthrudivision_warehouseissuestatechange_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_warehouseissuestatechange_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_warehouseissuestatechange_id_seq OWNED BY productflowthrudivision_warehouseissuestatechange.id; -- --- Name: productionbalancepershift_balance; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionbalancepershift_balance ( @@ -13176,10 +11998,8 @@ CREATE TABLE productionbalancepershift_balance ( ); -ALTER TABLE productionbalancepershift_balance OWNER TO postgres; - -- --- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionbalancepershift_balance_id_seq @@ -13190,17 +12010,15 @@ CREATE SEQUENCE productionbalancepershift_balance_id_seq CACHE 1; -ALTER TABLE productionbalancepershift_balance_id_seq OWNER TO postgres; - -- --- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionbalancepershift_balance_id_seq OWNED BY productionbalancepershift_balance.id; -- --- Name: productionbalancepershift_balancecontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionbalancepershift_balancecontext ( @@ -13215,10 +12033,8 @@ CREATE TABLE productionbalancepershift_balancecontext ( ); -ALTER TABLE productionbalancepershift_balancecontext OWNER TO postgres; - -- --- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionbalancepershift_balancecontext_id_seq @@ -13229,17 +12045,15 @@ CREATE SEQUENCE productionbalancepershift_balancecontext_id_seq CACHE 1; -ALTER TABLE productionbalancepershift_balancecontext_id_seq OWNER TO postgres; - -- --- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionbalancepershift_balancecontext_id_seq OWNED BY productionbalancepershift_balancecontext.id; -- --- Name: productioncounting_anomaly; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomaly ( @@ -13259,10 +12073,8 @@ CREATE TABLE productioncounting_anomaly ( ); -ALTER TABLE productioncounting_anomaly OWNER TO postgres; - -- --- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomaly_id_seq @@ -13273,17 +12085,15 @@ CREATE SEQUENCE productioncounting_anomaly_id_seq CACHE 1; -ALTER TABLE productioncounting_anomaly_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomaly_id_seq OWNED BY productioncounting_anomaly.id; -- --- Name: productioncounting_anomalyreason; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyreason ( @@ -13293,10 +12103,8 @@ CREATE TABLE productioncounting_anomalyreason ( ); -ALTER TABLE productioncounting_anomalyreason OWNER TO postgres; - -- --- Name: productioncounting_productiontracking; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productiontracking ( @@ -13336,10 +12144,8 @@ CREATE TABLE productioncounting_productiontracking ( ); -ALTER TABLE productioncounting_productiontracking OWNER TO postgres; - -- --- Name: productioncounting_anomalydto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_anomalydto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_anomalydto AS @@ -13368,10 +12174,8 @@ CREATE VIEW productioncounting_anomalydto AS LEFT JOIN basic_division division ON ((division.id = productiontracking.division_id))); -ALTER TABLE productioncounting_anomalydto OWNER TO postgres; - -- --- Name: productioncounting_anomalydto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalydto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalydto_id_seq @@ -13382,10 +12186,8 @@ CREATE SEQUENCE productioncounting_anomalydto_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalydto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyexplanation; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyexplanation ( @@ -13405,10 +12207,8 @@ CREATE TABLE productioncounting_anomalyexplanation ( ); -ALTER TABLE productioncounting_anomalyexplanation OWNER TO postgres; - -- --- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyexplanation_id_seq @@ -13419,17 +12219,15 @@ CREATE SEQUENCE productioncounting_anomalyexplanation_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyexplanation_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyexplanation_id_seq OWNED BY productioncounting_anomalyexplanation.id; -- --- Name: productioncounting_anomalyexplanationdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanationdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_anomalyexplanationdto AS @@ -13452,10 +12250,8 @@ CREATE VIEW productioncounting_anomalyexplanationdto AS LEFT JOIN materialflow_location ON ((materialflow_location.id = anomalyexplanation.location_id))); -ALTER TABLE productioncounting_anomalyexplanationdto OWNER TO postgres; - -- --- Name: productioncounting_anomalyexplanationdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanationdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyexplanationdto_id_seq @@ -13466,10 +12262,8 @@ CREATE SEQUENCE productioncounting_anomalyexplanationdto_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyexplanationdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackingentryhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyproductiontrackingentryhelper ( @@ -13483,10 +12277,8 @@ CREATE TABLE productioncounting_anomalyproductiontrackingentryhelper ( ); -ALTER TABLE productioncounting_anomalyproductiontrackingentryhelper OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyproductiontrackingentryhelper_id_seq @@ -13497,17 +12289,15 @@ CREATE SEQUENCE productioncounting_anomalyproductiontrackingentryhelper_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyproductiontrackingentryhelper_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyproductiontrackingentryhelper_id_seq OWNED BY productioncounting_anomalyproductiontrackingentryhelper.id; -- --- Name: productioncounting_anomalyproductiontrackinghelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyproductiontrackinghelper ( @@ -13519,10 +12309,8 @@ CREATE TABLE productioncounting_anomalyproductiontrackinghelper ( ); -ALTER TABLE productioncounting_anomalyproductiontrackinghelper OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyproductiontrackinghelper_id_seq @@ -13533,17 +12321,15 @@ CREATE SEQUENCE productioncounting_anomalyproductiontrackinghelper_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyproductiontrackinghelper_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyproductiontrackinghelper_id_seq OWNED BY productioncounting_anomalyproductiontrackinghelper.id; -- --- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyreason_id_seq @@ -13554,17 +12340,15 @@ CREATE SEQUENCE productioncounting_anomalyreason_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyreason_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyreason_id_seq OWNED BY productioncounting_anomalyreason.id; -- --- Name: productioncounting_anomalyreasoncontainer; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyreasoncontainer ( @@ -13574,10 +12358,8 @@ CREATE TABLE productioncounting_anomalyreasoncontainer ( ); -ALTER TABLE productioncounting_anomalyreasoncontainer OWNER TO postgres; - -- --- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyreasoncontainer_id_seq @@ -13588,17 +12370,15 @@ CREATE SEQUENCE productioncounting_anomalyreasoncontainer_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyreasoncontainer_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyreasoncontainer_id_seq OWNED BY productioncounting_anomalyreasoncontainer.id; -- --- Name: productioncounting_balanceoperationproductincomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_balanceoperationproductincomponent ( @@ -13612,10 +12392,8 @@ CREATE TABLE productioncounting_balanceoperationproductincomponent ( ); -ALTER TABLE productioncounting_balanceoperationproductincomponent OWNER TO postgres; - -- --- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_balanceoperationproductincomponent_id_seq @@ -13626,17 +12404,15 @@ CREATE SEQUENCE productioncounting_balanceoperationproductincomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_balanceoperationproductincomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_balanceoperationproductincomponent_id_seq OWNED BY productioncounting_balanceoperationproductincomponent.id; -- --- Name: productioncounting_balanceoperationproductoutcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_balanceoperationproductoutcomponent ( @@ -13650,10 +12426,8 @@ CREATE TABLE productioncounting_balanceoperationproductoutcomponent ( ); -ALTER TABLE productioncounting_balanceoperationproductoutcomponent OWNER TO postgres; - -- --- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_balanceoperationproductoutcomponent_id_seq @@ -13664,17 +12438,15 @@ CREATE SEQUENCE productioncounting_balanceoperationproductoutcomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_balanceoperationproductoutcomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_balanceoperationproductoutcomponent_id_seq OWNED BY productioncounting_balanceoperationproductoutcomponent.id; -- --- Name: productioncounting_trackingoperationproductoutcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_trackingoperationproductoutcomponent ( @@ -13693,10 +12465,8 @@ CREATE TABLE productioncounting_trackingoperationproductoutcomponent ( ); -ALTER TABLE productioncounting_trackingoperationproductoutcomponent OWNER TO postgres; - -- --- Name: productioncounting_beforeadditionalactionsanalysisentry; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_beforeadditionalactionsanalysisentry; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_beforeadditionalactionsanalysisentry AS @@ -13734,10 +12504,8 @@ CREATE VIEW productioncounting_beforeadditionalactionsanalysisentry AS GROUP BY ord.number, shift.name, (date_trunc('day'::text, pt.timerangefrom)), (date_trunc('day'::text, pt.timerangeto)), pl.number, c.number, assortment.name, product.number, product.name, product.unit, product.size, tcontext.number; -ALTER TABLE productioncounting_beforeadditionalactionsanalysisentry OWNER TO postgres; - -- --- Name: productioncounting_beforeadditionalactionsanalysisentry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_beforeadditionalactionsanalysisentry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_beforeadditionalactionsanalysisentry_id_seq @@ -13748,10 +12516,8 @@ CREATE SEQUENCE productioncounting_beforeadditionalactionsanalysisentry_id_seq CACHE 1; -ALTER TABLE productioncounting_beforeadditionalactionsanalysisentry_id_seq OWNER TO postgres; - -- --- Name: productioncounting_finalproductanalysisentry; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_finalproductanalysisentry; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_finalproductanalysisentry AS @@ -13786,10 +12552,8 @@ CREATE VIEW productioncounting_finalproductanalysisentry AS GROUP BY ord.number, shift.name, (date_trunc('day'::text, pt.timerangefrom)), (date_trunc('day'::text, pt.timerangeto)), pl.number, c.number, assortment.name, product.number, product.name, product.unit, product.size, tcontext.number; -ALTER TABLE productioncounting_finalproductanalysisentry OWNER TO postgres; - -- --- Name: productioncounting_finalproductanalysisentry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_finalproductanalysisentry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_finalproductanalysisentry_id_seq @@ -13800,10 +12564,8 @@ CREATE SEQUENCE productioncounting_finalproductanalysisentry_id_seq CACHE 1; -ALTER TABLE productioncounting_finalproductanalysisentry_id_seq OWNER TO postgres; - -- --- Name: productioncounting_operationpieceworkcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_operationpieceworkcomponent ( @@ -13818,10 +12580,8 @@ CREATE TABLE productioncounting_operationpieceworkcomponent ( ); -ALTER TABLE productioncounting_operationpieceworkcomponent OWNER TO postgres; - -- --- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_operationpieceworkcomponent_id_seq @@ -13832,17 +12592,15 @@ CREATE SEQUENCE productioncounting_operationpieceworkcomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_operationpieceworkcomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_operationpieceworkcomponent_id_seq OWNED BY productioncounting_operationpieceworkcomponent.id; -- --- Name: productioncounting_operationtimecomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_operationtimecomponent ( @@ -13860,10 +12618,8 @@ CREATE TABLE productioncounting_operationtimecomponent ( ); -ALTER TABLE productioncounting_operationtimecomponent OWNER TO postgres; - -- --- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_operationtimecomponent_id_seq @@ -13874,17 +12630,15 @@ CREATE SEQUENCE productioncounting_operationtimecomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_operationtimecomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_operationtimecomponent_id_seq OWNED BY productioncounting_operationtimecomponent.id; -- --- Name: productioncounting_performanceanalysisdetaildto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdetaildto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_performanceanalysisdetaildto AS @@ -13926,13 +12680,11 @@ CREATE VIEW productioncounting_performanceanalysisdetaildto AS LEFT JOIN basic_shift shift ON ((shift.id = productiontracking.shift_id))) LEFT JOIN technologiesgenerator_generatortechnologiesforproduct tgenn ON ((ordersorder.technologyprototype_id = tgenn.technology_id))) LEFT JOIN technologiesgenerator_generatorcontext tcontext ON ((tcontext.id = tgenn.generatorcontext_id))) - WHERE ((productiontracking.state)::text = ANY ((ARRAY['01draft'::character varying, '02accepted'::character varying])::text[])); - + WHERE ((productiontracking.state)::text = ANY (ARRAY[('01draft'::character varying)::text, ('02accepted'::character varying)::text])); -ALTER TABLE productioncounting_performanceanalysisdetaildto OWNER TO postgres; -- --- Name: productioncounting_performanceanalysisdetaildto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdetaildto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_performanceanalysisdetaildto_id_seq @@ -13943,10 +12695,8 @@ CREATE SEQUENCE productioncounting_performanceanalysisdetaildto_id_seq CACHE 1; -ALTER TABLE productioncounting_performanceanalysisdetaildto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_performanceanalysislabortimesumdto_helper; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysislabortimesumdto_helper; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_performanceanalysislabortimesumdto_helper AS @@ -13960,10 +12710,8 @@ CREATE VIEW productioncounting_performanceanalysislabortimesumdto_helper AS GROUP BY performanceanalysisdetaildto.staff_id, performanceanalysisdetaildto.timerangefromwithouttime, performanceanalysisdetaildto.shift_id, performanceanalysisdetaildto.productionline_id; -ALTER TABLE productioncounting_performanceanalysislabortimesumdto_helper OWNER TO postgres; - -- --- Name: productioncounting_performanceanalysisdto_helper; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdto_helper; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_performanceanalysisdto_helper AS @@ -13985,10 +12733,8 @@ CREATE VIEW productioncounting_performanceanalysisdto_helper AS GROUP BY sub.staff_id, sub.timerangefromwithouttime, sub.productionlinequantity, sub.dailyperformance; -ALTER TABLE productioncounting_performanceanalysisdto_helper OWNER TO postgres; - -- --- Name: productioncounting_performanceanalysisdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_performanceanalysisdto AS @@ -14024,10 +12770,8 @@ CREATE VIEW productioncounting_performanceanalysisdto AS GROUP BY performanceanalysisdetaildto.productionline_id, performanceanalysisdetaildto.productionlinenumber, performanceanalysisdetaildto.staff_id, performanceanalysisdetaildto.staffname, performanceanalysisdetaildto.shift_id, performanceanalysisdetaildto.shiftname, performanceanalysisdetaildto.timerangefromwithouttime, performanceanalysisdetaildto.timerangetowithouttime; -ALTER TABLE productioncounting_performanceanalysisdto OWNER TO postgres; - -- --- Name: productioncounting_performanceanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_performanceanalysisdto_id_seq @@ -14038,10 +12782,8 @@ CREATE SEQUENCE productioncounting_performanceanalysisdto_id_seq CACHE 1; -ALTER TABLE productioncounting_performanceanalysisdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productionanalysisdto; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productionanalysisdto; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productionanalysisdto ( @@ -14077,10 +12819,8 @@ CREATE TABLE productioncounting_productionanalysisdto ( ALTER TABLE ONLY productioncounting_productionanalysisdto REPLICA IDENTITY NOTHING; -ALTER TABLE productioncounting_productionanalysisdto OWNER TO postgres; - -- --- Name: productioncounting_productionanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productionanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productionanalysisdto_id_seq @@ -14091,10 +12831,8 @@ CREATE SEQUENCE productioncounting_productionanalysisdto_id_seq CACHE 1; -ALTER TABLE productioncounting_productionanalysisdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productionbalance; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productionbalance ( @@ -14159,10 +12897,8 @@ CREATE TABLE productioncounting_productionbalance ( ); -ALTER TABLE productioncounting_productionbalance OWNER TO postgres; - -- --- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productionbalance_id_seq @@ -14173,17 +12909,15 @@ CREATE SEQUENCE productioncounting_productionbalance_id_seq CACHE 1; -ALTER TABLE productioncounting_productionbalance_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productionbalance_id_seq OWNED BY productioncounting_productionbalance.id; -- --- Name: productioncounting_productioncountingquantitysetcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productioncountingquantitysetcomponent ( @@ -14196,10 +12930,8 @@ CREATE TABLE productioncounting_productioncountingquantitysetcomponent ( ); -ALTER TABLE productioncounting_productioncountingquantitysetcomponent OWNER TO postgres; - -- --- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productioncountingquantitysetcomponent_id_se @@ -14210,17 +12942,15 @@ CREATE SEQUENCE productioncounting_productioncountingquantitysetcomponent_id_se CACHE 1; -ALTER TABLE productioncounting_productioncountingquantitysetcomponent_id_se OWNER TO postgres; - -- --- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productioncountingquantitysetcomponent_id_se OWNED BY productioncounting_productioncountingquantitysetcomponent.id; -- --- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontracking_id_seq @@ -14231,17 +12961,15 @@ CREATE SEQUENCE productioncounting_productiontracking_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontracking_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productiontracking_id_seq OWNED BY productioncounting_productiontracking.id; -- --- Name: productioncounting_productiontracking_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontracking_number_seq @@ -14252,10 +12980,8 @@ CREATE SEQUENCE productioncounting_productiontracking_number_seq CACHE 1; -ALTER TABLE productioncounting_productiontracking_number_seq OWNER TO postgres; - -- --- Name: repairs_repairorderdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: repairs_repairorderdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW repairs_repairorderdto AS @@ -14289,10 +13015,8 @@ CREATE VIEW repairs_repairorderdto AS LEFT JOIN productioncounting_productiontracking productiontrackingdto ON ((productiontrackingdto.id = repairorder.productiontracking_id))); -ALTER TABLE repairs_repairorderdto OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologyoperationcomponent ( @@ -14344,10 +13068,8 @@ CREATE TABLE technologies_technologyoperationcomponent ( ); -ALTER TABLE technologies_technologyoperationcomponent OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_productiontrackingdto AS @@ -14403,10 +13125,8 @@ CREATE VIEW productioncounting_productiontrackingdto AS LEFT JOIN basic_company company ON ((company.id = ordersorder.company_id))); -ALTER TABLE productioncounting_productiontrackingdto OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingdto_id_seq @@ -14417,10 +13137,8 @@ CREATE SEQUENCE productioncounting_productiontrackingdto_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontrackingdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductincomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_trackingoperationproductincomponent ( @@ -14445,10 +13163,8 @@ CREATE TABLE productioncounting_trackingoperationproductincomponent ( ); -ALTER TABLE productioncounting_trackingoperationproductincomponent OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductincomponentdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponentdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_trackingoperationproductincomponentdto AS @@ -14473,10 +13189,8 @@ CREATE VIEW productioncounting_trackingoperationproductincomponentdto AS GROUP BY trackingoperationproductincomponent.id, productiontracking.id, product.id, product.number, product.unit, trackingoperationproductincomponent.usedquantity, productiontracking.technologyoperationcomponent_id, batch.number; -ALTER TABLE productioncounting_trackingoperationproductincomponentdto OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductoutcomponentdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponentdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_trackingoperationproductoutcomponentdto AS @@ -14501,10 +13215,8 @@ CREATE VIEW productioncounting_trackingoperationproductoutcomponentdto AS GROUP BY trackingoperationproductoutcomponent.id, productiontracking.id, product.id, product.number, product.unit, trackingoperationproductoutcomponent.usedquantity, productiontracking.technologyoperationcomponent_id, batch.number; -ALTER TABLE productioncounting_trackingoperationproductoutcomponentdto OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductcomponentdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductcomponentdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_trackingoperationproductcomponentdto AS @@ -14538,10 +13250,8 @@ CREATE VIEW productioncounting_trackingoperationproductcomponentdto AS FROM productioncounting_trackingoperationproductoutcomponentdto trackingoperationproductoutcomponentdto) trackingoperationproductcomponentdto; -ALTER TABLE productioncounting_trackingoperationproductcomponentdto OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingforproductdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_productiontrackingforproductdto AS @@ -14579,10 +13289,8 @@ CREATE VIEW productioncounting_productiontrackingforproductdto AS LEFT JOIN productioncounting_productiontrackingdto productiontrackingdto ON ((productiontrackingdto.id = trackingoperationproductcomponentdto.productiontracking_id))); -ALTER TABLE productioncounting_productiontrackingforproductdto OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingforproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingforproductdto_id_seq @@ -14593,10 +13301,8 @@ CREATE SEQUENCE productioncounting_productiontrackingforproductdto_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontrackingforproductdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingforproductgroupeddto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductgroupeddto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_productiontrackingforproductgroupeddto AS @@ -14617,10 +13323,8 @@ CREATE VIEW productioncounting_productiontrackingforproductgroupeddto AS GROUP BY productiontrackingforproductdto.active, productiontrackingforproductdto.order_id, productiontrackingforproductdto.ordernumber, productiontrackingforproductdto.technologyoperationcomponent_id, productiontrackingforproductdto.technologyoperationcomponentnumber, productiontrackingforproductdto.operation_id, productiontrackingforproductdto.product_id, productiontrackingforproductdto.productnumber, productiontrackingforproductdto.productunit, productiontrackingforproductdto.plannedquantity, productiontrackingforproductdto.typeofrecord; -ALTER TABLE productioncounting_productiontrackingforproductgroupeddto OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingforproductgroupeddto_id_se; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductgroupeddto_id_se; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingforproductgroupeddto_id_se @@ -14631,10 +13335,8 @@ CREATE SEQUENCE productioncounting_productiontrackingforproductgroupeddto_id_se CACHE 1; -ALTER TABLE productioncounting_productiontrackingforproductgroupeddto_id_se OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productiontrackingreport ( @@ -14652,10 +13354,8 @@ CREATE TABLE productioncounting_productiontrackingreport ( ); -ALTER TABLE productioncounting_productiontrackingreport OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingreport_id_seq @@ -14666,17 +13366,15 @@ CREATE SEQUENCE productioncounting_productiontrackingreport_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontrackingreport_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productiontrackingreport_id_seq OWNED BY productioncounting_productiontrackingreport.id; -- --- Name: productioncounting_productiontrackingstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productiontrackingstatechange ( @@ -14693,10 +13391,8 @@ CREATE TABLE productioncounting_productiontrackingstatechange ( ); -ALTER TABLE productioncounting_productiontrackingstatechange OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingstatechange_id_seq @@ -14707,17 +13403,15 @@ CREATE SEQUENCE productioncounting_productiontrackingstatechange_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontrackingstatechange_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productiontrackingstatechange_id_seq OWNED BY productioncounting_productiontrackingstatechange.id; -- --- Name: productioncounting_settechnologyincomponents; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_settechnologyincomponents ( @@ -14728,10 +13422,8 @@ CREATE TABLE productioncounting_settechnologyincomponents ( ); -ALTER TABLE productioncounting_settechnologyincomponents OWNER TO postgres; - -- --- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_settechnologyincomponents_id_seq @@ -14742,17 +13434,15 @@ CREATE SEQUENCE productioncounting_settechnologyincomponents_id_seq CACHE 1; -ALTER TABLE productioncounting_settechnologyincomponents_id_seq OWNER TO postgres; - -- --- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_settechnologyincomponents_id_seq OWNED BY productioncounting_settechnologyincomponents.id; -- --- Name: productioncounting_settrackingoperationproductincomponents; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_settrackingoperationproductincomponents ( @@ -14763,10 +13453,8 @@ CREATE TABLE productioncounting_settrackingoperationproductincomponents ( ); -ALTER TABLE productioncounting_settrackingoperationproductincomponents OWNER TO postgres; - -- --- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_settrackingoperationproductincomponents_id_s @@ -14777,17 +13465,15 @@ CREATE SEQUENCE productioncounting_settrackingoperationproductincomponents_id_s CACHE 1; -ALTER TABLE productioncounting_settrackingoperationproductincomponents_id_s OWNER TO postgres; - -- --- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_settrackingoperationproductincomponents_id_s OWNED BY productioncounting_settrackingoperationproductincomponents.id; -- --- Name: productioncounting_staffworktime; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_staffworktime ( @@ -14801,10 +13487,8 @@ CREATE TABLE productioncounting_staffworktime ( ); -ALTER TABLE productioncounting_staffworktime OWNER TO postgres; - -- --- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_staffworktime_id_seq @@ -14815,17 +13499,15 @@ CREATE SEQUENCE productioncounting_staffworktime_id_seq CACHE 1; -ALTER TABLE productioncounting_staffworktime_id_seq OWNER TO postgres; - -- --- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_staffworktime_id_seq OWNED BY productioncounting_staffworktime.id; -- --- Name: productioncounting_trackingoperationproductcomponentdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductcomponentdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductcomponentdto_id_seq @@ -14836,10 +13518,8 @@ CREATE SEQUENCE productioncounting_trackingoperationproductcomponentdto_id_seq CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductcomponentdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductincomponent_id_seq @@ -14850,17 +13530,15 @@ CREATE SEQUENCE productioncounting_trackingoperationproductincomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductincomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_trackingoperationproductincomponent_id_seq OWNED BY productioncounting_trackingoperationproductincomponent.id; -- --- Name: productioncounting_trackingoperationproductincomponentdto_id_se; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponentdto_id_se; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductincomponentdto_id_se @@ -14871,10 +13549,8 @@ CREATE SEQUENCE productioncounting_trackingoperationproductincomponentdto_id_se CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductincomponentdto_id_se OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductoutcomponent_id_seq @@ -14885,17 +13561,15 @@ CREATE SEQUENCE productioncounting_trackingoperationproductoutcomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductoutcomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_trackingoperationproductoutcomponent_id_seq OWNED BY productioncounting_trackingoperationproductoutcomponent.id; -- --- Name: productioncounting_trackingoperationproductoutcomponentdto_id_s; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponentdto_id_s; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductoutcomponentdto_id_s @@ -14906,10 +13580,8 @@ CREATE SEQUENCE productioncounting_trackingoperationproductoutcomponentdto_id_s CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductoutcomponentdto_id_s OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationcostcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncountingwithcosts_operationcostcomponent ( @@ -14927,10 +13599,8 @@ CREATE TABLE productioncountingwithcosts_operationcostcomponent ( ); -ALTER TABLE productioncountingwithcosts_operationcostcomponent OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncountingwithcosts_operationcostcomponent_id_seq @@ -14941,17 +13611,15 @@ CREATE SEQUENCE productioncountingwithcosts_operationcostcomponent_id_seq CACHE 1; -ALTER TABLE productioncountingwithcosts_operationcostcomponent_id_seq OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncountingwithcosts_operationcostcomponent_id_seq OWNED BY productioncountingwithcosts_operationcostcomponent.id; -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncountingwithcosts_operationpieceworkcostcomponent ( @@ -14966,10 +13634,8 @@ CREATE TABLE productioncountingwithcosts_operationpieceworkcostcomponent ( ); -ALTER TABLE productioncountingwithcosts_operationpieceworkcostcomponent OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncountingwithcosts_operationpieceworkcostcomponent_id_ @@ -14980,17 +13646,15 @@ CREATE SEQUENCE productioncountingwithcosts_operationpieceworkcostcomponent_id_ CACHE 1; -ALTER TABLE productioncountingwithcosts_operationpieceworkcostcomponent_id_ OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncountingwithcosts_operationpieceworkcostcomponent_id_ OWNED BY productioncountingwithcosts_operationpieceworkcostcomponent.id; -- --- Name: productioncountingwithcosts_technologyoperationproductincomp; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncountingwithcosts_technologyoperationproductincomp ( @@ -15004,10 +13668,8 @@ CREATE TABLE productioncountingwithcosts_technologyoperationproductincomp ( ); -ALTER TABLE productioncountingwithcosts_technologyoperationproductincomp OWNER TO postgres; - -- --- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncountingwithcosts_technologyoperationproductincomp_id @@ -15018,17 +13680,15 @@ CREATE SEQUENCE productioncountingwithcosts_technologyoperationproductincomp_id CACHE 1; -ALTER TABLE productioncountingwithcosts_technologyoperationproductincomp_id OWNER TO postgres; - -- --- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncountingwithcosts_technologyoperationproductincomp_id OWNED BY productioncountingwithcosts_technologyoperationproductincomp.id; -- --- Name: productionlines_factorystructureelement; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionlines_factorystructureelement ( @@ -15049,10 +13709,8 @@ CREATE TABLE productionlines_factorystructureelement ( ); -ALTER TABLE productionlines_factorystructureelement OWNER TO postgres; - -- --- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionlines_factorystructureelement_id_seq @@ -15063,17 +13721,15 @@ CREATE SEQUENCE productionlines_factorystructureelement_id_seq CACHE 1; -ALTER TABLE productionlines_factorystructureelement_id_seq OWNER TO postgres; - -- --- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionlines_factorystructureelement_id_seq OWNED BY productionlines_factorystructureelement.id; -- --- Name: productionlines_productionline_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionlines_productionline_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionlines_productionline_id_seq @@ -15084,17 +13740,15 @@ CREATE SEQUENCE productionlines_productionline_id_seq CACHE 1; -ALTER TABLE productionlines_productionline_id_seq OWNER TO postgres; - -- --- Name: productionlines_productionline_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionlines_productionline_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionlines_productionline_id_seq OWNED BY productionlines_productionline.id; -- --- Name: productionlines_workstationtypecomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionlines_workstationtypecomponent ( @@ -15108,10 +13762,8 @@ CREATE TABLE productionlines_workstationtypecomponent ( ); -ALTER TABLE productionlines_workstationtypecomponent OWNER TO postgres; - -- --- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionlines_workstationtypecomponent_id_seq @@ -15122,17 +13774,15 @@ CREATE SEQUENCE productionlines_workstationtypecomponent_id_seq CACHE 1; -ALTER TABLE productionlines_workstationtypecomponent_id_seq OWNER TO postgres; - -- --- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionlines_workstationtypecomponent_id_seq OWNED BY productionlines_workstationtypecomponent.id; -- --- Name: productionpershift_dailyprogress; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_dailyprogress ( @@ -15146,10 +13796,8 @@ CREATE TABLE productionpershift_dailyprogress ( ); -ALTER TABLE productionpershift_dailyprogress OWNER TO postgres; - -- --- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_dailyprogress_id_seq @@ -15160,17 +13808,15 @@ CREATE SEQUENCE productionpershift_dailyprogress_id_seq CACHE 1; -ALTER TABLE productionpershift_dailyprogress_id_seq OWNER TO postgres; - -- --- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_dailyprogress_id_seq OWNED BY productionpershift_dailyprogress.id; -- --- Name: productionpershift_ppsreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_ppsreport ( @@ -15188,10 +13834,8 @@ CREATE TABLE productionpershift_ppsreport ( ); -ALTER TABLE productionpershift_ppsreport OWNER TO postgres; - -- --- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_ppsreport_id_seq @@ -15202,17 +13846,15 @@ CREATE SEQUENCE productionpershift_ppsreport_id_seq CACHE 1; -ALTER TABLE productionpershift_ppsreport_id_seq OWNER TO postgres; - -- --- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_ppsreport_id_seq OWNED BY productionpershift_ppsreport.id; -- --- Name: productionpershift_productionpershift; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_productionpershift ( @@ -15224,10 +13866,8 @@ CREATE TABLE productionpershift_productionpershift ( ); -ALTER TABLE productionpershift_productionpershift OWNER TO postgres; - -- --- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_productionpershift_id_seq @@ -15238,17 +13878,15 @@ CREATE SEQUENCE productionpershift_productionpershift_id_seq CACHE 1; -ALTER TABLE productionpershift_productionpershift_id_seq OWNER TO postgres; - -- --- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_productionpershift_id_seq OWNED BY productionpershift_productionpershift.id; -- --- Name: productionpershift_progressforday; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_progressforday ( @@ -15259,14 +13897,13 @@ CREATE TABLE productionpershift_progressforday ( dateofday date, technologyoperationcomponent_id bigint, actualdateofday date, - entityversion bigint DEFAULT 0 + entityversion bigint DEFAULT 0, + productionpershift_id bigint ); -ALTER TABLE productionpershift_progressforday OWNER TO postgres; - -- --- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_progressforday_id_seq @@ -15277,17 +13914,15 @@ CREATE SEQUENCE productionpershift_progressforday_id_seq CACHE 1; -ALTER TABLE productionpershift_progressforday_id_seq OWNER TO postgres; - -- --- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_progressforday_id_seq OWNED BY productionpershift_progressforday.id; -- --- Name: productionpershift_reasontypeofcorrectionplan; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_reasontypeofcorrectionplan ( @@ -15299,10 +13934,8 @@ CREATE TABLE productionpershift_reasontypeofcorrectionplan ( ); -ALTER TABLE productionpershift_reasontypeofcorrectionplan OWNER TO postgres; - -- --- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_reasontypeofcorrectionplan_id_seq @@ -15313,17 +13946,15 @@ CREATE SEQUENCE productionpershift_reasontypeofcorrectionplan_id_seq CACHE 1; -ALTER TABLE productionpershift_reasontypeofcorrectionplan_id_seq OWNER TO postgres; - -- --- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_reasontypeofcorrectionplan_id_seq OWNED BY productionpershift_reasontypeofcorrectionplan.id; -- --- Name: qcadoocustomtranslation_customtranslation; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoocustomtranslation_customtranslation ( @@ -15338,10 +13969,8 @@ CREATE TABLE qcadoocustomtranslation_customtranslation ( ); -ALTER TABLE qcadoocustomtranslation_customtranslation OWNER TO postgres; - -- --- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoocustomtranslation_customtranslation_id_seq @@ -15352,17 +13981,15 @@ CREATE SEQUENCE qcadoocustomtranslation_customtranslation_id_seq CACHE 1; -ALTER TABLE qcadoocustomtranslation_customtranslation_id_seq OWNER TO postgres; - -- --- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoocustomtranslation_customtranslation_id_seq OWNED BY qcadoocustomtranslation_customtranslation.id; -- --- Name: qcadoomodel_dictionary; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoomodel_dictionary ( @@ -15374,10 +14001,8 @@ CREATE TABLE qcadoomodel_dictionary ( ); -ALTER TABLE qcadoomodel_dictionary OWNER TO postgres; - -- --- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoomodel_dictionary_id_seq @@ -15388,17 +14013,15 @@ CREATE SEQUENCE qcadoomodel_dictionary_id_seq CACHE 1; -ALTER TABLE qcadoomodel_dictionary_id_seq OWNER TO postgres; - -- --- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoomodel_dictionary_id_seq OWNED BY qcadoomodel_dictionary.id; -- --- Name: qcadoomodel_dictionaryitem; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoomodel_dictionaryitem ( @@ -15409,14 +14032,13 @@ CREATE TABLE qcadoomodel_dictionaryitem ( technicalcode character varying(255), dictionary_id bigint, active boolean DEFAULT true, - entityversion bigint DEFAULT 0 + entityversion bigint DEFAULT 0, + isinteger boolean DEFAULT false ); -ALTER TABLE qcadoomodel_dictionaryitem OWNER TO postgres; - -- --- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoomodel_dictionaryitem_id_seq @@ -15427,17 +14049,15 @@ CREATE SEQUENCE qcadoomodel_dictionaryitem_id_seq CACHE 1; -ALTER TABLE qcadoomodel_dictionaryitem_id_seq OWNER TO postgres; - -- --- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoomodel_dictionaryitem_id_seq OWNED BY qcadoomodel_dictionaryitem.id; -- --- Name: qcadoomodel_globalunitconversionsaggregate; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoomodel_globalunitconversionsaggregate ( @@ -15446,10 +14066,8 @@ CREATE TABLE qcadoomodel_globalunitconversionsaggregate ( ); -ALTER TABLE qcadoomodel_globalunitconversionsaggregate OWNER TO postgres; - -- --- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoomodel_globalunitconversionsaggregate_id_seq @@ -15460,17 +14078,15 @@ CREATE SEQUENCE qcadoomodel_globalunitconversionsaggregate_id_seq CACHE 1; -ALTER TABLE qcadoomodel_globalunitconversionsaggregate_id_seq OWNER TO postgres; - -- --- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoomodel_globalunitconversionsaggregate_id_seq OWNED BY qcadoomodel_globalunitconversionsaggregate.id; -- --- Name: qcadoomodel_unitconversionitem; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoomodel_unitconversionitem ( @@ -15485,10 +14101,8 @@ CREATE TABLE qcadoomodel_unitconversionitem ( ); -ALTER TABLE qcadoomodel_unitconversionitem OWNER TO postgres; - -- --- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoomodel_unitconversionitem_id_seq @@ -15499,17 +14113,15 @@ CREATE SEQUENCE qcadoomodel_unitconversionitem_id_seq CACHE 1; -ALTER TABLE qcadoomodel_unitconversionitem_id_seq OWNER TO postgres; - -- --- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoomodel_unitconversionitem_id_seq OWNED BY qcadoomodel_unitconversionitem.id; -- --- Name: qcadooplugin_plugin; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooplugin_plugin ( @@ -15524,10 +14136,8 @@ CREATE TABLE qcadooplugin_plugin ( ); -ALTER TABLE qcadooplugin_plugin OWNER TO postgres; - -- --- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooplugin_plugin_id_seq @@ -15538,17 +14148,15 @@ CREATE SEQUENCE qcadooplugin_plugin_id_seq CACHE 1; -ALTER TABLE qcadooplugin_plugin_id_seq OWNER TO postgres; - -- --- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooplugin_plugin_id_seq OWNED BY qcadooplugin_plugin.id; -- --- Name: qcadoosecurity_group; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoosecurity_group ( @@ -15560,10 +14168,8 @@ CREATE TABLE qcadoosecurity_group ( ); -ALTER TABLE qcadoosecurity_group OWNER TO postgres; - -- --- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoosecurity_group_id_seq @@ -15574,17 +14180,15 @@ CREATE SEQUENCE qcadoosecurity_group_id_seq CACHE 1; -ALTER TABLE qcadoosecurity_group_id_seq OWNER TO postgres; - -- --- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoosecurity_group_id_seq OWNED BY qcadoosecurity_group.id; -- --- Name: qcadoosecurity_persistenttoken; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoosecurity_persistenttoken ( @@ -15597,10 +14201,8 @@ CREATE TABLE qcadoosecurity_persistenttoken ( ); -ALTER TABLE qcadoosecurity_persistenttoken OWNER TO postgres; - -- --- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoosecurity_persistenttoken_id_seq @@ -15611,17 +14213,15 @@ CREATE SEQUENCE qcadoosecurity_persistenttoken_id_seq CACHE 1; -ALTER TABLE qcadoosecurity_persistenttoken_id_seq OWNER TO postgres; - -- --- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoosecurity_persistenttoken_id_seq OWNED BY qcadoosecurity_persistenttoken.id; -- --- Name: qcadoosecurity_role; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoosecurity_role ( @@ -15632,10 +14232,8 @@ CREATE TABLE qcadoosecurity_role ( ); -ALTER TABLE qcadoosecurity_role OWNER TO postgres; - -- --- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoosecurity_role_id_seq @@ -15646,17 +14244,15 @@ CREATE SEQUENCE qcadoosecurity_role_id_seq CACHE 1; -ALTER TABLE qcadoosecurity_role_id_seq OWNER TO postgres; - -- --- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoosecurity_role_id_seq OWNED BY qcadoosecurity_role.id; -- --- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoosecurity_user_id_seq @@ -15667,17 +14263,15 @@ CREATE SEQUENCE qcadoosecurity_user_id_seq CACHE 1; -ALTER TABLE qcadoosecurity_user_id_seq OWNER TO postgres; - -- --- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoosecurity_user_id_seq OWNED BY qcadoosecurity_user.id; -- --- Name: qcadooview_alert; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_alert; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_alert ( @@ -15689,10 +14283,8 @@ CREATE TABLE qcadooview_alert ( ); -ALTER TABLE qcadooview_alert OWNER TO postgres; - -- --- Name: qcadooview_alert_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_alert_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_alert_id_seq @@ -15703,17 +14295,15 @@ CREATE SEQUENCE qcadooview_alert_id_seq CACHE 1; -ALTER TABLE qcadooview_alert_id_seq OWNER TO postgres; - -- --- Name: qcadooview_alert_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_alert_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_alert_id_seq OWNED BY qcadooview_alert.id; -- --- Name: qcadooview_category; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_category; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_category ( @@ -15726,10 +14316,8 @@ CREATE TABLE qcadooview_category ( ); -ALTER TABLE qcadooview_category OWNER TO postgres; - -- --- Name: qcadooview_category_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_category_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_category_id_seq @@ -15740,17 +14328,15 @@ CREATE SEQUENCE qcadooview_category_id_seq CACHE 1; -ALTER TABLE qcadooview_category_id_seq OWNER TO postgres; - -- --- Name: qcadooview_category_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_category_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_category_id_seq OWNED BY qcadooview_category.id; -- --- Name: qcadooview_item; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_item; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_item ( @@ -15766,10 +14352,8 @@ CREATE TABLE qcadooview_item ( ); -ALTER TABLE qcadooview_item OWNER TO postgres; - -- --- Name: qcadooview_item_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_item_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_item_id_seq @@ -15780,17 +14364,15 @@ CREATE SEQUENCE qcadooview_item_id_seq CACHE 1; -ALTER TABLE qcadooview_item_id_seq OWNER TO postgres; - -- --- Name: qcadooview_item_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_item_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_item_id_seq OWNED BY qcadooview_item.id; -- --- Name: qcadooview_view; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_view; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_view ( @@ -15803,10 +14385,8 @@ CREATE TABLE qcadooview_view ( ); -ALTER TABLE qcadooview_view OWNER TO postgres; - -- --- Name: qcadooview_view_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_view_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_view_id_seq @@ -15817,17 +14397,15 @@ CREATE SEQUENCE qcadooview_view_id_seq CACHE 1; -ALTER TABLE qcadooview_view_id_seq OWNER TO postgres; - -- --- Name: qcadooview_view_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_view_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_view_id_seq OWNED BY qcadooview_view.id; -- --- Name: qcadooview_viewedalert; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_viewedalert ( @@ -15837,10 +14415,8 @@ CREATE TABLE qcadooview_viewedalert ( ); -ALTER TABLE qcadooview_viewedalert OWNER TO postgres; - -- --- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_viewedalert_id_seq @@ -15851,17 +14427,15 @@ CREATE SEQUENCE qcadooview_viewedalert_id_seq CACHE 1; -ALTER TABLE qcadooview_viewedalert_id_seq OWNER TO postgres; - -- --- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_viewedalert_id_seq OWNED BY qcadooview_viewedalert.id; -- --- Name: repairs_repairorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorder_id_seq @@ -15872,17 +14446,15 @@ CREATE SEQUENCE repairs_repairorder_id_seq CACHE 1; -ALTER TABLE repairs_repairorder_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: repairs_repairorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE repairs_repairorder_id_seq OWNED BY repairs_repairorder.id; -- --- Name: repairs_repairorder_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorder_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorder_number_seq @@ -15893,10 +14465,8 @@ CREATE SEQUENCE repairs_repairorder_number_seq CACHE 1; -ALTER TABLE repairs_repairorder_number_seq OWNER TO postgres; - -- --- Name: repairs_repairorderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorderdto_id_seq @@ -15907,10 +14477,8 @@ CREATE SEQUENCE repairs_repairorderdto_id_seq CACHE 1; -ALTER TABLE repairs_repairorderdto_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorderproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE repairs_repairorderproduct ( @@ -15927,10 +14495,8 @@ CREATE TABLE repairs_repairorderproduct ( ); -ALTER TABLE repairs_repairorderproduct OWNER TO postgres; - -- --- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorderproduct_id_seq @@ -15941,17 +14507,15 @@ CREATE SEQUENCE repairs_repairorderproduct_id_seq CACHE 1; -ALTER TABLE repairs_repairorderproduct_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE repairs_repairorderproduct_id_seq OWNED BY repairs_repairorderproduct.id; -- --- Name: repairs_repairorderstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE repairs_repairorderstatechange ( @@ -15967,10 +14531,8 @@ CREATE TABLE repairs_repairorderstatechange ( ); -ALTER TABLE repairs_repairorderstatechange OWNER TO postgres; - -- --- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorderstatechange_id_seq @@ -15981,17 +14543,15 @@ CREATE SEQUENCE repairs_repairorderstatechange_id_seq CACHE 1; -ALTER TABLE repairs_repairorderstatechange_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE repairs_repairorderstatechange_id_seq OWNED BY repairs_repairorderstatechange.id; -- --- Name: repairs_repairorderworktime; Type: TABLE; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE repairs_repairorderworktime ( @@ -16004,10 +14564,8 @@ CREATE TABLE repairs_repairorderworktime ( ); -ALTER TABLE repairs_repairorderworktime OWNER TO postgres; - -- --- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorderworktime_id_seq @@ -16018,17 +14576,15 @@ CREATE SEQUENCE repairs_repairorderworktime_id_seq CACHE 1; -ALTER TABLE repairs_repairorderworktime_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE repairs_repairorderworktime_id_seq OWNED BY repairs_repairorderworktime.id; -- --- Name: sfcsimple_subiektimportedorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE sfcsimple_subiektimportedorder ( @@ -16043,10 +14599,8 @@ CREATE TABLE sfcsimple_subiektimportedorder ( ); -ALTER TABLE sfcsimple_subiektimportedorder OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE sfcsimple_subiektimportedorder_id_seq @@ -16057,17 +14611,15 @@ CREATE SEQUENCE sfcsimple_subiektimportedorder_id_seq CACHE 1; -ALTER TABLE sfcsimple_subiektimportedorder_id_seq OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE sfcsimple_subiektimportedorder_id_seq OWNED BY sfcsimple_subiektimportedorder.id; -- --- Name: sfcsimple_subiektimportedorderproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE sfcsimple_subiektimportedorderproduct ( @@ -16080,10 +14632,8 @@ CREATE TABLE sfcsimple_subiektimportedorderproduct ( ); -ALTER TABLE sfcsimple_subiektimportedorderproduct OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE sfcsimple_subiektimportedorderproduct_id_seq @@ -16094,17 +14644,15 @@ CREATE SEQUENCE sfcsimple_subiektimportedorderproduct_id_seq CACHE 1; -ALTER TABLE sfcsimple_subiektimportedorderproduct_id_seq OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE sfcsimple_subiektimportedorderproduct_id_seq OWNED BY sfcsimple_subiektimportedorderproduct.id; -- --- Name: sfcsimple_subiektimportedproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE sfcsimple_subiektimportedproduct ( @@ -16120,10 +14668,8 @@ CREATE TABLE sfcsimple_subiektimportedproduct ( ); -ALTER TABLE sfcsimple_subiektimportedproduct OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE sfcsimple_subiektimportedproduct_id_seq @@ -16134,17 +14680,15 @@ CREATE SEQUENCE sfcsimple_subiektimportedproduct_id_seq CACHE 1; -ALTER TABLE sfcsimple_subiektimportedproduct_id_seq OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE sfcsimple_subiektimportedproduct_id_seq OWNED BY sfcsimple_subiektimportedproduct.id; -- --- Name: simplematerialbalance_simplematerialbalance; Type: TABLE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE simplematerialbalance_simplematerialbalance ( @@ -16159,10 +14703,8 @@ CREATE TABLE simplematerialbalance_simplematerialbalance ( ); -ALTER TABLE simplematerialbalance_simplematerialbalance OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE simplematerialbalance_simplematerialbalance_id_seq @@ -16173,17 +14715,15 @@ CREATE SEQUENCE simplematerialbalance_simplematerialbalance_id_seq CACHE 1; -ALTER TABLE simplematerialbalance_simplematerialbalance_id_seq OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE simplematerialbalance_simplematerialbalance_id_seq OWNED BY simplematerialbalance_simplematerialbalance.id; -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE simplematerialbalance_simplematerialbalancelocationscomponent ( @@ -16194,10 +14734,8 @@ CREATE TABLE simplematerialbalance_simplematerialbalancelocationscomponent ( ); -ALTER TABLE simplematerialbalance_simplematerialbalancelocationscomponent OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE simplematerialbalance_simplematerialbalancelocationscomponent_i @@ -16208,17 +14746,15 @@ CREATE SEQUENCE simplematerialbalance_simplematerialbalancelocationscomponent_i CACHE 1; -ALTER TABLE simplematerialbalance_simplematerialbalancelocationscomponent_i OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE simplematerialbalance_simplematerialbalancelocationscomponent_i OWNED BY simplematerialbalance_simplematerialbalancelocationscomponent.id; -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE simplematerialbalance_simplematerialbalanceorderscomponent ( @@ -16229,10 +14765,8 @@ CREATE TABLE simplematerialbalance_simplematerialbalanceorderscomponent ( ); -ALTER TABLE simplematerialbalance_simplematerialbalanceorderscomponent OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE simplematerialbalance_simplematerialbalanceorderscomponent_id_s @@ -16243,17 +14777,15 @@ CREATE SEQUENCE simplematerialbalance_simplematerialbalanceorderscomponent_id_s CACHE 1; -ALTER TABLE simplematerialbalance_simplematerialbalanceorderscomponent_id_s OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE simplematerialbalance_simplematerialbalanceorderscomponent_id_s OWNED BY simplematerialbalance_simplematerialbalanceorderscomponent.id; -- --- Name: states_message; Type: TABLE; Schema: public; Owner: postgres +-- Name: states_message; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE states_message ( @@ -16288,10 +14820,8 @@ CREATE TABLE states_message ( ); -ALTER TABLE states_message OWNER TO postgres; - -- --- Name: states_message_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: states_message_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE states_message_id_seq @@ -16302,17 +14832,15 @@ CREATE SEQUENCE states_message_id_seq CACHE 1; -ALTER TABLE states_message_id_seq OWNER TO postgres; - -- --- Name: states_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: states_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE states_message_id_seq OWNED BY states_message.id; -- --- Name: stoppage_stoppage; Type: TABLE; Schema: public; Owner: postgres +-- Name: stoppage_stoppage; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE stoppage_stoppage ( @@ -16325,10 +14853,8 @@ CREATE TABLE stoppage_stoppage ( ); -ALTER TABLE stoppage_stoppage OWNER TO postgres; - -- --- Name: stoppage_stoppage_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: stoppage_stoppage_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE stoppage_stoppage_id_seq @@ -16339,17 +14865,15 @@ CREATE SEQUENCE stoppage_stoppage_id_seq CACHE 1; -ALTER TABLE stoppage_stoppage_id_seq OWNER TO postgres; - -- --- Name: stoppage_stoppage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: stoppage_stoppage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE stoppage_stoppage_id_seq OWNED BY stoppage_stoppage.id; -- --- Name: subcontractorportal_cost; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_cost ( @@ -16368,10 +14892,8 @@ CREATE TABLE subcontractorportal_cost ( ); -ALTER TABLE subcontractorportal_cost OWNER TO postgres; - -- --- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_cost_id_seq @@ -16382,17 +14904,15 @@ CREATE SEQUENCE subcontractorportal_cost_id_seq CACHE 1; -ALTER TABLE subcontractorportal_cost_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_cost_id_seq OWNED BY subcontractorportal_cost.id; -- --- Name: subcontractorportal_event; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_event; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_event ( @@ -16409,10 +14929,8 @@ CREATE TABLE subcontractorportal_event ( ); -ALTER TABLE subcontractorportal_event OWNER TO postgres; - -- --- Name: subcontractorportal_event_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_event_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_event_id_seq @@ -16423,17 +14941,15 @@ CREATE SEQUENCE subcontractorportal_event_id_seq CACHE 1; -ALTER TABLE subcontractorportal_event_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_event_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_event_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_event_id_seq OWNED BY subcontractorportal_event.id; -- --- Name: subcontractorportal_message; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_message; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_message ( @@ -16449,10 +14965,8 @@ CREATE TABLE subcontractorportal_message ( ); -ALTER TABLE subcontractorportal_message OWNER TO postgres; - -- --- Name: subcontractorportal_message_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_message_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_message_id_seq @@ -16463,17 +14977,15 @@ CREATE SEQUENCE subcontractorportal_message_id_seq CACHE 1; -ALTER TABLE subcontractorportal_message_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_message_id_seq OWNED BY subcontractorportal_message.id; -- --- Name: subcontractorportal_operation; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_operation ( @@ -16495,10 +15007,8 @@ CREATE TABLE subcontractorportal_operation ( ); -ALTER TABLE subcontractorportal_operation OWNER TO postgres; - -- --- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_operation_id_seq @@ -16509,17 +15019,15 @@ CREATE SEQUENCE subcontractorportal_operation_id_seq CACHE 1; -ALTER TABLE subcontractorportal_operation_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_operation_id_seq OWNED BY subcontractorportal_operation.id; -- --- Name: subcontractorportal_realisation; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_realisation ( @@ -16534,10 +15042,8 @@ CREATE TABLE subcontractorportal_realisation ( ); -ALTER TABLE subcontractorportal_realisation OWNER TO postgres; - -- --- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_realisation_id_seq @@ -16548,17 +15054,15 @@ CREATE SEQUENCE subcontractorportal_realisation_id_seq CACHE 1; -ALTER TABLE subcontractorportal_realisation_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_realisation_id_seq OWNED BY subcontractorportal_realisation.id; -- --- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborder_id_seq @@ -16569,17 +15073,15 @@ CREATE SEQUENCE subcontractorportal_suborder_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborder_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborder_id_seq OWNED BY subcontractorportal_suborder.id; -- --- Name: subcontractorportal_suborderattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborderattachment ( @@ -16594,10 +15096,8 @@ CREATE TABLE subcontractorportal_suborderattachment ( ); -ALTER TABLE subcontractorportal_suborderattachment OWNER TO postgres; - -- --- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborderattachment_id_seq @@ -16608,17 +15108,15 @@ CREATE SEQUENCE subcontractorportal_suborderattachment_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborderattachment_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborderattachment_id_seq OWNED BY subcontractorportal_suborderattachment.id; -- --- Name: subcontractorportal_suborderinput; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborderinput ( @@ -16636,10 +15134,8 @@ CREATE TABLE subcontractorportal_suborderinput ( ); -ALTER TABLE subcontractorportal_suborderinput OWNER TO postgres; - -- --- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborderinput_id_seq @@ -16650,17 +15146,15 @@ CREATE SEQUENCE subcontractorportal_suborderinput_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborderinput_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborderinput_id_seq OWNED BY subcontractorportal_suborderinput.id; -- --- Name: subcontractorportal_suborderoperation; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborderoperation ( @@ -16683,10 +15177,8 @@ CREATE TABLE subcontractorportal_suborderoperation ( ); -ALTER TABLE subcontractorportal_suborderoperation OWNER TO postgres; - -- --- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborderoperation_id_seq @@ -16697,17 +15189,15 @@ CREATE SEQUENCE subcontractorportal_suborderoperation_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborderoperation_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborderoperation_id_seq OWNED BY subcontractorportal_suborderoperation.id; -- --- Name: subcontractorportal_suborderoutput; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborderoutput ( @@ -16728,10 +15218,8 @@ CREATE TABLE subcontractorportal_suborderoutput ( ); -ALTER TABLE subcontractorportal_suborderoutput OWNER TO postgres; - -- --- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborderoutput_id_seq @@ -16742,17 +15230,15 @@ CREATE SEQUENCE subcontractorportal_suborderoutput_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborderoutput_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborderoutput_id_seq OWNED BY subcontractorportal_suborderoutput.id; -- --- Name: subcontractorportal_subordertmp; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_subordertmp ( @@ -16770,10 +15256,8 @@ CREATE TABLE subcontractorportal_subordertmp ( ); -ALTER TABLE subcontractorportal_subordertmp OWNER TO postgres; - -- --- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_subordertmp_id_seq @@ -16784,17 +15268,15 @@ CREATE SEQUENCE subcontractorportal_subordertmp_id_seq CACHE 1; -ALTER TABLE subcontractorportal_subordertmp_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_subordertmp_id_seq OWNED BY subcontractorportal_subordertmp.id; -- --- Name: supplynegotiations_columnforoffers; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_columnforoffers ( @@ -16810,10 +15292,8 @@ CREATE TABLE supplynegotiations_columnforoffers ( ); -ALTER TABLE supplynegotiations_columnforoffers OWNER TO postgres; - -- --- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_columnforoffers_id_seq @@ -16824,17 +15304,15 @@ CREATE SEQUENCE supplynegotiations_columnforoffers_id_seq CACHE 1; -ALTER TABLE supplynegotiations_columnforoffers_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_columnforoffers_id_seq OWNED BY supplynegotiations_columnforoffers.id; -- --- Name: supplynegotiations_columnforrequests; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_columnforrequests ( @@ -16850,10 +15328,8 @@ CREATE TABLE supplynegotiations_columnforrequests ( ); -ALTER TABLE supplynegotiations_columnforrequests OWNER TO postgres; - -- --- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_columnforrequests_id_seq @@ -16864,17 +15340,15 @@ CREATE SEQUENCE supplynegotiations_columnforrequests_id_seq CACHE 1; -ALTER TABLE supplynegotiations_columnforrequests_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_columnforrequests_id_seq OWNED BY supplynegotiations_columnforrequests.id; -- --- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_negotiation_id_seq @@ -16885,17 +15359,15 @@ CREATE SEQUENCE supplynegotiations_negotiation_id_seq CACHE 1; -ALTER TABLE supplynegotiations_negotiation_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_negotiation_id_seq OWNED BY supplynegotiations_negotiation.id; -- --- Name: supplynegotiations_negotiationproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_negotiationproduct ( @@ -16913,10 +15385,8 @@ CREATE TABLE supplynegotiations_negotiationproduct ( ); -ALTER TABLE supplynegotiations_negotiationproduct OWNER TO postgres; - -- --- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_negotiationproduct_id_seq @@ -16927,17 +15397,15 @@ CREATE SEQUENCE supplynegotiations_negotiationproduct_id_seq CACHE 1; -ALTER TABLE supplynegotiations_negotiationproduct_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_negotiationproduct_id_seq OWNED BY supplynegotiations_negotiationproduct.id; -- --- Name: supplynegotiations_negotiationstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_negotiationstatechange ( @@ -16954,10 +15422,8 @@ CREATE TABLE supplynegotiations_negotiationstatechange ( ); -ALTER TABLE supplynegotiations_negotiationstatechange OWNER TO postgres; - -- --- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_negotiationstatechange_id_seq @@ -16968,17 +15434,15 @@ CREATE SEQUENCE supplynegotiations_negotiationstatechange_id_seq CACHE 1; -ALTER TABLE supplynegotiations_negotiationstatechange_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_negotiationstatechange_id_seq OWNED BY supplynegotiations_negotiationstatechange.id; -- --- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_offer_id_seq @@ -16989,17 +15453,15 @@ CREATE SEQUENCE supplynegotiations_offer_id_seq CACHE 1; -ALTER TABLE supplynegotiations_offer_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_offer_id_seq OWNED BY supplynegotiations_offer.id; -- --- Name: supplynegotiations_offerproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_offerproduct ( @@ -17016,10 +15478,8 @@ CREATE TABLE supplynegotiations_offerproduct ( ); -ALTER TABLE supplynegotiations_offerproduct OWNER TO postgres; - -- --- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_offerproduct_id_seq @@ -17030,17 +15490,15 @@ CREATE SEQUENCE supplynegotiations_offerproduct_id_seq CACHE 1; -ALTER TABLE supplynegotiations_offerproduct_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_offerproduct_id_seq OWNED BY supplynegotiations_offerproduct.id; -- --- Name: supplynegotiations_offerstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_offerstatechange ( @@ -17057,10 +15515,8 @@ CREATE TABLE supplynegotiations_offerstatechange ( ); -ALTER TABLE supplynegotiations_offerstatechange OWNER TO postgres; - -- --- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_offerstatechange_id_seq @@ -17071,17 +15527,15 @@ CREATE SEQUENCE supplynegotiations_offerstatechange_id_seq CACHE 1; -ALTER TABLE supplynegotiations_offerstatechange_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_offerstatechange_id_seq OWNED BY supplynegotiations_offerstatechange.id; -- --- Name: supplynegotiations_parametercolumnforoffers; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_parametercolumnforoffers ( @@ -17093,10 +15547,8 @@ CREATE TABLE supplynegotiations_parametercolumnforoffers ( ); -ALTER TABLE supplynegotiations_parametercolumnforoffers OWNER TO postgres; - -- --- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_parametercolumnforoffers_id_seq @@ -17107,17 +15559,15 @@ CREATE SEQUENCE supplynegotiations_parametercolumnforoffers_id_seq CACHE 1; -ALTER TABLE supplynegotiations_parametercolumnforoffers_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_parametercolumnforoffers_id_seq OWNED BY supplynegotiations_parametercolumnforoffers.id; -- --- Name: supplynegotiations_parametercolumnforrequests; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_parametercolumnforrequests ( @@ -17129,10 +15579,8 @@ CREATE TABLE supplynegotiations_parametercolumnforrequests ( ); -ALTER TABLE supplynegotiations_parametercolumnforrequests OWNER TO postgres; - -- --- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_parametercolumnforrequests_id_seq @@ -17143,17 +15591,15 @@ CREATE SEQUENCE supplynegotiations_parametercolumnforrequests_id_seq CACHE 1; -ALTER TABLE supplynegotiations_parametercolumnforrequests_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_parametercolumnforrequests_id_seq OWNED BY supplynegotiations_parametercolumnforrequests.id; -- --- Name: supplynegotiations_requestforquotation; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_requestforquotation ( @@ -17175,10 +15621,8 @@ CREATE TABLE supplynegotiations_requestforquotation ( ); -ALTER TABLE supplynegotiations_requestforquotation OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_requestforquotation_id_seq @@ -17189,17 +15633,15 @@ CREATE SEQUENCE supplynegotiations_requestforquotation_id_seq CACHE 1; -ALTER TABLE supplynegotiations_requestforquotation_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_requestforquotation_id_seq OWNED BY supplynegotiations_requestforquotation.id; -- --- Name: supplynegotiations_requestforquotationproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_requestforquotationproduct ( @@ -17214,10 +15656,8 @@ CREATE TABLE supplynegotiations_requestforquotationproduct ( ); -ALTER TABLE supplynegotiations_requestforquotationproduct OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_requestforquotationproduct_id_seq @@ -17228,17 +15668,15 @@ CREATE SEQUENCE supplynegotiations_requestforquotationproduct_id_seq CACHE 1; -ALTER TABLE supplynegotiations_requestforquotationproduct_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_requestforquotationproduct_id_seq OWNED BY supplynegotiations_requestforquotationproduct.id; -- --- Name: supplynegotiations_requestforquotationstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_requestforquotationstatechange ( @@ -17255,10 +15693,8 @@ CREATE TABLE supplynegotiations_requestforquotationstatechange ( ); -ALTER TABLE supplynegotiations_requestforquotationstatechange OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_requestforquotationstatechange_id_seq @@ -17269,17 +15705,15 @@ CREATE SEQUENCE supplynegotiations_requestforquotationstatechange_id_seq CACHE 1; -ALTER TABLE supplynegotiations_requestforquotationstatechange_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_requestforquotationstatechange_id_seq OWNED BY supplynegotiations_requestforquotationstatechange.id; -- --- Name: technologies_barcodeoperationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_barcodeoperationcomponent ( @@ -17292,10 +15726,8 @@ CREATE TABLE technologies_barcodeoperationcomponent ( ); -ALTER TABLE technologies_barcodeoperationcomponent OWNER TO postgres; - -- --- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_barcodeoperationcomponent_id_seq @@ -17306,17 +15738,15 @@ CREATE SEQUENCE technologies_barcodeoperationcomponent_id_seq CACHE 1; -ALTER TABLE technologies_barcodeoperationcomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_barcodeoperationcomponent_id_seq OWNED BY technologies_barcodeoperationcomponent.id; -- --- Name: technologies_barcodeoperationcomponent_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_barcodeoperationcomponent_number_seq @@ -17327,10 +15757,8 @@ CREATE SEQUENCE technologies_barcodeoperationcomponent_number_seq CACHE 1; -ALTER TABLE technologies_barcodeoperationcomponent_number_seq OWNER TO postgres; - -- --- Name: technologies_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_operation_id_seq @@ -17341,17 +15769,15 @@ CREATE SEQUENCE technologies_operation_id_seq CACHE 1; -ALTER TABLE technologies_operation_id_seq OWNER TO postgres; - -- --- Name: technologies_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_operation_id_seq OWNED BY technologies_operation.id; -- --- Name: technologies_operationgroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_operationgroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_operationgroup ( @@ -17363,10 +15789,8 @@ CREATE TABLE technologies_operationgroup ( ); -ALTER TABLE technologies_operationgroup OWNER TO postgres; - -- --- Name: technologies_operationgroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_operationgroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_operationgroup_id_seq @@ -17377,17 +15801,15 @@ CREATE SEQUENCE technologies_operationgroup_id_seq CACHE 1; -ALTER TABLE technologies_operationgroup_id_seq OWNER TO postgres; - -- --- Name: technologies_operationgroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_operationgroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_operationgroup_id_seq OWNED BY technologies_operationgroup.id; -- --- Name: technologies_operationproductincomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_operationproductincomponent ( @@ -17423,10 +15845,8 @@ CREATE TABLE technologies_operationproductincomponent ( ); -ALTER TABLE technologies_operationproductincomponent OWNER TO postgres; - -- --- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_operationproductincomponent_id_seq @@ -17437,17 +15857,15 @@ CREATE SEQUENCE technologies_operationproductincomponent_id_seq CACHE 1; -ALTER TABLE technologies_operationproductincomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_operationproductincomponent_id_seq OWNED BY technologies_operationproductincomponent.id; -- --- Name: technologies_operationproductoutcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_operationproductoutcomponent ( @@ -17468,10 +15886,8 @@ CREATE TABLE technologies_operationproductoutcomponent ( ); -ALTER TABLE technologies_operationproductoutcomponent OWNER TO postgres; - -- --- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_operationproductoutcomponent_id_seq @@ -17482,17 +15898,15 @@ CREATE SEQUENCE technologies_operationproductoutcomponent_id_seq CACHE 1; -ALTER TABLE technologies_operationproductoutcomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_operationproductoutcomponent_id_seq OWNED BY technologies_operationproductoutcomponent.id; -- --- Name: technologies_productcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_productcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_productcomponent ( @@ -17505,10 +15919,8 @@ CREATE TABLE technologies_productcomponent ( ); -ALTER TABLE technologies_productcomponent OWNER TO postgres; - -- --- Name: technologies_productcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_productcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_productcomponent_id_seq @@ -17519,17 +15931,15 @@ CREATE SEQUENCE technologies_productcomponent_id_seq CACHE 1; -ALTER TABLE technologies_productcomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_productcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_productcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_productcomponent_id_seq OWNED BY technologies_productcomponent.id; -- --- Name: technologies_productstructuretreenode; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_productstructuretreenode ( @@ -17550,10 +15960,8 @@ CREATE TABLE technologies_productstructuretreenode ( ); -ALTER TABLE technologies_productstructuretreenode OWNER TO postgres; - -- --- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_productstructuretreenode_id_seq @@ -17564,17 +15972,15 @@ CREATE SEQUENCE technologies_productstructuretreenode_id_seq CACHE 1; -ALTER TABLE technologies_productstructuretreenode_id_seq OWNER TO postgres; - -- --- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_productstructuretreenode_id_seq OWNED BY technologies_productstructuretreenode.id; -- --- Name: technologies_technology_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technology_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technology_id_seq @@ -17585,17 +15991,15 @@ CREATE SEQUENCE technologies_technology_id_seq CACHE 1; -ALTER TABLE technologies_technology_id_seq OWNER TO postgres; - -- --- Name: technologies_technology_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technology_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technology_id_seq OWNED BY technologies_technology.id; -- --- Name: technologies_technologyattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologyattachment ( @@ -17609,10 +16013,8 @@ CREATE TABLE technologies_technologyattachment ( ); -ALTER TABLE technologies_technologyattachment OWNER TO postgres; - -- --- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologyattachment_id_seq @@ -17623,17 +16025,15 @@ CREATE SEQUENCE technologies_technologyattachment_id_seq CACHE 1; -ALTER TABLE technologies_technologyattachment_id_seq OWNER TO postgres; - -- --- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologyattachment_id_seq OWNED BY technologies_technologyattachment.id; -- --- Name: technologies_technologydto; Type: VIEW; Schema: public; Owner: postgres +-- Name: technologies_technologydto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW technologies_technologydto AS @@ -17660,10 +16060,8 @@ CREATE VIEW technologies_technologydto AS LEFT JOIN technologiesgenerator_generatorcontext tcontext ON ((tcontext.id = tgenn.generatorcontext_id))); -ALTER TABLE technologies_technologydto OWNER TO postgres; - -- --- Name: technologies_technologydto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologydto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologydto_id_seq @@ -17674,10 +16072,8 @@ CREATE SEQUENCE technologies_technologydto_id_seq CACHE 1; -ALTER TABLE technologies_technologydto_id_seq OWNER TO postgres; - -- --- Name: technologies_technologygroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologygroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologygroup_id_seq @@ -17688,17 +16084,15 @@ CREATE SEQUENCE technologies_technologygroup_id_seq CACHE 1; -ALTER TABLE technologies_technologygroup_id_seq OWNER TO postgres; - -- --- Name: technologies_technologygroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologygroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologygroup_id_seq OWNED BY technologies_technologygroup.id; -- --- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologyoperationcomponent_id_seq @@ -17709,17 +16103,15 @@ CREATE SEQUENCE technologies_technologyoperationcomponent_id_seq CACHE 1; -ALTER TABLE technologies_technologyoperationcomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologyoperationcomponent_id_seq OWNED BY technologies_technologyoperationcomponent.id; -- --- Name: technologies_technologyoperationcomponentmergeproductin; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologyoperationcomponentmergeproductin ( @@ -17734,10 +16126,8 @@ CREATE TABLE technologies_technologyoperationcomponentmergeproductin ( ); -ALTER TABLE technologies_technologyoperationcomponentmergeproductin OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologyoperationcomponentmergeproductin_id_seq @@ -17748,17 +16138,15 @@ CREATE SEQUENCE technologies_technologyoperationcomponentmergeproductin_id_seq CACHE 1; -ALTER TABLE technologies_technologyoperationcomponentmergeproductin_id_seq OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologyoperationcomponentmergeproductin_id_seq OWNED BY technologies_technologyoperationcomponentmergeproductin.id; -- --- Name: technologies_technologyoperationcomponentmergeproductout; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologyoperationcomponentmergeproductout ( @@ -17773,10 +16161,8 @@ CREATE TABLE technologies_technologyoperationcomponentmergeproductout ( ); -ALTER TABLE technologies_technologyoperationcomponentmergeproductout OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologyoperationcomponentmergeproductout_id_seq @@ -17787,17 +16173,15 @@ CREATE SEQUENCE technologies_technologyoperationcomponentmergeproductout_id_seq CACHE 1; -ALTER TABLE technologies_technologyoperationcomponentmergeproductout_id_seq OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologyoperationcomponentmergeproductout_id_seq OWNED BY technologies_technologyoperationcomponentmergeproductout.id; -- --- Name: technologies_technologystatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologystatechange ( @@ -17814,10 +16198,8 @@ CREATE TABLE technologies_technologystatechange ( ); -ALTER TABLE technologies_technologystatechange OWNER TO postgres; - -- --- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologystatechange_id_seq @@ -17828,17 +16210,15 @@ CREATE SEQUENCE technologies_technologystatechange_id_seq CACHE 1; -ALTER TABLE technologies_technologystatechange_id_seq OWNER TO postgres; - -- --- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologystatechange_id_seq OWNED BY technologies_technologystatechange.id; -- --- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologiesgenerator_generatorcontext_id_seq @@ -17849,17 +16229,15 @@ CREATE SEQUENCE technologiesgenerator_generatorcontext_id_seq CACHE 1; -ALTER TABLE technologiesgenerator_generatorcontext_id_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologiesgenerator_generatorcontext_id_seq OWNED BY technologiesgenerator_generatorcontext.id; -- --- Name: technologiesgenerator_generatorcontext_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologiesgenerator_generatorcontext_number_seq @@ -17870,10 +16248,8 @@ CREATE SEQUENCE technologiesgenerator_generatorcontext_number_seq CACHE 1; -ALTER TABLE technologiesgenerator_generatorcontext_number_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologiesgenerator_generatortechnologiesforproduct_id_seq @@ -17884,17 +16260,15 @@ CREATE SEQUENCE technologiesgenerator_generatortechnologiesforproduct_id_seq CACHE 1; -ALTER TABLE technologiesgenerator_generatortechnologiesforproduct_id_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologiesgenerator_generatortechnologiesforproduct_id_seq OWNED BY technologiesgenerator_generatortechnologiesforproduct.id; -- --- Name: technologiesgenerator_generatortreenode; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologiesgenerator_generatortreenode ( @@ -17916,10 +16290,8 @@ CREATE TABLE technologiesgenerator_generatortreenode ( ); -ALTER TABLE technologiesgenerator_generatortreenode OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologiesgenerator_generatortreenode_id_seq @@ -17930,17 +16302,15 @@ CREATE SEQUENCE technologiesgenerator_generatortreenode_id_seq CACHE 1; -ALTER TABLE technologiesgenerator_generatortreenode_id_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologiesgenerator_generatortreenode_id_seq OWNED BY technologiesgenerator_generatortreenode.id; -- --- Name: timegapspreview_timegap; Type: TABLE; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE timegapspreview_timegap ( @@ -17954,10 +16324,8 @@ CREATE TABLE timegapspreview_timegap ( ); -ALTER TABLE timegapspreview_timegap OWNER TO postgres; - -- --- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE timegapspreview_timegap_id_seq @@ -17968,17 +16336,15 @@ CREATE SEQUENCE timegapspreview_timegap_id_seq CACHE 1; -ALTER TABLE timegapspreview_timegap_id_seq OWNER TO postgres; - -- --- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE timegapspreview_timegap_id_seq OWNED BY timegapspreview_timegap.id; -- --- Name: timegapspreview_timegapscontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE timegapspreview_timegapscontext ( @@ -17996,10 +16362,8 @@ CREATE TABLE timegapspreview_timegapscontext ( ); -ALTER TABLE timegapspreview_timegapscontext OWNER TO postgres; - -- --- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE timegapspreview_timegapscontext_id_seq @@ -18010,17 +16374,15 @@ CREATE SEQUENCE timegapspreview_timegapscontext_id_seq CACHE 1; -ALTER TABLE timegapspreview_timegapscontext_id_seq OWNER TO postgres; - -- --- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE timegapspreview_timegapscontext_id_seq OWNED BY timegapspreview_timegapscontext.id; -- --- Name: timenormsforoperations_techopercomptimecalculation; Type: TABLE; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE timenormsforoperations_techopercomptimecalculation ( @@ -18036,10 +16398,8 @@ CREATE TABLE timenormsforoperations_techopercomptimecalculation ( ); -ALTER TABLE timenormsforoperations_techopercomptimecalculation OWNER TO postgres; - -- --- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE timenormsforoperations_techopercomptimecalculation_id_seq @@ -18050,17 +16410,15 @@ CREATE SEQUENCE timenormsforoperations_techopercomptimecalculation_id_seq CACHE 1; -ALTER TABLE timenormsforoperations_techopercomptimecalculation_id_seq OWNER TO postgres; - -- --- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE timenormsforoperations_techopercomptimecalculation_id_seq OWNED BY timenormsforoperations_techopercomptimecalculation.id; -- --- Name: urccore_lastsynchronizationdate; Type: TABLE; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE urccore_lastsynchronizationdate ( @@ -18070,10 +16428,8 @@ CREATE TABLE urccore_lastsynchronizationdate ( ); -ALTER TABLE urccore_lastsynchronizationdate OWNER TO postgres; - -- --- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE urccore_lastsynchronizationdate_id_seq @@ -18084,17 +16440,15 @@ CREATE SEQUENCE urccore_lastsynchronizationdate_id_seq CACHE 1; -ALTER TABLE urccore_lastsynchronizationdate_id_seq OWNER TO postgres; - -- --- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE urccore_lastsynchronizationdate_id_seq OWNED BY urccore_lastsynchronizationdate.id; -- --- Name: urccore_synchronizationstatus; Type: TABLE; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE urccore_synchronizationstatus ( @@ -18106,10 +16460,8 @@ CREATE TABLE urccore_synchronizationstatus ( ); -ALTER TABLE urccore_synchronizationstatus OWNER TO postgres; - -- --- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE urccore_synchronizationstatus_id_seq @@ -18120,17 +16472,15 @@ CREATE SEQUENCE urccore_synchronizationstatus_id_seq CACHE 1; -ALTER TABLE urccore_synchronizationstatus_id_seq OWNER TO postgres; - -- --- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE urccore_synchronizationstatus_id_seq OWNED BY urccore_synchronizationstatus.id; -- --- Name: urcmaterialavailability_requiredcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE urcmaterialavailability_requiredcomponent ( @@ -18151,10 +16501,8 @@ CREATE TABLE urcmaterialavailability_requiredcomponent ( ); -ALTER TABLE urcmaterialavailability_requiredcomponent OWNER TO postgres; - -- --- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE urcmaterialavailability_requiredcomponent_id_seq @@ -18165,17 +16513,15 @@ CREATE SEQUENCE urcmaterialavailability_requiredcomponent_id_seq CACHE 1; -ALTER TABLE urcmaterialavailability_requiredcomponent_id_seq OWNER TO postgres; - -- --- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE urcmaterialavailability_requiredcomponent_id_seq OWNED BY urcmaterialavailability_requiredcomponent.id; -- --- Name: urcproductioncounting_requestrepair; Type: TABLE; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE urcproductioncounting_requestrepair ( @@ -18188,10 +16534,8 @@ CREATE TABLE urcproductioncounting_requestrepair ( ); -ALTER TABLE urcproductioncounting_requestrepair OWNER TO postgres; - -- --- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE urcproductioncounting_requestrepair_id_seq @@ -18202,17 +16546,15 @@ CREATE SEQUENCE urcproductioncounting_requestrepair_id_seq CACHE 1; -ALTER TABLE urcproductioncounting_requestrepair_id_seq OWNER TO postgres; - -- --- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE urcproductioncounting_requestrepair_id_seq OWNED BY urcproductioncounting_requestrepair.id; -- --- Name: wagegroups_wagegroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE wagegroups_wagegroup ( @@ -18229,10 +16571,8 @@ CREATE TABLE wagegroups_wagegroup ( ); -ALTER TABLE wagegroups_wagegroup OWNER TO postgres; - -- --- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE wagegroups_wagegroup_id_seq @@ -18243,17 +16583,15 @@ CREATE SEQUENCE wagegroups_wagegroup_id_seq CACHE 1; -ALTER TABLE wagegroups_wagegroup_id_seq OWNER TO postgres; - -- --- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE wagegroups_wagegroup_id_seq OWNED BY wagegroups_wagegroup.id; -- --- Name: walusiak_exportdocumenthistory; Type: TABLE; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE walusiak_exportdocumenthistory ( @@ -18265,10 +16603,8 @@ CREATE TABLE walusiak_exportdocumenthistory ( ); -ALTER TABLE walusiak_exportdocumenthistory OWNER TO postgres; - -- --- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE walusiak_exportdocumenthistory_id_seq @@ -18279,17 +16615,15 @@ CREATE SEQUENCE walusiak_exportdocumenthistory_id_seq CACHE 1; -ALTER TABLE walusiak_exportdocumenthistory_id_seq OWNER TO postgres; - -- --- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE walusiak_exportdocumenthistory_id_seq OWNED BY walusiak_exportdocumenthistory.id; -- --- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE warehouseminimalstate_warehouseminimumstate_id_seq @@ -18300,17 +16634,15 @@ CREATE SEQUENCE warehouseminimalstate_warehouseminimumstate_id_seq CACHE 1; -ALTER TABLE warehouseminimalstate_warehouseminimumstate_id_seq OWNER TO postgres; - -- --- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE warehouseminimalstate_warehouseminimumstate_id_seq OWNED BY warehouseminimalstate_warehouseminimumstate.id; -- --- Name: warehouseminimalstate_warehouseminimumstatemulti; Type: TABLE; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE warehouseminimalstate_warehouseminimumstatemulti ( @@ -18326,10 +16658,8 @@ CREATE TABLE warehouseminimalstate_warehouseminimumstatemulti ( ); -ALTER TABLE warehouseminimalstate_warehouseminimumstatemulti OWNER TO postgres; - -- --- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE warehouseminimalstate_warehouseminimumstatemulti_id_seq @@ -18340,17 +16670,15 @@ CREATE SEQUENCE warehouseminimalstate_warehouseminimumstatemulti_id_seq CACHE 1; -ALTER TABLE warehouseminimalstate_warehouseminimumstatemulti_id_seq OWNER TO postgres; - -- --- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE warehouseminimalstate_warehouseminimumstatemulti_id_seq OWNED BY warehouseminimalstate_warehouseminimumstatemulti.id; -- --- Name: workplans_columnforinputproducts; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_columnforinputproducts ( @@ -18364,10 +16692,8 @@ CREATE TABLE workplans_columnforinputproducts ( ); -ALTER TABLE workplans_columnforinputproducts OWNER TO postgres; - -- --- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_columnforinputproducts_id_seq @@ -18378,17 +16704,15 @@ CREATE SEQUENCE workplans_columnforinputproducts_id_seq CACHE 1; -ALTER TABLE workplans_columnforinputproducts_id_seq OWNER TO postgres; - -- --- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_columnforinputproducts_id_seq OWNED BY workplans_columnforinputproducts.id; -- --- Name: workplans_columnfororders; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_columnfororders; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_columnfororders ( @@ -18402,10 +16726,8 @@ CREATE TABLE workplans_columnfororders ( ); -ALTER TABLE workplans_columnfororders OWNER TO postgres; - -- --- Name: workplans_columnfororders_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_columnfororders_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_columnfororders_id_seq @@ -18416,17 +16738,15 @@ CREATE SEQUENCE workplans_columnfororders_id_seq CACHE 1; -ALTER TABLE workplans_columnfororders_id_seq OWNER TO postgres; - -- --- Name: workplans_columnfororders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_columnfororders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_columnfororders_id_seq OWNED BY workplans_columnfororders.id; -- --- Name: workplans_columnforoutputproducts; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_columnforoutputproducts ( @@ -18440,10 +16760,8 @@ CREATE TABLE workplans_columnforoutputproducts ( ); -ALTER TABLE workplans_columnforoutputproducts OWNER TO postgres; - -- --- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_columnforoutputproducts_id_seq @@ -18454,17 +16772,15 @@ CREATE SEQUENCE workplans_columnforoutputproducts_id_seq CACHE 1; -ALTER TABLE workplans_columnforoutputproducts_id_seq OWNER TO postgres; - -- --- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_columnforoutputproducts_id_seq OWNED BY workplans_columnforoutputproducts.id; -- --- Name: workplans_parameterinputcolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_parameterinputcolumn ( @@ -18476,10 +16792,8 @@ CREATE TABLE workplans_parameterinputcolumn ( ); -ALTER TABLE workplans_parameterinputcolumn OWNER TO postgres; - -- --- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_parameterinputcolumn_id_seq @@ -18490,17 +16804,15 @@ CREATE SEQUENCE workplans_parameterinputcolumn_id_seq CACHE 1; -ALTER TABLE workplans_parameterinputcolumn_id_seq OWNER TO postgres; - -- --- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_parameterinputcolumn_id_seq OWNED BY workplans_parameterinputcolumn.id; -- --- Name: workplans_parameterordercolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_parameterordercolumn ( @@ -18512,10 +16824,8 @@ CREATE TABLE workplans_parameterordercolumn ( ); -ALTER TABLE workplans_parameterordercolumn OWNER TO postgres; - -- --- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_parameterordercolumn_id_seq @@ -18526,17 +16836,15 @@ CREATE SEQUENCE workplans_parameterordercolumn_id_seq CACHE 1; -ALTER TABLE workplans_parameterordercolumn_id_seq OWNER TO postgres; - -- --- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_parameterordercolumn_id_seq OWNED BY workplans_parameterordercolumn.id; -- --- Name: workplans_parameteroutputcolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_parameteroutputcolumn ( @@ -18548,10 +16856,8 @@ CREATE TABLE workplans_parameteroutputcolumn ( ); -ALTER TABLE workplans_parameteroutputcolumn OWNER TO postgres; - -- --- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_parameteroutputcolumn_id_seq @@ -18562,17 +16868,15 @@ CREATE SEQUENCE workplans_parameteroutputcolumn_id_seq CACHE 1; -ALTER TABLE workplans_parameteroutputcolumn_id_seq OWNER TO postgres; - -- --- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_parameteroutputcolumn_id_seq OWNED BY workplans_parameteroutputcolumn.id; -- --- Name: workplans_workplan; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_workplan; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_workplan ( @@ -18591,10 +16895,8 @@ CREATE TABLE workplans_workplan ( ); -ALTER TABLE workplans_workplan OWNER TO postgres; - -- --- Name: workplans_workplan_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_workplan_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_workplan_id_seq @@ -18605,17 +16907,15 @@ CREATE SEQUENCE workplans_workplan_id_seq CACHE 1; -ALTER TABLE workplans_workplan_id_seq OWNER TO postgres; - -- --- Name: workplans_workplan_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_workplan_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_workplan_id_seq OWNED BY workplans_workplan.id; -- --- Name: workplans_workplanordercolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_workplanordercolumn ( @@ -18627,10 +16927,8 @@ CREATE TABLE workplans_workplanordercolumn ( ); -ALTER TABLE workplans_workplanordercolumn OWNER TO postgres; - -- --- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_workplanordercolumn_id_seq @@ -18641,17 +16939,15 @@ CREATE SEQUENCE workplans_workplanordercolumn_id_seq CACHE 1; -ALTER TABLE workplans_workplanordercolumn_id_seq OWNER TO postgres; - -- --- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_workplanordercolumn_id_seq OWNED BY workplans_workplanordercolumn.id; -- --- Name: zmbak_meatcuttingindicator; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_meatcuttingindicator ( @@ -18662,10 +16958,8 @@ CREATE TABLE zmbak_meatcuttingindicator ( ); -ALTER TABLE zmbak_meatcuttingindicator OWNER TO postgres; - -- --- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_meatcuttingindicator_id_seq @@ -18676,17 +16970,15 @@ CREATE SEQUENCE zmbak_meatcuttingindicator_id_seq CACHE 1; -ALTER TABLE zmbak_meatcuttingindicator_id_seq OWNER TO postgres; - -- --- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_meatcuttingindicator_id_seq OWNED BY zmbak_meatcuttingindicator.id; -- --- Name: zmbak_meatcuttingindicatorcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_meatcuttingindicatorcomponent ( @@ -18704,10 +16996,8 @@ CREATE TABLE zmbak_meatcuttingindicatorcomponent ( ); -ALTER TABLE zmbak_meatcuttingindicatorcomponent OWNER TO postgres; - -- --- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_meatcuttingindicatorcomponent_id_seq @@ -18718,17 +17008,15 @@ CREATE SEQUENCE zmbak_meatcuttingindicatorcomponent_id_seq CACHE 1; -ALTER TABLE zmbak_meatcuttingindicatorcomponent_id_seq OWNER TO postgres; - -- --- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_meatcuttingindicatorcomponent_id_seq OWNED BY zmbak_meatcuttingindicatorcomponent.id; -- --- Name: zmbak_parameter; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_parameter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_parameter ( @@ -18744,10 +17032,8 @@ CREATE TABLE zmbak_parameter ( ); -ALTER TABLE zmbak_parameter OWNER TO postgres; - -- --- Name: zmbak_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_parameter_id_seq @@ -18758,17 +17044,15 @@ CREATE SEQUENCE zmbak_parameter_id_seq CACHE 1; -ALTER TABLE zmbak_parameter_id_seq OWNER TO postgres; - -- --- Name: zmbak_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_parameter_id_seq OWNED BY zmbak_parameter.id; -- --- Name: zmbak_tpcreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_tpcreport ( @@ -18782,10 +17066,8 @@ CREATE TABLE zmbak_tpcreport ( ); -ALTER TABLE zmbak_tpcreport OWNER TO postgres; - -- --- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_tpcreport_id_seq @@ -18796,17 +17078,15 @@ CREATE SEQUENCE zmbak_tpcreport_id_seq CACHE 1; -ALTER TABLE zmbak_tpcreport_id_seq OWNER TO postgres; - -- --- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_tpcreport_id_seq OWNED BY zmbak_tpcreport.id; -- --- Name: zmbak_tpctable; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_tpctable; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_tpctable ( @@ -18819,10 +17099,8 @@ CREATE TABLE zmbak_tpctable ( ); -ALTER TABLE zmbak_tpctable OWNER TO postgres; - -- --- Name: zmbak_tpctable_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_tpctable_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_tpctable_id_seq @@ -18833,2474 +17111,2479 @@ CREATE SEQUENCE zmbak_tpctable_id_seq CACHE 1; -ALTER TABLE zmbak_tpctable_id_seq OWNER TO postgres; - -- --- Name: zmbak_tpctable_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_tpctable_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_tpctable_id_seq OWNED BY zmbak_tpctable.id; -- --- Name: advancedgenealogy_batch id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batch ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_batch_id_seq'::regclass); -- --- Name: advancedgenealogy_batchstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batchstatechange ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_batchstatechange_id_seq'::regclass); -- --- Name: advancedgenealogy_genealogyreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_genealogyreport ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_genealogyreport_id_seq'::regclass); -- --- Name: advancedgenealogy_trackingrecord id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecord ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_trackingrecord_id_seq'::regclass); -- --- Name: advancedgenealogy_trackingrecordstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_trackingrecordstatechange_id_seq'::regclass); -- --- Name: advancedgenealogy_usedbatchsimple id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_usedbatchsimple ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_usedbatchsimple_id_seq'::regclass); -- --- Name: advancedgenealogyfororders_genealogyproductinbatch id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch ALTER COLUMN id SET DEFAULT nextval('advancedgenealogyfororders_genealogyproductinbatch_id_seq'::regclass); -- --- Name: advancedgenealogyfororders_genealogyproductincomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent ALTER COLUMN id SET DEFAULT nextval('advancedgenealogyfororders_genealogyproductincomponent_id_seq'::regclass); -- --- Name: assignmenttoshift_assignmenttoshift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_assignmenttoshift_id_seq'::regclass); -- --- Name: assignmenttoshift_assignmenttoshiftreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_assignmenttoshiftreport_id_seq'::regclass); -- --- Name: assignmenttoshift_assignmenttoshiftstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_assignmenttoshiftstatechange_id_seq'::regclass); -- --- Name: assignmenttoshift_multiassignmenttoshift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_multiassignmenttoshift_id_seq'::regclass); -- --- Name: assignmenttoshift_staffassignmenttoshift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_staffassignmenttoshift_id_seq'::regclass); -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift ALTER COLUMN id SET DEFAULT nextval('avglaborcostcalcfororder_assignmentworkertoshift_id_seq'::regclass); -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder ALTER COLUMN id SET DEFAULT nextval('avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq'::regclass); -- --- Name: basic_additionalcode id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_additionalcode id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_additionalcode ALTER COLUMN id SET DEFAULT nextval('basic_additionalcode_id_seq'::regclass); -- --- Name: basic_address id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_address id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_address ALTER COLUMN id SET DEFAULT nextval('basic_address_id_seq'::regclass); -- --- Name: basic_assortment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_assortment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortment ALTER COLUMN id SET DEFAULT nextval('basic_assortment_id_seq'::regclass); -- --- Name: basic_assortmentelement id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_assortmentelement id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortmentelement ALTER COLUMN id SET DEFAULT nextval('basic_assortmentelement_id_seq'::regclass); -- --- Name: basic_company id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_company id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_company ALTER COLUMN id SET DEFAULT nextval('basic_company_id_seq'::regclass); -- --- Name: basic_country id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_country id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_country ALTER COLUMN id SET DEFAULT nextval('basic_country_id_seq'::regclass); -- --- Name: basic_crew id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_crew id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_crew ALTER COLUMN id SET DEFAULT nextval('basic_crew_id_seq'::regclass); -- --- Name: basic_currency id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_currency id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_currency ALTER COLUMN id SET DEFAULT nextval('basic_currency_id_seq'::regclass); -- --- Name: basic_division id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_division id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division ALTER COLUMN id SET DEFAULT nextval('basic_division_id_seq'::regclass); -- --- Name: basic_factory id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_factory id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_factory ALTER COLUMN id SET DEFAULT nextval('basic_factory_id_seq'::regclass); -- --- Name: basic_faulttype id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_faulttype id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_faulttype ALTER COLUMN id SET DEFAULT nextval('basic_faulttype_id_seq'::regclass); -- --- Name: basic_log id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_log id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_log ALTER COLUMN id SET DEFAULT nextval('basic_log_id_seq'::regclass); -- --- Name: basic_palletnumber id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_palletnumber id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_palletnumber ALTER COLUMN id SET DEFAULT nextval('basic_palletnumber_id_seq'::regclass); -- --- Name: basic_palletnumberhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_palletnumberhelper ALTER COLUMN id SET DEFAULT nextval('basic_palletnumberhelper_id_seq'::regclass); -- --- Name: basic_parameter id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_parameter id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter ALTER COLUMN id SET DEFAULT nextval('basic_parameter_id_seq'::regclass); -- --- Name: basic_product id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_product id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product ALTER COLUMN id SET DEFAULT nextval('basic_product_id_seq'::regclass); -- --- Name: basic_reportcolumnwidth id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_reportcolumnwidth ALTER COLUMN id SET DEFAULT nextval('basic_reportcolumnwidth_id_seq'::regclass); -- --- Name: basic_shift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_shift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shift ALTER COLUMN id SET DEFAULT nextval('basic_shift_id_seq'::regclass); -- --- Name: basic_shifttimetableexception id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shifttimetableexception ALTER COLUMN id SET DEFAULT nextval('basic_shifttimetableexception_id_seq'::regclass); -- --- Name: basic_staff id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_staff id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff ALTER COLUMN id SET DEFAULT nextval('basic_staff_id_seq'::regclass); -- --- Name: basic_subassembly id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_subassembly id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassembly ALTER COLUMN id SET DEFAULT nextval('basic_subassembly_id_seq'::regclass); -- --- Name: basic_subassemblyattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblyattachment ALTER COLUMN id SET DEFAULT nextval('basic_subassemblyattachment_id_seq'::regclass); -- --- Name: basic_subassemblytoworkstationhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblytoworkstationhelper ALTER COLUMN id SET DEFAULT nextval('basic_subassemblytoworkstationhelper_id_seq'::regclass); -- --- Name: basic_substitute id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_substitute id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitute ALTER COLUMN id SET DEFAULT nextval('basic_substitute_id_seq'::regclass); -- --- Name: basic_substitutecomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent ALTER COLUMN id SET DEFAULT nextval('basic_substitutecomponent_id_seq'::regclass); -- --- Name: basic_workstation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_workstation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation ALTER COLUMN id SET DEFAULT nextval('basic_workstation_id_seq'::regclass); -- --- Name: basic_workstationattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_workstationattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationattachment ALTER COLUMN id SET DEFAULT nextval('basic_workstationattachment_id_seq'::regclass); -- --- Name: basic_workstationtype id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_workstationtype id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationtype ALTER COLUMN id SET DEFAULT nextval('basic_workstationtype_id_seq'::regclass); -- --- Name: basicproductioncounting_basicproductioncounting id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_basicproductioncounting ALTER COLUMN id SET DEFAULT nextval('basicproductioncounting_basicproductioncounting_id_seq'::regclass); -- --- Name: basicproductioncounting_productioncountingoperationrun id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun ALTER COLUMN id SET DEFAULT nextval('basicproductioncounting_productioncountingoperationrun_id_seq'::regclass); -- --- Name: basicproductioncounting_productioncountingquantity id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity ALTER COLUMN id SET DEFAULT nextval('basicproductioncounting_productioncountingquantity_id_seq'::regclass); -- --- Name: cdnrcgoodfood_highestmasterordernum id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cdnrcgoodfood_highestmasterordernum ALTER COLUMN id SET DEFAULT nextval('cdnrcgoodfood_highestmasterordernum_id_seq'::regclass); -- --- Name: cmmsmachineparts_action id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_action ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_action_id_seq'::regclass); -- --- Name: cmmsmachineparts_actionforplannedevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_actionforplannedevent_id_seq'::regclass); -- --- Name: cmmsmachineparts_eventattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_eventattachment ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_eventattachment_id_seq'::regclass); -- --- Name: cmmsmachineparts_machinepartattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartattachment ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_machinepartattachment_id_seq'::regclass); -- --- Name: cmmsmachineparts_machinepartforevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_machinepartforevent_id_seq'::regclass); -- --- Name: cmmsmachineparts_maintenanceevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_maintenanceevent_id_seq'::regclass); -- --- Name: cmmsmachineparts_maintenanceeventcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_maintenanceeventcontext_id_seq'::regclass); -- --- Name: cmmsmachineparts_maintenanceeventstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_maintenanceeventstatechange_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedevent_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventattachment_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventcontext_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventrealization id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventrealization_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventstatechange_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventxlshelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventxlshelper ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventxlshelper_id_seq'::regclass); -- --- Name: cmmsmachineparts_sourcecost id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecost ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_sourcecost_id_seq'::regclass); -- --- Name: cmmsmachineparts_sourcecostreportfilter id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_sourcecostreportfilter_id_seq'::regclass); -- --- Name: cmmsmachineparts_staffworktime id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_staffworktime ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_staffworktime_id_seq'::regclass); -- --- Name: cmmsmachineparts_timeusagereportfilter id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_timeusagereportfilter ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_timeusagereportfilter_id_seq'::regclass); -- --- Name: cmmsscheduler_actionforrecurringevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_actionforrecurringevent_id_seq'::regclass); -- --- Name: cmmsscheduler_recurringevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_recurringevent_id_seq'::regclass); -- --- Name: cmmsscheduler_recurringeventattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventattachment ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_recurringeventattachment_id_seq'::regclass); -- --- Name: cmmsscheduler_recurringeventcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventcontext ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_recurringeventcontext_id_seq'::regclass); -- --- Name: cmmsscheduler_recurringeventstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_recurringeventstatechange_id_seq'::regclass); -- --- Name: costcalculation_componentcost id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_componentcost ALTER COLUMN id SET DEFAULT nextval('costcalculation_componentcost_id_seq'::regclass); -- --- Name: costcalculation_costcalculation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation ALTER COLUMN id SET DEFAULT nextval('costcalculation_costcalculation_id_seq'::regclass); -- --- Name: costnormsformaterials_technologyinstoperproductincomp id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp ALTER COLUMN id SET DEFAULT nextval('costnormsformaterials_technologyinstoperproductincomp_id_seq'::regclass); -- --- Name: costnormsforoperation_calculationoperationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent ALTER COLUMN id SET DEFAULT nextval('costnormsforoperation_calculationoperationcomponent_id_seq'::regclass); -- --- Name: deliveries_columnfordeliveries id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfordeliveries ALTER COLUMN id SET DEFAULT nextval('deliveries_columnfordeliveries_id_seq'::regclass); -- --- Name: deliveries_columnfororders id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfororders ALTER COLUMN id SET DEFAULT nextval('deliveries_columnfororders_id_seq'::regclass); -- --- Name: deliveries_companyproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproduct ALTER COLUMN id SET DEFAULT nextval('deliveries_companyproduct_id_seq'::regclass); -- --- Name: deliveries_companyproductsfamily id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproductsfamily ALTER COLUMN id SET DEFAULT nextval('deliveries_companyproductsfamily_id_seq'::regclass); -- --- Name: deliveries_deliveredproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveredproduct_id_seq'::regclass); -- --- Name: deliveries_deliveredproductmulti id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveredproductmulti_id_seq'::regclass); -- --- Name: deliveries_deliveredproductmultiposition id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveredproductmultiposition_id_seq'::regclass); -- --- Name: deliveries_deliveredproductreservation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductreservation ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveredproductreservation_id_seq'::regclass); -- --- Name: deliveries_delivery id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_delivery id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery ALTER COLUMN id SET DEFAULT nextval('deliveries_delivery_id_seq'::regclass); -- --- Name: deliveries_deliveryattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveryattachment ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveryattachment_id_seq'::regclass); -- --- Name: deliveries_deliverybypallettypereport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverybypallettypereport ALTER COLUMN id SET DEFAULT nextval('deliveries_deliverybypallettypereport_id_seq'::regclass); -- --- Name: deliveries_deliverystatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverystatechange ALTER COLUMN id SET DEFAULT nextval('deliveries_deliverystatechange_id_seq'::regclass); -- --- Name: deliveries_orderedproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct ALTER COLUMN id SET DEFAULT nextval('deliveries_orderedproduct_id_seq'::regclass); -- --- Name: deliveries_orderedproductreservation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproductreservation ALTER COLUMN id SET DEFAULT nextval('deliveries_orderedproductreservation_id_seq'::regclass); -- --- Name: deliveries_parameterdeliveryordercolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn ALTER COLUMN id SET DEFAULT nextval('deliveries_parameterdeliveryordercolumn_id_seq'::regclass); -- --- Name: ebr_ebr id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_ebr id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr ALTER COLUMN id SET DEFAULT nextval('ebr_ebr_id_seq'::regclass); -- --- Name: ebr_ebrstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebrstatechange ALTER COLUMN id SET DEFAULT nextval('ebr_ebrstatechange_id_seq'::regclass); -- --- Name: ebr_formula id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_formula id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_formula ALTER COLUMN id SET DEFAULT nextval('ebr_formula_id_seq'::regclass); -- --- Name: ebr_instruction id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_instruction id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instruction ALTER COLUMN id SET DEFAULT nextval('ebr_instruction_id_seq'::regclass); -- --- Name: ebr_instructionstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instructionstatechange ALTER COLUMN id SET DEFAULT nextval('ebr_instructionstatechange_id_seq'::regclass); -- --- Name: efcsimple_enovaimportedorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorder ALTER COLUMN id SET DEFAULT nextval('efcsimple_enovaimportedorder_id_seq'::regclass); -- --- Name: efcsimple_enovaimportedorderproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorderproduct ALTER COLUMN id SET DEFAULT nextval('efcsimple_enovaimportedorderproduct_id_seq'::regclass); -- --- Name: efcsimple_enovaimportedproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedproduct ALTER COLUMN id SET DEFAULT nextval('efcsimple_enovaimportedproduct_id_seq'::regclass); -- --- Name: emailnotifications_staffnotification id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification ALTER COLUMN id SET DEFAULT nextval('emailnotifications_staffnotification_id_seq'::regclass); -- --- Name: esilco_printdocuments id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: esilco_importpositionerror id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY esilco_importpositionerror ALTER COLUMN id SET DEFAULT nextval('esilco_importpositionerror_id_seq'::regclass); + + +-- +-- Name: esilco_printdocuments id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY esilco_printdocuments ALTER COLUMN id SET DEFAULT nextval('esilco_printdocuments_id_seq'::regclass); -- --- Name: goodfood_confectionadditionalinputproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionadditionalinputproduct_id_seq'::regclass); -- --- Name: goodfood_confectioncontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext ALTER COLUMN id SET DEFAULT nextval('goodfood_confectioncontext_id_seq'::regclass); -- --- Name: goodfood_confectioninputproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct ALTER COLUMN id SET DEFAULT nextval('goodfood_confectioninputproduct_id_seq'::regclass); -- --- Name: goodfood_confectionprotocol id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionprotocol_id_seq'::regclass); -- --- Name: goodfood_confectionprotocolcorrect id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolcorrect ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionprotocolcorrect_id_seq'::regclass); -- --- Name: goodfood_confectionprotocolstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolstatechange ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionprotocolstatechange_id_seq'::regclass); -- --- Name: goodfood_confectionremainderinputproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionremainderinputproduct ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionremainderinputproduct_id_seq'::regclass); -- --- Name: goodfood_confectionstaff id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionstaff ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionstaff_id_seq'::regclass); -- --- Name: goodfood_eventlog id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_eventlog id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_eventlog ALTER COLUMN id SET DEFAULT nextval('goodfood_eventlog_id_seq'::regclass); -- --- Name: goodfood_extrusionaddedingrediententry id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionaddedingrediententry_id_seq'::regclass); -- --- Name: goodfood_extrusionaddedmixentry id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionaddedmixentry_id_seq'::regclass); -- --- Name: goodfood_extrusioncontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusioncontext_id_seq'::regclass); -- --- Name: goodfood_extrusionprotocol id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionprotocol_id_seq'::regclass); -- --- Name: goodfood_extrusionprotocolcorrect id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolcorrect ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionprotocolcorrect_id_seq'::regclass); -- --- Name: goodfood_extrusionprotocolstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolstatechange ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionprotocolstatechange_id_seq'::regclass); -- --- Name: goodfood_extrusionsouse id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionsouse ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionsouse_id_seq'::regclass); -- --- Name: goodfood_extrusiontakenoffmixentry id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusiontakenoffmixentry_id_seq'::regclass); -- --- Name: goodfood_goodfoodreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_goodfoodreport ALTER COLUMN id SET DEFAULT nextval('goodfood_goodfoodreport_id_seq'::regclass); -- --- Name: goodfood_label id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_label id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label ALTER COLUMN id SET DEFAULT nextval('goodfood_label_id_seq'::regclass); -- --- Name: goodfood_labelstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_labelstatechange ALTER COLUMN id SET DEFAULT nextval('goodfood_labelstatechange_id_seq'::regclass); -- --- Name: goodfood_pallet id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_pallet id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet ALTER COLUMN id SET DEFAULT nextval('goodfood_pallet_id_seq'::regclass); -- --- Name: goodfood_palletcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletcontext ALTER COLUMN id SET DEFAULT nextval('goodfood_palletcontext_id_seq'::regclass); -- --- Name: goodfood_palletstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletstatechange ALTER COLUMN id SET DEFAULT nextval('goodfood_palletstatechange_id_seq'::regclass); -- --- Name: goodfood_printedlabel id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel ALTER COLUMN id SET DEFAULT nextval('goodfood_printedlabel_id_seq'::regclass); -- --- Name: goodfood_ssccnumber id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_ssccnumber ALTER COLUMN id SET DEFAULT nextval('goodfood_ssccnumber_id_seq'::regclass); -- --- Name: integrationbartender_printlabelshelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_printlabelshelper ALTER COLUMN id SET DEFAULT nextval('integrationbartender_printlabelshelper_id_seq'::regclass); -- --- Name: integrationbartender_sendtoprint id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_sendtoprint ALTER COLUMN id SET DEFAULT nextval('integrationbartender_sendtoprint_id_seq'::regclass); -- --- Name: integrationbaselinker_baselinkerparameters id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_baselinkerparameters ALTER COLUMN id SET DEFAULT nextval('integrationbaselinker_baselinkerparameters_id_seq'::regclass); -- --- Name: integrationbaselinker_statusesfordocument id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesfordocument ALTER COLUMN id SET DEFAULT nextval('integrationbaselinker_statusesfordocument_id_seq'::regclass); -- --- Name: integrationbaselinker_statusesformasterorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesformasterorder ALTER COLUMN id SET DEFAULT nextval('integrationbaselinker_statusesformasterorder_id_seq'::regclass); -- --- Name: linechangeovernorms_linechangeovernorms id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms ALTER COLUMN id SET DEFAULT nextval('linechangeovernorms_linechangeovernorms_id_seq'::regclass); -- --- Name: masterorders_masterorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder ALTER COLUMN id SET DEFAULT nextval('masterorders_masterorder_id_seq'::regclass); -- --- Name: masterorders_masterorderdefinition id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderdefinition ALTER COLUMN id SET DEFAULT nextval('masterorders_masterorderdefinition_id_seq'::regclass); -- --- Name: masterorders_masterorderproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct ALTER COLUMN id SET DEFAULT nextval('masterorders_masterorderproduct_id_seq'::regclass); -- --- Name: materialflow_location id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_location id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_location ALTER COLUMN id SET DEFAULT nextval('materialflow_location_id_seq'::regclass); -- --- Name: materialflow_materialsinlocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocation ALTER COLUMN id SET DEFAULT nextval('materialflow_materialsinlocation_id_seq'::regclass); -- --- Name: materialflow_materialsinlocationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocationcomponent ALTER COLUMN id SET DEFAULT nextval('materialflow_materialsinlocationcomponent_id_seq'::regclass); -- --- Name: materialflow_stockcorrection id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection ALTER COLUMN id SET DEFAULT nextval('materialflow_stockcorrection_id_seq'::regclass); -- --- Name: materialflow_transfer id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_transfer id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer ALTER COLUMN id SET DEFAULT nextval('materialflow_transfer_id_seq'::regclass); -- --- Name: materialflow_transformations id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_transformations id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations ALTER COLUMN id SET DEFAULT nextval('materialflow_transformations_id_seq'::regclass); -- --- Name: materialflow_userlocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_userlocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_userlocation ALTER COLUMN id SET DEFAULT nextval('materialflow_userlocation_id_seq'::regclass); -- --- Name: materialflowmultitransfers_productquantity id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_productquantity ALTER COLUMN id SET DEFAULT nextval('materialflowmultitransfers_productquantity_id_seq'::regclass); -- --- Name: materialflowmultitransfers_transfertemplate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate ALTER COLUMN id SET DEFAULT nextval('materialflowmultitransfers_transfertemplate_id_seq'::regclass); -- --- Name: materialflowresources_attribute id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attribute ALTER COLUMN id SET DEFAULT nextval('materialflowresources_attribute_id_seq'::regclass); -- --- Name: materialflowresources_attributevalue id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue ALTER COLUMN id SET DEFAULT nextval('materialflowresources_attributevalue_id_seq'::regclass); -- --- Name: materialflowresources_costnormsgenerator id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormsgenerator ALTER COLUMN id SET DEFAULT nextval('materialflowresources_costnormsgenerator_id_seq'::regclass); -- --- Name: materialflowresources_costnormslocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormslocation ALTER COLUMN id SET DEFAULT nextval('materialflowresources_costnormslocation_id_seq'::regclass); -- --- Name: materialflowresources_document id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_document id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document ALTER COLUMN id SET DEFAULT nextval('materialflowresources_document_id_seq'::regclass); -- --- Name: materialflowresources_documentpositionparameters id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparameters ALTER COLUMN id SET DEFAULT nextval('materialflowresources_documentpositionparameters_id_seq'::regclass); -- --- Name: materialflowresources_documentpositionparametersitem id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparametersitem ALTER COLUMN id SET DEFAULT nextval('materialflowresources_documentpositionparametersitem_id_seq'::regclass); -- --- Name: materialflowresources_palletbalance id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_palletbalance ALTER COLUMN id SET DEFAULT nextval('materialflowresources_palletbalance_id_seq'::regclass); -- --- Name: materialflowresources_palletmovehelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_palletmovehelper ALTER COLUMN id SET DEFAULT nextval('materialflowresources_palletmovehelper_id_seq'::regclass); -- --- Name: materialflowresources_position id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_position id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position ALTER COLUMN id SET DEFAULT nextval('materialflowresources_position_id_seq'::regclass); -- --- Name: materialflowresources_productstoragelocationhistory id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory ALTER COLUMN id SET DEFAULT nextval('materialflowresources_productstoragelocationhistory_id_seq'::regclass); -- --- Name: materialflowresources_reservation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation ALTER COLUMN id SET DEFAULT nextval('materialflowresources_reservation_id_seq'::regclass); -- --- Name: materialflowresources_resource id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource ALTER COLUMN id SET DEFAULT nextval('materialflowresources_resource_id_seq'::regclass); -- --- Name: materialflowresources_resourcecorrection id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection ALTER COLUMN id SET DEFAULT nextval('materialflowresources_resourcecorrection_id_seq'::regclass); -- --- Name: materialflowresources_resourcestock id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcestock ALTER COLUMN id SET DEFAULT nextval('materialflowresources_resourcestock_id_seq'::regclass); -- --- Name: materialflowresources_storagelocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocation ALTER COLUMN id SET DEFAULT nextval('materialflowresources_storagelocation_id_seq'::regclass); -- --- Name: materialflowresources_storagelocationhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhelper ALTER COLUMN id SET DEFAULT nextval('materialflowresources_storagelocationhelper_id_seq'::regclass); -- --- Name: materialflowresources_storagelocationhistory id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory ALTER COLUMN id SET DEFAULT nextval('materialflowresources_storagelocationhistory_id_seq'::regclass); -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_columnforcoveragesfororder ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_columnforcoveragesfororder_'::regclass); -- --- Name: materialrequirementcoveragefororder_coveragefororder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_coveragefororder_id_seq'::regclass); -- --- Name: materialrequirementcoveragefororder_coveragelocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_coveragelocation_id_seq'::regclass); -- --- Name: materialrequirementcoveragefororder_coverageproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_coverageproduct_id_seq'::regclass); -- --- Name: materialrequirementcoveragefororder_coverageproductlogging id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_coverageproductlogging_id_s'::regclass); -- --- Name: materialrequirements_materialrequirement id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirements_materialrequirement ALTER COLUMN id SET DEFAULT nextval('materialrequirements_materialrequirement_id_seq'::regclass); -- --- Name: nblsport_fabric id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nblsport_fabric id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_fabric ALTER COLUMN id SET DEFAULT nextval('nblsport_fabric_id_seq'::regclass); -- --- Name: nblsport_overhead id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nblsport_overhead id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_overhead ALTER COLUMN id SET DEFAULT nextval('nblsport_overhead_id_seq'::regclass); -- --- Name: nutritionfacts_nutrientcalculation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrientcalculation ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_nutrientcalculation_id_seq'::regclass); -- --- Name: nutritionfacts_nutrition id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrition ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_nutrition_id_seq'::regclass); -- --- Name: nutritionfacts_nutritionelement id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_nutritionelement_id_seq'::regclass); -- --- Name: nutritionfacts_nutritiongroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritiongroup ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_nutritiongroup_id_seq'::regclass); -- --- Name: nutritionfacts_prototypeproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproduct ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_prototypeproduct_id_seq'::regclass); -- --- Name: nutritionfacts_prototypeproductcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_prototypeproductcomponent_id_seq'::regclass); -- --- Name: operationaltasks_operationaltask id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask ALTER COLUMN id SET DEFAULT nextval('operationaltasks_operationaltask_id_seq'::regclass); -- --- Name: operationaltasksfororders_techopercompoperationaltask id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask ALTER COLUMN id SET DEFAULT nextval('operationaltasksfororders_techopercompoperationaltask_id_seq'::regclass); -- --- Name: orders_formula id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_formula id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_formula ALTER COLUMN id SET DEFAULT nextval('orders_formula_id_seq'::regclass); -- --- Name: orders_instruction id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_instruction id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_instruction ALTER COLUMN id SET DEFAULT nextval('orders_instruction_id_seq'::regclass); -- --- Name: orders_material id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_material id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material ALTER COLUMN id SET DEFAULT nextval('orders_material_id_seq'::regclass); -- --- Name: orders_materialforinstruction id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_materialforinstruction ALTER COLUMN id SET DEFAULT nextval('orders_materialforinstruction_id_seq'::regclass); -- --- Name: orders_mbrstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_mbrstatechange ALTER COLUMN id SET DEFAULT nextval('orders_mbrstatechange_id_seq'::regclass); -- --- Name: orders_order id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_order id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order ALTER COLUMN id SET DEFAULT nextval('orders_order_id_seq'::regclass); -- --- Name: orders_ordercategorycolor id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_ordercategorycolor ALTER COLUMN id SET DEFAULT nextval('orders_ordercategorycolor_id_seq'::regclass); -- --- Name: orders_orderstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_orderstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_orderstatechange ALTER COLUMN id SET DEFAULT nextval('orders_orderstatechange_id_seq'::regclass); -- --- Name: orders_reasontypecorrectiondatefrom id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondatefrom ALTER COLUMN id SET DEFAULT nextval('orders_reasontypecorrectiondatefrom_id_seq'::regclass); -- --- Name: orders_reasontypecorrectiondateto id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondateto ALTER COLUMN id SET DEFAULT nextval('orders_reasontypecorrectiondateto_id_seq'::regclass); -- --- Name: orders_reasontypedeviationeffectiveend id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectiveend ALTER COLUMN id SET DEFAULT nextval('orders_reasontypedeviationeffectiveend_id_seq'::regclass); -- --- Name: orders_reasontypedeviationeffectivestart id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectivestart ALTER COLUMN id SET DEFAULT nextval('orders_reasontypedeviationeffectivestart_id_seq'::regclass); -- --- Name: orders_reasontypeofchangingorderstate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypeofchangingorderstate ALTER COLUMN id SET DEFAULT nextval('orders_reasontypeofchangingorderstate_id_seq'::regclass); -- --- Name: orders_recipe id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_recipe id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_recipe ALTER COLUMN id SET DEFAULT nextval('orders_recipe_id_seq'::regclass); -- --- Name: orders_typeofcorrectioncauses id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_typeofcorrectioncauses ALTER COLUMN id SET DEFAULT nextval('orders_typeofcorrectioncauses_id_seq'::regclass); -- --- Name: ordersforsubproductsgeneration_suborders id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersforsubproductsgeneration_suborders ALTER COLUMN id SET DEFAULT nextval('ordersforsubproductsgeneration_suborders_id_seq'::regclass); -- --- Name: ordersgantt_ordersganttparameters id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgantt_ordersganttparameters ALTER COLUMN id SET DEFAULT nextval('ordersgantt_ordersganttparameters_id_seq'::regclass); -- --- Name: ordersgroups_ordersgroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup ALTER COLUMN id SET DEFAULT nextval('ordersgroups_ordersgroup_id_seq'::regclass); -- --- Name: ordersupplies_columnforcoverages id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_columnforcoverages ALTER COLUMN id SET DEFAULT nextval('ordersupplies_columnforcoverages_id_seq'::regclass); -- --- Name: ordersupplies_coveragelocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coveragelocation_id_seq'::regclass); -- --- Name: ordersupplies_coverageorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorder ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageorder_id_seq'::regclass); -- --- Name: ordersupplies_coverageorderhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorderhelper ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageorderhelper_id_seq'::regclass); -- --- Name: ordersupplies_coverageproductgenerated id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductgenerated ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageproductgenerated_id_seq'::regclass); -- --- Name: ordersupplies_coverageproductselected id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductselected ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageproductselected_id_seq'::regclass); -- --- Name: ordersupplies_coverageregister id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageregister_id_seq'::regclass); -- --- Name: ordersupplies_materialrequirementcoverage id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage ALTER COLUMN id SET DEFAULT nextval('ordersupplies_materialrequirementcoverage_id_seq'::regclass); -- --- Name: pantone_importpantones id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_importpantones id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_importpantones ALTER COLUMN id SET DEFAULT nextval('pantone_importpantones_id_seq'::regclass); -- --- Name: pantone_operationproductdeleted id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_operationproductdeleted ALTER COLUMN id SET DEFAULT nextval('pantone_operationproductdeleted_id_seq'::regclass); -- --- Name: pantone_pantone id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_pantone id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantone ALTER COLUMN id SET DEFAULT nextval('pantone_pantone_id_seq'::regclass); -- --- Name: pantone_pantoneforoperationproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct ALTER COLUMN id SET DEFAULT nextval('pantone_pantoneforoperationproduct_id_seq'::regclass); -- --- Name: pantone_pantoneforproducts id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforproducts ALTER COLUMN id SET DEFAULT nextval('pantone_pantoneforproducts_id_seq'::regclass); -- --- Name: pantone_parameters id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_parameters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_parameters ALTER COLUMN id SET DEFAULT nextval('pantone_parameters_id_seq'::regclass); -- --- Name: pantone_selectedtechnologyoperationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_selectedtechnologyoperationcomponent ALTER COLUMN id SET DEFAULT nextval('pantone_selectedtechnologyoperationcomponent_id_seq'::regclass); -- --- Name: productcatalognumbers_productcatalognumbers id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productcatalognumbers_productcatalognumbers ALTER COLUMN id SET DEFAULT nextval('productcatalognumbers_productcatalognumbers_id_seq'::regclass); -- --- Name: productcharacteristics_forms id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_forms ALTER COLUMN id SET DEFAULT nextval('productcharacteristics_forms_id_seq'::regclass); -- --- Name: productcharacteristics_shelves id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_shelves ALTER COLUMN id SET DEFAULT nextval('productcharacteristics_shelves_id_seq'::regclass); -- --- Name: productdata_productdata id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_productdata id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata ALTER COLUMN id SET DEFAULT nextval('productdata_productdata_id_seq'::regclass); -- --- Name: productdata_productdataattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataattachment ALTER COLUMN id SET DEFAULT nextval('productdata_productdataattachment_id_seq'::regclass); -- --- Name: productdata_productdatainput id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_productdatainput id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdatainput ALTER COLUMN id SET DEFAULT nextval('productdata_productdatainput_id_seq'::regclass); -- --- Name: productdata_productdataoperation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataoperation ALTER COLUMN id SET DEFAULT nextval('productdata_productdataoperation_id_seq'::regclass); -- --- Name: productdata_selectedtechnology id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_selectedtechnology ALTER COLUMN id SET DEFAULT nextval('productdata_selectedtechnology_id_seq'::regclass); -- --- Name: productflowthrudivision_issue id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_issue_id_seq'::regclass); -- --- Name: productflowthrudivision_materialavailability id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_materialavailability_id_seq'::regclass); -- --- Name: productflowthrudivision_productandquantityhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productandquantityhelper ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_productandquantityhelper_id_seq'::regclass); -- --- Name: productflowthrudivision_productstoissue id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_productstoissue_id_seq'::regclass); -- --- Name: productflowthrudivision_productstoissuehelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissuehelper ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_productstoissuehelper_id_seq'::regclass); -- --- Name: productflowthrudivision_producttoissuecorrection id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_producttoissuecorrection_id_seq'::regclass); -- --- Name: productflowthrudivision_producttoissuecorrectionhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_producttoissuecorrectionhelper_id_seq'::regclass); -- --- Name: productflowthrudivision_warehouseissue id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_warehouseissue_id_seq'::regclass); -- --- Name: productflowthrudivision_warehouseissuestatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_warehouseissuestatechange_id_seq'::regclass); -- --- Name: productionbalancepershift_balance id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balance ALTER COLUMN id SET DEFAULT nextval('productionbalancepershift_balance_id_seq'::regclass); -- --- Name: productionbalancepershift_balancecontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balancecontext ALTER COLUMN id SET DEFAULT nextval('productionbalancepershift_balancecontext_id_seq'::regclass); -- --- Name: productioncounting_anomaly id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomaly_id_seq'::regclass); -- --- Name: productioncounting_anomalyexplanation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyexplanation ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyexplanation_id_seq'::regclass); -- --- Name: productioncounting_anomalyproductiontrackingentryhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyproductiontrackingentryhelper_id_seq'::regclass); -- --- Name: productioncounting_anomalyproductiontrackinghelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackinghelper ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyproductiontrackinghelper_id_seq'::regclass); -- --- Name: productioncounting_anomalyreason id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreason ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyreason_id_seq'::regclass); -- --- Name: productioncounting_anomalyreasoncontainer id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreasoncontainer ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyreasoncontainer_id_seq'::regclass); -- --- Name: productioncounting_balanceoperationproductincomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_balanceoperationproductincomponent_id_seq'::regclass); -- --- Name: productioncounting_balanceoperationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_balanceoperationproductoutcomponent_id_seq'::regclass); -- --- Name: productioncounting_operationpieceworkcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationpieceworkcomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_operationpieceworkcomponent_id_seq'::regclass); -- --- Name: productioncounting_operationtimecomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationtimecomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_operationtimecomponent_id_seq'::regclass); -- --- Name: productioncounting_productionbalance id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance ALTER COLUMN id SET DEFAULT nextval('productioncounting_productionbalance_id_seq'::regclass); -- --- Name: productioncounting_productioncountingquantitysetcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_productioncountingquantitysetcomponent_id_se'::regclass); -- --- Name: productioncounting_productiontracking id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking ALTER COLUMN id SET DEFAULT nextval('productioncounting_productiontracking_id_seq'::regclass); -- --- Name: productioncounting_productiontrackingreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingreport ALTER COLUMN id SET DEFAULT nextval('productioncounting_productiontrackingreport_id_seq'::regclass); -- --- Name: productioncounting_productiontrackingstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingstatechange ALTER COLUMN id SET DEFAULT nextval('productioncounting_productiontrackingstatechange_id_seq'::regclass); -- --- Name: productioncounting_settechnologyincomponents id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settechnologyincomponents ALTER COLUMN id SET DEFAULT nextval('productioncounting_settechnologyincomponents_id_seq'::regclass); -- --- Name: productioncounting_settrackingoperationproductincomponents id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents ALTER COLUMN id SET DEFAULT nextval('productioncounting_settrackingoperationproductincomponents_id_s'::regclass); -- --- Name: productioncounting_staffworktime id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_staffworktime ALTER COLUMN id SET DEFAULT nextval('productioncounting_staffworktime_id_seq'::regclass); -- --- Name: productioncounting_trackingoperationproductincomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_trackingoperationproductincomponent_id_seq'::regclass); -- --- Name: productioncounting_trackingoperationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_trackingoperationproductoutcomponent_id_seq'::regclass); -- --- Name: productioncountingwithcosts_operationcostcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent ALTER COLUMN id SET DEFAULT nextval('productioncountingwithcosts_operationcostcomponent_id_seq'::regclass); -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent ALTER COLUMN id SET DEFAULT nextval('productioncountingwithcosts_operationpieceworkcostcomponent_id_'::regclass); -- --- Name: productioncountingwithcosts_technologyoperationproductincomp id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp ALTER COLUMN id SET DEFAULT nextval('productioncountingwithcosts_technologyoperationproductincomp_id'::regclass); -- --- Name: productionlines_factorystructureelement id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement ALTER COLUMN id SET DEFAULT nextval('productionlines_factorystructureelement_id_seq'::regclass); -- --- Name: productionlines_productionline id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionlines_productionline id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_productionline ALTER COLUMN id SET DEFAULT nextval('productionlines_productionline_id_seq'::regclass); -- --- Name: productionlines_workstationtypecomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_workstationtypecomponent ALTER COLUMN id SET DEFAULT nextval('productionlines_workstationtypecomponent_id_seq'::regclass); -- --- Name: productionpershift_dailyprogress id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_dailyprogress ALTER COLUMN id SET DEFAULT nextval('productionpershift_dailyprogress_id_seq'::regclass); -- --- Name: productionpershift_ppsreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_ppsreport ALTER COLUMN id SET DEFAULT nextval('productionpershift_ppsreport_id_seq'::regclass); -- --- Name: productionpershift_productionpershift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_productionpershift ALTER COLUMN id SET DEFAULT nextval('productionpershift_productionpershift_id_seq'::regclass); -- --- Name: productionpershift_progressforday id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_progressforday ALTER COLUMN id SET DEFAULT nextval('productionpershift_progressforday_id_seq'::regclass); -- --- Name: productionpershift_reasontypeofcorrectionplan id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan ALTER COLUMN id SET DEFAULT nextval('productionpershift_reasontypeofcorrectionplan_id_seq'::regclass); -- --- Name: qcadoocustomtranslation_customtranslation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoocustomtranslation_customtranslation ALTER COLUMN id SET DEFAULT nextval('qcadoocustomtranslation_customtranslation_id_seq'::regclass); -- --- Name: qcadoomodel_dictionary id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionary ALTER COLUMN id SET DEFAULT nextval('qcadoomodel_dictionary_id_seq'::regclass); -- --- Name: qcadoomodel_dictionaryitem id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionaryitem ALTER COLUMN id SET DEFAULT nextval('qcadoomodel_dictionaryitem_id_seq'::regclass); -- --- Name: qcadoomodel_globalunitconversionsaggregate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_globalunitconversionsaggregate ALTER COLUMN id SET DEFAULT nextval('qcadoomodel_globalunitconversionsaggregate_id_seq'::regclass); -- --- Name: qcadoomodel_unitconversionitem id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_unitconversionitem ALTER COLUMN id SET DEFAULT nextval('qcadoomodel_unitconversionitem_id_seq'::regclass); -- --- Name: qcadooplugin_plugin id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooplugin_plugin ALTER COLUMN id SET DEFAULT nextval('qcadooplugin_plugin_id_seq'::regclass); -- --- Name: qcadoosecurity_group id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_group ALTER COLUMN id SET DEFAULT nextval('qcadoosecurity_group_id_seq'::regclass); -- --- Name: qcadoosecurity_persistenttoken id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_persistenttoken ALTER COLUMN id SET DEFAULT nextval('qcadoosecurity_persistenttoken_id_seq'::regclass); -- --- Name: qcadoosecurity_role id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_role ALTER COLUMN id SET DEFAULT nextval('qcadoosecurity_role_id_seq'::regclass); -- --- Name: qcadoosecurity_user id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user ALTER COLUMN id SET DEFAULT nextval('qcadoosecurity_user_id_seq'::regclass); -- --- Name: qcadooview_alert id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_alert id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_alert ALTER COLUMN id SET DEFAULT nextval('qcadooview_alert_id_seq'::regclass); -- --- Name: qcadooview_category id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_category id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_category ALTER COLUMN id SET DEFAULT nextval('qcadooview_category_id_seq'::regclass); -- --- Name: qcadooview_item id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_item id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_item ALTER COLUMN id SET DEFAULT nextval('qcadooview_item_id_seq'::regclass); -- --- Name: qcadooview_view id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_view id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_view ALTER COLUMN id SET DEFAULT nextval('qcadooview_view_id_seq'::regclass); -- --- Name: qcadooview_viewedalert id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_viewedalert ALTER COLUMN id SET DEFAULT nextval('qcadooview_viewedalert_id_seq'::regclass); -- --- Name: repairs_repairorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: repairs_repairorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder ALTER COLUMN id SET DEFAULT nextval('repairs_repairorder_id_seq'::regclass); -- --- Name: repairs_repairorderproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct ALTER COLUMN id SET DEFAULT nextval('repairs_repairorderproduct_id_seq'::regclass); -- --- Name: repairs_repairorderstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderstatechange ALTER COLUMN id SET DEFAULT nextval('repairs_repairorderstatechange_id_seq'::regclass); -- --- Name: repairs_repairorderworktime id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderworktime ALTER COLUMN id SET DEFAULT nextval('repairs_repairorderworktime_id_seq'::regclass); -- --- Name: sfcsimple_subiektimportedorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorder ALTER COLUMN id SET DEFAULT nextval('sfcsimple_subiektimportedorder_id_seq'::regclass); -- --- Name: sfcsimple_subiektimportedorderproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct ALTER COLUMN id SET DEFAULT nextval('sfcsimple_subiektimportedorderproduct_id_seq'::regclass); -- --- Name: sfcsimple_subiektimportedproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedproduct ALTER COLUMN id SET DEFAULT nextval('sfcsimple_subiektimportedproduct_id_seq'::regclass); -- --- Name: simplematerialbalance_simplematerialbalance id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalance ALTER COLUMN id SET DEFAULT nextval('simplematerialbalance_simplematerialbalance_id_seq'::regclass); -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent ALTER COLUMN id SET DEFAULT nextval('simplematerialbalance_simplematerialbalancelocationscomponent_i'::regclass); -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent ALTER COLUMN id SET DEFAULT nextval('simplematerialbalance_simplematerialbalanceorderscomponent_id_s'::regclass); -- --- Name: states_message id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: states_message id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message ALTER COLUMN id SET DEFAULT nextval('states_message_id_seq'::regclass); -- --- Name: stoppage_stoppage id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: stoppage_stoppage id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY stoppage_stoppage ALTER COLUMN id SET DEFAULT nextval('stoppage_stoppage_id_seq'::regclass); -- --- Name: subcontractorportal_cost id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_cost ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_cost_id_seq'::regclass); -- --- Name: subcontractorportal_event id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_event id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_event ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_event_id_seq'::regclass); -- --- Name: subcontractorportal_message id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_message_id_seq'::regclass); -- --- Name: subcontractorportal_operation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_operation ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_operation_id_seq'::regclass); -- --- Name: subcontractorportal_realisation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_realisation ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_realisation_id_seq'::regclass); -- --- Name: subcontractorportal_suborder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborder ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborder_id_seq'::regclass); -- --- Name: subcontractorportal_suborderattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderattachment ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborderattachment_id_seq'::regclass); -- --- Name: subcontractorportal_suborderinput id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborderinput_id_seq'::regclass); -- --- Name: subcontractorportal_suborderoperation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborderoperation_id_seq'::regclass); -- --- Name: subcontractorportal_suborderoutput id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborderoutput_id_seq'::regclass); -- --- Name: subcontractorportal_subordertmp id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_subordertmp ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_subordertmp_id_seq'::regclass); -- --- Name: supplynegotiations_columnforoffers id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforoffers ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_columnforoffers_id_seq'::regclass); -- --- Name: supplynegotiations_columnforrequests id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforrequests ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_columnforrequests_id_seq'::regclass); -- --- Name: supplynegotiations_negotiation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiation ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_negotiation_id_seq'::regclass); -- --- Name: supplynegotiations_negotiationproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_negotiationproduct_id_seq'::regclass); -- --- Name: supplynegotiations_negotiationstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationstatechange ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_negotiationstatechange_id_seq'::regclass); -- --- Name: supplynegotiations_offer id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_offer_id_seq'::regclass); -- --- Name: supplynegotiations_offerproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_offerproduct_id_seq'::regclass); -- --- Name: supplynegotiations_offerstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerstatechange ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_offerstatechange_id_seq'::regclass); -- --- Name: supplynegotiations_parametercolumnforoffers id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_parametercolumnforoffers_id_seq'::regclass); -- --- Name: supplynegotiations_parametercolumnforrequests id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_parametercolumnforrequests_id_seq'::regclass); -- --- Name: supplynegotiations_requestforquotation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotation ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_requestforquotation_id_seq'::regclass); -- --- Name: supplynegotiations_requestforquotationproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_requestforquotationproduct_id_seq'::regclass); -- --- Name: supplynegotiations_requestforquotationstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_requestforquotationstatechange_id_seq'::regclass); -- --- Name: technologies_barcodeoperationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_barcodeoperationcomponent ALTER COLUMN id SET DEFAULT nextval('technologies_barcodeoperationcomponent_id_seq'::regclass); -- --- Name: technologies_operation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_operation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation ALTER COLUMN id SET DEFAULT nextval('technologies_operation_id_seq'::regclass); -- --- Name: technologies_operationgroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_operationgroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationgroup ALTER COLUMN id SET DEFAULT nextval('technologies_operationgroup_id_seq'::regclass); -- --- Name: technologies_operationproductincomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent ALTER COLUMN id SET DEFAULT nextval('technologies_operationproductincomponent_id_seq'::regclass); -- --- Name: technologies_operationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent ALTER COLUMN id SET DEFAULT nextval('technologies_operationproductoutcomponent_id_seq'::regclass); -- --- Name: technologies_productcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent ALTER COLUMN id SET DEFAULT nextval('technologies_productcomponent_id_seq'::regclass); -- --- Name: technologies_productstructuretreenode id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode ALTER COLUMN id SET DEFAULT nextval('technologies_productstructuretreenode_id_seq'::regclass); -- --- Name: technologies_technology id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technology id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology ALTER COLUMN id SET DEFAULT nextval('technologies_technology_id_seq'::regclass); -- --- Name: technologies_technologyattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyattachment ALTER COLUMN id SET DEFAULT nextval('technologies_technologyattachment_id_seq'::regclass); -- --- Name: technologies_technologygroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologygroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologygroup ALTER COLUMN id SET DEFAULT nextval('technologies_technologygroup_id_seq'::regclass); -- --- Name: technologies_technologyoperationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent ALTER COLUMN id SET DEFAULT nextval('technologies_technologyoperationcomponent_id_seq'::regclass); -- --- Name: technologies_technologyoperationcomponentmergeproductin id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin ALTER COLUMN id SET DEFAULT nextval('technologies_technologyoperationcomponentmergeproductin_id_seq'::regclass); -- --- Name: technologies_technologyoperationcomponentmergeproductout id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout ALTER COLUMN id SET DEFAULT nextval('technologies_technologyoperationcomponentmergeproductout_id_seq'::regclass); -- --- Name: technologies_technologystatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologystatechange ALTER COLUMN id SET DEFAULT nextval('technologies_technologystatechange_id_seq'::regclass); -- --- Name: technologiesgenerator_generatorcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatorcontext ALTER COLUMN id SET DEFAULT nextval('technologiesgenerator_generatorcontext_id_seq'::regclass); -- --- Name: technologiesgenerator_generatortechnologiesforproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct ALTER COLUMN id SET DEFAULT nextval('technologiesgenerator_generatortechnologiesforproduct_id_seq'::regclass); -- --- Name: technologiesgenerator_generatortreenode id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode ALTER COLUMN id SET DEFAULT nextval('technologiesgenerator_generatortreenode_id_seq'::regclass); -- --- Name: timegapspreview_timegap id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegap ALTER COLUMN id SET DEFAULT nextval('timegapspreview_timegap_id_seq'::regclass); -- --- Name: timegapspreview_timegapscontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext ALTER COLUMN id SET DEFAULT nextval('timegapspreview_timegapscontext_id_seq'::regclass); -- --- Name: timenormsforoperations_techopercomptimecalculation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY timenormsforoperations_techopercomptimecalculation ALTER COLUMN id SET DEFAULT nextval('timenormsforoperations_techopercomptimecalculation_id_seq'::regclass); -- --- Name: urccore_lastsynchronizationdate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY urccore_lastsynchronizationdate ALTER COLUMN id SET DEFAULT nextval('urccore_lastsynchronizationdate_id_seq'::regclass); -- --- Name: urccore_synchronizationstatus id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY urccore_synchronizationstatus ALTER COLUMN id SET DEFAULT nextval('urccore_synchronizationstatus_id_seq'::regclass); -- --- Name: urcmaterialavailability_requiredcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent ALTER COLUMN id SET DEFAULT nextval('urcmaterialavailability_requiredcomponent_id_seq'::regclass); -- --- Name: urcproductioncounting_requestrepair id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair ALTER COLUMN id SET DEFAULT nextval('urcproductioncounting_requestrepair_id_seq'::regclass); -- --- Name: wagegroups_wagegroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY wagegroups_wagegroup ALTER COLUMN id SET DEFAULT nextval('wagegroups_wagegroup_id_seq'::regclass); -- --- Name: walusiak_exportdocumenthistory id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY walusiak_exportdocumenthistory ALTER COLUMN id SET DEFAULT nextval('walusiak_exportdocumenthistory_id_seq'::regclass); -- --- Name: warehouseminimalstate_warehouseminimumstate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate ALTER COLUMN id SET DEFAULT nextval('warehouseminimalstate_warehouseminimumstate_id_seq'::regclass); -- --- Name: warehouseminimalstate_warehouseminimumstatemulti id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti ALTER COLUMN id SET DEFAULT nextval('warehouseminimalstate_warehouseminimumstatemulti_id_seq'::regclass); -- --- Name: workplans_columnforinputproducts id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnforinputproducts ALTER COLUMN id SET DEFAULT nextval('workplans_columnforinputproducts_id_seq'::regclass); -- --- Name: workplans_columnfororders id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_columnfororders id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnfororders ALTER COLUMN id SET DEFAULT nextval('workplans_columnfororders_id_seq'::regclass); -- --- Name: workplans_columnforoutputproducts id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnforoutputproducts ALTER COLUMN id SET DEFAULT nextval('workplans_columnforoutputproducts_id_seq'::regclass); -- --- Name: workplans_parameterinputcolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterinputcolumn ALTER COLUMN id SET DEFAULT nextval('workplans_parameterinputcolumn_id_seq'::regclass); -- --- Name: workplans_parameterordercolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterordercolumn ALTER COLUMN id SET DEFAULT nextval('workplans_parameterordercolumn_id_seq'::regclass); -- --- Name: workplans_parameteroutputcolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameteroutputcolumn ALTER COLUMN id SET DEFAULT nextval('workplans_parameteroutputcolumn_id_seq'::regclass); -- --- Name: workplans_workplan id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_workplan id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplan ALTER COLUMN id SET DEFAULT nextval('workplans_workplan_id_seq'::regclass); -- --- Name: workplans_workplanordercolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplanordercolumn ALTER COLUMN id SET DEFAULT nextval('workplans_workplanordercolumn_id_seq'::regclass); -- --- Name: zmbak_meatcuttingindicator id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicator ALTER COLUMN id SET DEFAULT nextval('zmbak_meatcuttingindicator_id_seq'::regclass); -- --- Name: zmbak_meatcuttingindicatorcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent ALTER COLUMN id SET DEFAULT nextval('zmbak_meatcuttingindicatorcomponent_id_seq'::regclass); -- --- Name: zmbak_parameter id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_parameter id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter ALTER COLUMN id SET DEFAULT nextval('zmbak_parameter_id_seq'::regclass); -- --- Name: zmbak_tpcreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_tpcreport ALTER COLUMN id SET DEFAULT nextval('zmbak_tpcreport_id_seq'::regclass); -- --- Name: zmbak_tpctable id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_tpctable id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_tpctable ALTER COLUMN id SET DEFAULT nextval('zmbak_tpctable_id_seq'::regclass); -- --- Data for Name: advancedgenealogy_batch; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_batch; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_batch (id, number, product_id, supplier_id, state, externalnumber, createdate, updatedate, createuser, updateuser, active, entityversion) FROM stdin; @@ -21308,14 +19591,14 @@ COPY advancedgenealogy_batch (id, number, product_id, supplier_id, state, extern -- --- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_batch_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_batchstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_batchstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_batchstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, batch_id, shift_id, entityversion) FROM stdin; @@ -21323,14 +19606,14 @@ COPY advancedgenealogy_batchstatechange (id, dateandtime, sourcestate, targetsta -- --- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_batchstatechange_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_genealogyreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_genealogyreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_genealogyreport (id, date, name, type, batch_id, worker, filename, generated, includedraft, directrelatedonly, active, entityversion) FROM stdin; @@ -21338,14 +19621,14 @@ COPY advancedgenealogy_genealogyreport (id, date, name, type, batch_id, worker, -- --- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_genealogyreport_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_trackingrecord; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_trackingrecord; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_trackingrecord (id, entitytype, state, quantity, producedbatch_id, number, externalnumber, active, createdate, updatedate, createuser, updateuser, order_id, entityversion) FROM stdin; @@ -21353,14 +19636,14 @@ COPY advancedgenealogy_trackingrecord (id, entitytype, state, quantity, produced -- --- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_trackingrecord_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_trackingrecordstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_trackingrecordstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_trackingrecordstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, trackingrecord_id, shift_id, entityversion) FROM stdin; @@ -21368,14 +19651,14 @@ COPY advancedgenealogy_trackingrecordstatechange (id, dateandtime, sourcestate, -- --- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_trackingrecordstatechange_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_usedbatchsimple; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_usedbatchsimple; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_usedbatchsimple (id, batch_id, trackingrecord_id, worker, dateandtime, quantity, entityversion) FROM stdin; @@ -21383,14 +19666,14 @@ COPY advancedgenealogy_usedbatchsimple (id, batch_id, trackingrecord_id, worker, -- --- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_usedbatchsimple_id_seq', 1, false); -- --- Data for Name: advancedgenealogyfororders_genealogyproductinbatch; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogyfororders_genealogyproductinbatch; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogyfororders_genealogyproductinbatch (id, worker, dateandtime, batch_id, genealogyproductincomponent_id, entityversion) FROM stdin; @@ -21398,14 +19681,14 @@ COPY advancedgenealogyfororders_genealogyproductinbatch (id, worker, dateandtime -- --- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogyfororders_genealogyproductinbatch_id_seq', 1, false); -- --- Data for Name: advancedgenealogyfororders_genealogyproductincomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogyfororders_genealogyproductincomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogyfororders_genealogyproductincomponent (id, trackingrecord_id, technologyinstanceoperationcomponent_id, productincomponent_id, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -21413,14 +19696,14 @@ COPY advancedgenealogyfororders_genealogyproductincomponent (id, trackingrecord_ -- --- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogyfororders_genealogyproductincomponent_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_assignmenttoshift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_assignmenttoshift; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_assignmenttoshift (id, startdate, shift_id, state, approvedattendancelist, active, externalnumber, externalsynchronized, showlaststatechangeresult, laststatechangefails, laststatechangefailcause, factory_id, entityversion, crew_id) FROM stdin; @@ -21428,21 +19711,21 @@ COPY assignmenttoshift_assignmenttoshift (id, startdate, shift_id, state, approv -- --- Name: assignmenttoshift_assignmenttoshift_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_assignmenttoshift_externalnumber_seq', 1, false); -- --- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_assignmenttoshift_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_assignmenttoshiftreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_assignmenttoshiftreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_assignmenttoshiftreport (id, number, name, datefrom, dateto, shift_id, filename, generated, active, createdate, updatedate, createuser, updateuser, factory_id, entityversion) FROM stdin; @@ -21450,14 +19733,14 @@ COPY assignmenttoshift_assignmenttoshiftreport (id, number, name, datefrom, date -- --- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_assignmenttoshiftreport_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_assignmenttoshiftstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_assignmenttoshiftstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_assignmenttoshiftstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, assignmenttoshift_id, shift_id, additionalinformation, entityversion) FROM stdin; @@ -21465,14 +19748,14 @@ COPY assignmenttoshift_assignmenttoshiftstatechange (id, dateandtime, sourcestat -- --- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_assignmenttoshiftstatechange_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_multiassignmenttoshift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_multiassignmenttoshift; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_multiassignmenttoshift (id, productionline_id, occupationtype, occupationtypename, occupationtypeenum, masterorder_id, assignmenttoshift_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -21480,14 +19763,14 @@ COPY assignmenttoshift_multiassignmenttoshift (id, productionline_id, occupation -- --- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_multiassignmenttoshift_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_staffassignmenttoshift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_staffassignmenttoshift; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_staffassignmenttoshift (id, assignmenttoshift_id, worker_id, productionline_id, occupationtype, occupationtypename, state, occupationtypeenum, occupationtypevalueforgrid, masterorder_id, entityversion, description) FROM stdin; @@ -21495,14 +19778,14 @@ COPY assignmenttoshift_staffassignmenttoshift (id, assignmenttoshift_id, worker_ -- --- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_staffassignmenttoshift_id_seq', 1, false); -- --- Data for Name: avglaborcostcalcfororder_assignmentworkertoshift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: avglaborcostcalcfororder_assignmentworkertoshift; Type: TABLE DATA; Schema: public; Owner: - -- COPY avglaborcostcalcfororder_assignmentworkertoshift (id, worker_id, assignmenttoshift_id, workedhours, avglaborcostcalcfororder_id, entityversion) FROM stdin; @@ -21510,14 +19793,14 @@ COPY avglaborcostcalcfororder_assignmentworkertoshift (id, worker_id, assignment -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('avglaborcostcalcfororder_assignmentworkertoshift_id_seq', 1, false); -- --- Data for Name: avglaborcostcalcfororder_avglaborcostcalcfororder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: avglaborcostcalcfororder_avglaborcostcalcfororder; Type: TABLE DATA; Schema: public; Owner: - -- COPY avglaborcostcalcfororder_avglaborcostcalcfororder (id, startdate, finishdate, order_id, productionline_id, basedon, averagelaborhourlycost, entityversion) FROM stdin; @@ -21525,14 +19808,14 @@ COPY avglaborcostcalcfororder_avglaborcostcalcfororder (id, startdate, finishdat -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq', 1, false); -- --- Data for Name: basic_additionalcode; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_additionalcode; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_additionalcode (id, code, product_id) FROM stdin; @@ -21540,14 +19823,14 @@ COPY basic_additionalcode (id, code, product_id) FROM stdin; -- --- Name: basic_additionalcode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_additionalcode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_additionalcode_id_seq', 1, false); -- --- Data for Name: basic_address; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_address; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_address (id, company_id, addresstype, number, name, phone, email, website, street, house, flat, zipcode, city, state, country_id, contactperson, canbedeleted, active, externalnumber) FROM stdin; @@ -21556,14 +19839,14 @@ COPY basic_address (id, company_id, addresstype, number, name, phone, email, web -- --- Name: basic_address_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_address_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_address_id_seq', 1, true); -- --- Data for Name: basic_assortment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_assortment; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_assortment (id, name, active) FROM stdin; @@ -21571,14 +19854,14 @@ COPY basic_assortment (id, name, active) FROM stdin; -- --- Name: basic_assortment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_assortment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_assortment_id_seq', 1, false); -- --- Data for Name: basic_assortmentelement; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_assortmentelement; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_assortmentelement (id, descriptiontype, description, assortment_id, main) FROM stdin; @@ -21586,14 +19869,14 @@ COPY basic_assortmentelement (id, descriptiontype, description, assortment_id, m -- --- Name: basic_assortmentelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_assortmentelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_assortmentelement_id_seq', 1, false); -- --- Data for Name: basic_company; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_company; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_company (id, number, name, taxcountrycode_id, tax, street, house, flat, zipcode, city, state, country_id, email, website, phone, externalnumber, buffer, active, paymentform, country, entityversion, contactperson, issupplier, isreceiver, logoimage) FROM stdin; @@ -21602,14 +19885,14 @@ COPY basic_company (id, number, name, taxcountrycode_id, tax, street, house, fla -- --- Name: basic_company_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_company_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_company_id_seq', 1, true); -- --- Data for Name: basic_country; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_country; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_country (id, country, code, entityversion) FROM stdin; @@ -21866,14 +20149,14 @@ COPY basic_country (id, country, code, entityversion) FROM stdin; -- --- Name: basic_country_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_country_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_country_id_seq', 249, true); -- --- Data for Name: basic_crew; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_crew; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_crew (id, number, leader_id, active, eventsscheduler) FROM stdin; @@ -21881,14 +20164,14 @@ COPY basic_crew (id, number, leader_id, active, eventsscheduler) FROM stdin; -- --- Name: basic_crew_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_crew_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_crew_id_seq', 1, false); -- --- Data for Name: basic_currency; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_currency; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_currency (id, currency, alphabeticcode, isocode, minorunit, exchangerate, entityversion) FROM stdin; @@ -22078,14 +20361,14 @@ COPY basic_currency (id, currency, alphabeticcode, isocode, minorunit, exchanger -- --- Name: basic_currency_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_currency_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_currency_id_seq', 182, true); -- --- Data for Name: basic_division; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_division; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_division (id, number, name, supervisor_id, componentslocation_id, componentsoutputlocation_id, productsinputlocation_id, productionline_id, parameter_id, productsflowlocation_id, productionflow, automaticmoveforintermediate, automaticmoveforfinal, factory_id, active, comment, entityversion) FROM stdin; @@ -22093,14 +20376,14 @@ COPY basic_division (id, number, name, supervisor_id, componentslocation_id, com -- --- Name: basic_division_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_division_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_division_id_seq', 1, false); -- --- Data for Name: basic_factory; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_factory; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_factory (id, number, name, city, active, entityversion, warehouse_id) FROM stdin; @@ -22108,14 +20391,14 @@ COPY basic_factory (id, number, name, city, active, entityversion, warehouse_id) -- --- Name: basic_factory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_factory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_factory_id_seq', 1, false); -- --- Data for Name: basic_faulttype; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_faulttype; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_faulttype (id, name, appliesto, entityversion, isdefault) FROM stdin; @@ -22124,14 +20407,14 @@ COPY basic_faulttype (id, name, appliesto, entityversion, isdefault) FROM stdin; -- --- Name: basic_faulttype_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_faulttype_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_faulttype_id_seq', 1, true); -- --- Data for Name: basic_log; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_log; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_log (id, createtime, user_id, message, item1, item2, item3, details, loglevel, logtype, action) FROM stdin; @@ -22139,14 +20422,14 @@ COPY basic_log (id, createtime, user_id, message, item1, item2, item3, details, -- --- Name: basic_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_log_id_seq', 1, false); -- --- Data for Name: basic_palletnumber; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_palletnumber; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_palletnumber (id, number, active, createdate, updatedate, createuser, updateuser, issuedatetime) FROM stdin; @@ -22154,14 +20437,14 @@ COPY basic_palletnumber (id, number, active, createdate, updatedate, createuser, -- --- Name: basic_palletnumber_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_palletnumber_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_palletnumber_id_seq', 1, false); -- --- Data for Name: basic_palletnumberhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_palletnumberhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_palletnumberhelper (id, quantity, active, createdate, updatedate, createuser, updateuser, temporary) FROM stdin; @@ -22169,30 +20452,30 @@ COPY basic_palletnumberhelper (id, quantity, active, createdate, updatedate, cre -- --- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_palletnumberhelper_id_seq', 1, false); -- --- Data for Name: basic_parameter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_parameter; Type: TABLE DATA; Schema: public; Owner: - -- -COPY basic_parameter (id, country_id, currency_id, unit, additionaltextinfooter, company_id, registerproductiontime, reasonneededwhendelayedeffectivedatefrom, earliereffectivedatetotime, reasonneededwhencorrectingtherequestedvolume, reasonneededwhencorrectingdateto, changedatewhentransfertowarehousetype, reasonneededwhenchangingstatetodeclined, imageurlinworkplan, hidedescriptioninworkplans, defaultproductionline_id, reasonneededwhenearliereffectivedateto, earliereffectivedatefromtime, defaultaddress, blockabilitytochangeapprovalorder, reasonneededwhendelayedeffectivedateto, justone, registerquantityinproduct, reasonneededwhenchangingstatetointerrupted, registerquantityoutproduct, dontprintordersinworkplans, location_id, typeofproductionrecording, dontprintinputproductsinworkplans, delayedeffectivedatefromtime, registerpiecework, hideemptycolumnsfororders, reasonneededwhenchangingstatetoabandoned, autocloseorder, allowtoclose, dontprintoutputproductsinworkplans, inputproductsrequiredfortype, otheraddress, reasonneededwhenearliereffectivedatefrom, defaultdescription, delayedeffectivedatetotime, hidetechnologyandorderinworkplans, reasonneededwhencorrectingdatefrom, ssccnumberprefix, lowerlimit, negativetrend, upperlimit, positivetrend, dueweight, generateproductionrecordnumberfromordernumber, printoperationatfirstpageinworkplans, averagelaborhourlycostpb, calculatematerialcostsmodepb, additionaloverheadpb, calculateoperationcostsmodepb, materialcostmarginpb, includetpzpb, printoperationnormspb, printcostnormsofmaterialspb, productioncostmarginpb, sourceofmaterialcostspb, averagemachinehourlycostpb, includeadditionaltimepb, trackingrecordforordertreatment, batchnumberrequiredproducts, batchnumberuniqueness, batchnumberrequiredinputproducts, defaultcoveragefromdays, includedraftdeliveries, productextracted, coveragetype, belongstofamily_id, hideemptycolumnsforoffers, hideemptycolumnsforrequests, validateproductionrecordtimes, workstationsquantityfromproductionline, locktechnologytree, lockproductionprogress, hidebarcodeoperationcomponentinworkplans, ignoremissingcomponents, additionaloutputrows, additionalinputrows, allowmultipleregisteringtimeforworker, pricebasedon, takeactualprogressinworkplans, confectionplanrequirereasontypethreshold, confectionplancorrectionreasontype, autogeneratesuborders, automaticsavecoverage, externaldeliveriesextension, warehouse_id, documentstate, positivepurchaseprice, sameordernumber, automaticdeliveriesminstate, possibleworktimedeviation, ordersincludeperiod, includerequirements, ratio, resin_id, hardener_id, entityversion, labelsbtpath, profitpb, registrationpriceoverheadpb, sourceofoperationcostspb, acceptanceevents, useblackbox, generatewarehouseissuestoorders, daysbeforeorderstart, issuelocation_id, consumptionofrawmaterialsbasedonstandards, documentpositionparameters_id, includecomponents, warehouseissuesreservestates, drawndocuments, generatewarehouseissuestodeliveries, issuedquantityuptoneed, documentsstatus, warehouseissueproductssource, productstoissue, trackingcorrectionrecalculatepps, deliveredbiggerthanordered, ordersganttparameters_id, additionalimage, esilcointegrationdir, autorecalculateorder, ppsisautomatic, ppsproducedamountrecalculateplan, ppsalgorithm, enablepkt, baselinkerparameters_id, technologiesgeneratorcopyproductsize, cartonlabelsbtpath, esilcodispositionshiftlocation_id, resinandhardenerlocation_id, maxproductsquantity, allowerrorsinmasterorderpositions, companyname_id, hideassignedstaff, fillorderdescriptionbasedontechnologydescription, allowanomalycreationonacceptancerecord, esilcoaccountwithreservationlocation_id, includelevelandsuffix) FROM stdin; -1 \N 5 pc \N 1 t \N \N \N \N 01never \N \N f 1 \N \N \N \N \N f t \N t \N \N 02cumulated f \N f \N \N f f f 01startOrder \N \N \N \N f \N 0005900125 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N 01duringProduction f 01globally f \N \N \N \N \N \N \N \N \N \N t \N t \N \N \N 01nominalProductCost \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N 0 \N \N \N \N \N \N \N \N \N f 1 \N \N 01transfer \N \N 01accepted 01order 01allInputProducts \N t \N \N \N f \N \N \N \N \N \N \N \N \N 150 \N \N f \N f \N t +COPY basic_parameter (id, country_id, currency_id, unit, additionaltextinfooter, company_id, registerproductiontime, reasonneededwhendelayedeffectivedatefrom, earliereffectivedatetotime, reasonneededwhencorrectingtherequestedvolume, reasonneededwhencorrectingdateto, changedatewhentransfertowarehousetype, reasonneededwhenchangingstatetodeclined, imageurlinworkplan, hidedescriptioninworkplans, defaultproductionline_id, reasonneededwhenearliereffectivedateto, earliereffectivedatefromtime, defaultaddress, blockabilitytochangeapprovalorder, reasonneededwhendelayedeffectivedateto, justone, registerquantityinproduct, reasonneededwhenchangingstatetointerrupted, registerquantityoutproduct, dontprintordersinworkplans, location_id, typeofproductionrecording, dontprintinputproductsinworkplans, delayedeffectivedatefromtime, registerpiecework, hideemptycolumnsfororders, reasonneededwhenchangingstatetoabandoned, autocloseorder, allowtoclose, dontprintoutputproductsinworkplans, inputproductsrequiredfortype, otheraddress, reasonneededwhenearliereffectivedatefrom, defaultdescription, delayedeffectivedatetotime, hidetechnologyandorderinworkplans, reasonneededwhencorrectingdatefrom, ssccnumberprefix, lowerlimit, negativetrend, upperlimit, positivetrend, dueweight, generateproductionrecordnumberfromordernumber, printoperationatfirstpageinworkplans, averagelaborhourlycostpb, calculatematerialcostsmodepb, additionaloverheadpb, calculateoperationcostsmodepb, materialcostmarginpb, includetpzpb, printoperationnormspb, printcostnormsofmaterialspb, productioncostmarginpb, sourceofmaterialcostspb, averagemachinehourlycostpb, includeadditionaltimepb, trackingrecordforordertreatment, batchnumberrequiredproducts, batchnumberuniqueness, batchnumberrequiredinputproducts, defaultcoveragefromdays, includedraftdeliveries, productextracted, coveragetype, belongstofamily_id, hideemptycolumnsforoffers, hideemptycolumnsforrequests, validateproductionrecordtimes, workstationsquantityfromproductionline, locktechnologytree, lockproductionprogress, hidebarcodeoperationcomponentinworkplans, ignoremissingcomponents, additionaloutputrows, additionalinputrows, allowmultipleregisteringtimeforworker, pricebasedon, takeactualprogressinworkplans, confectionplanrequirereasontypethreshold, confectionplancorrectionreasontype, autogeneratesuborders, automaticsavecoverage, externaldeliveriesextension, warehouse_id, documentstate, positivepurchaseprice, sameordernumber, automaticdeliveriesminstate, possibleworktimedeviation, ordersincludeperiod, includerequirements, ratio, resin_id, hardener_id, entityversion, labelsbtpath, profitpb, registrationpriceoverheadpb, sourceofoperationcostspb, acceptanceevents, useblackbox, generatewarehouseissuestoorders, daysbeforeorderstart, issuelocation_id, consumptionofrawmaterialsbasedonstandards, documentpositionparameters_id, includecomponents, warehouseissuesreservestates, drawndocuments, generatewarehouseissuestodeliveries, issuedquantityuptoneed, documentsstatus, warehouseissueproductssource, productstoissue, trackingcorrectionrecalculatepps, deliveredbiggerthanordered, ordersganttparameters_id, additionalimage, esilcointegrationdir, autorecalculateorder, ppsisautomatic, ppsproducedamountrecalculateplan, ppsalgorithm, enablepkt, baselinkerparameters_id, technologiesgeneratorcopyproductsize, cartonlabelsbtpath, esilcodispositionshiftlocation_id, resinandhardenerlocation_id, maxproductsquantity, allowerrorsinmasterorderpositions, companyname_id, hideassignedstaff, fillorderdescriptionbasedontechnologydescription, allowanomalycreationonacceptancerecord, esilcoaccountwithreservationlocation_id, includelevelandsuffix, orderedproductsunit, allowincompleteunits) FROM stdin; +1 \N 5 pc \N 1 t \N \N \N \N 01never \N \N f 1 \N \N \N \N \N f t \N t \N \N 02cumulated f \N f \N \N f f f 01startOrder \N \N \N \N f \N 0005900125 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N 01duringProduction f 01globally f \N \N \N \N \N \N \N \N \N \N t \N t \N \N \N 01nominalProductCost \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N 0 \N \N \N \N \N \N \N \N \N f 1 \N \N 01transfer \N \N 01accepted 01order 01allInputProducts \N t \N \N \N f \N \N \N \N \N \N \N \N \N 150 \N \N f \N f \N t \N f \. -- --- Name: basic_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_parameter_id_seq', 1, true); -- --- Data for Name: basic_product; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_product; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_product (id, number, name, globaltypeofmaterial, ean, category, unit, externalnumber, description, parent_id, nodenumber, entitytype, durabilityinmonths, averageoffercost, costfornumber, lastpurchasecost, lastoffercost, isglutenproduct, symbol, averagecost, goodsgroup, nominalcost, bio, isdoublepallet, technologygroup_id, active, createdate, updatedate, createuser, updateuser, quantityofextrusioningredient, norm, actualversion, hasnutritionelements, quantityfornutritions, quantityfornutritionsunit, showinproductdata, doublequantityfordoublepallet, size, uppershelf, lowershelf, upperform, lowerform, usedquantitycontrol, automaticusedquantity, nominalweight, countusedquantityforfullpallets, quantityinpackage, synchronize, capacitynorm, downform_id, upform_id, downshelve_id, upshelve_id, costnormsgenerator_id, producer_id, machinepart, drawingnumber, catalognumber, isproductiondate, fabric, fabricgrammage, entityversion, ispallet, additionalunit, fromgenerator, generatorcontext_id, dateformatinqcp5code, assortment_id, isoil, isaroma) FROM stdin; @@ -22200,14 +20483,14 @@ COPY basic_product (id, number, name, globaltypeofmaterial, ean, category, unit, -- --- Name: basic_product_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_product_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_product_id_seq', 1, false); -- --- Data for Name: basic_reportcolumnwidth; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_reportcolumnwidth; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_reportcolumnwidth (id, identifier, name, width, chartype, parameter_id, entityversion) FROM stdin; @@ -22223,14 +20506,14 @@ COPY basic_reportcolumnwidth (id, identifier, name, width, chartype, parameter_i -- --- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_reportcolumnwidth_id_seq', 8, true); -- --- Data for Name: basic_shift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_shift; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_shift (id, name, mondayworking, mondayhours, tuesdayworking, tuesdayhours, wensdayworking, wensdayhours, thursdayworking, thursdayhours, fridayworking, fridayhours, saturdayworking, saturdayhours, sundayworking, sundayhours, entityversion) FROM stdin; @@ -22239,14 +20522,14 @@ COPY basic_shift (id, name, mondayworking, mondayhours, tuesdayworking, tuesdayh -- --- Name: basic_shift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_shift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_shift_id_seq', 1, true); -- --- Data for Name: basic_shifttimetableexception; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_shifttimetableexception; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_shifttimetableexception (id, name, fromdate, todate, type, shift_id, relatestoprevday, entityversion) FROM stdin; @@ -22254,14 +20537,14 @@ COPY basic_shifttimetableexception (id, name, fromdate, todate, type, shift_id, -- --- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_shifttimetableexception_id_seq', 1, false); -- --- Data for Name: basic_staff; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_staff; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_staff (id, number, name, surname, email, phone, workfor_id, post, shift_id, division_id, individuallaborcost, determinedindividual, laborhourlycost, wagegroup_id, active, parameter_id, "position", entityversion, crew_id) FROM stdin; @@ -22269,14 +20552,14 @@ COPY basic_staff (id, number, name, surname, email, phone, workfor_id, post, shi -- --- Name: basic_staff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_staff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_staff_id_seq', 1, false); -- --- Data for Name: basic_subassembly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_subassembly; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_subassembly (id, number, name, workstationtype_id, workstation_id, serialnumber, series, producer, productiondate, lastrepairsdate, active, type, entityversion) FROM stdin; @@ -22284,14 +20567,14 @@ COPY basic_subassembly (id, number, name, workstationtype_id, workstation_id, se -- --- Name: basic_subassembly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_subassembly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_subassembly_id_seq', 1, false); -- --- Data for Name: basic_subassemblyattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_subassemblyattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_subassemblyattachment (id, subassembly_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22299,21 +20582,21 @@ COPY basic_subassemblyattachment (id, subassembly_id, attachment, name, size, ex -- --- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_subassemblyattachment_id_seq', 1, false); -- --- Name: basic_subassemblylistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_subassemblylistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_subassemblylistdto_id_seq', 1, false); -- --- Data for Name: basic_subassemblytoworkstationhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_subassemblytoworkstationhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_subassemblytoworkstationhelper (id, subassembly_id, type, workstation_id, entityversion) FROM stdin; @@ -22321,14 +20604,14 @@ COPY basic_subassemblytoworkstationhelper (id, subassembly_id, type, workstation -- --- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_subassemblytoworkstationhelper_id_seq', 1, false); -- --- Data for Name: basic_substitute; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_substitute; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_substitute (id, number, name, product_id, priority, entityversion) FROM stdin; @@ -22336,14 +20619,14 @@ COPY basic_substitute (id, number, name, product_id, priority, entityversion) FR -- --- Name: basic_substitute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_substitute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_substitute_id_seq', 1, false); -- --- Data for Name: basic_substitutecomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_substitutecomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_substitutecomponent (id, product_id, substitute_id, quantity, baseproduct_id, entityversion) FROM stdin; @@ -22351,14 +20634,14 @@ COPY basic_substitutecomponent (id, product_id, substitute_id, quantity, basepro -- --- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_substitutecomponent_id_seq', 1, false); -- --- Data for Name: basic_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_workstation (id, number, name, description, workstationtype_id, operation_id, active, productionline_id, division_id, serialnumber, udtnumber, series, producer, productiondate, wnknumber, entityversion) FROM stdin; @@ -22366,14 +20649,14 @@ COPY basic_workstation (id, number, name, description, workstationtype_id, opera -- --- Name: basic_workstation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_workstation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_workstation_id_seq', 1, false); -- --- Data for Name: basic_workstationattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_workstationattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_workstationattachment (id, workstation_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22381,14 +20664,14 @@ COPY basic_workstationattachment (id, workstation_id, attachment, name, size, ex -- --- Name: basic_workstationattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_workstationattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_workstationattachment_id_seq', 1, false); -- --- Data for Name: basic_workstationtype; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_workstationtype; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_workstationtype (id, name, number, description, division_id, active, subassembly, entityversion) FROM stdin; @@ -22397,14 +20680,14 @@ COPY basic_workstationtype (id, name, number, description, division_id, active, -- --- Name: basic_workstationtype_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_workstationtype_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_workstationtype_id_seq', 1, true); -- --- Data for Name: basicproductioncounting_basicproductioncounting; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basicproductioncounting_basicproductioncounting; Type: TABLE DATA; Schema: public; Owner: - -- COPY basicproductioncounting_basicproductioncounting (id, order_id, product_id, usedquantity, producedquantity, entityversion) FROM stdin; @@ -22412,14 +20695,14 @@ COPY basicproductioncounting_basicproductioncounting (id, order_id, product_id, -- --- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basicproductioncounting_basicproductioncounting_id_seq', 1, false); -- --- Data for Name: basicproductioncounting_productioncountingoperationrun; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basicproductioncounting_productioncountingoperationrun; Type: TABLE DATA; Schema: public; Owner: - -- COPY basicproductioncounting_productioncountingoperationrun (id, order_id, technologyoperationcomponent_id, runs, entityversion) FROM stdin; @@ -22427,14 +20710,14 @@ COPY basicproductioncounting_productioncountingoperationrun (id, order_id, techn -- --- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basicproductioncounting_productioncountingoperationrun_id_seq', 1, false); -- --- Data for Name: basicproductioncounting_productioncountingquantity; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basicproductioncounting_productioncountingquantity; Type: TABLE DATA; Schema: public; Owner: - -- COPY basicproductioncounting_productioncountingquantity (id, order_id, product_id, plannedquantity, isnoncomponent, technologyoperationcomponent_id, basicproductioncounting_id, typeofmaterial, role, flowtypeincomponent, isdivisionlocation, componentsoutputlocation_id, flowtypeoutcomponent, isdivisioninputlocationmodified, componentslocation_id, isdivisionoutputlocation, isdivisionlocationmodified, isdivisionoutputlocationmodified, isdivisioninputlocation, productsinputlocation_id, productionflow, productsflowlocation_id, entityversion, set) FROM stdin; @@ -22442,14 +20725,14 @@ COPY basicproductioncounting_productioncountingquantity (id, order_id, product_i -- --- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basicproductioncounting_productioncountingquantity_id_seq', 1, false); -- --- Data for Name: cdnrcgoodfood_highestmasterordernum; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cdnrcgoodfood_highestmasterordernum; Type: TABLE DATA; Schema: public; Owner: - -- COPY cdnrcgoodfood_highestmasterordernum (id, type, number, entityversion) FROM stdin; @@ -22457,14 +20740,14 @@ COPY cdnrcgoodfood_highestmasterordernum (id, type, number, entityversion) FROM -- --- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cdnrcgoodfood_highestmasterordernum_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_action; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_action; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_action (id, name, appliesto, entityversion, isdefault) FROM stdin; @@ -22473,14 +20756,14 @@ COPY cmmsmachineparts_action (id, name, appliesto, entityversion, isdefault) FRO -- --- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_action_id_seq', 1, true); -- --- Data for Name: cmmsmachineparts_actionforplannedevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_actionforplannedevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_actionforplannedevent (id, plannedevent_id, description, action_id, responsibleworker_id, responsibleworkername, state, reason, entityversion, actionname) FROM stdin; @@ -22488,14 +20771,14 @@ COPY cmmsmachineparts_actionforplannedevent (id, plannedevent_id, description, a -- --- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_actionforplannedevent_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_eventattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_eventattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_eventattachment (id, maintenanceevent_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22503,14 +20786,14 @@ COPY cmmsmachineparts_eventattachment (id, maintenanceevent_id, attachment, name -- --- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_eventattachment_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_machinepartattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_machinepartattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_machinepartattachment (id, product_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22518,14 +20801,14 @@ COPY cmmsmachineparts_machinepartattachment (id, product_id, attachment, name, s -- --- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_machinepartattachment_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_machinepartforevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_machinepartforevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_machinepartforevent (id, maintenanceevent_id, machinepart_id, warehouse_id, plannedquantity, availablequantity, plannedevent_id, machinepartname, machinepartnumber, machinepartunit, warehousenumber, entityversion, recurringevent_id) FROM stdin; @@ -22533,14 +20816,14 @@ COPY cmmsmachineparts_machinepartforevent (id, maintenanceevent_id, machinepart_ -- --- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_machinepartforevent_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_maintenanceevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_maintenanceevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_maintenanceevent (id, number, type, description, personreceiving_id, personreceivingname, state, createdate, updatedate, createuser, updateuser, factory_id, division_id, productionline_id, workstation_id, subassembly_id, faulttype_id, solutiondescription, maintenanceeventcontext_id, entityversion, sourcecost_id, soundnotifications) FROM stdin; @@ -22548,21 +20831,21 @@ COPY cmmsmachineparts_maintenanceevent (id, number, type, description, personrec -- --- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceevent_id_seq', 1, false); -- --- Name: cmmsmachineparts_maintenanceevent_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceevent_number_seq', 1, false); -- --- Data for Name: cmmsmachineparts_maintenanceeventcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_maintenanceeventcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_maintenanceeventcontext (id, factory_id, division_id, generated, confirmed, entityversion) FROM stdin; @@ -22570,21 +20853,21 @@ COPY cmmsmachineparts_maintenanceeventcontext (id, factory_id, division_id, gene -- --- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceeventcontext_id_seq', 1, false); -- --- Name: cmmsmachineparts_maintenanceeventlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceeventlistdto_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_maintenanceeventstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_maintenanceeventstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_maintenanceeventstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, maintenanceevent_id, shift_id, comment, commentrequired, entityversion, plannedeventtype, plannedeventtyperequired) FROM stdin; @@ -22592,14 +20875,14 @@ COPY cmmsmachineparts_maintenanceeventstatechange (id, dateandtime, sourcestate, -- --- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceeventstatechange_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_maintenanceeventxlshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_maintenanceeventxlshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_maintenanceeventxlshelper (id, query, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -22607,14 +20890,14 @@ COPY cmmsmachineparts_maintenanceeventxlshelper (id, query, createdate, updateda -- --- Name: cmmsmachineparts_maintenanceeventxlshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventxlshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceeventxlshelper_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedevent (id, number, type, description, owner_id, ownername, state, factory_id, division_id, productionline_id, workstation_id, subassembly_id, plannedeventcontext_id, createdate, updatedate, createuser, updateuser, plannedseparately, afterreview, requiresshutdown, company_id, basedon, date, counter, countertolerance, duration, effectiveduration, effectivecounter, startdate, finishdate, isdeadline, solutiondescription, entityversion, maintenanceevent_id, sourcecost_id, recurringevent_id) FROM stdin; @@ -22622,14 +20905,14 @@ COPY cmmsmachineparts_plannedevent (id, number, type, description, owner_id, own -- --- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedevent_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventattachment (id, plannedevent_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22637,14 +20920,14 @@ COPY cmmsmachineparts_plannedeventattachment (id, plannedevent_id, attachment, n -- --- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventattachment_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventcontext (id, factory_id, division_id, generated, confirmed, entityversion) FROM stdin; @@ -22652,21 +20935,21 @@ COPY cmmsmachineparts_plannedeventcontext (id, factory_id, division_id, generate -- --- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventcontext_id_seq', 1, false); -- --- Name: cmmsmachineparts_plannedeventlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventlistdto_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventrealization; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventrealization; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventrealization (id, plannedevent_id, worker_id, action_id, startdate, finishdate, duration, entityversion, confirmed) FROM stdin; @@ -22674,14 +20957,14 @@ COPY cmmsmachineparts_plannedeventrealization (id, plannedevent_id, worker_id, a -- --- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventrealization_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, plannedevent_id, shift_id, comment, commentrequired) FROM stdin; @@ -22689,14 +20972,14 @@ COPY cmmsmachineparts_plannedeventstatechange (id, dateandtime, sourcestate, tar -- --- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventstatechange_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventxlshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventxlshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventxlshelper (id, query, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -22704,14 +20987,14 @@ COPY cmmsmachineparts_plannedeventxlshelper (id, query, createdate, updatedate, -- --- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventxlshelper_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_sourcecost; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_sourcecost; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_sourcecost (id, number, name, factory_id, defaultcost, active) FROM stdin; @@ -22719,14 +21002,14 @@ COPY cmmsmachineparts_sourcecost (id, number, name, factory_id, defaultcost, act -- --- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_sourcecost_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_sourcecostreportfilter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_sourcecostreportfilter; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_sourcecostreportfilter (id, fromdate, todate, sourcecost_id, createdate, updatedate, createuser, updateuser, dontsave) FROM stdin; @@ -22734,14 +21017,14 @@ COPY cmmsmachineparts_sourcecostreportfilter (id, fromdate, todate, sourcecost_i -- --- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_sourcecostreportfilter_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_staffworktime; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_staffworktime; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_staffworktime (id, maintenanceevent_id, worker_id, labortime, effectiveexecutiontimestart, effectiveexecutiontimeend, entityversion) FROM stdin; @@ -22749,14 +21032,14 @@ COPY cmmsmachineparts_staffworktime (id, maintenanceevent_id, worker_id, laborti -- --- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_staffworktime_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_timeusagereportfilter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_timeusagereportfilter; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_timeusagereportfilter (id, fromdate, todate, workersselection, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -22764,21 +21047,21 @@ COPY cmmsmachineparts_timeusagereportfilter (id, fromdate, todate, workersselect -- --- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_timeusagereportfilter_id_seq', 1, false); -- --- Name: cmmsmachineparts_worktimeforuserdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_worktimeforuserdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_worktimeforuserdto_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_actionforrecurringevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_actionforrecurringevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_actionforrecurringevent (id, recurringevent_id, description, action_id) FROM stdin; @@ -22786,14 +21069,14 @@ COPY cmmsscheduler_actionforrecurringevent (id, recurringevent_id, description, -- --- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_actionforrecurringevent_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_recurringevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_recurringevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_recurringevent (id, number, type, periodicitydate, periodicitystate, generation, description, owner_id, ownername, state, factory_id, division_id, productionline_id, workstation_id, subassembly_id, company_id, sourcecost_id, plannedseparately, requiresshutdown, basedon, date, counter, countertolerance, duration, effectiveduration, effectivecounter, recurringeventcontext_id, active, createdate, updatedate, createuser, updateuser, nextgenerationdate, nextdate, multiplier) FROM stdin; @@ -22801,14 +21084,14 @@ COPY cmmsscheduler_recurringevent (id, number, type, periodicitydate, periodicit -- --- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_recurringevent_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_recurringeventattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_recurringeventattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_recurringeventattachment (id, recurringevent_id, attachment, name, size, ext) FROM stdin; @@ -22816,14 +21099,14 @@ COPY cmmsscheduler_recurringeventattachment (id, recurringevent_id, attachment, -- --- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_recurringeventattachment_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_recurringeventcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_recurringeventcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_recurringeventcontext (id, factory_id, division_id, generated, confirmed) FROM stdin; @@ -22831,14 +21114,14 @@ COPY cmmsscheduler_recurringeventcontext (id, factory_id, division_id, generated -- --- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_recurringeventcontext_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_recurringeventstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_recurringeventstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_recurringeventstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, recurringevent_id, shift_id) FROM stdin; @@ -22846,14 +21129,14 @@ COPY cmmsscheduler_recurringeventstatechange (id, dateandtime, sourcestate, targ -- --- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_recurringeventstatechange_id_seq', 1, false); -- --- Data for Name: costcalculation_componentcost; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: costcalculation_componentcost; Type: TABLE DATA; Schema: public; Owner: - -- COPY costcalculation_componentcost (id, costcalculation_id, product_id, priceperunit) FROM stdin; @@ -22861,14 +21144,14 @@ COPY costcalculation_componentcost (id, costcalculation_id, product_id, priceper -- --- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('costcalculation_componentcost_id_seq', 1, false); -- --- Data for Name: costcalculation_costcalculation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: costcalculation_costcalculation; Type: TABLE DATA; Schema: public; Owner: - -- COPY costcalculation_costcalculation (id, number, product_id, defaulttechnology_id, technology_id, productionline_id, quantity, order_id, totalmaterialcosts, totalmachinehourlycosts, totalpieceworkcosts, totallaborhourlycosts, totaltechnicalproductioncosts, productioncostmargin, productioncostmarginvalue, materialcostmargin, materialcostmarginvalue, additionaloverhead, additionaloverheadvalue, totaloverhead, totalcosts, totalcostperunit, description, includetpz, includeadditionaltime, printcostnormsofmaterials, printoperationnorms, sourceofmaterialcosts, calculatematerialcostsmode, calculateoperationcostsmode, date, generated, filename, includecomponents, entityversion, sourceofoperationcosts, registrationpriceoverhead, profit, registrationpriceoverheadvalue, profitvalue, sellpricevalue, technicalproductioncosts) FROM stdin; @@ -22876,14 +21159,14 @@ COPY costcalculation_costcalculation (id, number, product_id, defaulttechnology_ -- --- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('costcalculation_costcalculation_id_seq', 1, false); -- --- Data for Name: costnormsformaterials_technologyinstoperproductincomp; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: costnormsformaterials_technologyinstoperproductincomp; Type: TABLE DATA; Schema: public; Owner: - -- COPY costnormsformaterials_technologyinstoperproductincomp (id, order_id, product_id, costfornumber, nominalcost, lastpurchasecost, averagecost, costfororder, lastoffercost, averageoffercost, entityversion) FROM stdin; @@ -22891,14 +21174,14 @@ COPY costnormsformaterials_technologyinstoperproductincomp (id, order_id, produc -- --- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('costnormsformaterials_technologyinstoperproductincomp_id_seq', 1, false); -- --- Data for Name: costnormsforoperation_calculationoperationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: costnormsforoperation_calculationoperationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY costnormsforoperation_calculationoperationcomponent (id, nodenumber, operation_id, technologyoperationcomponent_id, parent_id, entitytype, priority, tpz, tj, areproductquantitiesdivisible, istjdivisible, machineutilization, laborutilization, productioninonecycle, nextoperationafterproducedtype, nextoperationafterproducedquantity, timenextoperation, operationoffset, effectiveoperationrealizationtime, effectivedatefrom, effectivedateto, duration, machineworktime, laborworktime, pieces, operationcost, operationmargincost, totaloperationcost, totalmachineoperationcost, totallaboroperationcost, pieceworkcost, laborhourlycost, machinehourlycost, totalmachineoperationcostwithmargin, totallaboroperationcostwithmargin, numberofoperations, productionbalance_id, costcalculation_id, entityversion) FROM stdin; @@ -22906,14 +21189,14 @@ COPY costnormsforoperation_calculationoperationcomponent (id, nodenumber, operat -- --- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('costnormsforoperation_calculationoperationcomponent_id_seq', 1, false); -- --- Data for Name: deliveries_columnfordeliveries; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_columnfordeliveries; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_columnfordeliveries (id, identifier, name, description, columnfiller, alignment, parameter_id, succession, entityversion) FROM stdin; @@ -22934,14 +21217,14 @@ COPY deliveries_columnfordeliveries (id, identifier, name, description, columnfi -- --- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_columnfordeliveries_id_seq', 13, true); -- --- Data for Name: deliveries_columnfororders; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_columnfororders; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_columnfororders (id, identifier, name, description, columnfiller, alignment, parameter_id, succession, entityversion) FROM stdin; @@ -22961,14 +21244,14 @@ COPY deliveries_columnfororders (id, identifier, name, description, columnfiller -- --- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_columnfororders_id_seq', 12, true); -- --- Data for Name: deliveries_companyproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_companyproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_companyproduct (id, company_id, product_id, isdefault, entityversion) FROM stdin; @@ -22976,14 +21259,14 @@ COPY deliveries_companyproduct (id, company_id, product_id, isdefault, entityver -- --- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_companyproduct_id_seq', 1, false); -- --- Data for Name: deliveries_companyproductsfamily; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_companyproductsfamily; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_companyproductsfamily (id, company_id, product_id, isdefault, entityversion) FROM stdin; @@ -22991,14 +21274,14 @@ COPY deliveries_companyproductsfamily (id, company_id, product_id, isdefault, en -- --- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_companyproductsfamily_id_seq', 1, false); -- --- Data for Name: deliveries_deliveredproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveredproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveredproduct (id, delivery_id, product_id, deliveredquantity, damagedquantity, priceperunit, totalprice, succession, operation_id, offer_id, batch, productiondate, expirationdate, entityversion, palletnumber_id, pallettype, storagelocation_id, additionalcode_id, additionalquantity, conversion, iswaste, additionalunit) FROM stdin; @@ -23006,21 +21289,21 @@ COPY deliveries_deliveredproduct (id, delivery_id, product_id, deliveredquantity -- --- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproduct_id_seq', 1, false); -- --- Name: deliveries_deliveredproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproductdto_id_seq', 1, false); -- --- Data for Name: deliveries_deliveredproductmulti; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveredproductmulti; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveredproductmulti (id, delivery_id, palletnumber_id, pallettype, storagelocation_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -23028,14 +21311,14 @@ COPY deliveries_deliveredproductmulti (id, delivery_id, palletnumber_id, pallett -- --- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproductmulti_id_seq', 1, false); -- --- Data for Name: deliveries_deliveredproductmultiposition; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveredproductmultiposition; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveredproductmultiposition (id, deliveredproductmulti_id, product_id, quantity, additionalquantity, conversion, iswaste, expirationdate, unit, additionalunit, additionalcode_id, offer_id, batch) FROM stdin; @@ -23043,14 +21326,14 @@ COPY deliveries_deliveredproductmultiposition (id, deliveredproductmulti_id, pro -- --- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproductmultiposition_id_seq', 1, false); -- --- Data for Name: deliveries_deliveredproductreservation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveredproductreservation; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveredproductreservation (id, deliveredproduct_id, location_id, deliveredquantity, additionalquantity) FROM stdin; @@ -23058,14 +21341,14 @@ COPY deliveries_deliveredproductreservation (id, deliveredproduct_id, location_i -- --- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproductreservation_id_seq', 1, false); -- --- Data for Name: deliveries_delivery; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_delivery; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_delivery (id, number, name, description, supplier_id, deliverydate, deliveryaddress, relateddelivery_id, currency_id, externalnumber, externalsynchronized, state, location_id, active, createdate, updatedate, createuser, updateuser, synchronizationstatus, entityversion, positionsfile) FROM stdin; @@ -23073,14 +21356,14 @@ COPY deliveries_delivery (id, number, name, description, supplier_id, deliveryda -- --- Name: deliveries_delivery_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_delivery_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_delivery_id_seq', 1, false); -- --- Data for Name: deliveries_deliveryattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveryattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveryattachment (id, delivery_id, attachment, name, size, ext) FROM stdin; @@ -23088,14 +21371,14 @@ COPY deliveries_deliveryattachment (id, delivery_id, attachment, name, size, ext -- --- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveryattachment_id_seq', 1, false); -- --- Data for Name: deliveries_deliverybypallettypereport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliverybypallettypereport; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliverybypallettypereport (id, fromdate, todate) FROM stdin; @@ -23103,14 +21386,14 @@ COPY deliveries_deliverybypallettypereport (id, fromdate, todate) FROM stdin; -- --- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliverybypallettypereport_id_seq', 1, false); -- --- Data for Name: deliveries_deliverystatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliverystatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliverystatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, delivery_id, entityversion) FROM stdin; @@ -23118,14 +21401,14 @@ COPY deliveries_deliverystatechange (id, dateandtime, sourcestate, targetstate, -- --- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliverystatechange_id_seq', 1, false); -- --- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, additionalcode_id, deliveredquantity, additionaldeliveredquantity) FROM stdin; @@ -23133,28 +21416,28 @@ COPY deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, pr -- --- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_orderedproduct_id_seq', 1, false); -- --- Name: deliveries_orderedproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_orderedproductdto_id_seq', 1, false); -- --- Name: deliveries_orderedproductlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_orderedproductlistdto_id_seq', 1, false); -- --- Data for Name: deliveries_orderedproductreservation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_orderedproductreservation; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_orderedproductreservation (id, orderedproduct_id, location_id, orderedquantity, additionalquantity) FROM stdin; @@ -23162,14 +21445,14 @@ COPY deliveries_orderedproductreservation (id, orderedproduct_id, location_id, o -- --- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_orderedproductreservation_id_seq', 1, false); -- --- Data for Name: deliveries_parameterdeliveryordercolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_parameterdeliveryordercolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_parameterdeliveryordercolumn (id, parameter_id, columnfororders_id, succession, entityversion) FROM stdin; @@ -23189,14 +21472,14 @@ COPY deliveries_parameterdeliveryordercolumn (id, parameter_id, columnfororders_ -- --- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_parameterdeliveryordercolumn_id_seq', 12, true); -- --- Data for Name: ebr_ebr; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_ebr; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_ebr (id, startdate, batchnumber, company_id, recipe_id, order_id, state, active, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -23204,14 +21487,14 @@ COPY ebr_ebr (id, startdate, batchnumber, company_id, recipe_id, order_id, state -- --- Name: ebr_ebr_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_ebr_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_ebr_id_seq', 1, false); -- --- Data for Name: ebr_ebrstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_ebrstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_ebrstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, ebr_id, shift_id, entityversion) FROM stdin; @@ -23219,14 +21502,14 @@ COPY ebr_ebrstatechange (id, dateandtime, sourcestate, targetstate, status, phas -- --- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_ebrstatechange_id_seq', 1, false); -- --- Data for Name: ebr_formula; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_formula; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_formula (id, value, instruction_id, choseninstruction_id, operator, prefix, suffix, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -23234,14 +21517,14 @@ COPY ebr_formula (id, value, instruction_id, choseninstruction_id, operator, pre -- --- Name: ebr_formula_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_formula_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_formula_id_seq', 1, false); -- --- Data for Name: ebr_instruction; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_instruction; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_instruction (id, orderid, description, rangefrom, rangeto, rangeunit, targetvalue, verificationrequired, ebr_id, result, value, comments, state, createdate, updatedate, createuser, updateuser, instruction_id, entityversion) FROM stdin; @@ -23249,14 +21532,14 @@ COPY ebr_instruction (id, orderid, description, rangefrom, rangeto, rangeunit, t -- --- Name: ebr_instruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_instruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_instruction_id_seq', 1, false); -- --- Data for Name: ebr_instructionstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_instructionstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_instructionstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, instruction_id, shift_id, entityversion) FROM stdin; @@ -23264,14 +21547,14 @@ COPY ebr_instructionstatechange (id, dateandtime, sourcestate, targetstate, stat -- --- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_instructionstatechange_id_seq', 1, false); -- --- Data for Name: efcsimple_enovaimportedorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: efcsimple_enovaimportedorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY efcsimple_enovaimportedorder (id, number, clientname, clientaddress, state, drawdate, realizationdate, converted, entityversion) FROM stdin; @@ -23279,14 +21562,14 @@ COPY efcsimple_enovaimportedorder (id, number, clientname, clientaddress, state, -- --- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('efcsimple_enovaimportedorder_id_seq', 1, false); -- --- Data for Name: efcsimple_enovaimportedorderproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: efcsimple_enovaimportedorderproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY efcsimple_enovaimportedorderproduct (id, order_id, product_id, ordernumber, quantity, entityversion) FROM stdin; @@ -23294,14 +21577,14 @@ COPY efcsimple_enovaimportedorderproduct (id, order_id, product_id, ordernumber, -- --- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('efcsimple_enovaimportedorderproduct_id_seq', 1, false); -- --- Data for Name: efcsimple_enovaimportedproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: efcsimple_enovaimportedproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY efcsimple_enovaimportedproduct (id, type, identificationcode, ean, name, description, unit, converted, entityversion) FROM stdin; @@ -23309,14 +21592,14 @@ COPY efcsimple_enovaimportedproduct (id, type, identificationcode, ean, name, de -- --- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('efcsimple_enovaimportedproduct_id_seq', 1, false); -- --- Data for Name: emailnotifications_staffnotification; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: emailnotifications_staffnotification; Type: TABLE DATA; Schema: public; Owner: - -- COPY emailnotifications_staffnotification (id, email, staff_id, createdate, updatedate, createuser, updateuser, _id, parameter_id, createdeliveryminstate, entityversion) FROM stdin; @@ -23324,14 +21607,29 @@ COPY emailnotifications_staffnotification (id, email, staff_id, createdate, upda -- --- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('emailnotifications_staffnotification_id_seq', 1, false); -- --- Data for Name: esilco_printdocuments; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: esilco_importpositionerror; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY esilco_importpositionerror (id, document_id, quantity, productcode, name) FROM stdin; +\. + + +-- +-- Name: esilco_importpositionerror_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('esilco_importpositionerror_id_seq', 1, false); + + +-- +-- Data for Name: esilco_printdocuments; Type: TABLE DATA; Schema: public; Owner: - -- COPY esilco_printdocuments (id, active, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -23339,14 +21637,14 @@ COPY esilco_printdocuments (id, active, createdate, updatedate, createuser, upda -- --- Name: esilco_printdocuments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: esilco_printdocuments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('esilco_printdocuments_id_seq', 1, false); -- --- Data for Name: goodfood_confectionadditionalinputproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionadditionalinputproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionadditionalinputproduct (id, confectionprotocol_id, batch_id, product_id, takenonquantity, takenofquantity, cullquantity, effectivequantity, entityversion) FROM stdin; @@ -23354,14 +21652,14 @@ COPY goodfood_confectionadditionalinputproduct (id, confectionprotocol_id, batch -- --- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionadditionalinputproduct_id_seq', 1, false); -- --- Data for Name: goodfood_confectioncontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectioncontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectioncontext (id, day, generated, confirmed, place, productionline_id, shift_id, operator_id, entityversion) FROM stdin; @@ -23369,14 +21667,14 @@ COPY goodfood_confectioncontext (id, day, generated, confirmed, place, productio -- --- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectioncontext_id_seq', 1, false); -- --- Data for Name: goodfood_confectioninputproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectioninputproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectioninputproduct (id, confectionprotocol_id, batch_id, product_id, takenonquantity, takenofquantity, cullquantity, effectivequantity, entityversion) FROM stdin; @@ -23384,14 +21682,14 @@ COPY goodfood_confectioninputproduct (id, confectionprotocol_id, batch_id, produ -- --- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectioninputproduct_id_seq', 1, false); -- --- Data for Name: goodfood_confectionprotocol; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionprotocol; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionprotocol (id, generationdate, state, laststatechangefails, confectioncontext_id, number, dayofshiftstart, productionline_id, toproduce, startdate, finishdate, order_id, ordernumber, productnameandnumber, qcp5code, filmproduct_id, restoneofcartonsquantity, resttwoofcartonsquantity, allpalletquantity, quantityofallcartonsquantity, wastewafers, effectiveproducedquantity, effectiveexecutiontimestart, effectiveexecutiontimeend, externalnumber, externalsynchronized, active, laststatechangefailcause, showlaststatechangeresult, isdoubled, additionalfilmproduct_id, iscorrected, productiondate, entityversion, comments, sendagaintoblackbox, finalprotocol, plannextorderinfo, plannextorderinfoargs) FROM stdin; @@ -23399,21 +21697,21 @@ COPY goodfood_confectionprotocol (id, generationdate, state, laststatechangefail -- --- Name: goodfood_confectionprotocol_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionprotocol_externalnumber_seq', 1, false); -- --- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionprotocol_id_seq', 1, false); -- --- Data for Name: goodfood_confectionprotocolcorrect; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionprotocolcorrect; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionprotocolcorrect (id, confectionprotocol_id, correctdate, correctreason, createdate, updatedate, createuser, updateuser, isconfirmed, entityversion) FROM stdin; @@ -23421,14 +21719,14 @@ COPY goodfood_confectionprotocolcorrect (id, confectionprotocol_id, correctdate, -- --- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionprotocolcorrect_id_seq', 1, false); -- --- Data for Name: goodfood_confectionprotocolstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionprotocolstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionprotocolstatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, confectionprotocol_id, entityversion) FROM stdin; @@ -23436,14 +21734,14 @@ COPY goodfood_confectionprotocolstatechange (id, dateandtime, sourcestate, targe -- --- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionprotocolstatechange_id_seq', 1, false); -- --- Data for Name: goodfood_confectionremainderinputproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionremainderinputproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionremainderinputproduct (id, confectionprotocol_id, product_id, usedquantity, isdoubled, entityversion, usedbatches) FROM stdin; @@ -23451,14 +21749,14 @@ COPY goodfood_confectionremainderinputproduct (id, confectionprotocol_id, produc -- --- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionremainderinputproduct_id_seq', 1, false); -- --- Data for Name: goodfood_confectionstaff; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionstaff; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionstaff (id, confectionprotocol_id, worker_id, labortime, effectiveexecutiontimestart, effectiveexecutiontimeend, entityversion) FROM stdin; @@ -23466,14 +21764,14 @@ COPY goodfood_confectionstaff (id, confectionprotocol_id, worker_id, labortime, -- --- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionstaff_id_seq', 1, false); -- --- Data for Name: goodfood_eventlog; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_eventlog; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_eventlog (id, eventtype, description, user_id, startdate, finishdate, product_id, ssccnumber, quantity, sourcelocation, destinationlocation, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -23481,14 +21779,14 @@ COPY goodfood_eventlog (id, eventtype, description, user_id, startdate, finishda -- --- Name: goodfood_eventlog_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_eventlog_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_eventlog_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionaddedingrediententry; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionaddedingrediententry; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionaddedingrediententry (id, extrusionprotocol_id, ingredient_id, batch_id, quantity, succession, partialquantity1, partialquantity2, partialquantity3, partialquantity4, partialquantity5, partialquantity6, entityversion) FROM stdin; @@ -23496,14 +21794,14 @@ COPY goodfood_extrusionaddedingrediententry (id, extrusionprotocol_id, ingredien -- --- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionaddedingrediententry_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionaddedmixentry; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionaddedmixentry; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionaddedmixentry (id, extrusionprotocol_id, ingredient_id, batch_id, quantity, succession, partialquantity1, partialquantity2, partialquantity3, partialquantity4, partialquantity5, partialquantity6, entityversion) FROM stdin; @@ -23511,14 +21809,14 @@ COPY goodfood_extrusionaddedmixentry (id, extrusionprotocol_id, ingredient_id, b -- --- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionaddedmixentry_id_seq', 1, false); -- --- Data for Name: goodfood_extrusioncontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusioncontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusioncontext (id, day, generated, confirmed, place, productionline_id, shift_id, operator_id, entityversion) FROM stdin; @@ -23526,14 +21824,14 @@ COPY goodfood_extrusioncontext (id, day, generated, confirmed, place, production -- --- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusioncontext_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionprotocol; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionprotocol; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionprotocol (id, generationdate, state, laststatechangefails, extrusioncontext_id, number, dayofshiftstart, productionline_id, toproduce, changeover, startdate, finishdate, numberofavailableworkstation, order_id, ordernumber, productnameandnumber, mixproduct, operatorworkstartdate, operatorworkfinishdate, externalnumber, externalsynchronized, active, laststatechangefailcause, showlaststatechangeresult, iscorrected, entityversion, comments, sendagaintoblackbox) FROM stdin; @@ -23541,21 +21839,21 @@ COPY goodfood_extrusionprotocol (id, generationdate, state, laststatechangefails -- --- Name: goodfood_extrusionprotocol_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionprotocol_externalnumber_seq', 1, false); -- --- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionprotocol_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionprotocolcorrect; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionprotocolcorrect; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionprotocolcorrect (id, extrusionprotocol_id, correctdate, correctreason, createdate, updatedate, createuser, updateuser, isconfirmed, entityversion) FROM stdin; @@ -23563,14 +21861,14 @@ COPY goodfood_extrusionprotocolcorrect (id, extrusionprotocol_id, correctdate, c -- --- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionprotocolcorrect_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionprotocolstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionprotocolstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionprotocolstatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, extrusionprotocol_id, entityversion) FROM stdin; @@ -23578,14 +21876,14 @@ COPY goodfood_extrusionprotocolstatechange (id, dateandtime, sourcestate, target -- --- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionprotocolstatechange_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionsouse; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionsouse; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionsouse (id, extrusionprotocol_id, category, datesouse, datedownload, worker_id, wetness, entityversion) FROM stdin; @@ -23593,14 +21891,14 @@ COPY goodfood_extrusionsouse (id, extrusionprotocol_id, category, datesouse, dat -- --- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionsouse_id_seq', 1, false); -- --- Data for Name: goodfood_extrusiontakenoffmixentry; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusiontakenoffmixentry; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusiontakenoffmixentry (id, extrusionprotocol_id, ingredient_id, batch_id, quantity, succession, partialquantity1, partialquantity2, partialquantity3, partialquantity4, partialquantity5, partialquantity6, entityversion) FROM stdin; @@ -23608,14 +21906,14 @@ COPY goodfood_extrusiontakenoffmixentry (id, extrusionprotocol_id, ingredient_id -- --- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusiontakenoffmixentry_id_seq', 1, false); -- --- Data for Name: goodfood_goodfoodreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_goodfoodreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_goodfoodreport (id, number, name, datefrom, dateto, filename, generated, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -23623,14 +21921,14 @@ COPY goodfood_goodfoodreport (id, number, name, datefrom, dateto, filename, gene -- --- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_goodfoodreport_id_seq', 1, false); -- --- Data for Name: goodfood_label; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_label; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_label (id, palletcontext_id, printedcount, firstssccnumber, firstpalletnumber, lastssccnumber, lastpalletnumber, masterorder_id, productionline_id, batchnumber, bestbefore, registrationdate, active, batch_id, state, entityversion) FROM stdin; @@ -23638,21 +21936,21 @@ COPY goodfood_label (id, palletcontext_id, printedcount, firstssccnumber, firstp -- --- Name: goodfood_label_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_label_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_label_id_seq', 1, false); -- --- Name: goodfood_labeldto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_labeldto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_labeldto_id_seq', 1, false); -- --- Data for Name: goodfood_labelstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_labelstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_labelstatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, label_id, entityversion) FROM stdin; @@ -23660,14 +21958,14 @@ COPY goodfood_labelstatechange (id, dateandtime, sourcestate, targetstate, statu -- --- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_labelstatechange_id_seq', 1, false); -- --- Data for Name: goodfood_pallet; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_pallet; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_pallet (id, palletcontext_id, label_id, typeoflogistics, printedcount, ssccnumber, palletnumber, secondpallet_id, state, isstateerror, stateerror, registrationdate, senddate, active, packagescount, laststatechangefails, laststatechangefailcause, externalnumber, externalsynchronized, eurocod, entityversion, sendagaintoblackbox) FROM stdin; @@ -23675,21 +21973,21 @@ COPY goodfood_pallet (id, palletcontext_id, label_id, typeoflogistics, printedco -- --- Name: goodfood_pallet_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_pallet_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_pallet_externalnumber_seq', 1, false); -- --- Name: goodfood_pallet_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_pallet_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_pallet_id_seq', 1, false); -- --- Data for Name: goodfood_palletcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_palletcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_palletcontext (id, confirmed, day, shift_id, createdate, updatedate, createuser, updateuser, operator_id, entityversion) FROM stdin; @@ -23697,21 +21995,21 @@ COPY goodfood_palletcontext (id, confirmed, day, shift_id, createdate, updatedat -- --- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_palletcontext_id_seq', 1, false); -- --- Name: goodfood_palletdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_palletdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_palletdto_id_seq', 1, false); -- --- Data for Name: goodfood_palletstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_palletstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_palletstatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, pallet_id, entityversion) FROM stdin; @@ -23719,14 +22017,14 @@ COPY goodfood_palletstatechange (id, dateandtime, sourcestate, targetstate, stat -- --- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_palletstatechange_id_seq', 1, false); -- --- Data for Name: goodfood_printedlabel; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_printedlabel; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_printedlabel (id, cartonlabel, masterorder_id, ssccnumber, palletcontext_id, productionline_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -23734,21 +22032,21 @@ COPY goodfood_printedlabel (id, cartonlabel, masterorder_id, ssccnumber, palletc -- --- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_printedlabel_id_seq', 1, false); -- --- Name: goodfood_printedlabeldto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_printedlabeldto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_printedlabeldto_id_seq', 1, false); -- --- Data for Name: goodfood_ssccnumber; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_ssccnumber; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_ssccnumber (id, prefix, number, suffix, entityversion) FROM stdin; @@ -23756,21 +22054,21 @@ COPY goodfood_ssccnumber (id, prefix, number, suffix, entityversion) FROM stdin; -- --- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_ssccnumber_id_seq', 1, false); -- --- Name: hibernate_sequence; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: hibernate_sequence; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('hibernate_sequence', 1, false); -- --- Data for Name: integrationbartender_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbartender_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbartender_printlabelshelper (id, printer, createdate, updatedate, createuser, updateuser, quantity, masterorder_id) FROM stdin; @@ -23778,14 +22076,14 @@ COPY integrationbartender_printlabelshelper (id, printer, createdate, updatedate -- --- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbartender_printlabelshelper_id_seq', 1, false); -- --- Data for Name: integrationbartender_sendtoprint; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbartender_sendtoprint; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbartender_sendtoprint (id, printlabelshelper_id, path, printer, createdate, updatedate, createuser, updateuser, quantity) FROM stdin; @@ -23793,14 +22091,14 @@ COPY integrationbartender_sendtoprint (id, printlabelshelper_id, path, printer, -- --- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbartender_sendtoprint_id_seq', 1, false); -- --- Data for Name: integrationbaselinker_baselinkerparameters; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbaselinker_baselinkerparameters; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbaselinker_baselinkerparameters (id, documenttype, locationfrom_id, locationto_id, createmasterorders, createdocuments) FROM stdin; @@ -23808,14 +22106,14 @@ COPY integrationbaselinker_baselinkerparameters (id, documenttype, locationfrom_ -- --- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbaselinker_baselinkerparameters_id_seq', 1, false); -- --- Data for Name: integrationbaselinker_statusesfordocument; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbaselinker_statusesfordocument; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbaselinker_statusesfordocument (id, baselinkerparameters_id, statustaken, statusawarded) FROM stdin; @@ -23823,14 +22121,14 @@ COPY integrationbaselinker_statusesfordocument (id, baselinkerparameters_id, sta -- --- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbaselinker_statusesfordocument_id_seq', 1, false); -- --- Data for Name: integrationbaselinker_statusesformasterorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbaselinker_statusesformasterorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbaselinker_statusesformasterorder (id, baselinkerparameters_id, statustaken, statusawarded) FROM stdin; @@ -23838,14 +22136,14 @@ COPY integrationbaselinker_statusesformasterorder (id, baselinkerparameters_id, -- --- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbaselinker_statusesformasterorder_id_seq', 1, false); -- --- Data for Name: jointable_action_subassembly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_action_subassembly; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_action_subassembly (action_id, subassembly_id) FROM stdin; @@ -23853,7 +22151,7 @@ COPY jointable_action_subassembly (action_id, subassembly_id) FROM stdin; -- --- Data for Name: jointable_action_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_action_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_action_workstation (action_id, workstation_id) FROM stdin; @@ -23861,7 +22159,7 @@ COPY jointable_action_workstation (action_id, workstation_id) FROM stdin; -- --- Data for Name: jointable_action_workstationtype; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_action_workstationtype; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_action_workstationtype (action_id, workstationtype_id) FROM stdin; @@ -23869,7 +22167,7 @@ COPY jointable_action_workstationtype (action_id, workstationtype_id) FROM stdin -- --- Data for Name: jointable_anomaly_anomalyreason; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_anomaly_anomalyreason; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_anomaly_anomalyreason (anomalyreason_id, anomaly_id) FROM stdin; @@ -23877,7 +22175,7 @@ COPY jointable_anomaly_anomalyreason (anomalyreason_id, anomaly_id) FROM stdin; -- --- Data for Name: jointable_company_negotiation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_negotiation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_negotiation (negotiation_id, company_id) FROM stdin; @@ -23885,7 +22183,7 @@ COPY jointable_company_negotiation (negotiation_id, company_id) FROM stdin; -- --- Data for Name: jointable_company_operation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_operation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_operation (operation_id, company_id) FROM stdin; @@ -23893,7 +22191,7 @@ COPY jointable_company_operation (operation_id, company_id) FROM stdin; -- --- Data for Name: jointable_company_operationgroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_operationgroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_operationgroup (operationgroup_id, company_id) FROM stdin; @@ -23901,7 +22199,7 @@ COPY jointable_company_operationgroup (operationgroup_id, company_id) FROM stdin -- --- Data for Name: jointable_company_subassembly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_subassembly; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_subassembly (company_id, subassembly_id) FROM stdin; @@ -23909,7 +22207,7 @@ COPY jointable_company_subassembly (company_id, subassembly_id) FROM stdin; -- --- Data for Name: jointable_company_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_workstation (company_id, workstation_id) FROM stdin; @@ -23917,7 +22215,7 @@ COPY jointable_company_workstation (company_id, workstation_id) FROM stdin; -- --- Data for Name: jointable_coverageorderhelper_orderdto; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_coverageorderhelper_orderdto; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_coverageorderhelper_orderdto (coverageorderhelper_id, orderdto_id) FROM stdin; @@ -23925,7 +22223,7 @@ COPY jointable_coverageorderhelper_orderdto (coverageorderhelper_id, orderdto_id -- --- Data for Name: jointable_division_productionline; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_division_productionline; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_division_productionline (productionline_id, division_id) FROM stdin; @@ -23933,7 +22231,7 @@ COPY jointable_division_productionline (productionline_id, division_id) FROM std -- --- Data for Name: jointable_faulttype_subassembly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_faulttype_subassembly; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_faulttype_subassembly (faulttype_id, subassembly_id) FROM stdin; @@ -23941,7 +22239,7 @@ COPY jointable_faulttype_subassembly (faulttype_id, subassembly_id) FROM stdin; -- --- Data for Name: jointable_faulttype_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_faulttype_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_faulttype_workstation (workstation_id, faulttype_id) FROM stdin; @@ -23949,7 +22247,7 @@ COPY jointable_faulttype_workstation (workstation_id, faulttype_id) FROM stdin; -- --- Data for Name: jointable_faulttype_workstationtype; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_faulttype_workstationtype; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_faulttype_workstationtype (workstationtype_id, faulttype_id) FROM stdin; @@ -23957,7 +22255,7 @@ COPY jointable_faulttype_workstationtype (workstationtype_id, faulttype_id) FROM -- --- Data for Name: jointable_group_role; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_group_role; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_group_role (group_id, role_id) FROM stdin; @@ -23974,7 +22272,7 @@ COPY jointable_group_role (group_id, role_id) FROM stdin; -- --- Data for Name: jointable_instruction_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_instruction_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_instruction_workstation (workstation_id, instruction_id) FROM stdin; @@ -23982,7 +22280,7 @@ COPY jointable_instruction_workstation (workstation_id, instruction_id) FROM std -- --- Data for Name: jointable_issue_productstoissuehelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_issue_productstoissuehelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_issue_productstoissuehelper (productstoissuehelper_id, issue_id) FROM stdin; @@ -23990,7 +22288,7 @@ COPY jointable_issue_productstoissuehelper (productstoissuehelper_id, issue_id) -- --- Data for Name: jointable_label_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_label_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_label_printlabelshelper (printlabelshelper_id, label_id) FROM stdin; @@ -23998,7 +22296,7 @@ COPY jointable_label_printlabelshelper (printlabelshelper_id, label_id) FROM std -- --- Data for Name: jointable_materialrequirement_order; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_materialrequirement_order; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_materialrequirement_order (materialrequirement_id, order_id) FROM stdin; @@ -24006,7 +22304,7 @@ COPY jointable_materialrequirement_order (materialrequirement_id, order_id) FROM -- --- Data for Name: jointable_multiassignmenttoshift_staff; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_multiassignmenttoshift_staff; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_multiassignmenttoshift_staff (multiassignmenttoshift_id, staff_id) FROM stdin; @@ -24014,7 +22312,7 @@ COPY jointable_multiassignmenttoshift_staff (multiassignmenttoshift_id, staff_id -- --- Data for Name: jointable_operation_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_operation_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_operation_workstation (workstation_id, operation_id) FROM stdin; @@ -24022,7 +22320,7 @@ COPY jointable_operation_workstation (workstation_id, operation_id) FROM stdin; -- --- Data for Name: jointable_order_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_order_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_order_printlabelshelper (printlabelshelper_id, order_id) FROM stdin; @@ -24030,7 +22328,7 @@ COPY jointable_order_printlabelshelper (printlabelshelper_id, order_id) FROM std -- --- Data for Name: jointable_order_workplan; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_order_workplan; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_order_workplan (workplan_id, order_id) FROM stdin; @@ -24038,7 +22336,7 @@ COPY jointable_order_workplan (workplan_id, order_id) FROM stdin; -- --- Data for Name: jointable_palletnumber_palletnumberhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_palletnumber_palletnumberhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_palletnumber_palletnumberhelper (palletnumberhelper_id, palletnumber_id) FROM stdin; @@ -24046,7 +22344,7 @@ COPY jointable_palletnumber_palletnumberhelper (palletnumberhelper_id, palletnum -- --- Data for Name: jointable_plannedevent_plannedevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_plannedevent_plannedevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_plannedevent_plannedevent (plannedevent_id, relatedevent_id) FROM stdin; @@ -24054,7 +22352,7 @@ COPY jointable_plannedevent_plannedevent (plannedevent_id, relatedevent_id) FROM -- --- Data for Name: jointable_plannedevent_staff; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_plannedevent_staff; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_plannedevent_staff (plannedevent_id, staff_id) FROM stdin; @@ -24062,7 +22360,7 @@ COPY jointable_plannedevent_staff (plannedevent_id, staff_id) FROM stdin; -- --- Data for Name: jointable_printlabelshelper_printedlabel; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_printlabelshelper_printedlabel; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_printlabelshelper_printedlabel (printedlabel_id, printlabelshelper_id) FROM stdin; @@ -24070,7 +22368,7 @@ COPY jointable_printlabelshelper_printedlabel (printedlabel_id, printlabelshelpe -- --- Data for Name: jointable_product_warehouseminimumstatemulti; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_product_warehouseminimumstatemulti; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_product_warehouseminimumstatemulti (product_id, warehouseminimumstatemulti_id) FROM stdin; @@ -24078,7 +22376,7 @@ COPY jointable_product_warehouseminimumstatemulti (product_id, warehouseminimums -- --- Data for Name: jointable_productionline_shift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_productionline_shift; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_productionline_shift (productionline_id, shift_id) FROM stdin; @@ -24086,7 +22384,7 @@ COPY jointable_productionline_shift (productionline_id, shift_id) FROM stdin; -- --- Data for Name: jointable_productionline_technology; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_productionline_technology; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_productionline_technology (technology_id, productionline_id) FROM stdin; @@ -24094,7 +22392,7 @@ COPY jointable_productionline_technology (technology_id, productionline_id) FROM -- --- Data for Name: jointable_productionline_technologygroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_productionline_technologygroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_productionline_technologygroup (technologygroup_id, productionline_id) FROM stdin; @@ -24102,7 +22400,7 @@ COPY jointable_productionline_technologygroup (technologygroup_id, productionlin -- --- Data for Name: jointable_recipe_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_recipe_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_recipe_workstation (recipe_id, workstation_id) FROM stdin; @@ -24110,7 +22408,7 @@ COPY jointable_recipe_workstation (recipe_id, workstation_id) FROM stdin; -- --- Data for Name: jointable_staff_timeusagereportfilter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_staff_timeusagereportfilter; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_staff_timeusagereportfilter (staff_id, timeusagereportfilter_id) FROM stdin; @@ -24118,7 +22416,7 @@ COPY jointable_staff_timeusagereportfilter (staff_id, timeusagereportfilter_id) -- --- Data for Name: jointable_technologyoperationcomponent_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_technologyoperationcomponent_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_technologyoperationcomponent_workstation (technologyoperationcomponent_id, workstation_id) FROM stdin; @@ -24126,14 +22424,14 @@ COPY jointable_technologyoperationcomponent_workstation (technologyoperationcomp -- --- Name: linechangeovernorms_groupsview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: linechangeovernorms_groupsview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('linechangeovernorms_groupsview_id_seq', 1, false); -- --- Data for Name: linechangeovernorms_linechangeovernorms; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: linechangeovernorms_linechangeovernorms; Type: TABLE DATA; Schema: public; Owner: - -- COPY linechangeovernorms_linechangeovernorms (id, number, changeovertype, fromtechnology_id, totechnology_id, fromtechnologygroup_id, totechnologygroup_id, productionline_id, duration, name, entityversion) FROM stdin; @@ -24141,28 +22439,28 @@ COPY linechangeovernorms_linechangeovernorms (id, number, changeovertype, fromte -- --- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('linechangeovernorms_linechangeovernorms_id_seq', 1, false); -- --- Name: linechangeovernorms_normflatview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: linechangeovernorms_normflatview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('linechangeovernorms_normflatview_id_seq', 1, false); -- --- Name: linechangeovernorms_ordersnormview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: linechangeovernorms_ordersnormview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('linechangeovernorms_ordersnormview_id_seq', 1, false); -- --- Data for Name: masterorders_masterorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: masterorders_masterorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY masterorders_masterorder (id, number, name, description, externalnumber, deadline, addmasterprefixtonumber, masterorderstate, company_id, externalsynchronized, generationdateoneec, cancelsynchronizationreason, active, pw2prod, batch_id, masterorderdefinition_id, startdate, finishdate, entityversion, sendagaintoblackbox, dateofreceipt, address_id, externalproductionorderid, ponumber, direction, createdate, updatedate, createuser, updateuser, deliverynotenumber, cancelsynchronizationtype, companypayer_id) FROM stdin; @@ -24170,14 +22468,14 @@ COPY masterorders_masterorder (id, number, name, description, externalnumber, de -- --- Name: masterorders_masterorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorder_id_seq', 1, false); -- --- Data for Name: masterorders_masterorderdefinition; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: masterorders_masterorderdefinition; Type: TABLE DATA; Schema: public; Owner: - -- COPY masterorders_masterorderdefinition (id, number, name, parameter_id, active, entityversion) FROM stdin; @@ -24185,42 +22483,42 @@ COPY masterorders_masterorderdefinition (id, number, name, parameter_id, active, -- --- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderdefinition_id_seq', 1, false); -- --- Name: masterorders_masterorderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderdto_id_seq', 1, false); -- --- Name: masterorders_masterorderposition_manyproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_manyproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderposition_manyproducts_id_seq', 1, false); -- --- Name: masterorders_masterorderposition_oneproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_oneproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderposition_oneproduct_id_seq', 1, false); -- --- Name: masterorders_masterorderpositiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderpositiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderpositiondto_id_seq', 1, false); -- --- Data for Name: masterorders_masterorderproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: masterorders_masterorderproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY masterorders_masterorderproduct (id, product_id, technology_id, masterorder_id, masterorderquantity, cumulatedorderquantity, producedorderquantity, entityversion, lefttorelease, comments, masterorderpositionstatus) FROM stdin; @@ -24228,14 +22526,14 @@ COPY masterorders_masterorderproduct (id, product_id, technology_id, masterorder -- --- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderproduct_id_seq', 1, false); -- --- Data for Name: materialflow_location; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_location; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_location (id, number, name, type, externalnumber, algorithm, requireprice, requirebatch, requireproductiondate, requireexpirationdate, entityversion) FROM stdin; @@ -24243,14 +22541,14 @@ COPY materialflow_location (id, number, name, type, externalnumber, algorithm, r -- --- Name: materialflow_location_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_location_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_location_id_seq', 1, false); -- --- Data for Name: materialflow_materialsinlocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_materialsinlocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_materialsinlocation (id, name, materialflowfordate, "time", worker, generated, filename, active, entityversion) FROM stdin; @@ -24258,14 +22556,14 @@ COPY materialflow_materialsinlocation (id, name, materialflowfordate, "time", wo -- --- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_materialsinlocation_id_seq', 1, false); -- --- Data for Name: materialflow_materialsinlocationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_materialsinlocationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_materialsinlocationcomponent (id, materialsinlocation_id, location_id, entityversion) FROM stdin; @@ -24273,14 +22571,14 @@ COPY materialflow_materialsinlocationcomponent (id, materialsinlocation_id, loca -- --- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_materialsinlocationcomponent_id_seq', 1, false); -- --- Data for Name: materialflow_stockcorrection; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_stockcorrection; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_stockcorrection (id, number, stockcorrectiondate, location_id, product_id, found, staff_id, entityversion) FROM stdin; @@ -24288,14 +22586,14 @@ COPY materialflow_stockcorrection (id, number, stockcorrectiondate, location_id, -- --- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_stockcorrection_id_seq', 1, false); -- --- Data for Name: materialflow_transfer; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_transfer; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_transfer (id, number, type, "time", locationfrom_id, locationto_id, product_id, quantity, staff_id, transformationsconsumption_id, transformationsproduction_id, fromdelivery_id, price, entityversion) FROM stdin; @@ -24303,14 +22601,14 @@ COPY materialflow_transfer (id, number, type, "time", locationfrom_id, locationt -- --- Name: materialflow_transfer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_transfer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_transfer_id_seq', 1, false); -- --- Data for Name: materialflow_transformations; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_transformations; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_transformations (id, number, name, "time", locationfrom_id, locationto_id, staff_id, operation_id, entityversion) FROM stdin; @@ -24318,14 +22616,14 @@ COPY materialflow_transformations (id, number, name, "time", locationfrom_id, lo -- --- Name: materialflow_transformations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_transformations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_transformations_id_seq', 1, false); -- --- Data for Name: materialflow_userlocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_userlocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_userlocation (id, location_id, user_id) FROM stdin; @@ -24333,14 +22631,14 @@ COPY materialflow_userlocation (id, location_id, user_id) FROM stdin; -- --- Name: materialflow_userlocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_userlocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_userlocation_id_seq', 1, false); -- --- Data for Name: materialflowmultitransfers_productquantity; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowmultitransfers_productquantity; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowmultitransfers_productquantity (id, product_id, quantity, transfer_id, price, entityversion) FROM stdin; @@ -24348,14 +22646,14 @@ COPY materialflowmultitransfers_productquantity (id, product_id, quantity, trans -- --- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowmultitransfers_productquantity_id_seq', 1, false); -- --- Data for Name: materialflowmultitransfers_transfertemplate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowmultitransfers_transfertemplate; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowmultitransfers_transfertemplate (id, locationfrom_id, locationto_id, product_id, entityversion) FROM stdin; @@ -24363,14 +22661,14 @@ COPY materialflowmultitransfers_transfertemplate (id, locationfrom_id, locationt -- --- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowmultitransfers_transfertemplate_id_seq', 1, false); -- --- Data for Name: materialflowresources_attribute; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_attribute; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_attribute (id, name, location_id, defaultvalue, entityversion) FROM stdin; @@ -24378,14 +22676,14 @@ COPY materialflowresources_attribute (id, name, location_id, defaultvalue, entit -- --- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_attribute_id_seq', 1, false); -- --- Data for Name: materialflowresources_attributevalue; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_attributevalue; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_attributevalue (id, attribute_id, value, position_id, resource_id, entityversion) FROM stdin; @@ -24393,14 +22691,14 @@ COPY materialflowresources_attributevalue (id, attribute_id, value, position_id, -- --- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_attributevalue_id_seq', 1, false); -- --- Data for Name: materialflowresources_costnormsgenerator; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_costnormsgenerator; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_costnormsgenerator (id, costssource, productstoupdate, entityversion) FROM stdin; @@ -24408,14 +22706,14 @@ COPY materialflowresources_costnormsgenerator (id, costssource, productstoupdate -- --- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_costnormsgenerator_id_seq', 1, false); -- --- Data for Name: materialflowresources_costnormslocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_costnormslocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_costnormslocation (id, costnormsgenerator_id, location_id, entityversion) FROM stdin; @@ -24423,14 +22721,14 @@ COPY materialflowresources_costnormslocation (id, costnormsgenerator_id, locatio -- --- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_costnormslocation_id_seq', 1, false); -- --- Data for Name: materialflowresources_document; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_document; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_document (id, number, type, "time", state, locationfrom_id, locationto_id, user_id, delivery_id, active, createdate, updatedate, createuser, updateuser, order_id, description, suborder_id, company_id, maintenanceevent_id, entityversion, plannedevent_id, name, createlinkedpzdocument, linkedpzdocumentlocation_id, address_id, inbuffer, dispositionshift_id) FROM stdin; @@ -24438,56 +22736,56 @@ COPY materialflowresources_document (id, number, type, "time", state, locationfr -- --- Name: materialflowresources_document_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_id_seq', 1, false); -- --- Name: materialflowresources_document_number_mm; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_mm; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_mm', 1, false); -- --- Name: materialflowresources_document_number_pw; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_pw; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_pw', 1, false); -- --- Name: materialflowresources_document_number_pz; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_pz; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_pz', 1, false); -- --- Name: materialflowresources_document_number_rw; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_rw; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_rw', 1, false); -- --- Name: materialflowresources_document_number_wz; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_wz; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_wz', 1, false); -- --- Name: materialflowresources_documentdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_documentdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_documentdto_id_seq', 1, false); -- --- Data for Name: materialflowresources_documentpositionparameters; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_documentpositionparameters; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_documentpositionparameters (id, suggestresource, draftmakesreservation, acceptanceofdocumentbeforeprinting, notshowprices, presenttotalamountandrest, pallettoshift, palletwithfreeplace) FROM stdin; @@ -24496,14 +22794,14 @@ COPY materialflowresources_documentpositionparameters (id, suggestresource, draf -- --- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_documentpositionparameters_id_seq', 1, true); -- --- Data for Name: materialflowresources_documentpositionparametersitem; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_documentpositionparametersitem; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_documentpositionparametersitem (id, checked, editable, parameters_id, name, ordering) FROM stdin; @@ -24530,14 +22828,14 @@ COPY materialflowresources_documentpositionparametersitem (id, checked, editable -- --- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_documentpositionparametersitem_id_seq', 19, true); -- --- Data for Name: materialflowresources_palletbalance; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_palletbalance; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_palletbalance (id, number, name, datefrom, dateto, includeweekends, createdate, updatedate, createuser, updateuser, generated, filename, generateddate, generatedby) FROM stdin; @@ -24545,14 +22843,14 @@ COPY materialflowresources_palletbalance (id, number, name, datefrom, dateto, in -- --- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_palletbalance_id_seq', 1, false); -- --- Data for Name: materialflowresources_palletmovehelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_palletmovehelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_palletmovehelper (id) FROM stdin; @@ -24560,28 +22858,28 @@ COPY materialflowresources_palletmovehelper (id) FROM stdin; -- --- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_palletmovehelper_id_seq', 1, false); -- --- Name: materialflowresources_palletstoragestatedetailsdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedetailsdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_palletstoragestatedetailsdto_id_seq', 1, false); -- --- Name: materialflowresources_palletstoragestatedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_palletstoragestatedto_id_seq', 1, false); -- --- Data for Name: materialflowresources_position; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_position; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_position (id, document_id, product_id, quantity, price, batch, productiondate, expirationdate, number, resource_id, state, type, givenunit, givenquantity, entityversion, storagelocation_id, additionalcode_id, conversion, palletnumber_id, typeofpallet, waste, resourcereceiptdocument) FROM stdin; @@ -24589,21 +22887,21 @@ COPY materialflowresources_position (id, document_id, product_id, quantity, pric -- --- Name: materialflowresources_position_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_position_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_position_id_seq', 1, false); -- --- Name: materialflowresources_positiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_positiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_positiondto_id_seq', 1, false); -- --- Data for Name: materialflowresources_productstoragelocationhistory; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_productstoragelocationhistory; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_productstoragelocationhistory (id, storagelocationfrom_id, storagelocationto_id, product_id, location_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -24611,14 +22909,14 @@ COPY materialflowresources_productstoragelocationhistory (id, storagelocationfro -- --- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_productstoragelocationhistory_id_seq', 1, false); -- --- Data for Name: materialflowresources_reservation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_reservation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_reservation (id, location_id, product_id, quantity, position_id, productstoissue_id, resource_id) FROM stdin; @@ -24626,14 +22924,14 @@ COPY materialflowresources_reservation (id, location_id, product_id, quantity, p -- --- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_reservation_id_seq', 1, false); -- --- Data for Name: materialflowresources_resource; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_resource; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_resource (id, location_id, product_id, quantity, price, batch, "time", productiondate, expirationdate, iscorrected, entityversion, storagelocation_id, number, quantityinadditionalunit, additionalcode_id, conversion, palletnumber_id, typeofpallet, givenunit, username, waste, availablequantity, reservedquantity, deliverynumber) FROM stdin; @@ -24641,42 +22939,42 @@ COPY materialflowresources_resource (id, location_id, product_id, quantity, pric -- --- Name: materialflowresources_resource_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_id_seq', 1, false); -- --- Name: materialflowresources_resource_number_2014; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2014; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_number_2014', 1, false); -- --- Name: materialflowresources_resource_number_2015; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2015; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_number_2015', 1, false); -- --- Name: materialflowresources_resource_number_2016; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2016; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_number_2016', 1, false); -- --- Name: materialflowresources_resource_number_2017; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2017; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_number_2017', 1, false); -- --- Data for Name: materialflowresources_resourcecorrection; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_resourcecorrection; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_resourcecorrection (id, number, product_id, newquantity, oldquantity, location_id, "time", createdate, updatedate, createuser, updateuser, oldbatch, resource_id, entityversion, oldstoragelocation_id, newstoragelocation_id, oldprice, newprice, newbatch, oldpalletnumber_id, newpalletnumber_id, oldtypeofpallet, newtypeofpallet, oldexpirationdate, newexpirationdate, productiondate) FROM stdin; @@ -24684,21 +22982,21 @@ COPY materialflowresources_resourcecorrection (id, number, product_id, newquanti -- --- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcecorrection_id_seq', 1, false); -- --- Name: materialflowresources_resourcecorrectiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrectiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcecorrectiondto_id_seq', 1, false); -- --- Data for Name: materialflowresources_resourcestock; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_resourcestock; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_resourcestock (id, location_id, product_id, quantity, reservedquantity, availablequantity) FROM stdin; @@ -24706,28 +23004,28 @@ COPY materialflowresources_resourcestock (id, location_id, product_id, quantity, -- --- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcestock_id_seq', 1, false); -- --- Name: materialflowresources_resourcestockdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcestockdto_id_seq', 1, false); -- --- Name: materialflowresources_resourcestockdto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcestockdto_internal_id_seq', 1, false); -- --- Data for Name: materialflowresources_storagelocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_storagelocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_storagelocation (id, number, state, location_id, product_id, placestoragelocation, maximumnumberofpallets, createdate, updatedate, createuser, updateuser, active, highstoragelocation) FROM stdin; @@ -24735,21 +23033,21 @@ COPY materialflowresources_storagelocation (id, number, state, location_id, prod -- --- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_storagelocation_id_seq', 1, false); -- --- Name: materialflowresources_storagelocationdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_storagelocationdto_id_seq', 1, false); -- --- Data for Name: materialflowresources_storagelocationhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_storagelocationhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_storagelocationhelper (id, prefix, number, location_id, placestoragelocation, numberofstoragelocations, maximumnumberofpallets, highstoragelocation) FROM stdin; @@ -24757,14 +23055,14 @@ COPY materialflowresources_storagelocationhelper (id, prefix, number, location_i -- --- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_storagelocationhelper_id_seq', 1, false); -- --- Data for Name: materialflowresources_storagelocationhistory; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_storagelocationhistory; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_storagelocationhistory (id, storagelocation_id, productfrom_id, productto_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -24772,35 +23070,35 @@ COPY materialflowresources_storagelocationhistory (id, storagelocation_id, produ -- --- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_storagelocationhistory_id_seq', 1, false); -- --- Name: materialflowresources_warehousestock_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestock_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_warehousestock_id_seq', 1, false); -- --- Name: materialflowresources_warehousestocklistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_warehousestocklistdto_id_seq', 1, false); -- --- Name: materialflowresources_warehousestocklistdto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_warehousestocklistdto_internal_id_seq', 1, false); -- --- Data for Name: materialrequirementcoveragefororder_columnforcoveragesfororder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_columnforcoveragesfororder; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_columnforcoveragesfororder (id, identifier, name, description, columnfiller, alignment, succession, entityversion) FROM stdin; @@ -24818,14 +23116,14 @@ COPY materialrequirementcoveragefororder_columnforcoveragesfororder (id, identif -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_columnforcoveragesfororder_', 10, true); -- --- Data for Name: materialrequirementcoveragefororder_coveragefororder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_coveragefororder; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_coveragefororder (id, number, coveragetodate, actualdate, generateddate, generatedby, generated, saved, filename, belongstofamily_id, productextracted, coveragetype, includedraftdeliveries, order_id, createdate, updatedate, createuser, updateuser, generatedorders, entityversion) FROM stdin; @@ -24833,14 +23131,14 @@ COPY materialrequirementcoveragefororder_coveragefororder (id, number, coveraget -- --- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_coveragefororder_id_seq', 1, false); -- --- Data for Name: materialrequirementcoveragefororder_coveragelocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_coveragelocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_coveragelocation (id, coveragefororder_id, location_id, parameter_id, entityversion) FROM stdin; @@ -24848,14 +23146,14 @@ COPY materialrequirementcoveragefororder_coveragelocation (id, coveragefororder_ -- --- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_coveragelocation_id_seq', 1, false); -- --- Data for Name: materialrequirementcoveragefororder_coverageproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_coverageproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_coverageproduct (id, coveragefororder_id, product_id, lackfromdate, demandquantity, coveredquantity, reservemissingquantity, deliveredquantity, locationsquantity, state, ispurchased, issubcontracted, producttype, order_id, planedquantity, entityversion) FROM stdin; @@ -24863,14 +23161,14 @@ COPY materialrequirementcoveragefororder_coverageproduct (id, coveragefororder_i -- --- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_coverageproduct_id_seq', 1, false); -- --- Data for Name: materialrequirementcoveragefororder_coverageproductlogging; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_coverageproductlogging; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_coverageproductlogging (id, coverageproduct_id, date, delivery_id, order_id, operation_id, reservemissingquantity, changes, eventtype, state, subcontractedoperation_id, entityversion) FROM stdin; @@ -24878,14 +23176,14 @@ COPY materialrequirementcoveragefororder_coverageproductlogging (id, coveragepro -- --- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_coverageproductlogging_id_s', 1, false); -- --- Data for Name: materialrequirements_materialrequirement; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirements_materialrequirement; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirements_materialrequirement (id, name, number, date, worker, mrpalgorithm, generated, filename, active, entityversion) FROM stdin; @@ -24893,14 +23191,14 @@ COPY materialrequirements_materialrequirement (id, name, number, date, worker, m -- --- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirements_materialrequirement_id_seq', 1, false); -- --- Data for Name: nblsport_fabric; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nblsport_fabric; Type: TABLE DATA; Schema: public; Owner: - -- COPY nblsport_fabric (id, technologyoperationcomponent_id, product_id, hardener, resin, quantity, unit) FROM stdin; @@ -24908,14 +23206,14 @@ COPY nblsport_fabric (id, technologyoperationcomponent_id, product_id, hardener, -- --- Name: nblsport_fabric_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nblsport_fabric_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nblsport_fabric_id_seq', 1, false); -- --- Data for Name: nblsport_overhead; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nblsport_overhead; Type: TABLE DATA; Schema: public; Owner: - -- COPY nblsport_overhead (id, parameterproductioncost_id, parametermaterialcost_id, quantity) FROM stdin; @@ -24923,14 +23221,14 @@ COPY nblsport_overhead (id, parameterproductioncost_id, parametermaterialcost_id -- --- Name: nblsport_overhead_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nblsport_overhead_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nblsport_overhead_id_seq', 1, false); -- --- Data for Name: nutritionfacts_nutrientcalculation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_nutrientcalculation; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_nutrientcalculation (id, product_id, productportion, formatue, formatusa, generated, entityversion) FROM stdin; @@ -24938,14 +23236,14 @@ COPY nutritionfacts_nutrientcalculation (id, product_id, productportion, formatu -- --- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_nutrientcalculation_id_seq', 1, false); -- --- Data for Name: nutritionfacts_nutrition; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_nutrition; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_nutrition (id, name, nameen, unit, nutritiongroup_id, priority, rwsvalue, reportue, dvvalue, entityversion) FROM stdin; @@ -24953,14 +23251,14 @@ COPY nutritionfacts_nutrition (id, name, nameen, unit, nutritiongroup_id, priori -- --- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_nutrition_id_seq', 1, false); -- --- Data for Name: nutritionfacts_nutritionelement; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_nutritionelement; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_nutritionelement (id, nutrition_id, quantity, product_id, prototypeproduct_id, entityversion) FROM stdin; @@ -24968,14 +23266,14 @@ COPY nutritionfacts_nutritionelement (id, nutrition_id, quantity, product_id, pr -- --- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_nutritionelement_id_seq', 1, false); -- --- Data for Name: nutritionfacts_nutritiongroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_nutritiongroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_nutritiongroup (id, name, priority, rws, entityversion) FROM stdin; @@ -24983,14 +23281,14 @@ COPY nutritionfacts_nutritiongroup (id, name, priority, rws, entityversion) FROM -- --- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_nutritiongroup_id_seq', 1, false); -- --- Data for Name: nutritionfacts_prototypeproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_prototypeproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_prototypeproduct (id, name, number, status, createdate, updatedate, createuser, updateuser, generated, productportion, entityversion) FROM stdin; @@ -24998,14 +23296,14 @@ COPY nutritionfacts_prototypeproduct (id, name, number, status, createdate, upda -- --- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_prototypeproduct_id_seq', 1, false); -- --- Data for Name: nutritionfacts_prototypeproductcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_prototypeproductcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_prototypeproductcomponent (id, prototypeproduct_id, quantity, product_id, entityversion) FROM stdin; @@ -25013,14 +23311,14 @@ COPY nutritionfacts_prototypeproductcomponent (id, prototypeproduct_id, quantity -- --- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_prototypeproductcomponent_id_seq', 1, false); -- --- Data for Name: operationaltasks_operationaltask; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: operationaltasks_operationaltask; Type: TABLE DATA; Schema: public; Owner: - -- COPY operationaltasks_operationaltask (id, number, name, description, typetask, startdate, finishdate, productionline_id, technologyinstanceoperationcomponent_id, order_id, techopercompoperationaltask_id, entityversion) FROM stdin; @@ -25028,14 +23326,14 @@ COPY operationaltasks_operationaltask (id, number, name, description, typetask, -- --- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('operationaltasks_operationaltask_id_seq', 1, false); -- --- Data for Name: operationaltasksfororders_techopercompoperationaltask; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: operationaltasksfororders_techopercompoperationaltask; Type: TABLE DATA; Schema: public; Owner: - -- COPY operationaltasksfororders_techopercompoperationaltask (id, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -25043,14 +23341,14 @@ COPY operationaltasksfororders_techopercompoperationaltask (id, technologyoperat -- --- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('operationaltasksfororders_techopercompoperationaltask_id_seq', 1, false); -- --- Data for Name: orders_formula; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_formula; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_formula (id, value, instruction_id, choseninstruction_id, operator, createdate, updatedate, createuser, updateuser, prefix, suffix, entityversion) FROM stdin; @@ -25058,14 +23356,14 @@ COPY orders_formula (id, value, instruction_id, choseninstruction_id, operator, -- --- Name: orders_formula_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_formula_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_formula_id_seq', 1, false); -- --- Data for Name: orders_instruction; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_instruction; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_instruction (id, orderid, description, rangefrom, rangeto, rangeunit, targetvalue, verificationrequired, recipe_id, state, result, comments, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -25073,14 +23371,14 @@ COPY orders_instruction (id, orderid, description, rangefrom, rangeto, rangeunit -- --- Name: orders_instruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_instruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_instruction_id_seq', 1, false); -- --- Data for Name: orders_material; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_material; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_material (id, number, product_id, quantity, recipe_id, createdate, updatedate, createuser, updateuser, materials_id, entityversion) FROM stdin; @@ -25088,14 +23386,14 @@ COPY orders_material (id, number, product_id, quantity, recipe_id, createdate, u -- --- Name: orders_material_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_material_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_material_id_seq', 1, false); -- --- Data for Name: orders_materialforinstruction; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_materialforinstruction; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_materialforinstruction (id, material_id, quantity, instruction_id, entityversion) FROM stdin; @@ -25103,14 +23401,14 @@ COPY orders_materialforinstruction (id, material_id, quantity, instruction_id, e -- --- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_materialforinstruction_id_seq', 1, false); -- --- Data for Name: orders_mbrstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_mbrstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_mbrstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, recipe_id, shift_id, entityversion) FROM stdin; @@ -25118,14 +23416,14 @@ COPY orders_mbrstatechange (id, dateandtime, sourcestate, targetstate, status, p -- --- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_mbrstatechange_id_seq', 1, false); -- --- Data for Name: orders_order; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_order; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_order (id, number, name, description, commentreasontypecorrectiondatefrom, commentreasontypecorrectiondateto, commentreasondeviationeffectivestart, commentreasondeviationeffectiveend, externalnumber, commentreasontypedeviationsquantity, datefrom, dateto, effectivedatefrom, effectivedateto, deadline, correcteddatefrom, correcteddateto, startdate, finishdate, state, company_id, product_id, technology_id, productionline_id, plannedquantity, donequantity, externalsynchronized, commissionedplannedquantity, commissionedcorrectedquantity, amountofproductproduced, remainingamountofproducttoproduce, ownlinechangeoverduration, registerproductiontime, justone, registerquantityinproduct, laborworktime, includetpz, inputproductsrequiredfortype, registerpiecework, generatedenddate, machineworktime, ownlinechangeover, autocloseorder, registerquantityoutproduct, operationdurationquantityunit, realizationtime, calculate, includeadditionaltime, allowtoclose, typeofproductionrecording, masterorder_id, active, productpriceperunit, trackingrecordtreatment, failuresyncmessage, targetstate, ignorerequiredcomponents, automaticallymoveoverusage, updatecomponentsavailability, ordertype, technologyprototype_id, level, parent_id, ignoremissingcomponents, masterorderproduct_id, dateschanged, sourcecorrecteddatefrom, sourcecorrecteddateto, sourcestartdate, sourcefinishdate, recipe_id, batchnumber, root_id, includeordersforcomponent, plannedfinishallorders, plannedstartallorders, calculatedfinishallorders, issubcontracted, registerfilled, workplandelivered, calculatedstartallorders, scadacreatedorupdatestate, entityversion, workertochange, masterorderproductcomponent_id, wastesquantity, existsrepairorders, ordercategory, address_id, finalproductiontracking, updatefinishdate, ordersgroup_id, plannedquantityforadditionalunit) FROM stdin; @@ -25133,14 +23431,14 @@ COPY orders_order (id, number, name, description, commentreasontypecorrectiondat -- --- Name: orders_order_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_order_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_order_id_seq', 1, false); -- --- Data for Name: orders_ordercategorycolor; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_ordercategorycolor; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_ordercategorycolor (id, parameter_id, ordercategory, color) FROM stdin; @@ -25148,35 +23446,35 @@ COPY orders_ordercategorycolor (id, parameter_id, ordercategory, color) FROM std -- --- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_ordercategorycolor_id_seq', 1, false); -- --- Name: orders_orderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_orderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_orderdto_id_seq', 1, false); -- --- Name: orders_orderlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_orderlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_orderlistdto_id_seq', 1, false); -- --- Name: orders_orderplanninglistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_orderplanninglistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_orderplanninglistdto_id_seq', 1, false); -- --- Data for Name: orders_orderstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_orderstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_orderstatechange (id, comment, reasonrequired, dateandtime, sourcestate, targetstate, status, phase, worker, order_id, shift_id, additionalinformation, sourcecorrecteddatefrom, sourcecorrecteddateto, sourcestartdate, sourcefinishdate, targetcorrecteddatefrom, targetcorrecteddateto, targetstartdate, targetfinishdate, dateschanged, entityversion) FROM stdin; @@ -25184,14 +23482,14 @@ COPY orders_orderstatechange (id, comment, reasonrequired, dateandtime, sourcest -- --- Name: orders_orderstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_orderstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_orderstatechange_id_seq', 1, false); -- --- Data for Name: orders_reasontypecorrectiondatefrom; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypecorrectiondatefrom; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypecorrectiondatefrom (id, order_id, reasontypeofchangingorderstate, date, entityversion) FROM stdin; @@ -25199,14 +23497,14 @@ COPY orders_reasontypecorrectiondatefrom (id, order_id, reasontypeofchangingorde -- --- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypecorrectiondatefrom_id_seq', 1, false); -- --- Data for Name: orders_reasontypecorrectiondateto; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypecorrectiondateto; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypecorrectiondateto (id, order_id, reasontypeofchangingorderstate, date, entityversion) FROM stdin; @@ -25214,14 +23512,14 @@ COPY orders_reasontypecorrectiondateto (id, order_id, reasontypeofchangingorders -- --- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypecorrectiondateto_id_seq', 1, false); -- --- Data for Name: orders_reasontypedeviationeffectiveend; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypedeviationeffectiveend; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypedeviationeffectiveend (id, order_id, reasontypeofchangingorderstate, date, entityversion) FROM stdin; @@ -25229,14 +23527,14 @@ COPY orders_reasontypedeviationeffectiveend (id, order_id, reasontypeofchangingo -- --- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypedeviationeffectiveend_id_seq', 1, false); -- --- Data for Name: orders_reasontypedeviationeffectivestart; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypedeviationeffectivestart; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypedeviationeffectivestart (id, order_id, reasontypeofchangingorderstate, date, entityversion) FROM stdin; @@ -25244,14 +23542,14 @@ COPY orders_reasontypedeviationeffectivestart (id, order_id, reasontypeofchangin -- --- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypedeviationeffectivestart_id_seq', 1, false); -- --- Data for Name: orders_reasontypeofchangingorderstate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypeofchangingorderstate; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypeofchangingorderstate (id, orderstatechange_id, reasontypeofchangingorderstate, entityversion) FROM stdin; @@ -25259,14 +23557,14 @@ COPY orders_reasontypeofchangingorderstate (id, orderstatechange_id, reasontypeo -- --- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypeofchangingorderstate_id_seq', 1, false); -- --- Data for Name: orders_recipe; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_recipe; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_recipe (id, product_id, name, version, isdefault, strenght, batchquantity, batchsize, description, state, active, createdate, updatedate, createuser, updateuser, strength, entityversion) FROM stdin; @@ -25274,14 +23572,14 @@ COPY orders_recipe (id, product_id, name, version, isdefault, strenght, batchqua -- --- Name: orders_recipe_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_recipe_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_recipe_id_seq', 1, false); -- --- Data for Name: orders_typeofcorrectioncauses; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_typeofcorrectioncauses; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_typeofcorrectioncauses (id, order_id, reasontype, date, entityversion) FROM stdin; @@ -25289,14 +23587,14 @@ COPY orders_typeofcorrectioncauses (id, order_id, reasontype, date, entityversio -- --- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_typeofcorrectioncauses_id_seq', 1, false); -- --- Data for Name: ordersforsubproductsgeneration_suborders; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersforsubproductsgeneration_suborders; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersforsubproductsgeneration_suborders (id, order_id, ordersgroup_id, createdate, updatedate, createuser, updateuser, ordersgroupsgenerated, generatedorders, ordergenerationinprogress) FROM stdin; @@ -25304,14 +23602,14 @@ COPY ordersforsubproductsgeneration_suborders (id, order_id, ordersgroup_id, cre -- --- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersforsubproductsgeneration_suborders_id_seq', 1, false); -- --- Data for Name: ordersgantt_ordersganttparameters; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersgantt_ordersganttparameters; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersgantt_ordersganttparameters (id, datasource, manualwritingplan, calculateorderstime, detectcollisions, donotletcollisions, changeovernormsfrom, typeofsave) FROM stdin; @@ -25319,14 +23617,14 @@ COPY ordersgantt_ordersganttparameters (id, datasource, manualwritingplan, calcu -- --- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersgantt_ordersganttparameters_id_seq', 1, false); -- --- Data for Name: ordersgroups_ordersgroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersgroups_ordersgroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersgroups_ordersgroup (id, number, assortment_id, productionline_id, startdate, finishdate, deadline, quantity, producedquantity, remainingquantity, state, active, masterorder_id, parent_id) FROM stdin; @@ -25334,28 +23632,28 @@ COPY ordersgroups_ordersgroup (id, number, assortment_id, productionline_id, sta -- --- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersgroups_ordersgroup_id_seq', 1, false); -- --- Name: ordersgroups_ordersgroupdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroupdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersgroups_ordersgroupdto_id_seq', 1, false); -- --- Name: ordersgroups_plannedworkingtimeanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersgroups_plannedworkingtimeanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersgroups_plannedworkingtimeanalysisdto_id_seq', 1, false); -- --- Data for Name: ordersupplies_columnforcoverages; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_columnforcoverages; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_columnforcoverages (id, identifier, name, description, columnfiller, alignment, succession, entityversion) FROM stdin; @@ -25375,14 +23673,14 @@ COPY ordersupplies_columnforcoverages (id, identifier, name, description, column -- --- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_columnforcoverages_id_seq', 12, true); -- --- Data for Name: ordersupplies_coveragelocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coveragelocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coveragelocation (id, materialrequirementcoverage_id, location_id, parameter_id, entityversion) FROM stdin; @@ -25390,14 +23688,14 @@ COPY ordersupplies_coveragelocation (id, materialrequirementcoverage_id, locatio -- --- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coveragelocation_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageorder (id, materialrequirementcoverage_id, order_id, ordernumber, ordername, orderstate, productnumber, productunit, orderplannedquantity, entityversion) FROM stdin; @@ -25405,14 +23703,14 @@ COPY ordersupplies_coverageorder (id, materialrequirementcoverage_id, order_id, -- --- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageorder_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageorderhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageorderhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageorderhelper (id, materialrequirementcoverage_id, entityversion) FROM stdin; @@ -25420,14 +23718,14 @@ COPY ordersupplies_coverageorderhelper (id, materialrequirementcoverage_id, enti -- --- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageorderhelper_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageproduct (id, materialrequirementcoverage_id, product_id, lackfromdate, demandquantity, coveredquantity, reservemissingquantity, deliveredquantity, locationsquantity, state, negotiatedquantity, issubcontracted, ispurchased, productnumber, productname, productunit, producttype, planedquantity, producequantity, fromselectedorder, entityversion) FROM stdin; @@ -25435,14 +23733,14 @@ COPY ordersupplies_coverageproduct (id, materialrequirementcoverage_id, product_ -- --- Name: ordersupplies_coverageproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageproduct_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageproductgenerated; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageproductgenerated; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageproductgenerated (id, productid, entityversion) FROM stdin; @@ -25450,14 +23748,14 @@ COPY ordersupplies_coverageproductgenerated (id, productid, entityversion) FROM -- --- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageproductgenerated_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageproductlogging; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageproductlogging; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageproductlogging (id, coverageproduct_id, date, delivery_id, order_id, operation_id, reservemissingquantity, changes, eventtype, state, subcontractedoperation_id, deliverynumberexternal, warehousenumber, entityversion) FROM stdin; @@ -25465,14 +23763,14 @@ COPY ordersupplies_coverageproductlogging (id, coverageproduct_id, date, deliver -- --- Name: ordersupplies_coverageproductlogging_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageproductlogging_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageproductselected; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageproductselected; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageproductselected (id, coverageproduct_id, entityversion) FROM stdin; @@ -25480,14 +23778,14 @@ COPY ordersupplies_coverageproductselected (id, coverageproduct_id, entityversio -- --- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageproductselected_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageregister; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageregister; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageregister (id, fromproductioncountingquantity, product_id, productnumber, order_id, ordernumber, delivery_id, operation_id, technologyoperationcomponent_id, date, quantity, productioncountingquantities, eventtype, state, entityversion, producttype) FROM stdin; @@ -25495,14 +23793,14 @@ COPY ordersupplies_coverageregister (id, fromproductioncountingquantity, product -- --- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageregister_id_seq', 1, false); -- --- Data for Name: ordersupplies_materialrequirementcoverage; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_materialrequirementcoverage; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_materialrequirementcoverage (id, number, coveragetodate, actualdate, generateddate, generatedby, generated, saved, belongstofamily_id, productextracted, coveragetype, includedraftdeliveries, createdate, updatedate, createuser, updateuser, filename, automaticsavecoverage, order_id, entityversion, ordergenerationinprogress, forordersgroup_id, ordersgroupsgenerated) FROM stdin; @@ -25510,28 +23808,28 @@ COPY ordersupplies_materialrequirementcoverage (id, number, coveragetodate, actu -- --- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_materialrequirementcoverage_id_seq', 1, false); -- --- Name: ordersupplies_materialrequirementcoveragedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoveragedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_materialrequirementcoveragedto_id_seq', 1, false); -- --- Name: ordersupplies_orderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_orderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_orderdto_id_seq', 1, false); -- --- Data for Name: pantone_importpantones; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_importpantones; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_importpantones (id, filetoimport, entityversion) FROM stdin; @@ -25539,14 +23837,14 @@ COPY pantone_importpantones (id, filetoimport, entityversion) FROM stdin; -- --- Name: pantone_importpantones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_importpantones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_importpantones_id_seq', 1, false); -- --- Data for Name: pantone_operationproductdeleted; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_operationproductdeleted; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_operationproductdeleted (id, deletedid, active, entityversion) FROM stdin; @@ -25554,14 +23852,14 @@ COPY pantone_operationproductdeleted (id, deletedid, active, entityversion) FROM -- --- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_operationproductdeleted_id_seq', 1, false); -- --- Data for Name: pantone_pantone; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_pantone; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_pantone (id, number, code, unit, weighthardener, weightpaste, active, weight, pantone, isdefault, entityversion) FROM stdin; @@ -25569,14 +23867,14 @@ COPY pantone_pantone (id, number, code, unit, weighthardener, weightpaste, activ -- --- Name: pantone_pantone_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_pantone_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_pantone_id_seq', 1, false); -- --- Data for Name: pantone_pantoneforoperationproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_pantoneforoperationproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_pantoneforoperationproduct (id, pantoneforproducts_id, operationproductincomponent_id, active, weight, pantone_id, entityversion) FROM stdin; @@ -25584,14 +23882,14 @@ COPY pantone_pantoneforoperationproduct (id, pantoneforproducts_id, operationpro -- --- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_pantoneforoperationproduct_id_seq', 1, false); -- --- Data for Name: pantone_pantoneforproducts; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_pantoneforproducts; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_pantoneforproducts (id, weight, pantone_id, active, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -25599,14 +23897,14 @@ COPY pantone_pantoneforproducts (id, weight, pantone_id, active, technologyopera -- --- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_pantoneforproducts_id_seq', 1, false); -- --- Data for Name: pantone_parameters; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_parameters; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_parameters (id, hardener_id, paste_id, active, entityversion) FROM stdin; @@ -25614,14 +23912,14 @@ COPY pantone_parameters (id, hardener_id, paste_id, active, entityversion) FROM -- --- Name: pantone_parameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_parameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_parameters_id_seq', 1, false); -- --- Data for Name: pantone_selectedtechnologyoperationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_selectedtechnologyoperationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_selectedtechnologyoperationcomponent (id, operationcomponentid, active, entityversion) FROM stdin; @@ -25629,14 +23927,14 @@ COPY pantone_selectedtechnologyoperationcomponent (id, operationcomponentid, act -- --- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_selectedtechnologyoperationcomponent_id_seq', 1, false); -- --- Data for Name: productcatalognumbers_productcatalognumbers; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productcatalognumbers_productcatalognumbers; Type: TABLE DATA; Schema: public; Owner: - -- COPY productcatalognumbers_productcatalognumbers (id, catalognumber, product_id, company_id, entityversion) FROM stdin; @@ -25644,14 +23942,14 @@ COPY productcatalognumbers_productcatalognumbers (id, catalognumber, product_id, -- --- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productcatalognumbers_productcatalognumbers_id_seq', 1, false); -- --- Data for Name: productcharacteristics_forms; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productcharacteristics_forms; Type: TABLE DATA; Schema: public; Owner: - -- COPY productcharacteristics_forms (id, number, name, company_id, size, unit, upform, downform, active, entityversion) FROM stdin; @@ -25659,14 +23957,14 @@ COPY productcharacteristics_forms (id, number, name, company_id, size, unit, upf -- --- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productcharacteristics_forms_id_seq', 1, false); -- --- Data for Name: productcharacteristics_shelves; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productcharacteristics_shelves; Type: TABLE DATA; Schema: public; Owner: - -- COPY productcharacteristics_shelves (id, number, name, company_id, upshelve, downshelve, active, entityversion) FROM stdin; @@ -25674,14 +23972,14 @@ COPY productcharacteristics_shelves (id, number, name, company_id, upshelve, dow -- --- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productcharacteristics_shelves_id_seq', 1, false); -- --- Data for Name: productdata_productdata; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_productdata; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_productdata (id, number, filename, generated, loaded, saved, dategenerated, staff_id, product_id, technology_id, active, description, entityversion) FROM stdin; @@ -25689,14 +23987,14 @@ COPY productdata_productdata (id, number, filename, generated, loaded, saved, da -- --- Name: productdata_productdata_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_productdata_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_productdata_id_seq', 1, false); -- --- Data for Name: productdata_productdataattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_productdataattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_productdataattachment (id, attachment, name, ext, size, productdata_id, active, entityversion) FROM stdin; @@ -25704,14 +24002,14 @@ COPY productdata_productdataattachment (id, attachment, name, ext, size, product -- --- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_productdataattachment_id_seq', 1, false); -- --- Data for Name: productdata_productdatainput; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_productdatainput; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_productdatainput (id, name, number, product_id, productdata_id, succession, active, quantity, entityversion, unit) FROM stdin; @@ -25719,14 +24017,14 @@ COPY productdata_productdatainput (id, name, number, product_id, productdata_id, -- --- Name: productdata_productdatainput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_productdatainput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_productdatainput_id_seq', 1, false); -- --- Data for Name: productdata_productdataoperation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_productdataoperation; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_productdataoperation (id, number, name, description, productdata_id, operationcomponent_id, succession, active, entityversion) FROM stdin; @@ -25734,14 +24032,14 @@ COPY productdata_productdataoperation (id, number, name, description, productdat -- --- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_productdataoperation_id_seq', 1, false); -- --- Data for Name: productdata_selectedtechnology; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_selectedtechnology; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_selectedtechnology (id, technologyid, active, entityversion) FROM stdin; @@ -25749,14 +24047,14 @@ COPY productdata_selectedtechnology (id, technologyid, active, entityversion) FR -- --- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_selectedtechnology_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_issue; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_issue; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_issue (id, warehouseissue_id, product_id, productincomponent_id, demandquantity, locationsquantity, issuequantity, location_id, entityversion, locationtoquantity, quantityperunit, issued, storagelocation_id, additionalcode_id, additionaldemandquantity, conversion) FROM stdin; @@ -25764,14 +24062,14 @@ COPY productflowthrudivision_issue (id, warehouseissue_id, product_id, productin -- --- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_issue_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_materialavailability; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_materialavailability; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_materialavailability (id, order_id, product_id, availablequantity, requiredquantity, unit, entityversion, location_id, availability) FROM stdin; @@ -25779,14 +24077,14 @@ COPY productflowthrudivision_materialavailability (id, order_id, product_id, ava -- --- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_materialavailability_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_productandquantityhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_productandquantityhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_productandquantityhelper (id, product_id, location_id, locationsquantity) FROM stdin; @@ -25794,14 +24092,14 @@ COPY productflowthrudivision_productandquantityhelper (id, product_id, location_ -- --- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_productandquantityhelper_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_productstoissue; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_productstoissue; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_productstoissue (id, warehouseissue_id, product_id, productincomponent_id, demandquantity, locationsquantity, placeofissuequantity, issuequantity, location_id, entityversion, issued, additionalcode_id, storagelocation_id, additionaldemandquantity, conversion, correction) FROM stdin; @@ -25809,14 +24107,14 @@ COPY productflowthrudivision_productstoissue (id, warehouseissue_id, product_id, -- --- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_productstoissue_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_productstoissuehelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_productstoissuehelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_productstoissuehelper (id, locationfrom_id, productstoissueids, generated, additionalinfo) FROM stdin; @@ -25824,14 +24122,14 @@ COPY productflowthrudivision_productstoissuehelper (id, locationfrom_id, product -- --- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_productstoissuehelper_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_producttoissuecorrection; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_producttoissuecorrection; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_producttoissuecorrection (id, producttoissuecorrectionhelper_id, warehouseissue_id, product_id, additionalcode_id, correctionquantity, correctionquantityinadditionalunit, quantitytoissue, demandquantity, conversion, location_id, description, createdate, updatedate, createuser, updateuser, productstoissue_id, accountwithreservation_id) FROM stdin; @@ -25839,14 +24137,14 @@ COPY productflowthrudivision_producttoissuecorrection (id, producttoissuecorrect -- --- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_producttoissuecorrection_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_producttoissuecorrectionhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_producttoissuecorrectionhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_producttoissuecorrectionhelper (id, locationfrom_id, locationto_id, productstoissueids) FROM stdin; @@ -25854,28 +24152,28 @@ COPY productflowthrudivision_producttoissuecorrectionhelper (id, locationfrom_id -- --- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_producttoissuecorrectionhelper_id_seq', 1, false); -- --- Name: productflowthrudivision_producttoissuedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_producttoissuedto_id_seq', 1, false); -- --- Name: productflowthrudivision_producttoissuedto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_producttoissuedto_internal_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_warehouseissue; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_warehouseissue; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_warehouseissue (id, number, description, order_id, placeofissue_id, division_id, workerwhoissued_id, workerwhocollected_id, dateofissued, dateofcreation, technologyoperationcomponent_id, collectionproducts, state, createdate, updatedate, createuser, updateuser, entityversion, orderstartdate, orderproductionlinenumber, productstoissuemode) FROM stdin; @@ -25883,14 +24181,14 @@ COPY productflowthrudivision_warehouseissue (id, number, description, order_id, -- --- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_warehouseissue_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_warehouseissuestatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_warehouseissuestatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_warehouseissuestatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, warehouseissue_id, shift_id, additionalinformation, entityversion) FROM stdin; @@ -25898,14 +24196,14 @@ COPY productflowthrudivision_warehouseissuestatechange (id, dateandtime, sources -- --- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_warehouseissuestatechange_id_seq', 1, false); -- --- Data for Name: productionbalancepershift_balance; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionbalancepershift_balance; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionbalancepershift_balance (id, context_id, day, shiftname, ordernumber, operationnumber, productnumber, productunit, registeredquantity, plannedquantity, difference, percentagedeviation, entityversion) FROM stdin; @@ -25913,14 +24211,14 @@ COPY productionbalancepershift_balance (id, context_id, day, shiftname, ordernum -- --- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionbalancepershift_balance_id_seq', 1, false); -- --- Data for Name: productionbalancepershift_balancecontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionbalancepershift_balancecontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionbalancepershift_balancecontext (id, fromdate, todate, viewisinitialized, plannedquantityrequired, deviationrequired, deviationthreshold, entityversion) FROM stdin; @@ -25928,14 +24226,14 @@ COPY productionbalancepershift_balancecontext (id, fromdate, todate, viewisiniti -- --- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionbalancepershift_balancecontext_id_seq', 1, false); -- --- Data for Name: productioncounting_anomaly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomaly; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomaly (id, number, productiontracking_id, masterproduct_id, product_id, usedquantity, state, issued, createdate, updatedate, createuser, updateuser, location_id) FROM stdin; @@ -25943,21 +24241,21 @@ COPY productioncounting_anomaly (id, number, productiontracking_id, masterproduc -- --- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomaly_id_seq', 1, false); -- --- Name: productioncounting_anomalydto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalydto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalydto_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyexplanation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyexplanation; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyexplanation (id, anomaly_id, product_id, location_id, usedquantity, givenquantity, givenunit, usewaste, description, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -25965,21 +24263,21 @@ COPY productioncounting_anomalyexplanation (id, anomaly_id, product_id, location -- --- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyexplanation_id_seq', 1, false); -- --- Name: productioncounting_anomalyexplanationdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanationdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyexplanationdto_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyproductiontrackingentryhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyproductiontrackingentryhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyproductiontrackingentryhelper (id, anomalyproductiontracking_id, trackingoperationproductincomponent_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -25987,14 +24285,14 @@ COPY productioncounting_anomalyproductiontrackingentryhelper (id, anomalyproduct -- --- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyproductiontrackingentryhelper_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyproductiontrackinghelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyproductiontrackinghelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyproductiontrackinghelper (id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -26002,14 +24300,14 @@ COPY productioncounting_anomalyproductiontrackinghelper (id, createdate, updated -- --- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyproductiontrackinghelper_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyreason; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyreason; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyreason (id, name, defaultreason) FROM stdin; @@ -26017,14 +24315,14 @@ COPY productioncounting_anomalyreason (id, name, defaultreason) FROM stdin; -- --- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyreason_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyreasoncontainer; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyreasoncontainer; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyreasoncontainer (id, anomalyproductiontrackingentryhelper_id, anomalyreason_id) FROM stdin; @@ -26032,14 +24330,14 @@ COPY productioncounting_anomalyreasoncontainer (id, anomalyproductiontrackingent -- --- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyreasoncontainer_id_seq', 1, false); -- --- Data for Name: productioncounting_balanceoperationproductincomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_balanceoperationproductincomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_balanceoperationproductincomponent (id, productionbalance_id, product_id, plannedquantity, usedquantity, balance, entityversion) FROM stdin; @@ -26047,14 +24345,14 @@ COPY productioncounting_balanceoperationproductincomponent (id, productionbalanc -- --- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_balanceoperationproductincomponent_id_seq', 1, false); -- --- Data for Name: productioncounting_balanceoperationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_balanceoperationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_balanceoperationproductoutcomponent (id, productionbalance_id, product_id, plannedquantity, usedquantity, balance, entityversion) FROM stdin; @@ -26062,28 +24360,28 @@ COPY productioncounting_balanceoperationproductoutcomponent (id, productionbalan -- --- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_balanceoperationproductoutcomponent_id_seq', 1, false); -- --- Name: productioncounting_beforeadditionalactionsanalysisentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_beforeadditionalactionsanalysisentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_beforeadditionalactionsanalysisentry_id_seq', 1, false); -- --- Name: productioncounting_finalproductanalysisentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_finalproductanalysisentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_finalproductanalysisentry_id_seq', 1, false); -- --- Data for Name: productioncounting_operationpieceworkcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_operationpieceworkcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_operationpieceworkcomponent (id, productionbalance_id, technologyinstanceoperationcomponent_id, plannedcycles, cycles, cyclesbalance, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -26091,14 +24389,14 @@ COPY productioncounting_operationpieceworkcomponent (id, productionbalance_id, t -- --- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_operationpieceworkcomponent_id_seq', 1, false); -- --- Data for Name: productioncounting_operationtimecomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_operationtimecomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_operationtimecomponent (id, productionbalance_id, technologyinstanceoperationcomponent_id, plannedmachinetime, machinetime, machinetimebalance, plannedlabortime, labortime, labortimebalance, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -26106,35 +24404,35 @@ COPY productioncounting_operationtimecomponent (id, productionbalance_id, techno -- --- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_operationtimecomponent_id_seq', 1, false); -- --- Name: productioncounting_performanceanalysisdetaildto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdetaildto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_performanceanalysisdetaildto_id_seq', 1, false); -- --- Name: productioncounting_performanceanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_performanceanalysisdto_id_seq', 1, false); -- --- Name: productioncounting_productionanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productionanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productionanalysisdto_id_seq', 1, false); -- --- Data for Name: productioncounting_productionbalance; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productionbalance; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productionbalance (id, generated, order_id, product_id, name, date, worker, trackingsnumber, description, filename, printoperationnorms, calculateoperationcostsmode, includetpz, includeadditionaltime, plannedmachinetime, machinetime, machinetimebalance, plannedlabortime, labortime, labortimebalance, plannedmachinecosts, averagelaborhourlycost, additionaloverheadvalue, averagemachinehourlycost, materialcostmargin, plannedcyclescosts, registeredtotaltechnicalproductioncostperunit, componentscostsbalance, plannedlaborcosts, sourceofmaterialcosts, cyclescosts, calculatematerialcostsmode, productionline_id, machinecosts, laborcosts, quantity, totalcostperunit, printcostnormsofmaterials, generatedwithcosts, plannedcomponentscosts, materialcostmarginvalue, machinecostsbalance, totaltechnicalproductioncosts, totaltechnicalproductioncostperunit, componentscosts, additionaloverhead, totaloverhead, balancetechnicalproductioncostperunit, laborcostsbalance, cyclescostsbalance, productioncostmarginvalue, productioncostmargin, technology_id, registeredtotaltechnicalproductioncosts, totalcosts, balancetechnicalproductioncosts, active, entityversion) FROM stdin; @@ -26142,14 +24440,14 @@ COPY productioncounting_productionbalance (id, generated, order_id, product_id, -- --- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productionbalance_id_seq', 1, false); -- --- Data for Name: productioncounting_productioncountingquantitysetcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productioncountingquantitysetcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productioncountingquantitysetcomponent (id, productioncountingquantity_id, product_id, quantityfromsets, plannedquantityfromproduct, outquantity) FROM stdin; @@ -26157,14 +24455,14 @@ COPY productioncounting_productioncountingquantitysetcomponent (id, productionco -- --- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productioncountingquantitysetcomponent_id_se', 1, false); -- --- Data for Name: productioncounting_productiontracking; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productiontracking; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productiontracking (id, number, order_id, technologyinstanceoperationcomponent_id, shift_id, state, lasttracking, machinetime, labortime, executedoperationcycles, staff_id, workstationtype_id, division_id, active, createdate, updatedate, createuser, updateuser, laststatechangefails, laststatechangefailcause, isexternalsynchronized, timerangefrom, timerangeto, shiftstartday, changeovertime, subcontractor_id, technologyoperationcomponent_id, entityversion, repairorder_id, correction_id, iscorrection, planforordercompleted, workstation_id) FROM stdin; @@ -26172,42 +24470,42 @@ COPY productioncounting_productiontracking (id, number, order_id, technologyinst -- --- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontracking_id_seq', 1, false); -- --- Name: productioncounting_productiontracking_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontracking_number_seq', 1, false); -- --- Name: productioncounting_productiontrackingdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingdto_id_seq', 1, false); -- --- Name: productioncounting_productiontrackingforproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingforproductdto_id_seq', 1, false); -- --- Name: productioncounting_productiontrackingforproductgroupeddto_id_se; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductgroupeddto_id_se; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingforproductgroupeddto_id_se', 1, false); -- --- Data for Name: productioncounting_productiontrackingreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productiontrackingreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productiontrackingreport (id, generated, order_id, product_id, name, date, worker, description, filename, active, entityversion) FROM stdin; @@ -26215,14 +24513,14 @@ COPY productioncounting_productiontrackingreport (id, generated, order_id, produ -- --- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingreport_id_seq', 1, false); -- --- Data for Name: productioncounting_productiontrackingstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productiontrackingstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productiontrackingstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, productiontracking_id, shift_id, entityversion) FROM stdin; @@ -26230,14 +24528,14 @@ COPY productioncounting_productiontrackingstatechange (id, dateandtime, sourcest -- --- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingstatechange_id_seq', 1, false); -- --- Data for Name: productioncounting_settechnologyincomponents; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_settechnologyincomponents; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_settechnologyincomponents (id, trackingoperationproductincomponent_id, product_id, quantityfromsets) FROM stdin; @@ -26245,14 +24543,14 @@ COPY productioncounting_settechnologyincomponents (id, trackingoperationproducti -- --- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_settechnologyincomponents_id_seq', 1, false); -- --- Data for Name: productioncounting_settrackingoperationproductincomponents; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_settrackingoperationproductincomponents; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_settrackingoperationproductincomponents (id, trackingoperationproductoutcomponent_id, product_id, quantityfromsets) FROM stdin; @@ -26260,14 +24558,14 @@ COPY productioncounting_settrackingoperationproductincomponents (id, trackingope -- --- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_settrackingoperationproductincomponents_id_s', 1, false); -- --- Data for Name: productioncounting_staffworktime; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_staffworktime; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_staffworktime (id, productionrecord_id, worker_id, labortime, effectiveexecutiontimestart, effectiveexecutiontimeend, entityversion) FROM stdin; @@ -26275,21 +24573,21 @@ COPY productioncounting_staffworktime (id, productionrecord_id, worker_id, labor -- --- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_staffworktime_id_seq', 1, false); -- --- Name: productioncounting_trackingoperationproductcomponentdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductcomponentdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductcomponentdto_id_seq', 1, false); -- --- Data for Name: productioncounting_trackingoperationproductincomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_trackingoperationproductincomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_trackingoperationproductincomponent (id, productiontracking_id, product_id, usedquantity, balance, batch_id, obtainedquantity, remainedquantity, effectiveusedquantity, givenunit, givenquantity, entityversion, typeofmaterial, wasteused, wasteusedonly, wasteusedquantity, wasteunit, additionalinformation) FROM stdin; @@ -26297,21 +24595,21 @@ COPY productioncounting_trackingoperationproductincomponent (id, productiontrack -- --- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductincomponent_id_seq', 1, false); -- --- Name: productioncounting_trackingoperationproductincomponentdto_id_se; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponentdto_id_se; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductincomponentdto_id_se', 1, false); -- --- Data for Name: productioncounting_trackingoperationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_trackingoperationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_trackingoperationproductoutcomponent (id, productiontracking_id, product_id, usedquantity, balance, batch_id, wastedquantity, givenunit, givenquantity, entityversion, wastesquantity, typeofmaterial) FROM stdin; @@ -26319,21 +24617,21 @@ COPY productioncounting_trackingoperationproductoutcomponent (id, productiontrac -- --- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductoutcomponent_id_seq', 1, false); -- --- Name: productioncounting_trackingoperationproductoutcomponentdto_id_s; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponentdto_id_s; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductoutcomponentdto_id_s', 1, false); -- --- Data for Name: productioncountingwithcosts_operationcostcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncountingwithcosts_operationcostcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncountingwithcosts_operationcostcomponent (id, productionbalance_id, technologyinstanceoperationcomponent_id, plannedmachinecosts, machinecosts, machinecostsbalance, plannedlaborcosts, laborcosts, laborcostsbalance, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -26341,14 +24639,14 @@ COPY productioncountingwithcosts_operationcostcomponent (id, productionbalance_i -- --- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncountingwithcosts_operationcostcomponent_id_seq', 1, false); -- --- Data for Name: productioncountingwithcosts_operationpieceworkcostcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncountingwithcosts_operationpieceworkcostcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncountingwithcosts_operationpieceworkcostcomponent (id, productionbalance_id, technologyinstanceoperationcomponent_id, plannedcyclescosts, cyclescosts, cyclescostsbalance, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -26356,14 +24654,14 @@ COPY productioncountingwithcosts_operationpieceworkcostcomponent (id, production -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncountingwithcosts_operationpieceworkcostcomponent_id_', 1, false); -- --- Data for Name: productioncountingwithcosts_technologyoperationproductincomp; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncountingwithcosts_technologyoperationproductincomp; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncountingwithcosts_technologyoperationproductincomp (id, productionbalance_id, product_id, plannedcost, registeredcost, balance, entityversion) FROM stdin; @@ -26371,14 +24669,14 @@ COPY productioncountingwithcosts_technologyoperationproductincomp (id, productio -- --- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncountingwithcosts_technologyoperationproductincomp_id', 1, false); -- --- Data for Name: productionlines_factorystructureelement; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionlines_factorystructureelement; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionlines_factorystructureelement (id, number, name, parent_id, priority, nodenumber, entitytype, current, subassembly_id, workstation_id, entityid, maintenanceevent_id, entityversion, productionline_id) FROM stdin; @@ -26386,14 +24684,14 @@ COPY productionlines_factorystructureelement (id, number, name, parent_id, prior -- --- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionlines_factorystructureelement_id_seq', 1, false); -- --- Data for Name: productionlines_productionline; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionlines_productionline; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionlines_productionline (id, number, name, division_id, place, description, supportsalltechnologies, documentation, supportsothertechnologiesworkstationtypes, quantityforotherworkstationtypes, active, eurocodsymbol, availabilityindicator, production, entityversion) FROM stdin; @@ -26402,14 +24700,14 @@ COPY productionlines_productionline (id, number, name, division_id, place, descr -- --- Name: productionlines_productionline_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionlines_productionline_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionlines_productionline_id_seq', 1, true); -- --- Data for Name: productionlines_workstationtypecomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionlines_workstationtypecomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionlines_workstationtypecomponent (id, productionline_id, workstationtype_id, quantity, entityversion, datefrom, dateto) FROM stdin; @@ -26417,14 +24715,14 @@ COPY productionlines_workstationtypecomponent (id, productionline_id, workstatio -- --- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionlines_workstationtypecomponent_id_seq', 1, false); -- --- Data for Name: productionpershift_dailyprogress; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_dailyprogress; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionpershift_dailyprogress (id, progressforday_id, shift_id, quantity, locked, entityversion, efficiencytime) FROM stdin; @@ -26432,14 +24730,14 @@ COPY productionpershift_dailyprogress (id, progressforday_id, shift_id, quantity -- --- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_dailyprogress_id_seq', 1, false); -- --- Data for Name: productionpershift_ppsreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_ppsreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionpershift_ppsreport (id, number, name, datefrom, dateto, filename, generated, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -26447,14 +24745,14 @@ COPY productionpershift_ppsreport (id, number, name, datefrom, dateto, filename, -- --- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_ppsreport_id_seq', 1, false); -- --- Data for Name: productionpershift_productionpershift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_productionpershift; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionpershift_productionpershift (id, order_id, plannedprogresscorrectioncomment, orderfinishdate, entityversion) FROM stdin; @@ -26462,29 +24760,29 @@ COPY productionpershift_productionpershift (id, order_id, plannedprogresscorrect -- --- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_productionpershift_id_seq', 1, false); -- --- Data for Name: productionpershift_progressforday; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_progressforday; Type: TABLE DATA; Schema: public; Owner: - -- -COPY productionpershift_progressforday (id, technologyinstanceoperationcomponent_id, day, corrected, dateofday, technologyoperationcomponent_id, actualdateofday, entityversion) FROM stdin; +COPY productionpershift_progressforday (id, technologyinstanceoperationcomponent_id, day, corrected, dateofday, technologyoperationcomponent_id, actualdateofday, entityversion, productionpershift_id) FROM stdin; \. -- --- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_progressforday_id_seq', 1, false); -- --- Data for Name: productionpershift_reasontypeofcorrectionplan; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_reasontypeofcorrectionplan; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionpershift_reasontypeofcorrectionplan (id, productionpershift_id, reasontype, date, entityversion) FROM stdin; @@ -26492,14 +24790,14 @@ COPY productionpershift_reasontypeofcorrectionplan (id, productionpershift_id, r -- --- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_reasontypeofcorrectionplan_id_seq', 1, false); -- --- Data for Name: qcadoocustomtranslation_customtranslation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoocustomtranslation_customtranslation; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoocustomtranslation_customtranslation (id, pluginidentifier, key, propertiestranslation, customtranslation, active, locale, entityversion) FROM stdin; @@ -26507,14 +24805,14 @@ COPY qcadoocustomtranslation_customtranslation (id, pluginidentifier, key, prope -- --- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoocustomtranslation_customtranslation_id_seq', 1, false); -- --- Data for Name: qcadoomodel_dictionary; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoomodel_dictionary; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoomodel_dictionary (id, name, pluginidentifier, active, entityversion) FROM stdin; @@ -26539,63 +24837,63 @@ COPY qcadoomodel_dictionary (id, name, pluginidentifier, active, entityversion) -- --- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoomodel_dictionary_id_seq', 17, true); -- --- Data for Name: qcadoomodel_dictionaryitem; Type: TABLE DATA; Schema: public; Owner: postgres --- - -COPY qcadoomodel_dictionaryitem (id, name, externalnumber, description, technicalcode, dictionary_id, active, entityversion) FROM stdin; -1 EPAL \N \N 01epal 5 t 0 -2 CHEAP EUR \N \N 02cheapEur 5 t 0 -3 main \N \N 01main 4 t 0 -4 white \N #ffffff 01white 2 t 0 -5 grey \N #bfbfbf 02grey 2 t 0 -6 yellow \N #ffff99 03yellow 2 t 0 -7 orange \N #ff944d 04orange 2 t 0 -8 red \N #ff6666 05red 2 t 0 -9 green \N #85e085 06green 2 t 0 -10 blue \N #66a3ff 07blue 2 t 0 -11 Work on line \N \N 01workOnLine 17 t 0 -12 Sick leave \N \N \N 17 t 0 -13 Other tasks \N \N 02otherCase 17 t 0 -14 mm \N Millimeter \N 1 t 0 -15 cm \N Centimeter \N 1 t 0 -16 dm \N Decimeter \N 1 t 0 -17 m \N Meter \N 1 t 0 -18 cm2 \N Cubic centimeter \N 1 t 0 -19 m2 \N Square meter \N 1 t 0 -20 dam \N Cubic decimeter \N 1 t 0 -21 m3 \N Cubic meter \N 1 t 0 -22 g \N Gram \N 1 t 0 -23 kg \N Kilogram \N 1 t 0 -24 l \N Liter \N 1 t 0 -25 hl \N Hectoliter \N 1 t 0 -26 pc \N Piece \N 1 t 0 -27 pair \N Pair \N 1 t 0 -28 set \N Set \N 1 t 0 -29 Employee absence \N \N \N 7 t 0 -30 Delays in materials delivery \N \N \N 7 t 0 -31 Faulty materials \N \N \N 7 t 0 -32 Production resources overload \N \N \N 7 t 0 -33 Machine malfunction \N \N \N 7 t 0 -34 Other \N \N \N 7 t 0 -\. - - --- --- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Data for Name: qcadoomodel_dictionaryitem; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY qcadoomodel_dictionaryitem (id, name, externalnumber, description, technicalcode, dictionary_id, active, entityversion, isinteger) FROM stdin; +1 EPAL \N \N 01epal 5 t 0 f +2 CHEAP EUR \N \N 02cheapEur 5 t 0 f +3 main \N \N 01main 4 t 0 f +4 white \N #ffffff 01white 2 t 0 f +5 grey \N #bfbfbf 02grey 2 t 0 f +6 yellow \N #ffff99 03yellow 2 t 0 f +7 orange \N #ff944d 04orange 2 t 0 f +8 red \N #ff6666 05red 2 t 0 f +9 green \N #85e085 06green 2 t 0 f +10 blue \N #66a3ff 07blue 2 t 0 f +11 Work on line \N \N 01workOnLine 17 t 0 f +12 Sick leave \N \N \N 17 t 0 f +13 Other tasks \N \N 02otherCase 17 t 0 f +14 mm \N Millimeter \N 1 t 0 f +15 cm \N Centimeter \N 1 t 0 f +16 dm \N Decimeter \N 1 t 0 f +17 m \N Meter \N 1 t 0 f +18 cm2 \N Cubic centimeter \N 1 t 0 f +19 m2 \N Square meter \N 1 t 0 f +20 dam \N Cubic decimeter \N 1 t 0 f +21 m3 \N Cubic meter \N 1 t 0 f +22 g \N Gram \N 1 t 0 f +23 kg \N Kilogram \N 1 t 0 f +24 l \N Liter \N 1 t 0 f +25 hl \N Hectoliter \N 1 t 0 f +26 pc \N Piece \N 1 t 0 f +27 pair \N Pair \N 1 t 0 f +28 set \N Set \N 1 t 0 f +29 Employee absence \N \N \N 7 t 0 f +30 Delays in materials delivery \N \N \N 7 t 0 f +31 Faulty materials \N \N \N 7 t 0 f +32 Production resources overload \N \N \N 7 t 0 f +33 Machine malfunction \N \N \N 7 t 0 f +34 Other \N \N \N 7 t 0 f +\. + + +-- +-- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoomodel_dictionaryitem_id_seq', 34, true); -- --- Data for Name: qcadoomodel_globalunitconversionsaggregate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoomodel_globalunitconversionsaggregate; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoomodel_globalunitconversionsaggregate (id, entityversion) FROM stdin; @@ -26604,14 +24902,14 @@ COPY qcadoomodel_globalunitconversionsaggregate (id, entityversion) FROM stdin; -- --- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoomodel_globalunitconversionsaggregate_id_seq', 1, true); -- --- Data for Name: qcadoomodel_unitconversionitem; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoomodel_unitconversionitem; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoomodel_unitconversionitem (id, quantityfrom, quantityto, unitfrom, unitto, globalunitconversionsaggregate_id, product_id, entityversion) FROM stdin; @@ -26628,14 +24926,14 @@ COPY qcadoomodel_unitconversionitem (id, quantityfrom, quantityto, unitfrom, uni -- --- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoomodel_unitconversionitem_id_seq', 9, true); -- --- Data for Name: qcadooplugin_plugin; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooplugin_plugin; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooplugin_plugin (id, identifier, version, state, issystem, entityversion, groupname, license) FROM stdin; @@ -26790,14 +25088,14 @@ COPY qcadooplugin_plugin (id, identifier, version, state, issystem, entityversio -- --- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooplugin_plugin_id_seq', 149, true); -- --- Data for Name: qcadoosecurity_group; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoosecurity_group; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoosecurity_group (id, name, description, identifier, entityversion) FROM stdin; @@ -26810,14 +25108,14 @@ COPY qcadoosecurity_group (id, name, description, identifier, entityversion) FRO -- --- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoosecurity_group_id_seq', 5, true); -- --- Data for Name: qcadoosecurity_persistenttoken; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoosecurity_persistenttoken; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoosecurity_persistenttoken (id, username, series, token, lastused, entityversion) FROM stdin; @@ -26825,14 +25123,14 @@ COPY qcadoosecurity_persistenttoken (id, username, series, token, lastused, enti -- --- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoosecurity_persistenttoken_id_seq', 1, false); -- --- Data for Name: qcadoosecurity_role; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoosecurity_role; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoosecurity_role (id, identifier, description, entityversion) FROM stdin; @@ -26948,14 +25246,14 @@ COPY qcadoosecurity_role (id, identifier, description, entityversion) FROM stdin -- --- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoosecurity_role_id_seq', 108, true); -- --- Data for Name: qcadoosecurity_user; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoosecurity_user; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoosecurity_user (id, username, email, firstname, lastname, enabled, description, password, lastactivity, staff_id, group_id, entityversion, factory_id, ipaddress) FROM stdin; @@ -26965,14 +25263,14 @@ COPY qcadoosecurity_user (id, username, email, firstname, lastname, enabled, des -- --- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoosecurity_user_id_seq', 2, true); -- --- Data for Name: qcadooview_alert; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_alert; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_alert (id, message, type, expirationdate, sound) FROM stdin; @@ -26980,14 +25278,14 @@ COPY qcadooview_alert (id, message, type, expirationdate, sound) FROM stdin; -- --- Name: qcadooview_alert_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_alert_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_alert_id_seq', 1, false); -- --- Data for Name: qcadooview_category; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_category; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_category (id, pluginidentifier, name, succession, authrole, entityversion) FROM stdin; @@ -27009,14 +25307,14 @@ COPY qcadooview_category (id, pluginidentifier, name, succession, authrole, enti -- --- Name: qcadooview_category_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_category_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_category_id_seq', 15, true); -- --- Data for Name: qcadooview_item; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_item; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_item (id, pluginidentifier, name, active, category_id, view_id, succession, authrole, entityversion) FROM stdin; @@ -27148,14 +25446,14 @@ COPY qcadooview_item (id, pluginidentifier, name, active, category_id, view_id, -- --- Name: qcadooview_item_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_item_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_item_id_seq', 128, true); -- --- Data for Name: qcadooview_view; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_view; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_view (id, pluginidentifier, name, view, url, entityversion) FROM stdin; @@ -27286,14 +25584,14 @@ COPY qcadooview_view (id, pluginidentifier, name, view, url, entityversion) FROM -- --- Name: qcadooview_view_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_view_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_view_id_seq', 127, true); -- --- Data for Name: qcadooview_viewedalert; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_viewedalert; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_viewedalert (id, user_id, alert_id) FROM stdin; @@ -27301,14 +25599,14 @@ COPY qcadooview_viewedalert (id, user_id, alert_id) FROM stdin; -- --- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_viewedalert_id_seq', 1, false); -- --- Data for Name: repairs_repairorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: repairs_repairorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY repairs_repairorder (id, number, state, order_id, division_id, createdate, shift_id, startdate, enddate, staff_id, product_id, faulttype_id, description, quantitytorepair, quantityrepaired, lack, active, orderdto_id, entityversion, productiontracking_id, labortime, machinetime, repairorderproduct_id) FROM stdin; @@ -27316,28 +25614,28 @@ COPY repairs_repairorder (id, number, state, order_id, division_id, createdate, -- --- Name: repairs_repairorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorder_id_seq', 1, false); -- --- Name: repairs_repairorder_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorder_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorder_number_seq', 1, false); -- --- Name: repairs_repairorderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorderdto_id_seq', 1, false); -- --- Data for Name: repairs_repairorderproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: repairs_repairorderproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY repairs_repairorderproduct (id, trackingoperationproductincomponent_id, division_id, location_id, product_id, faulttype_id, description, givenquantity, givenunit, entityversion) FROM stdin; @@ -27345,14 +25643,14 @@ COPY repairs_repairorderproduct (id, trackingoperationproductincomponent_id, div -- --- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorderproduct_id_seq', 1, false); -- --- Data for Name: repairs_repairorderstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: repairs_repairorderstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY repairs_repairorderstatechange (id, dateandtime, sourcestate, targetstate, phase, worker, repairorder_id, shift_id, status) FROM stdin; @@ -27360,14 +25658,14 @@ COPY repairs_repairorderstatechange (id, dateandtime, sourcestate, targetstate, -- --- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorderstatechange_id_seq', 1, false); -- --- Data for Name: repairs_repairorderworktime; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: repairs_repairorderworktime; Type: TABLE DATA; Schema: public; Owner: - -- COPY repairs_repairorderworktime (id, repairorder_id, staff_id, labortime, effectiveexecutiontimestart, effectiveexecutiontimeend) FROM stdin; @@ -27375,14 +25673,14 @@ COPY repairs_repairorderworktime (id, repairorder_id, staff_id, labortime, effec -- --- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorderworktime_id_seq', 1, false); -- --- Data for Name: sfcsimple_subiektimportedorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: sfcsimple_subiektimportedorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY sfcsimple_subiektimportedorder (id, number, clientname, clientaddress, drawdate, realizationdate, converted, entityversion) FROM stdin; @@ -27390,14 +25688,14 @@ COPY sfcsimple_subiektimportedorder (id, number, clientname, clientaddress, draw -- --- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('sfcsimple_subiektimportedorder_id_seq', 1, false); -- --- Data for Name: sfcsimple_subiektimportedorderproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: sfcsimple_subiektimportedorderproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY sfcsimple_subiektimportedorderproduct (id, order_id, product_id, ordernumber, quantity, entityversion) FROM stdin; @@ -27405,14 +25703,14 @@ COPY sfcsimple_subiektimportedorderproduct (id, order_id, product_id, ordernumbe -- --- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('sfcsimple_subiektimportedorderproduct_id_seq', 1, false); -- --- Data for Name: sfcsimple_subiektimportedproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: sfcsimple_subiektimportedproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY sfcsimple_subiektimportedproduct (id, type, identificationcode, ean, name, description, unit, converted, entityversion) FROM stdin; @@ -27420,14 +25718,14 @@ COPY sfcsimple_subiektimportedproduct (id, type, identificationcode, ean, name, -- --- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('sfcsimple_subiektimportedproduct_id_seq', 1, false); -- --- Data for Name: simplematerialbalance_simplematerialbalance; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: simplematerialbalance_simplematerialbalance; Type: TABLE DATA; Schema: public; Owner: - -- COPY simplematerialbalance_simplematerialbalance (id, name, date, worker, mrpalgorithm, generated, filename, entityversion) FROM stdin; @@ -27435,14 +25733,14 @@ COPY simplematerialbalance_simplematerialbalance (id, name, date, worker, mrpalg -- --- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('simplematerialbalance_simplematerialbalance_id_seq', 1, false); -- --- Data for Name: simplematerialbalance_simplematerialbalancelocationscomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: simplematerialbalance_simplematerialbalancelocationscomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY simplematerialbalance_simplematerialbalancelocationscomponent (id, simplematerialbalance_id, location_id, entityversion) FROM stdin; @@ -27450,14 +25748,14 @@ COPY simplematerialbalance_simplematerialbalancelocationscomponent (id, simplema -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('simplematerialbalance_simplematerialbalancelocationscomponent_i', 1, false); -- --- Data for Name: simplematerialbalance_simplematerialbalanceorderscomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: simplematerialbalance_simplematerialbalanceorderscomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY simplematerialbalance_simplematerialbalanceorderscomponent (id, simplematerialbalance_id, order_id, entityversion) FROM stdin; @@ -27465,14 +25763,14 @@ COPY simplematerialbalance_simplematerialbalanceorderscomponent (id, simplemater -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('simplematerialbalance_simplematerialbalanceorderscomponent_id_s', 1, false); -- --- Data for Name: states_message; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: states_message; Type: TABLE DATA; Schema: public; Owner: - -- COPY states_message (id, type, translationkey, translationargs, correspondfieldname, autoclose, productiontrackingstatechange_id, deliverystatechange_id, assignmenttoshiftstatechange_id, technologystatechange_id, orderstatechange_id, extrusionprotocolstatechange_id, confectionprotocolstatechange_id, palletstatechange_id, batchstatechange_id, trackingrecordstatechange_id, requestforquotationstatechange_id, offerstatechange_id, negotiationstatechange_id, warehouseissuestatechange_id, mbrstatechange_id, instructionstatechange_id, ebrstatechange_id, labelstatechange_id, maintenanceeventstatechange_id, entityversion, plannedeventstatechange_id, recurringeventstatechange_id) FROM stdin; @@ -27480,14 +25778,14 @@ COPY states_message (id, type, translationkey, translationargs, correspondfieldn -- --- Name: states_message_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: states_message_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('states_message_id_seq', 1, false); -- --- Data for Name: stoppage_stoppage; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: stoppage_stoppage; Type: TABLE DATA; Schema: public; Owner: - -- COPY stoppage_stoppage (id, order_id, duration, reason, active, entityversion) FROM stdin; @@ -27495,14 +25793,14 @@ COPY stoppage_stoppage (id, order_id, duration, reason, active, entityversion) F -- --- Name: stoppage_stoppage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: stoppage_stoppage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('stoppage_stoppage_id_seq', 1, false); -- --- Data for Name: subcontractorportal_cost; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_cost; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_cost (id, unit, operation, ordernumber, plannedquantity, deliveredquantity, unitprice, totalprice, suborder_id, product_id, active, entityversion) FROM stdin; @@ -27510,14 +25808,14 @@ COPY subcontractorportal_cost (id, unit, operation, ordernumber, plannedquantity -- --- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_cost_id_seq', 1, false); -- --- Data for Name: subcontractorportal_event; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_event; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_event (id, date, prevvalue, currvalue, type, action, staff_id, suborder_id, active, entityversion) FROM stdin; @@ -27525,14 +25823,14 @@ COPY subcontractorportal_event (id, date, prevvalue, currvalue, type, action, st -- --- Name: subcontractorportal_event_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_event_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_event_id_seq', 1, false); -- --- Data for Name: subcontractorportal_message; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_message; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_message (id, date, createdat, description, staff_id, company_id, suborder_id, active, entityversion) FROM stdin; @@ -27540,14 +25838,14 @@ COPY subcontractorportal_message (id, date, createdat, description, staff_id, co -- --- Name: subcontractorportal_message_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_message_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_message_id_seq', 1, false); -- --- Data for Name: subcontractorportal_operation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_operation; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_operation (id, orderid, operationid, cost, number, operation, ordernumber, ordername, datefrom, dateto, status, company_id, operationcomponent_id, active, entityversion) FROM stdin; @@ -27555,14 +25853,14 @@ COPY subcontractorportal_operation (id, orderid, operationid, cost, number, oper -- --- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_operation_id_seq', 1, false); -- --- Data for Name: subcontractorportal_realisation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_realisation; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_realisation (id, date, producedquantity, remainingquantity, product_id, suborder_id, active, entityversion) FROM stdin; @@ -27570,14 +25868,14 @@ COPY subcontractorportal_realisation (id, date, producedquantity, remainingquant -- --- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_realisation_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborder; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborder (id, number, ordernumber, description, datefrom, dateto, planneddatefrom, planneddateto, status, company_id, active, changedby_id, hasoperations, entityversion) FROM stdin; @@ -27585,14 +25883,14 @@ COPY subcontractorportal_suborder (id, number, ordernumber, description, datefro -- --- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborder_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborderattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborderattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborderattachment (id, attachment, name, ext, size, suborder_id, active, entityversion) FROM stdin; @@ -27600,14 +25898,14 @@ COPY subcontractorportal_suborderattachment (id, attachment, name, ext, size, su -- --- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborderattachment_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborderinput; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborderinput; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborderinput (id, unit, plannedquantity, deliveredquantity, remainingquantity, product_id, storage_id, suborder_id, active, operations, entityversion) FROM stdin; @@ -27615,14 +25913,14 @@ COPY subcontractorportal_suborderinput (id, unit, plannedquantity, deliveredquan -- --- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborderinput_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborderoperation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborderoperation; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborderoperation (id, orderid, operationid, cost, number, operation, ordernumber, ordername, datefrom, dateto, status, company_id, suborder_id, operationcomponent_id, active, entityversion) FROM stdin; @@ -27630,14 +25928,14 @@ COPY subcontractorportal_suborderoperation (id, orderid, operationid, cost, numb -- --- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborderoperation_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborderoutput; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborderoutput; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborderoutput (id, unit, plannedquantity, deliveredquantity, producedquantity, remainingquantity, unitprice, createdmanually, product_id, storage_id, suborder_id, active, operations, entityversion) FROM stdin; @@ -27645,14 +25943,14 @@ COPY subcontractorportal_suborderoutput (id, unit, plannedquantity, deliveredqua -- --- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborderoutput_id_seq', 1, false); -- --- Data for Name: subcontractorportal_subordertmp; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_subordertmp; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_subordertmp (id, number, ordernumber, datefrom, dateto, planneddatefrom, planneddateto, status, company_id, active, entityversion) FROM stdin; @@ -27660,14 +25958,14 @@ COPY subcontractorportal_subordertmp (id, number, ordernumber, datefrom, dateto, -- --- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_subordertmp_id_seq', 1, false); -- --- Data for Name: supplynegotiations_columnforoffers; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_columnforoffers; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_columnforoffers (id, identifier, name, description, columnfiller, alignment, parameter_id, succession, entityversion) FROM stdin; @@ -27684,14 +25982,14 @@ COPY supplynegotiations_columnforoffers (id, identifier, name, description, colu -- --- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_columnforoffers_id_seq', 9, true); -- --- Data for Name: supplynegotiations_columnforrequests; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_columnforrequests; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_columnforrequests (id, identifier, name, description, columnfiller, alignment, parameter_id, succession, entityversion) FROM stdin; @@ -27707,14 +26005,14 @@ COPY supplynegotiations_columnforrequests (id, identifier, name, description, co -- --- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_columnforrequests_id_seq', 8, true); -- --- Data for Name: supplynegotiations_negotiation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_negotiation; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_negotiation (id, number, name, state, generatedate, active, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -27722,14 +26020,14 @@ COPY supplynegotiations_negotiation (id, number, name, state, generatedate, acti -- --- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_negotiation_id_seq', 1, false); -- --- Data for Name: supplynegotiations_negotiationproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_negotiationproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_negotiationproduct (id, negotiation_id, product_id, neededquantity, approveddeliveredquantity, draftdeliveredquantity, leftquantity, duedate, operation_id, requestforquotationsnumber, entityversion) FROM stdin; @@ -27737,14 +26035,14 @@ COPY supplynegotiations_negotiationproduct (id, negotiation_id, product_id, need -- --- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_negotiationproduct_id_seq', 1, false); -- --- Data for Name: supplynegotiations_negotiationstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_negotiationstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_negotiationstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, negotiation_id, shift_id, entityversion) FROM stdin; @@ -27752,14 +26050,14 @@ COPY supplynegotiations_negotiationstatechange (id, dateandtime, sourcestate, ta -- --- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_negotiationstatechange_id_seq', 1, false); -- --- Data for Name: supplynegotiations_offer; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_offer; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_offer (id, number, name, description, supplier_id, requestforquotation_id, offereddate, attachment, transportcost, state, active, createdate, updatedate, createuser, updateuser, workingdaysafterorder, negotiation_id, entityversion) FROM stdin; @@ -27767,14 +26065,14 @@ COPY supplynegotiations_offer (id, number, name, description, supplier_id, reque -- --- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_offer_id_seq', 1, false); -- --- Data for Name: supplynegotiations_offerproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_offerproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_offerproduct (id, offer_id, product_id, quantity, priceperunit, totalprice, operation_id, succession, actualversion, entityversion) FROM stdin; @@ -27782,14 +26080,14 @@ COPY supplynegotiations_offerproduct (id, offer_id, product_id, quantity, pricep -- --- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_offerproduct_id_seq', 1, false); -- --- Data for Name: supplynegotiations_offerstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_offerstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_offerstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, offer_id, shift_id, entityversion) FROM stdin; @@ -27797,14 +26095,14 @@ COPY supplynegotiations_offerstatechange (id, dateandtime, sourcestate, targetst -- --- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_offerstatechange_id_seq', 1, false); -- --- Data for Name: supplynegotiations_parametercolumnforoffers; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_parametercolumnforoffers; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_parametercolumnforoffers (id, parameter_id, columnforoffers_id, succession, entityversion) FROM stdin; @@ -27821,14 +26119,14 @@ COPY supplynegotiations_parametercolumnforoffers (id, parameter_id, columnforoff -- --- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_parametercolumnforoffers_id_seq', 9, true); -- --- Data for Name: supplynegotiations_parametercolumnforrequests; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_parametercolumnforrequests; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_parametercolumnforrequests (id, parameter_id, columnforrequests_id, succession, entityversion) FROM stdin; @@ -27844,14 +26142,14 @@ COPY supplynegotiations_parametercolumnforrequests (id, parameter_id, columnforr -- --- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_parametercolumnforrequests_id_seq', 8, true); -- --- Data for Name: supplynegotiations_requestforquotation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_requestforquotation; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_requestforquotation (id, number, name, description, supplier_id, desireddate, active, createdate, updatedate, createuser, updateuser, state, workingdaysafterorder, negotiation_id, entityversion) FROM stdin; @@ -27859,14 +26157,14 @@ COPY supplynegotiations_requestforquotation (id, number, name, description, supp -- --- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_requestforquotation_id_seq', 1, false); -- --- Data for Name: supplynegotiations_requestforquotationproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_requestforquotationproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_requestforquotationproduct (id, requestforquotation_id, product_id, orderedquantity, annualvolume, operation_id, succession, entityversion) FROM stdin; @@ -27874,14 +26172,14 @@ COPY supplynegotiations_requestforquotationproduct (id, requestforquotation_id, -- --- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_requestforquotationproduct_id_seq', 1, false); -- --- Data for Name: supplynegotiations_requestforquotationstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_requestforquotationstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_requestforquotationstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, requestforquotation_id, shift_id, entityversion) FROM stdin; @@ -27889,14 +26187,14 @@ COPY supplynegotiations_requestforquotationstatechange (id, dateandtime, sources -- --- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_requestforquotationstatechange_id_seq', 1, false); -- --- Data for Name: technologies_barcodeoperationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_barcodeoperationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_barcodeoperationcomponent (id, operationcomponent_id, code, active, entityversion, order_id) FROM stdin; @@ -27904,21 +26202,21 @@ COPY technologies_barcodeoperationcomponent (id, operationcomponent_id, code, ac -- --- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_barcodeoperationcomponent_id_seq', 1, false); -- --- Name: technologies_barcodeoperationcomponent_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_barcodeoperationcomponent_number_seq', 1, false); -- --- Data for Name: technologies_operation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_operation; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_operation (id, number, name, comment, workstationtype_id, attachment, areproductquantitiesdivisible, istjdivisible, operationgroup_id, imageurlinworkplan, pieceworkcost, productioninonecycle, laborhourlycost, numberofoperations, laborutilization, nextoperationafterproducedtype, nextoperationafterproducedquantityunit, machinehourlycost, tj, nextoperationafterproducedquantity, machineutilization, timenextoperation, tpz, productioninonecycleunit, active, issubcontracting, assignedtooperation, quantityofworkstations, division_id, showinproductdata, productdatanumber, productionline_id, entityversion) FROM stdin; @@ -27926,14 +26224,14 @@ COPY technologies_operation (id, number, name, comment, workstationtype_id, atta -- --- Name: technologies_operation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_operation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_operation_id_seq', 1, false); -- --- Data for Name: technologies_operationgroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_operationgroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_operationgroup (id, number, name, active, entityversion) FROM stdin; @@ -27941,14 +26239,14 @@ COPY technologies_operationgroup (id, number, name, active, entityversion) FROM -- --- Name: technologies_operationgroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_operationgroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_operationgroup_id_seq', 1, false); -- --- Data for Name: technologies_operationproductincomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_operationproductincomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_operationproductincomponent (id, operationcomponent_id, product_id, quantity, productbatchrequired, itemnumberintheexplodedview, componentslocation_id, componentsoutputlocation_id, isdivisionlocation, isdivisionoutputlocation, isdivisionoutputlocationmodified, isdivisionlocationmodified, flowtypeincomponent, priority, showinproductdata, productdatanumber, pantone_id, productsflowlocation_id, productionflow, value, givenquantity, givenunit, entityversion, hardener, resin, fabric, ondelete, showmaterialcomponent, quantityformula) FROM stdin; @@ -27956,14 +26254,14 @@ COPY technologies_operationproductincomponent (id, operationcomponent_id, produc -- --- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_operationproductincomponent_id_seq', 1, false); -- --- Data for Name: technologies_operationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_operationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_operationproductoutcomponent (id, operationcomponent_id, product_id, quantity, productsinputlocation_id, isdivisioninputlocation, isdivisioninputlocationmodified, flowtypeoutcomponent, productsflowlocation_id, productsshiftinglocation_id, productionflow, automaticmove, entityversion, set) FROM stdin; @@ -27971,14 +26269,14 @@ COPY technologies_operationproductoutcomponent (id, operationcomponent_id, produ -- --- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_operationproductoutcomponent_id_seq', 1, false); -- --- Data for Name: technologies_productcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_productcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_productcomponent (id, product_id, operationin_id, operationout_id, active, entityversion) FROM stdin; @@ -27986,14 +26284,14 @@ COPY technologies_productcomponent (id, product_id, operationin_id, operationout -- --- Name: technologies_productcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_productcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_productcomponent_id_seq', 1, false); -- --- Data for Name: technologies_productstructuretreenode; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_productstructuretreenode; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_productstructuretreenode (id, priority, technology_id, parent_id, nodenumber, number, product_id, createdate, updatedate, createuser, updateuser, entityversion, standardperformancetechnology, technologygroup_id) FROM stdin; @@ -28001,14 +26299,14 @@ COPY technologies_productstructuretreenode (id, priority, technology_id, parent_ -- --- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_productstructuretreenode_id_seq', 1, false); -- --- Data for Name: technologies_technology; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technology; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technology (id, number, name, product_id, technologygroup_id, externalsynchronized, master, description, state, recipeimportstatus, recipeimportmsg, formula, minimalquantity, active, technologybatchrequired, isstandardgoodfoodtechnology, range, division_id, componentslocation_id, componentsoutputlocation_id, productsinputlocation_id, isdivisionlocation, isdivisioninputlocation, isdivisionoutputlocation, technologytype, technologyprototype_id, productionline_id, productionflow, productsflowlocation_id, automaticmoveforintermediate, automaticmoveforfinal, graphicsaccepted, constructionandtechnologyaccepted, typeofproductionrecording, justone, generateproductionrecordnumberfromordernumber, allowtoclose, registerquantityoutproduct, autocloseorder, registerpiecework, registerquantityinproduct, registerproductiontime, entityversion, standardperformancetechnology, template, additionalactions) FROM stdin; @@ -28016,14 +26314,14 @@ COPY technologies_technology (id, number, name, product_id, technologygroup_id, -- --- Name: technologies_technology_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technology_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technology_id_seq', 1, false); -- --- Data for Name: technologies_technologyattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologyattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologyattachment (id, technology_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -28031,21 +26329,21 @@ COPY technologies_technologyattachment (id, technology_id, attachment, name, siz -- --- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologyattachment_id_seq', 1, false); -- --- Name: technologies_technologydto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologydto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologydto_id_seq', 1, false); -- --- Data for Name: technologies_technologygroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologygroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologygroup (id, number, name, active, entityversion) FROM stdin; @@ -28053,14 +26351,14 @@ COPY technologies_technologygroup (id, number, name, active, entityversion) FROM -- --- Name: technologies_technologygroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologygroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologygroup_id_seq', 1, false); -- --- Data for Name: technologies_technologyoperationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologyoperationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologyoperationcomponent (id, technology_id, operation_id, parent_id, entitytype, priority, nodenumber, referencetechnology_id, comment, attachment, areproductquantitiesdivisible, istjdivisible, tpz, laborworktime, productioninonecycleunit, nextoperationafterproducedquantityunit, nextoperationafterproducedquantity, nextoperationafterproducedtype, machineutilization, timenextoperation, pieceworkcost, machineworktime, productioninonecycle, laborutilization, duration, numberofoperations, tj, machinehourlycost, laborhourlycost, issubcontracting, assignedtooperation, workstationtype_id, quantityofworkstations, createdate, updatedate, createuser, updateuser, techopercomptimecalculation_id, hascorrections, division_id, showinproductdata, productdatanumber, productionlinechange, productionline_id, entityversion) FROM stdin; @@ -28068,14 +26366,14 @@ COPY technologies_technologyoperationcomponent (id, technology_id, operation_id, -- --- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologyoperationcomponent_id_seq', 1, false); -- --- Data for Name: technologies_technologyoperationcomponentmergeproductin; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologyoperationcomponentmergeproductin; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologyoperationcomponentmergeproductin (id, operationcomponent_id, mergedoperationcomponent_id, mergedoperationproductcomponent_id, quantitychange, order_id, active, entityversion) FROM stdin; @@ -28083,14 +26381,14 @@ COPY technologies_technologyoperationcomponentmergeproductin (id, operationcompo -- --- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologyoperationcomponentmergeproductin_id_seq', 1, false); -- --- Data for Name: technologies_technologyoperationcomponentmergeproductout; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologyoperationcomponentmergeproductout; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologyoperationcomponentmergeproductout (id, operationcomponent_id, mergedoperationcomponent_id, mergedoperationproductcomponent_id, quantitychange, order_id, active, entityversion) FROM stdin; @@ -28098,14 +26396,14 @@ COPY technologies_technologyoperationcomponentmergeproductout (id, operationcomp -- --- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologyoperationcomponentmergeproductout_id_seq', 1, false); -- --- Data for Name: technologies_technologystatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologystatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologystatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, technology_id, shift_id, entityversion) FROM stdin; @@ -28113,14 +26411,14 @@ COPY technologies_technologystatechange (id, dateandtime, sourcestate, targetsta -- --- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologystatechange_id_seq', 1, false); -- --- Data for Name: technologiesgenerator_generatorcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologiesgenerator_generatorcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologiesgenerator_generatorcontext (id, technology_id, product_id, fetchtechnologiesforcomponents, createandswapproducts, createdate, updatedate, createuser, updateuser, generated, entityversion, saved, generationinprogress, number) FROM stdin; @@ -28128,21 +26426,21 @@ COPY technologiesgenerator_generatorcontext (id, technology_id, product_id, fetc -- --- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologiesgenerator_generatorcontext_id_seq', 1, false); -- --- Name: technologiesgenerator_generatorcontext_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologiesgenerator_generatorcontext_number_seq', 1, false); -- --- Data for Name: technologiesgenerator_generatortechnologiesforproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologiesgenerator_generatortechnologiesforproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologiesgenerator_generatortechnologiesforproduct (id, technology_id, product_id, generatorcontext_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -28150,14 +26448,14 @@ COPY technologiesgenerator_generatortechnologiesforproduct (id, technology_id, p -- --- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologiesgenerator_generatortechnologiesforproduct_id_seq', 1, false); -- --- Data for Name: technologiesgenerator_generatortreenode; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologiesgenerator_generatortreenode; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologiesgenerator_generatortreenode (id, parent_id, generatorcontext_id, entitytype, priority, nodenumber, quantity, product_id, operation_id, producttechnology_id, originaltechnology_id, division_id, entityversion, standardperformancetechnology, technologygroup_id) FROM stdin; @@ -28165,14 +26463,14 @@ COPY technologiesgenerator_generatortreenode (id, parent_id, generatorcontext_id -- --- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologiesgenerator_generatortreenode_id_seq', 1, false); -- --- Data for Name: timegapspreview_timegap; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: timegapspreview_timegap; Type: TABLE DATA; Schema: public; Owner: - -- COPY timegapspreview_timegap (id, productionline_id, fromdate, todate, duration, context_id, entityversion) FROM stdin; @@ -28180,14 +26478,14 @@ COPY timegapspreview_timegap (id, productionline_id, fromdate, todate, duration, -- --- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('timegapspreview_timegap_id_seq', 1, false); -- --- Data for Name: timegapspreview_timegapscontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: timegapspreview_timegapscontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY timegapspreview_timegapscontext (id, fromdate, todate, supportedtechnology_id, supportedtechnologygroup_id, totalduration, longestduration, longestdurationline_id, viewisinitialized, durationfilter, entityversion) FROM stdin; @@ -28195,14 +26493,14 @@ COPY timegapspreview_timegapscontext (id, fromdate, todate, supportedtechnology_ -- --- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('timegapspreview_timegapscontext_id_seq', 1, false); -- --- Data for Name: timenormsforoperations_techopercomptimecalculation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: timenormsforoperations_techopercomptimecalculation; Type: TABLE DATA; Schema: public; Owner: - -- COPY timenormsforoperations_techopercomptimecalculation (id, operationoffset, effectiveoperationrealizationtime, effectivedatefrom, effectivedateto, duration, machineworktime, laborworktime, entityversion) FROM stdin; @@ -28210,14 +26508,14 @@ COPY timenormsforoperations_techopercomptimecalculation (id, operationoffset, ef -- --- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('timenormsforoperations_techopercomptimecalculation_id_seq', 1, false); -- --- Data for Name: urccore_lastsynchronizationdate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: urccore_lastsynchronizationdate; Type: TABLE DATA; Schema: public; Owner: - -- COPY urccore_lastsynchronizationdate (id, lastsynchronizationdate, entityversion) FROM stdin; @@ -28225,14 +26523,14 @@ COPY urccore_lastsynchronizationdate (id, lastsynchronizationdate, entityversion -- --- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('urccore_lastsynchronizationdate_id_seq', 1, false); -- --- Data for Name: urccore_synchronizationstatus; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: urccore_synchronizationstatus; Type: TABLE DATA; Schema: public; Owner: - -- COPY urccore_synchronizationstatus (id, syncphase, syncfinishedat, successful, entityversion) FROM stdin; @@ -28240,14 +26538,14 @@ COPY urccore_synchronizationstatus (id, syncphase, syncfinishedat, successful, e -- --- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('urccore_synchronizationstatus_id_seq', 1, false); -- --- Data for Name: urcmaterialavailability_requiredcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: urcmaterialavailability_requiredcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY urcmaterialavailability_requiredcomponent (id, order_id, technology_id, product_id, availablequantity, reservedquantity, requiredquantity, unit, availability, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -28255,14 +26553,14 @@ COPY urcmaterialavailability_requiredcomponent (id, order_id, technology_id, pro -- --- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('urcmaterialavailability_requiredcomponent_id_seq', 1, false); -- --- Data for Name: urcproductioncounting_requestrepair; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: urcproductioncounting_requestrepair; Type: TABLE DATA; Schema: public; Owner: - -- COPY urcproductioncounting_requestrepair (id, division_id, quantitytorepair, faulttype_id, description, location_id) FROM stdin; @@ -28270,14 +26568,14 @@ COPY urcproductioncounting_requestrepair (id, division_id, quantitytorepair, fau -- --- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('urcproductioncounting_requestrepair_id_seq', 1, false); -- --- Data for Name: wagegroups_wagegroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: wagegroups_wagegroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY wagegroups_wagegroup (id, number, name, superiorwagegroup, laborhourlycost, laborhourlycostcurrency, laborhourlycostfromwagegroup, determinedindividually, individuallaborhourlycost, entityversion) FROM stdin; @@ -28285,14 +26583,14 @@ COPY wagegroups_wagegroup (id, number, name, superiorwagegroup, laborhourlycost, -- --- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('wagegroups_wagegroup_id_seq', 1, false); -- --- Data for Name: walusiak_exportdocumenthistory; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: walusiak_exportdocumenthistory; Type: TABLE DATA; Schema: public; Owner: - -- COPY walusiak_exportdocumenthistory (id, dateexported, datefrom, dateto, entityversion) FROM stdin; @@ -28300,14 +26598,14 @@ COPY walusiak_exportdocumenthistory (id, dateexported, datefrom, dateto, entityv -- --- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('walusiak_exportdocumenthistory_id_seq', 1, false); -- --- Data for Name: warehouseminimalstate_warehouseminimumstate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: warehouseminimalstate_warehouseminimumstate; Type: TABLE DATA; Schema: public; Owner: - -- COPY warehouseminimalstate_warehouseminimumstate (id, product_id, location_id, minimumstate, optimalorderquantity, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -28315,14 +26613,14 @@ COPY warehouseminimalstate_warehouseminimumstate (id, product_id, location_id, m -- --- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('warehouseminimalstate_warehouseminimumstate_id_seq', 1, false); -- --- Data for Name: warehouseminimalstate_warehouseminimumstatemulti; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: warehouseminimalstate_warehouseminimumstatemulti; Type: TABLE DATA; Schema: public; Owner: - -- COPY warehouseminimalstate_warehouseminimumstatemulti (id, location_id, minimumstate, optimalorderquantity, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -28330,14 +26628,14 @@ COPY warehouseminimalstate_warehouseminimumstatemulti (id, location_id, minimums -- --- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('warehouseminimalstate_warehouseminimumstatemulti_id_seq', 1, false); -- --- Data for Name: workplans_columnforinputproducts; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_columnforinputproducts; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_columnforinputproducts (id, identifier, name, description, columnfiller, alignment, entityversion) FROM stdin; @@ -28353,14 +26651,14 @@ COPY workplans_columnforinputproducts (id, identifier, name, description, column -- --- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_columnforinputproducts_id_seq', 8, true); -- --- Data for Name: workplans_columnfororders; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_columnfororders; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_columnfororders (id, identifier, name, description, columnfiller, alignment, entityversion) FROM stdin; @@ -28374,14 +26672,14 @@ COPY workplans_columnfororders (id, identifier, name, description, columnfiller, -- --- Name: workplans_columnfororders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_columnfororders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_columnfororders_id_seq', 6, true); -- --- Data for Name: workplans_columnforoutputproducts; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_columnforoutputproducts; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_columnforoutputproducts (id, identifier, name, description, columnfiller, alignment, entityversion) FROM stdin; @@ -28395,14 +26693,14 @@ COPY workplans_columnforoutputproducts (id, identifier, name, description, colum -- --- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_columnforoutputproducts_id_seq', 6, true); -- --- Data for Name: workplans_parameterinputcolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_parameterinputcolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_parameterinputcolumn (id, parameter_id, columnforinputproducts_id, succession, entityversion) FROM stdin; @@ -28416,14 +26714,14 @@ COPY workplans_parameterinputcolumn (id, parameter_id, columnforinputproducts_id -- --- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_parameterinputcolumn_id_seq', 6, true); -- --- Data for Name: workplans_parameterordercolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_parameterordercolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_parameterordercolumn (id, parameter_id, columnfororders_id, succession, entityversion) FROM stdin; @@ -28436,14 +26734,14 @@ COPY workplans_parameterordercolumn (id, parameter_id, columnfororders_id, succe -- --- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_parameterordercolumn_id_seq', 5, true); -- --- Data for Name: workplans_parameteroutputcolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_parameteroutputcolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_parameteroutputcolumn (id, parameter_id, columnforoutputproducts_id, succession, entityversion) FROM stdin; @@ -28457,14 +26755,14 @@ COPY workplans_parameteroutputcolumn (id, parameter_id, columnforoutputproducts_ -- --- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_parameteroutputcolumn_id_seq', 6, true); -- --- Data for Name: workplans_workplan; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_workplan; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_workplan (id, name, date, worker, generated, filename, type, dontprintordersinworkplans, active, ordersorting, inputproductcolumntosortby_id, entityversion) FROM stdin; @@ -28472,14 +26770,14 @@ COPY workplans_workplan (id, name, date, worker, generated, filename, type, dont -- --- Name: workplans_workplan_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_workplan_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_workplan_id_seq', 1, false); -- --- Data for Name: workplans_workplanordercolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_workplanordercolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_workplanordercolumn (id, workplan_id, columnfororders_id, succession, entityversion) FROM stdin; @@ -28487,14 +26785,14 @@ COPY workplans_workplanordercolumn (id, workplan_id, columnfororders_id, success -- --- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_workplanordercolumn_id_seq', 1, false); -- --- Data for Name: zmbak_meatcuttingindicator; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_meatcuttingindicator; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_meatcuttingindicator (id, number, name, entityversion) FROM stdin; @@ -28502,14 +26800,14 @@ COPY zmbak_meatcuttingindicator (id, number, name, entityversion) FROM stdin; -- --- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_meatcuttingindicator_id_seq', 1, false); -- --- Data for Name: zmbak_meatcuttingindicatorcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_meatcuttingindicatorcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_meatcuttingindicatorcomponent (id, meatcuttingindicator_id, parent_id, product_id, nodenumber, priority, yieldindicator, entitytype, priceindicator, twinsdiscriminator, entityversion) FROM stdin; @@ -28517,14 +26815,14 @@ COPY zmbak_meatcuttingindicatorcomponent (id, meatcuttingindicator_id, parent_id -- --- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_meatcuttingindicatorcomponent_id_seq', 1, false); -- --- Data for Name: zmbak_parameter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_parameter; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_parameter (id, slaughterlocation_id, freezerlocation_id, meatcuttinglocation_id, slaughteroperation_id, meatcuttingoperation_id, acceptableloss, errormargin, entityversion) FROM stdin; @@ -28532,14 +26830,14 @@ COPY zmbak_parameter (id, slaughterlocation_id, freezerlocation_id, meatcuttingl -- --- Name: zmbak_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_parameter_id_seq', 1, false); -- --- Data for Name: zmbak_tpcreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_tpcreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_tpcreport (id, name, datefrom, overhead, margin, dateto, entityversion) FROM stdin; @@ -28547,14 +26845,14 @@ COPY zmbak_tpcreport (id, name, datefrom, overhead, margin, dateto, entityversio -- --- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_tpcreport_id_seq', 1, false); -- --- Data for Name: zmbak_tpctable; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_tpctable; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_tpctable (id, product_id, quantity, price, date, entityversion) FROM stdin; @@ -28562,14 +26860,14 @@ COPY zmbak_tpctable (id, product_id, quantity, price, date, entityversion) FROM -- --- Name: zmbak_tpctable_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_tpctable_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_tpctable_id_seq', 1, false); -- --- Name: advancedgenealogy_batch advancedgenealogy_batch_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch advancedgenealogy_batch_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batch @@ -28577,7 +26875,7 @@ ALTER TABLE ONLY advancedgenealogy_batch -- --- Name: advancedgenealogy_batchstatechange advancedgenealogy_batchlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange advancedgenealogy_batchlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batchstatechange @@ -28585,7 +26883,7 @@ ALTER TABLE ONLY advancedgenealogy_batchstatechange -- --- Name: advancedgenealogy_genealogyreport advancedgenealogy_genealogyreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport advancedgenealogy_genealogyreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_genealogyreport @@ -28593,7 +26891,7 @@ ALTER TABLE ONLY advancedgenealogy_genealogyreport -- --- Name: advancedgenealogy_trackingrecord advancedgenealogy_trackingrecord_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord advancedgenealogy_trackingrecord_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecord @@ -28601,7 +26899,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecord -- --- Name: advancedgenealogy_trackingrecordstatechange advancedgenealogy_trackingrecordlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange advancedgenealogy_trackingrecordlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange @@ -28609,7 +26907,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange -- --- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_usedbatchsimple @@ -28617,7 +26915,7 @@ ALTER TABLE ONLY advancedgenealogy_usedbatchsimple -- --- Name: advancedgenealogyfororders_genealogyproductinbatch advancedgenealogyfororders_genealogyproductinbatch_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch advancedgenealogyfororders_genealogyproductinbatch_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch @@ -28625,7 +26923,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch -- --- Name: advancedgenealogyfororders_genealogyproductincomponent advancedgenealogyfororders_genealogyproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent advancedgenealogyfororders_genealogyproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent @@ -28633,7 +26931,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -28641,7 +26939,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -28649,7 +26947,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshift_assignmenttoshiftreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshift_assignmenttoshiftreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport @@ -28657,7 +26955,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport -- --- Name: assignmenttoshift_assignmenttoshiftstatechange assignmenttoshift_assignmenttoshiftstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange assignmenttoshift_assignmenttoshiftstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange @@ -28665,7 +26963,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange -- --- Name: assignmenttoshift_multiassignmenttoshift assignmenttoshift_multiassignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift assignmenttoshift_multiassignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift @@ -28673,7 +26971,7 @@ ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift -- --- Name: assignmenttoshift_staffassignmenttoshift assignmenttoshift_staffassignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift assignmenttoshift_staffassignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -28681,7 +26979,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift avglaborcostcalcfororder_assignmentworkertoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift avglaborcostcalcfororder_assignmentworkertoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift @@ -28689,7 +26987,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder avglaborcostcalcfororder_avglaborcostcalcfororder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder avglaborcostcalcfororder_avglaborcostcalcfororder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder @@ -28697,7 +26995,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder -- --- Name: basic_additionalcode basic_additionalcode_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_additionalcode basic_additionalcode_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_additionalcode @@ -28705,7 +27003,7 @@ ALTER TABLE ONLY basic_additionalcode -- --- Name: basic_address basic_address_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_address basic_address_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_address @@ -28713,7 +27011,7 @@ ALTER TABLE ONLY basic_address -- --- Name: basic_assortment basic_assortment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_assortment basic_assortment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortment @@ -28721,7 +27019,7 @@ ALTER TABLE ONLY basic_assortment -- --- Name: basic_assortmentelement basic_assortmentelement_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_assortmentelement basic_assortmentelement_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortmentelement @@ -28729,7 +27027,7 @@ ALTER TABLE ONLY basic_assortmentelement -- --- Name: basic_company basic_company_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_company basic_company_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_company @@ -28737,7 +27035,7 @@ ALTER TABLE ONLY basic_company -- --- Name: basic_country basic_country_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_country basic_country_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_country @@ -28745,7 +27043,7 @@ ALTER TABLE ONLY basic_country -- --- Name: basic_crew basic_crew_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_crew basic_crew_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_crew @@ -28753,7 +27051,7 @@ ALTER TABLE ONLY basic_crew -- --- Name: basic_currency basic_currency_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_currency basic_currency_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_currency @@ -28761,7 +27059,7 @@ ALTER TABLE ONLY basic_currency -- --- Name: basic_division basic_division_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division basic_division_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -28769,7 +27067,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_factory basic_factory_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_factory basic_factory_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_factory @@ -28777,7 +27075,7 @@ ALTER TABLE ONLY basic_factory -- --- Name: basic_faulttype basic_faulttype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_faulttype basic_faulttype_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_faulttype @@ -28785,7 +27083,7 @@ ALTER TABLE ONLY basic_faulttype -- --- Name: basic_log basic_log_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_log basic_log_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_log @@ -28793,7 +27091,7 @@ ALTER TABLE ONLY basic_log -- --- Name: basic_palletnumber basic_palletnumber_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_palletnumber basic_palletnumber_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_palletnumber @@ -28801,7 +27099,7 @@ ALTER TABLE ONLY basic_palletnumber -- --- Name: basic_palletnumberhelper basic_palletnumberhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper basic_palletnumberhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_palletnumberhelper @@ -28809,7 +27107,7 @@ ALTER TABLE ONLY basic_palletnumberhelper -- --- Name: basic_parameter basic_parameter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter basic_parameter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -28817,7 +27115,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_product basic_product_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product basic_product_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -28825,7 +27123,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_reportcolumnwidth basic_reportcolumnwidth_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth basic_reportcolumnwidth_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_reportcolumnwidth @@ -28833,7 +27131,7 @@ ALTER TABLE ONLY basic_reportcolumnwidth -- --- Name: basic_shift basic_shift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_shift basic_shift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shift @@ -28841,7 +27139,7 @@ ALTER TABLE ONLY basic_shift -- --- Name: basic_shifttimetableexception basic_shifttimetableexception_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception basic_shifttimetableexception_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shifttimetableexception @@ -28849,7 +27147,7 @@ ALTER TABLE ONLY basic_shifttimetableexception -- --- Name: basic_staff basic_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff basic_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -28857,7 +27155,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: basic_subassembly basic_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassembly basic_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassembly @@ -28865,7 +27163,7 @@ ALTER TABLE ONLY basic_subassembly -- --- Name: basic_subassemblyattachment basic_subassemblyattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment basic_subassemblyattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblyattachment @@ -28873,7 +27171,7 @@ ALTER TABLE ONLY basic_subassemblyattachment -- --- Name: basic_subassemblytoworkstationhelper basic_subassemblytoworkstationhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper basic_subassemblytoworkstationhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblytoworkstationhelper @@ -28881,7 +27179,7 @@ ALTER TABLE ONLY basic_subassemblytoworkstationhelper -- --- Name: basic_substitute basic_substitute_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitute basic_substitute_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitute @@ -28889,7 +27187,7 @@ ALTER TABLE ONLY basic_substitute -- --- Name: basic_substitutecomponent basic_substitutecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent basic_substitutecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent @@ -28897,7 +27195,7 @@ ALTER TABLE ONLY basic_substitutecomponent -- --- Name: basic_workstation basic_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation basic_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -28905,7 +27203,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: basic_workstationattachment basic_workstationattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstationattachment basic_workstationattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationattachment @@ -28913,7 +27211,7 @@ ALTER TABLE ONLY basic_workstationattachment -- --- Name: basic_workstationtype basic_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstationtype basic_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationtype @@ -28921,7 +27219,7 @@ ALTER TABLE ONLY basic_workstationtype -- --- Name: basicproductioncounting_basicproductioncounting basicproductioncounting_basicproductioncounting_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting basicproductioncounting_basicproductioncounting_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_basicproductioncounting @@ -28929,7 +27227,7 @@ ALTER TABLE ONLY basicproductioncounting_basicproductioncounting -- --- Name: basicproductioncounting_productioncountingoperationrun basicproductioncounting_productioncountingoperationrun_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun basicproductioncounting_productioncountingoperationrun_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun @@ -28937,7 +27235,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun -- --- Name: basicproductioncounting_productioncountingquantity basicproductioncounting_productioncountingquantity_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity basicproductioncounting_productioncountingquantity_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -28945,7 +27243,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: cdnrcgoodfood_highestmasterordernum cdnrcgoodfood_highestmasterordernum_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum cdnrcgoodfood_highestmasterordernum_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cdnrcgoodfood_highestmasterordernum @@ -28953,7 +27251,7 @@ ALTER TABLE ONLY cdnrcgoodfood_highestmasterordernum -- --- Name: cmmsmachineparts_action cmmsmachineparts_action_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action cmmsmachineparts_action_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_action @@ -28961,7 +27259,7 @@ ALTER TABLE ONLY cmmsmachineparts_action -- --- Name: cmmsmachineparts_actionforplannedevent cmmsmachineparts_actionforplannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent cmmsmachineparts_actionforplannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent @@ -28969,7 +27267,7 @@ ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent -- --- Name: cmmsmachineparts_eventattachment cmmsmachineparts_eventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment cmmsmachineparts_eventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_eventattachment @@ -28977,7 +27275,7 @@ ALTER TABLE ONLY cmmsmachineparts_eventattachment -- --- Name: cmmsmachineparts_machinepartattachment cmmsmachineparts_machinepartattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment cmmsmachineparts_machinepartattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartattachment @@ -28985,7 +27283,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartattachment -- --- Name: cmmsmachineparts_machinepartforevent cmmsmachineparts_machinepartforevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent cmmsmachineparts_machinepartforevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -28993,7 +27291,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_number_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_number_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -29001,7 +27299,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -29009,7 +27307,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceeventcontext cmmsmachineparts_maintenanceeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext cmmsmachineparts_maintenanceeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext @@ -29017,7 +27315,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext -- --- Name: cmmsmachineparts_maintenanceeventstatechange cmmsmachineparts_maintenanceeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange cmmsmachineparts_maintenanceeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange @@ -29025,7 +27323,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange -- --- Name: cmmsmachineparts_maintenanceeventxlshelper cmmsmachineparts_maintenanceeventxlshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventxlshelper cmmsmachineparts_maintenanceeventxlshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventxlshelper @@ -29033,7 +27331,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventxlshelper -- --- Name: cmmsmachineparts_plannedevent cmmsmachineparts_plannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent cmmsmachineparts_plannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -29041,7 +27339,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedeventattachment cmmsmachineparts_plannedeventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment cmmsmachineparts_plannedeventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment @@ -29049,7 +27347,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment -- --- Name: cmmsmachineparts_plannedeventcontext cmmsmachineparts_plannedeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext cmmsmachineparts_plannedeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext @@ -29057,7 +27355,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext -- --- Name: cmmsmachineparts_plannedeventrealization cmmsmachineparts_plannedeventrealization_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization cmmsmachineparts_plannedeventrealization_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization @@ -29065,7 +27363,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization -- --- Name: cmmsmachineparts_plannedeventstatechange cmmsmachineparts_plannedeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange cmmsmachineparts_plannedeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange @@ -29073,7 +27371,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange -- --- Name: cmmsmachineparts_plannedeventxlshelper cmmsmachineparts_plannedeventxlshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper cmmsmachineparts_plannedeventxlshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventxlshelper @@ -29081,7 +27379,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventxlshelper -- --- Name: cmmsmachineparts_sourcecost cmmsmachineparts_sourcecost_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost cmmsmachineparts_sourcecost_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecost @@ -29089,7 +27387,7 @@ ALTER TABLE ONLY cmmsmachineparts_sourcecost -- --- Name: cmmsmachineparts_sourcecostreportfilter cmmsmachineparts_sourcecostreportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter cmmsmachineparts_sourcecostreportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter @@ -29097,7 +27395,7 @@ ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter -- --- Name: cmmsmachineparts_staffworktime cmmsmachineparts_staffworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime cmmsmachineparts_staffworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_staffworktime @@ -29105,7 +27403,7 @@ ALTER TABLE ONLY cmmsmachineparts_staffworktime -- --- Name: cmmsmachineparts_timeusagereportfilter cmmsmachineparts_timeusagereportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter cmmsmachineparts_timeusagereportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_timeusagereportfilter @@ -29113,7 +27411,7 @@ ALTER TABLE ONLY cmmsmachineparts_timeusagereportfilter -- --- Name: cmmsscheduler_actionforrecurringevent cmmsscheduler_actionforrecurringevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent cmmsscheduler_actionforrecurringevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent @@ -29121,7 +27419,7 @@ ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent -- --- Name: cmmsscheduler_recurringevent cmmsscheduler_recurringevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent cmmsscheduler_recurringevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -29129,7 +27427,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringeventattachment cmmsscheduler_recurringeventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment cmmsscheduler_recurringeventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventattachment @@ -29137,7 +27435,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventattachment -- --- Name: cmmsscheduler_recurringeventcontext cmmsscheduler_recurringeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext cmmsscheduler_recurringeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventcontext @@ -29145,7 +27443,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventcontext -- --- Name: cmmsscheduler_recurringeventstatechange cmmsscheduler_recurringeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange cmmsscheduler_recurringeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange @@ -29153,7 +27451,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange -- --- Name: costcalculation_componentcost costcalculation_componentcost_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost costcalculation_componentcost_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_componentcost @@ -29161,7 +27459,7 @@ ALTER TABLE ONLY costcalculation_componentcost -- --- Name: costcalculation_costcalculation costcalculation_costcalculation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation costcalculation_costcalculation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -29169,7 +27467,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costnormsforoperation_calculationoperationcomponent costnormsforoperation_calculationoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent costnormsforoperation_calculationoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -29177,7 +27475,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp @@ -29185,7 +27483,7 @@ ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp -- --- Name: deliveries_columnfordeliveries deliveries_columnfordeliveries_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries deliveries_columnfordeliveries_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfordeliveries @@ -29193,7 +27491,7 @@ ALTER TABLE ONLY deliveries_columnfordeliveries -- --- Name: deliveries_columnfororders deliveries_columnfororders_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders deliveries_columnfororders_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfororders @@ -29201,7 +27499,7 @@ ALTER TABLE ONLY deliveries_columnfororders -- --- Name: deliveries_companyproduct deliveries_companyproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct deliveries_companyproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproduct @@ -29209,7 +27507,7 @@ ALTER TABLE ONLY deliveries_companyproduct -- --- Name: deliveries_companyproductsfamily deliveries_companyproductsfamily_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily deliveries_companyproductsfamily_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproductsfamily @@ -29217,7 +27515,7 @@ ALTER TABLE ONLY deliveries_companyproductsfamily -- --- Name: deliveries_deliveredproduct deliveries_deliveredproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveries_deliveredproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -29225,7 +27523,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproductmulti deliveries_deliveredproductmulti_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti deliveries_deliveredproductmulti_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti @@ -29233,7 +27531,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmulti -- --- Name: deliveries_deliveredproductmultiposition deliveries_deliveredproductmultiposition_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveries_deliveredproductmultiposition_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -29241,7 +27539,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductreservation deliveries_deliveredproductreservation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation deliveries_deliveredproductreservation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductreservation @@ -29249,7 +27547,7 @@ ALTER TABLE ONLY deliveries_deliveredproductreservation -- --- Name: deliveries_delivery deliveries_delivery_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_delivery deliveries_delivery_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery @@ -29257,7 +27555,7 @@ ALTER TABLE ONLY deliveries_delivery -- --- Name: deliveries_deliveryattachment deliveries_deliveryattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment deliveries_deliveryattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveryattachment @@ -29265,7 +27563,7 @@ ALTER TABLE ONLY deliveries_deliveryattachment -- --- Name: deliveries_deliverybypallettypereport deliveries_deliverybypallettypereport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport deliveries_deliverybypallettypereport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverybypallettypereport @@ -29273,7 +27571,7 @@ ALTER TABLE ONLY deliveries_deliverybypallettypereport -- --- Name: deliveries_deliverystatechange deliveries_deliverystatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange deliveries_deliverystatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverystatechange @@ -29281,7 +27579,7 @@ ALTER TABLE ONLY deliveries_deliverystatechange -- --- Name: deliveries_orderedproduct deliveries_orderedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct deliveries_orderedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -29289,7 +27587,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_orderedproductreservation deliveries_orderedproductreservation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation deliveries_orderedproductreservation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproductreservation @@ -29297,7 +27595,7 @@ ALTER TABLE ONLY deliveries_orderedproductreservation -- --- Name: deliveries_parameterdeliveryordercolumn deliveries_parameterdeliveryordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn deliveries_parameterdeliveryordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn @@ -29305,7 +27603,7 @@ ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn -- --- Name: materialflowresources_document document_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -29313,7 +27611,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: ebr_ebr ebr_ebr_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -29321,7 +27619,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebrstatechange ebr_ebrstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange ebr_ebrstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebrstatechange @@ -29329,7 +27627,7 @@ ALTER TABLE ONLY ebr_ebrstatechange -- --- Name: ebr_formula ebr_formula_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_formula ebr_formula_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_formula @@ -29337,7 +27635,7 @@ ALTER TABLE ONLY ebr_formula -- --- Name: ebr_instruction ebr_instruction_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instruction ebr_instruction_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instruction @@ -29345,7 +27643,7 @@ ALTER TABLE ONLY ebr_instruction -- --- Name: ebr_instructionstatechange ebr_instructionstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange ebr_instructionstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instructionstatechange @@ -29353,7 +27651,7 @@ ALTER TABLE ONLY ebr_instructionstatechange -- --- Name: emailnotifications_staffnotification emailnotifications_staffnotification_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification emailnotifications_staffnotification_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification @@ -29361,7 +27659,7 @@ ALTER TABLE ONLY emailnotifications_staffnotification -- --- Name: efcsimple_enovaimportedorder enovafileconnector_enovaimportedorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder enovafileconnector_enovaimportedorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorder @@ -29369,7 +27667,7 @@ ALTER TABLE ONLY efcsimple_enovaimportedorder -- --- Name: efcsimple_enovaimportedorderproduct enovafileconnector_enovaimportedorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct enovafileconnector_enovaimportedorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorderproduct @@ -29377,7 +27675,7 @@ ALTER TABLE ONLY efcsimple_enovaimportedorderproduct -- --- Name: efcsimple_enovaimportedproduct enovafileconnector_enovaimportedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct enovafileconnector_enovaimportedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedproduct @@ -29385,7 +27683,15 @@ ALTER TABLE ONLY efcsimple_enovaimportedproduct -- --- Name: esilco_printdocuments esilco_printdocuments_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: esilco_importpositionerror esilco_importpositionerror_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY esilco_importpositionerror + ADD CONSTRAINT esilco_importpositionerror_pkey PRIMARY KEY (id); + + +-- +-- Name: esilco_printdocuments esilco_printdocuments_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY esilco_printdocuments @@ -29393,7 +27699,7 @@ ALTER TABLE ONLY esilco_printdocuments -- --- Name: goodfood_confectionadditionalinputproduct goodfood_confectionadditionalinputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct goodfood_confectionadditionalinputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct @@ -29401,7 +27707,7 @@ ALTER TABLE ONLY goodfood_confectionadditionalinputproduct -- --- Name: goodfood_confectioncontext goodfood_confectioncontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext goodfood_confectioncontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext @@ -29409,7 +27715,7 @@ ALTER TABLE ONLY goodfood_confectioncontext -- --- Name: goodfood_confectioninputproduct goodfood_confectioninputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct goodfood_confectioninputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct @@ -29417,7 +27723,7 @@ ALTER TABLE ONLY goodfood_confectioninputproduct -- --- Name: goodfood_confectionprotocol goodfood_confectionprotocol_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol goodfood_confectionprotocol_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -29425,7 +27731,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_confectionprotocol goodfood_confectionprotocol_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol goodfood_confectionprotocol_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -29433,7 +27739,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_confectionprotocolcorrect goodfood_confectionprotocolcorrect_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect goodfood_confectionprotocolcorrect_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolcorrect @@ -29441,7 +27747,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolcorrect -- --- Name: goodfood_confectionprotocolstatechange goodfood_confectionprotocolstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange goodfood_confectionprotocolstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolstatechange @@ -29449,7 +27755,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolstatechange -- --- Name: goodfood_confectionremainderinputproduct goodfood_confectionremainderinputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct goodfood_confectionremainderinputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionremainderinputproduct @@ -29457,7 +27763,7 @@ ALTER TABLE ONLY goodfood_confectionremainderinputproduct -- --- Name: goodfood_confectionstaff goodfood_confectionstaff_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff goodfood_confectionstaff_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionstaff @@ -29465,7 +27771,7 @@ ALTER TABLE ONLY goodfood_confectionstaff -- --- Name: goodfood_eventlog goodfood_eventlog_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_eventlog goodfood_eventlog_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_eventlog @@ -29473,7 +27779,7 @@ ALTER TABLE ONLY goodfood_eventlog -- --- Name: goodfood_extrusionaddedingrediententry goodfood_extrusionaddedingrediententry_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry goodfood_extrusionaddedingrediententry_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry @@ -29481,7 +27787,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedingrediententry -- --- Name: goodfood_extrusionaddedmixentry goodfood_extrusionaddedmixentry_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry goodfood_extrusionaddedmixentry_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry @@ -29489,7 +27795,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedmixentry -- --- Name: goodfood_extrusioncontext goodfood_extrusioncontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext goodfood_extrusioncontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext @@ -29497,7 +27803,7 @@ ALTER TABLE ONLY goodfood_extrusioncontext -- --- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -29505,7 +27811,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -29513,7 +27819,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: goodfood_extrusionprotocolcorrect goodfood_extrusionprotocolcorrect_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect goodfood_extrusionprotocolcorrect_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolcorrect @@ -29521,7 +27827,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolcorrect -- --- Name: goodfood_extrusionprotocolstatechange goodfood_extrusionprotocolstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange goodfood_extrusionprotocolstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolstatechange @@ -29529,7 +27835,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolstatechange -- --- Name: goodfood_extrusionsouse goodfood_extrusionsouse_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse goodfood_extrusionsouse_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionsouse @@ -29537,7 +27843,7 @@ ALTER TABLE ONLY goodfood_extrusionsouse -- --- Name: goodfood_extrusiontakenoffmixentry goodfood_extrusiontakenoffmixentry_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry goodfood_extrusiontakenoffmixentry_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry @@ -29545,7 +27851,7 @@ ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry -- --- Name: goodfood_goodfoodreport goodfood_goodfoodreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport goodfood_goodfoodreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_goodfoodreport @@ -29553,7 +27859,7 @@ ALTER TABLE ONLY goodfood_goodfoodreport -- --- Name: goodfood_label goodfood_label_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label goodfood_label_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -29561,7 +27867,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_labelstatechange goodfood_labelstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange goodfood_labelstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_labelstatechange @@ -29569,7 +27875,7 @@ ALTER TABLE ONLY goodfood_labelstatechange -- --- Name: goodfood_pallet goodfood_pallet_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet goodfood_pallet_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -29577,7 +27883,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_pallet goodfood_pallet_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet goodfood_pallet_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -29585,7 +27891,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_palletcontext goodfood_palletcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext goodfood_palletcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletcontext @@ -29593,7 +27899,7 @@ ALTER TABLE ONLY goodfood_palletcontext -- --- Name: goodfood_palletstatechange goodfood_palletstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange goodfood_palletstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletstatechange @@ -29601,7 +27907,7 @@ ALTER TABLE ONLY goodfood_palletstatechange -- --- Name: goodfood_printedlabel goodfood_printedlabel_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel goodfood_printedlabel_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel @@ -29609,7 +27915,7 @@ ALTER TABLE ONLY goodfood_printedlabel -- --- Name: goodfood_ssccnumber goodfood_ssccnumber_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber goodfood_ssccnumber_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_ssccnumber @@ -29617,7 +27923,7 @@ ALTER TABLE ONLY goodfood_ssccnumber -- --- Name: integrationbartender_printlabelshelper integrationbartender_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper integrationbartender_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_printlabelshelper @@ -29625,7 +27931,7 @@ ALTER TABLE ONLY integrationbartender_printlabelshelper -- --- Name: integrationbartender_sendtoprint integrationbartender_sendtoprint_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint integrationbartender_sendtoprint_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_sendtoprint @@ -29633,7 +27939,7 @@ ALTER TABLE ONLY integrationbartender_sendtoprint -- --- Name: integrationbaselinker_baselinkerparameters integrationbaselinker_baselinkerparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters integrationbaselinker_baselinkerparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_baselinkerparameters @@ -29641,7 +27947,7 @@ ALTER TABLE ONLY integrationbaselinker_baselinkerparameters -- --- Name: integrationbaselinker_statusesfordocument integrationbaselinker_statusesfordocument_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument integrationbaselinker_statusesfordocument_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesfordocument @@ -29649,7 +27955,7 @@ ALTER TABLE ONLY integrationbaselinker_statusesfordocument -- --- Name: integrationbaselinker_statusesformasterorder integrationbaselinker_statusesformasterorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder integrationbaselinker_statusesformasterorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesformasterorder @@ -29657,7 +27963,7 @@ ALTER TABLE ONLY integrationbaselinker_statusesformasterorder -- --- Name: jointable_action_subassembly jointable_action_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_subassembly jointable_action_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_subassembly @@ -29665,7 +27971,7 @@ ALTER TABLE ONLY jointable_action_subassembly -- --- Name: jointable_action_workstation jointable_action_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstation jointable_action_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstation @@ -29673,7 +27979,7 @@ ALTER TABLE ONLY jointable_action_workstation -- --- Name: jointable_action_workstationtype jointable_action_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstationtype jointable_action_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstationtype @@ -29681,7 +27987,7 @@ ALTER TABLE ONLY jointable_action_workstationtype -- --- Name: jointable_anomaly_anomalyreason jointable_anomaly_anomalyreason_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_anomaly_anomalyreason jointable_anomaly_anomalyreason_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_anomaly_anomalyreason @@ -29689,7 +27995,7 @@ ALTER TABLE ONLY jointable_anomaly_anomalyreason -- --- Name: jointable_company_negotiation jointable_company_negotiation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_negotiation jointable_company_negotiation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_negotiation @@ -29697,7 +28003,7 @@ ALTER TABLE ONLY jointable_company_negotiation -- --- Name: jointable_company_operation jointable_company_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operation jointable_company_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operation @@ -29705,7 +28011,7 @@ ALTER TABLE ONLY jointable_company_operation -- --- Name: jointable_company_operationgroup jointable_company_operationgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operationgroup jointable_company_operationgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operationgroup @@ -29713,7 +28019,7 @@ ALTER TABLE ONLY jointable_company_operationgroup -- --- Name: jointable_company_subassembly jointable_company_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_subassembly jointable_company_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_subassembly @@ -29721,7 +28027,7 @@ ALTER TABLE ONLY jointable_company_subassembly -- --- Name: jointable_company_workstation jointable_company_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_workstation jointable_company_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_workstation @@ -29729,7 +28035,7 @@ ALTER TABLE ONLY jointable_company_workstation -- --- Name: jointable_coverageorderhelper_orderdto jointable_coverageorderhelper_orderdto_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_coverageorderhelper_orderdto jointable_coverageorderhelper_orderdto_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_coverageorderhelper_orderdto @@ -29737,7 +28043,7 @@ ALTER TABLE ONLY jointable_coverageorderhelper_orderdto -- --- Name: jointable_division_productionline jointable_division_productionline_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_division_productionline jointable_division_productionline_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_division_productionline @@ -29745,7 +28051,7 @@ ALTER TABLE ONLY jointable_division_productionline -- --- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_subassembly @@ -29753,7 +28059,7 @@ ALTER TABLE ONLY jointable_faulttype_subassembly -- --- Name: jointable_faulttype_workstation jointable_faulttype_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstation jointable_faulttype_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstation @@ -29761,7 +28067,7 @@ ALTER TABLE ONLY jointable_faulttype_workstation -- --- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstationtype @@ -29769,7 +28075,7 @@ ALTER TABLE ONLY jointable_faulttype_workstationtype -- --- Name: jointable_group_role jointable_group_role_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_group_role jointable_group_role_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_group_role @@ -29777,7 +28083,7 @@ ALTER TABLE ONLY jointable_group_role -- --- Name: jointable_instruction_workstation jointable_instruction_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_instruction_workstation jointable_instruction_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_instruction_workstation @@ -29785,7 +28091,7 @@ ALTER TABLE ONLY jointable_instruction_workstation -- --- Name: jointable_issue_productstoissuehelper jointable_issue_productstoissuehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_issue_productstoissuehelper jointable_issue_productstoissuehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_issue_productstoissuehelper @@ -29793,7 +28099,7 @@ ALTER TABLE ONLY jointable_issue_productstoissuehelper -- --- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_label_printlabelshelper @@ -29801,7 +28107,7 @@ ALTER TABLE ONLY jointable_label_printlabelshelper -- --- Name: jointable_materialrequirement_order jointable_materialrequirement_order_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_materialrequirement_order jointable_materialrequirement_order_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_materialrequirement_order @@ -29809,7 +28115,7 @@ ALTER TABLE ONLY jointable_materialrequirement_order -- --- Name: jointable_multiassignmenttoshift_staff jointable_multiassignmenttoshift_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_multiassignmenttoshift_staff jointable_multiassignmenttoshift_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_multiassignmenttoshift_staff @@ -29817,7 +28123,7 @@ ALTER TABLE ONLY jointable_multiassignmenttoshift_staff -- --- Name: jointable_operation_workstation jointable_operation_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_operation_workstation jointable_operation_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_operation_workstation @@ -29825,7 +28131,7 @@ ALTER TABLE ONLY jointable_operation_workstation -- --- Name: jointable_order_printlabelshelper jointable_order_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_printlabelshelper jointable_order_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_printlabelshelper @@ -29833,7 +28139,7 @@ ALTER TABLE ONLY jointable_order_printlabelshelper -- --- Name: jointable_order_workplan jointable_order_workplan_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_workplan jointable_order_workplan_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_workplan @@ -29841,7 +28147,7 @@ ALTER TABLE ONLY jointable_order_workplan -- --- Name: jointable_palletnumber_palletnumberhelper jointable_palletnumber_palletnumberhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_palletnumber_palletnumberhelper jointable_palletnumber_palletnumberhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper @@ -29849,7 +28155,7 @@ ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper -- --- Name: jointable_plannedevent_plannedevent jointable_plannedevent_plannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_plannedevent jointable_plannedevent_plannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_plannedevent @@ -29857,7 +28163,7 @@ ALTER TABLE ONLY jointable_plannedevent_plannedevent -- --- Name: jointable_plannedevent_staff jointable_plannedevent_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_staff jointable_plannedevent_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_staff @@ -29865,7 +28171,7 @@ ALTER TABLE ONLY jointable_plannedevent_staff -- --- Name: jointable_printlabelshelper_printedlabel jointable_printlabelshelper_printedlabel_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_printlabelshelper_printedlabel jointable_printlabelshelper_printedlabel_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_printlabelshelper_printedlabel @@ -29873,7 +28179,7 @@ ALTER TABLE ONLY jointable_printlabelshelper_printedlabel -- --- Name: jointable_product_warehouseminimumstatemulti jointable_product_warehouseminimumstatemulti_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_product_warehouseminimumstatemulti jointable_product_warehouseminimumstatemulti_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti @@ -29881,7 +28187,7 @@ ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti -- --- Name: jointable_productionline_shift jointable_productionline_shift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_shift jointable_productionline_shift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_shift @@ -29889,7 +28195,7 @@ ALTER TABLE ONLY jointable_productionline_shift -- --- Name: jointable_productionline_technology jointable_productionline_technology_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technology jointable_productionline_technology_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technology @@ -29897,7 +28203,7 @@ ALTER TABLE ONLY jointable_productionline_technology -- --- Name: jointable_productionline_technologygroup jointable_productionline_technologygroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technologygroup jointable_productionline_technologygroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technologygroup @@ -29905,7 +28211,7 @@ ALTER TABLE ONLY jointable_productionline_technologygroup -- --- Name: jointable_recipe_workstation jointable_recipe_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_recipe_workstation jointable_recipe_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_recipe_workstation @@ -29913,7 +28219,7 @@ ALTER TABLE ONLY jointable_recipe_workstation -- --- Name: jointable_staff_timeusagereportfilter jointable_staff_timeusagereportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_staff_timeusagereportfilter jointable_staff_timeusagereportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_staff_timeusagereportfilter @@ -29921,7 +28227,7 @@ ALTER TABLE ONLY jointable_staff_timeusagereportfilter -- --- Name: jointable_technologyoperationcomponent_workstation jointable_technologyoperationcomponent_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_technologyoperationcomponent_workstation jointable_technologyoperationcomponent_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation @@ -29929,7 +28235,7 @@ ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_linechangeovernorms_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_linechangeovernorms_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -29937,7 +28243,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: masterorders_masterorder masterorders_masterorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder masterorders_masterorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -29945,7 +28251,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: masterorders_masterorderdefinition masterorders_masterorderdefinition_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition masterorders_masterorderdefinition_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderdefinition @@ -29953,7 +28259,7 @@ ALTER TABLE ONLY masterorders_masterorderdefinition -- --- Name: masterorders_masterorderproduct masterorders_masterorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct masterorders_masterorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct @@ -29961,7 +28267,7 @@ ALTER TABLE ONLY masterorders_masterorderproduct -- --- Name: materialflow_location materialflow_location_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_location materialflow_location_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_location @@ -29969,7 +28275,7 @@ ALTER TABLE ONLY materialflow_location -- --- Name: materialflow_materialsinlocation materialflow_materialsinlocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation materialflow_materialsinlocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocation @@ -29977,7 +28283,7 @@ ALTER TABLE ONLY materialflow_materialsinlocation -- --- Name: materialflow_materialsinlocationcomponent materialflow_materialsinstockareascomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent materialflow_materialsinstockareascomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocationcomponent @@ -29985,7 +28291,7 @@ ALTER TABLE ONLY materialflow_materialsinlocationcomponent -- --- Name: materialflow_stockcorrection materialflow_stockcorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection materialflow_stockcorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection @@ -29993,7 +28299,7 @@ ALTER TABLE ONLY materialflow_stockcorrection -- --- Name: materialflow_transfer materialflow_transfer_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer materialflow_transfer_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -30001,7 +28307,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transformations materialflow_transformations_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations materialflow_transformations_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -30009,7 +28315,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: materialflow_userlocation materialflow_userlocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_userlocation materialflow_userlocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_userlocation @@ -30017,7 +28323,7 @@ ALTER TABLE ONLY materialflow_userlocation -- --- Name: materialflowmultitransfers_productquantity materialflowmultitransfers_productquantity_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity materialflowmultitransfers_productquantity_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_productquantity @@ -30025,7 +28331,7 @@ ALTER TABLE ONLY materialflowmultitransfers_productquantity -- --- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate @@ -30033,7 +28339,7 @@ ALTER TABLE ONLY materialflowmultitransfers_transfertemplate -- --- Name: materialflowresources_attribute materialflowresources_attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute materialflowresources_attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attribute @@ -30041,7 +28347,7 @@ ALTER TABLE ONLY materialflowresources_attribute -- --- Name: materialflowresources_attributevalue materialflowresources_attributevalue_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue materialflowresources_attributevalue_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue @@ -30049,7 +28355,7 @@ ALTER TABLE ONLY materialflowresources_attributevalue -- --- Name: materialflowresources_costnormsgenerator materialflowresources_costnormsgenerator_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator materialflowresources_costnormsgenerator_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormsgenerator @@ -30057,7 +28363,7 @@ ALTER TABLE ONLY materialflowresources_costnormsgenerator -- --- Name: materialflowresources_costnormslocation materialflowresources_costnormslocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation materialflowresources_costnormslocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormslocation @@ -30065,7 +28371,7 @@ ALTER TABLE ONLY materialflowresources_costnormslocation -- --- Name: materialflowresources_document materialflowresources_document_number_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document materialflowresources_document_number_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -30073,7 +28379,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_documentpositionparameters materialflowresources_documentpositionparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters materialflowresources_documentpositionparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparameters @@ -30081,7 +28387,7 @@ ALTER TABLE ONLY materialflowresources_documentpositionparameters -- --- Name: materialflowresources_documentpositionparametersitem materialflowresources_documentpositionparametersitem_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem materialflowresources_documentpositionparametersitem_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparametersitem @@ -30089,7 +28395,7 @@ ALTER TABLE ONLY materialflowresources_documentpositionparametersitem -- --- Name: materialflowresources_palletbalance materialflowresources_palletbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance materialflowresources_palletbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_palletbalance @@ -30097,7 +28403,7 @@ ALTER TABLE ONLY materialflowresources_palletbalance -- --- Name: materialflowresources_palletmovehelper materialflowresources_palletmovehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper materialflowresources_palletmovehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_palletmovehelper @@ -30105,7 +28411,7 @@ ALTER TABLE ONLY materialflowresources_palletmovehelper -- --- Name: materialflowresources_productstoragelocationhistory materialflowresources_productstoragelocationhistory_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory materialflowresources_productstoragelocationhistory_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -30113,7 +28419,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: materialflowresources_reservation materialflowresources_reservation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation materialflowresources_reservation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -30121,7 +28427,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_resource materialflowresources_resource_number_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource materialflowresources_resource_number_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -30129,7 +28435,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource materialflowresources_resource_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource materialflowresources_resource_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -30137,7 +28443,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resourcecorrection materialflowresources_resourcecorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection materialflowresources_resourcecorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -30145,7 +28451,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcestock materialflowresources_resourcestock_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock materialflowresources_resourcestock_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcestock @@ -30153,7 +28459,7 @@ ALTER TABLE ONLY materialflowresources_resourcestock -- --- Name: materialflowresources_storagelocation materialflowresources_storagelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation materialflowresources_storagelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocation @@ -30161,7 +28467,7 @@ ALTER TABLE ONLY materialflowresources_storagelocation -- --- Name: materialflowresources_storagelocationhelper materialflowresources_storagelocationhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper materialflowresources_storagelocationhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhelper @@ -30169,7 +28475,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhelper -- --- Name: materialflowresources_storagelocationhistory materialflowresources_storagelocationhistory_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory materialflowresources_storagelocationhistory_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory @@ -30177,7 +28483,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhistory -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder materialrequirementcoveragefororder_columnforcoveragesforo_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder materialrequirementcoveragefororder_columnforcoveragesforo_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_columnforcoveragesfororder @@ -30185,7 +28491,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_columnforcoveragesfororder -- --- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoveragefororder_coveragefororder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoveragefororder_coveragefororder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder @@ -30193,7 +28499,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder -- --- Name: materialrequirementcoveragefororder_coveragelocation materialrequirementcoveragefororder_coveragelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation materialrequirementcoveragefororder_coveragelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation @@ -30201,7 +28507,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation -- --- Name: materialrequirementcoveragefororder_coverageproduct materialrequirementcoveragefororder_coverageproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct materialrequirementcoveragefororder_coverageproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct @@ -30209,7 +28515,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct -- --- Name: materialrequirementcoveragefororder_coverageproductlogging materialrequirementcoveragefororder_coverageproductlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging materialrequirementcoveragefororder_coverageproductlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -30217,7 +28523,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: materialrequirements_materialrequirement materialrequirements_materialrequirement_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement materialrequirements_materialrequirement_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirements_materialrequirement @@ -30225,7 +28531,7 @@ ALTER TABLE ONLY materialrequirements_materialrequirement -- --- Name: nblsport_fabric nblsport_fabric_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_fabric nblsport_fabric_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_fabric @@ -30233,7 +28539,7 @@ ALTER TABLE ONLY nblsport_fabric -- --- Name: nblsport_overhead nblsport_overhead_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_overhead nblsport_overhead_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_overhead @@ -30241,7 +28547,7 @@ ALTER TABLE ONLY nblsport_overhead -- --- Name: nutritionfacts_nutrientcalculation nutrientcalculation_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation nutrientcalculation_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrientcalculation @@ -30249,7 +28555,7 @@ ALTER TABLE ONLY nutritionfacts_nutrientcalculation -- --- Name: nutritionfacts_nutrition nutrition_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition nutrition_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrition @@ -30257,7 +28563,7 @@ ALTER TABLE ONLY nutritionfacts_nutrition -- --- Name: nutritionfacts_nutritionelement nutritionelement_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement nutritionelement_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement @@ -30265,7 +28571,7 @@ ALTER TABLE ONLY nutritionfacts_nutritionelement -- --- Name: nutritionfacts_prototypeproduct nutritionfacts_prototypeproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct nutritionfacts_prototypeproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproduct @@ -30273,7 +28579,7 @@ ALTER TABLE ONLY nutritionfacts_prototypeproduct -- --- Name: nutritionfacts_prototypeproductcomponent nutritionfacts_prototypeproductcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent nutritionfacts_prototypeproductcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent @@ -30281,7 +28587,7 @@ ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent -- --- Name: nutritionfacts_nutritiongroup nutritiongroup_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup nutritiongroup_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritiongroup @@ -30289,7 +28595,7 @@ ALTER TABLE ONLY nutritionfacts_nutritiongroup -- --- Name: operationaltasks_operationaltask operationaltasks_operationaltask_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask operationaltasks_operationaltask_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask @@ -30297,7 +28603,7 @@ ALTER TABLE ONLY operationaltasks_operationaltask -- --- Name: operationaltasksfororders_techopercompoperationaltask operationaltasksfororders_techopercompoperationaltask_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask operationaltasksfororders_techopercompoperationaltask_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask @@ -30305,7 +28611,7 @@ ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask -- --- Name: orders_formula orders_formula_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_formula orders_formula_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_formula @@ -30313,7 +28619,7 @@ ALTER TABLE ONLY orders_formula -- --- Name: orders_instruction orders_instruction_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_instruction orders_instruction_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_instruction @@ -30321,7 +28627,7 @@ ALTER TABLE ONLY orders_instruction -- --- Name: orders_material orders_material_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_material orders_material_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material @@ -30329,7 +28635,7 @@ ALTER TABLE ONLY orders_material -- --- Name: orders_materialforinstruction orders_materialforinstruction_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction orders_materialforinstruction_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_materialforinstruction @@ -30337,7 +28643,7 @@ ALTER TABLE ONLY orders_materialforinstruction -- --- Name: orders_mbrstatechange orders_mbrstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange orders_mbrstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_mbrstatechange @@ -30345,7 +28651,7 @@ ALTER TABLE ONLY orders_mbrstatechange -- --- Name: orders_order orders_order_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order orders_order_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -30353,7 +28659,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_ordercategorycolor orders_ordercategorycolor_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor orders_ordercategorycolor_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_ordercategorycolor @@ -30361,7 +28667,7 @@ ALTER TABLE ONLY orders_ordercategorycolor -- --- Name: orders_orderstatechange orders_orderstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_orderstatechange orders_orderstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_orderstatechange @@ -30369,7 +28675,7 @@ ALTER TABLE ONLY orders_orderstatechange -- --- Name: orders_reasontypecorrectiondatefrom orders_reasontypecorrectiondatefrom_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom orders_reasontypecorrectiondatefrom_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondatefrom @@ -30377,7 +28683,7 @@ ALTER TABLE ONLY orders_reasontypecorrectiondatefrom -- --- Name: orders_reasontypecorrectiondateto orders_reasontypecorrectiondateto_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto orders_reasontypecorrectiondateto_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondateto @@ -30385,7 +28691,7 @@ ALTER TABLE ONLY orders_reasontypecorrectiondateto -- --- Name: orders_reasontypedeviationeffectiveend orders_reasontypedeviationeffectiveend_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend orders_reasontypedeviationeffectiveend_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectiveend @@ -30393,7 +28699,7 @@ ALTER TABLE ONLY orders_reasontypedeviationeffectiveend -- --- Name: orders_reasontypedeviationeffectivestart orders_reasontypedeviationeffectivestart_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart orders_reasontypedeviationeffectivestart_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectivestart @@ -30401,7 +28707,7 @@ ALTER TABLE ONLY orders_reasontypedeviationeffectivestart -- --- Name: orders_reasontypeofchangingorderstate orders_reasontypeofchangingorderstate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate orders_reasontypeofchangingorderstate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypeofchangingorderstate @@ -30409,7 +28715,7 @@ ALTER TABLE ONLY orders_reasontypeofchangingorderstate -- --- Name: orders_recipe orders_recipe_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_recipe orders_recipe_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_recipe @@ -30417,7 +28723,7 @@ ALTER TABLE ONLY orders_recipe -- --- Name: orders_typeofcorrectioncauses orders_typeofcorrectioncauses_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses orders_typeofcorrectioncauses_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_typeofcorrectioncauses @@ -30425,7 +28731,7 @@ ALTER TABLE ONLY orders_typeofcorrectioncauses -- --- Name: ordersforsubproductsgeneration_suborders ordersforsubproductsgeneration_suborders_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders ordersforsubproductsgeneration_suborders_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersforsubproductsgeneration_suborders @@ -30433,7 +28739,7 @@ ALTER TABLE ONLY ordersforsubproductsgeneration_suborders -- --- Name: ordersgantt_ordersganttparameters ordersgantt_ordersganttparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters ordersgantt_ordersganttparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgantt_ordersganttparameters @@ -30441,7 +28747,7 @@ ALTER TABLE ONLY ordersgantt_ordersganttparameters -- --- Name: ordersgroups_ordersgroup ordersgroups_ordersgroup_number_unique; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroups_ordersgroup_number_unique; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -30449,7 +28755,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersgroups_ordersgroup ordersgroups_ordersgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroups_ordersgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -30457,7 +28763,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersupplies_columnforcoverages ordersupplies_columnforcoverages_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages ordersupplies_columnforcoverages_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_columnforcoverages @@ -30465,7 +28771,7 @@ ALTER TABLE ONLY ordersupplies_columnforcoverages -- --- Name: ordersupplies_coveragelocation ordersupplies_coveragelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation ordersupplies_coveragelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation @@ -30473,7 +28779,7 @@ ALTER TABLE ONLY ordersupplies_coveragelocation -- --- Name: ordersupplies_coverageorder ordersupplies_coverageorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder ordersupplies_coverageorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorder @@ -30481,7 +28787,7 @@ ALTER TABLE ONLY ordersupplies_coverageorder -- --- Name: ordersupplies_coverageorderhelper ordersupplies_coverageorderhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper ordersupplies_coverageorderhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorderhelper @@ -30489,7 +28795,7 @@ ALTER TABLE ONLY ordersupplies_coverageorderhelper -- --- Name: ordersupplies_coverageproduct ordersupplies_coverageproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct ordersupplies_coverageproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproduct @@ -30497,7 +28803,7 @@ ALTER TABLE ONLY ordersupplies_coverageproduct -- --- Name: ordersupplies_coverageproductgenerated ordersupplies_coverageproductgenerated_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated ordersupplies_coverageproductgenerated_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductgenerated @@ -30505,7 +28811,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductgenerated -- --- Name: ordersupplies_coverageproductlogging ordersupplies_coverageproductlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging ordersupplies_coverageproductlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -30513,7 +28819,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: ordersupplies_coverageproductselected ordersupplies_coverageproductselected_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected ordersupplies_coverageproductselected_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductselected @@ -30521,7 +28827,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductselected -- --- Name: ordersupplies_coverageregister ordersupplies_coverageregister_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister ordersupplies_coverageregister_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -30529,7 +28835,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_materialrequirementcoverage ordersupplies_materialrequirementcoverage_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage ordersupplies_materialrequirementcoverage_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage @@ -30537,7 +28843,7 @@ ALTER TABLE ONLY ordersupplies_materialrequirementcoverage -- --- Name: pantone_importpantones pantone_importpantones_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_importpantones pantone_importpantones_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_importpantones @@ -30545,7 +28851,7 @@ ALTER TABLE ONLY pantone_importpantones -- --- Name: pantone_operationproductdeleted pantone_operationproductdeleted_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted pantone_operationproductdeleted_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_operationproductdeleted @@ -30553,7 +28859,7 @@ ALTER TABLE ONLY pantone_operationproductdeleted -- --- Name: pantone_pantone pantone_pantone_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantone pantone_pantone_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantone @@ -30561,7 +28867,7 @@ ALTER TABLE ONLY pantone_pantone -- --- Name: pantone_pantoneforoperationproduct pantone_pantoneforoperationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct pantone_pantoneforoperationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct @@ -30569,7 +28875,7 @@ ALTER TABLE ONLY pantone_pantoneforoperationproduct -- --- Name: pantone_pantoneforproducts pantone_pantoneforproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts pantone_pantoneforproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforproducts @@ -30577,7 +28883,7 @@ ALTER TABLE ONLY pantone_pantoneforproducts -- --- Name: pantone_parameters pantone_parameters_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_parameters pantone_parameters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_parameters @@ -30585,7 +28891,7 @@ ALTER TABLE ONLY pantone_parameters -- --- Name: pantone_selectedtechnologyoperationcomponent pantone_selectedtechnologyoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent pantone_selectedtechnologyoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_selectedtechnologyoperationcomponent @@ -30593,7 +28899,7 @@ ALTER TABLE ONLY pantone_selectedtechnologyoperationcomponent -- --- Name: materialflowresources_position position_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -30601,7 +28907,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_productcatalognumbers_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_productcatalognumbers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcatalognumbers_productcatalognumbers @@ -30609,7 +28915,7 @@ ALTER TABLE ONLY productcatalognumbers_productcatalognumbers -- --- Name: productcharacteristics_forms productcharacteristics_forms_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms productcharacteristics_forms_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_forms @@ -30617,7 +28923,7 @@ ALTER TABLE ONLY productcharacteristics_forms -- --- Name: productcharacteristics_shelves productcharacteristics_shelves_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves productcharacteristics_shelves_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_shelves @@ -30625,7 +28931,7 @@ ALTER TABLE ONLY productcharacteristics_shelves -- --- Name: productdata_productdata productdata_productdata_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdata productdata_productdata_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata @@ -30633,7 +28939,7 @@ ALTER TABLE ONLY productdata_productdata -- --- Name: productdata_productdataattachment productdata_productdataattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment productdata_productdataattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataattachment @@ -30641,7 +28947,7 @@ ALTER TABLE ONLY productdata_productdataattachment -- --- Name: productdata_productdatainput productdata_productdatainput_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdatainput productdata_productdatainput_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdatainput @@ -30649,7 +28955,7 @@ ALTER TABLE ONLY productdata_productdatainput -- --- Name: productdata_productdataoperation productdata_productdataoperation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation productdata_productdataoperation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataoperation @@ -30657,7 +28963,7 @@ ALTER TABLE ONLY productdata_productdataoperation -- --- Name: productdata_selectedtechnology productdata_selectedtechnology_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology productdata_selectedtechnology_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_selectedtechnology @@ -30665,7 +28971,7 @@ ALTER TABLE ONLY productdata_selectedtechnology -- --- Name: productflowthrudivision_issue productflowthrudivision_issue_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue productflowthrudivision_issue_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -30673,7 +28979,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_materialavailability productflowthrudivision_materialavailability_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability productflowthrudivision_materialavailability_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability @@ -30681,7 +28987,7 @@ ALTER TABLE ONLY productflowthrudivision_materialavailability -- --- Name: productflowthrudivision_productandquantityhelper productflowthrudivision_productandquantityhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper productflowthrudivision_productandquantityhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productandquantityhelper @@ -30689,7 +28995,7 @@ ALTER TABLE ONLY productflowthrudivision_productandquantityhelper -- --- Name: productflowthrudivision_productstoissue productflowthrudivision_productstoissue_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue productflowthrudivision_productstoissue_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -30697,7 +29003,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productflowthrudivision_productstoissuehelper productflowthrudivision_productstoissuehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper productflowthrudivision_productstoissuehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissuehelper @@ -30705,7 +29011,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissuehelper -- --- Name: productflowthrudivision_producttoissuecorrection productflowthrudivision_producttoissuecorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection productflowthrudivision_producttoissuecorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -30713,7 +29019,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrectionhelper productflowthrudivision_producttoissuecorrectionhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper productflowthrudivision_producttoissuecorrectionhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper @@ -30721,7 +29027,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper -- --- Name: productflowthrudivision_warehouseissue productflowthrudivision_warehouseissue_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue productflowthrudivision_warehouseissue_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -30729,7 +29035,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: productflowthrudivision_warehouseissuestatechange productflowthrudivision_warehouseissuestatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange productflowthrudivision_warehouseissuestatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange @@ -30737,7 +29043,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange -- --- Name: productionbalancepershift_balance productionbalancepershift_balance_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance productionbalancepershift_balance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balance @@ -30745,7 +29051,7 @@ ALTER TABLE ONLY productionbalancepershift_balance -- --- Name: productionbalancepershift_balancecontext productionbalancepershift_balancecontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext productionbalancepershift_balancecontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balancecontext @@ -30753,7 +29059,7 @@ ALTER TABLE ONLY productionbalancepershift_balancecontext -- --- Name: productioncounting_anomaly productioncounting_anomaly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly productioncounting_anomaly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -30761,7 +29067,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomalyexplanation productioncounting_anomalyexplanation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation productioncounting_anomalyexplanation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyexplanation @@ -30769,7 +29075,7 @@ ALTER TABLE ONLY productioncounting_anomalyexplanation -- --- Name: productioncounting_anomalyproductiontrackingentryhelper productioncounting_anomalyproductiontrackingentryhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper productioncounting_anomalyproductiontrackingentryhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper @@ -30777,7 +29083,7 @@ ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper -- --- Name: productioncounting_anomalyproductiontrackinghelper productioncounting_anomalyproductiontrackinghelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper productioncounting_anomalyproductiontrackinghelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackinghelper @@ -30785,7 +29091,7 @@ ALTER TABLE ONLY productioncounting_anomalyproductiontrackinghelper -- --- Name: productioncounting_anomalyreason productioncounting_anomalyreason_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason productioncounting_anomalyreason_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreason @@ -30793,7 +29099,7 @@ ALTER TABLE ONLY productioncounting_anomalyreason -- --- Name: productioncounting_anomalyreasoncontainer productioncounting_anomalyreasoncontainer_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer productioncounting_anomalyreasoncontainer_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreasoncontainer @@ -30801,7 +29107,7 @@ ALTER TABLE ONLY productioncounting_anomalyreasoncontainer -- --- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent @@ -30809,7 +29115,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent -- --- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent @@ -30817,7 +29123,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent -- --- Name: productioncounting_operationpieceworkcomponent productioncounting_operationpieceworkc_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent productioncounting_operationpieceworkc_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationpieceworkcomponent @@ -30825,7 +29131,7 @@ ALTER TABLE ONLY productioncounting_operationpieceworkcomponent -- --- Name: productioncounting_operationtimecomponent productioncounting_operationtimecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent productioncounting_operationtimecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationtimecomponent @@ -30833,7 +29139,7 @@ ALTER TABLE ONLY productioncounting_operationtimecomponent -- --- Name: productioncounting_productionbalance productioncounting_productionbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance productioncounting_productionbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -30841,7 +29147,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: productioncounting_productiontrackingreport productioncounting_productioncounting_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport productioncounting_productioncounting_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingreport @@ -30849,7 +29155,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingreport -- --- Name: productioncounting_productioncountingquantitysetcomponent productioncounting_productioncountingquantitysetcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent productioncounting_productioncountingquantitysetcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent @@ -30857,7 +29163,7 @@ ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent -- --- Name: productioncounting_productiontracking productioncounting_productionrecord_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productioncounting_productionrecord_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -30865,7 +29171,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontrackingstatechange productioncounting_productionrecordstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange productioncounting_productionrecordstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingstatechange @@ -30873,7 +29179,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingstatechange -- --- Name: productioncounting_trackingoperationproductincomponent productioncounting_recordoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent productioncounting_recordoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent @@ -30881,7 +29187,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent -- --- Name: productioncounting_trackingoperationproductoutcomponent productioncounting_recordoperationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent productioncounting_recordoperationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent @@ -30889,7 +29195,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent -- --- Name: productioncounting_settechnologyincomponents productioncounting_settechnologyincomponents_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents productioncounting_settechnologyincomponents_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settechnologyincomponents @@ -30897,7 +29203,7 @@ ALTER TABLE ONLY productioncounting_settechnologyincomponents -- --- Name: productioncounting_settrackingoperationproductincomponents productioncounting_settrackingoperationproductincomponents_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents productioncounting_settrackingoperationproductincomponents_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents @@ -30905,7 +29211,7 @@ ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents -- --- Name: productioncounting_staffworktime productioncounting_staffworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime productioncounting_staffworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_staffworktime @@ -30913,7 +29219,7 @@ ALTER TABLE ONLY productioncounting_staffworktime -- --- Name: productioncountingwithcosts_operationcostcomponent productioncountingwithcosts_operationcostcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent productioncountingwithcosts_operationcostcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent @@ -30921,7 +29227,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent productioncountingwithcosts_operationpieceworkcc_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent productioncountingwithcosts_operationpieceworkcc_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent @@ -30929,7 +29235,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent -- --- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp @@ -30937,7 +29243,7 @@ ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp -- --- Name: productionlines_factorystructureelement productionlines_factorystructureelement_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement productionlines_factorystructureelement_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -30945,7 +29251,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: productionlines_productionline productionlines_productionline_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_productionline productionlines_productionline_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_productionline @@ -30953,7 +29259,7 @@ ALTER TABLE ONLY productionlines_productionline -- --- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_workstationtypecomponent @@ -30961,7 +29267,7 @@ ALTER TABLE ONLY productionlines_workstationtypecomponent -- --- Name: productionpershift_dailyprogress productionpershift_dailyprogress_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress productionpershift_dailyprogress_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_dailyprogress @@ -30969,7 +29275,7 @@ ALTER TABLE ONLY productionpershift_dailyprogress -- --- Name: productionpershift_ppsreport productionpershift_ppsreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport productionpershift_ppsreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_ppsreport @@ -30977,7 +29283,7 @@ ALTER TABLE ONLY productionpershift_ppsreport -- --- Name: productionpershift_productionpershift productionpershift_productionpershift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift productionpershift_productionpershift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_productionpershift @@ -30985,7 +29291,7 @@ ALTER TABLE ONLY productionpershift_productionpershift -- --- Name: productionpershift_progressforday productionpershift_progressforday_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday productionpershift_progressforday_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_progressforday @@ -30993,7 +29299,7 @@ ALTER TABLE ONLY productionpershift_progressforday -- --- Name: productionpershift_reasontypeofcorrectionplan productionpershift_reasontypeofcorrectionplan_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan productionpershift_reasontypeofcorrectionplan_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan @@ -31001,7 +29307,7 @@ ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan -- --- Name: qcadoocustomtranslation_customtranslation qcadoocustomtranslation_customtranslation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation qcadoocustomtranslation_customtranslation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoocustomtranslation_customtranslation @@ -31009,7 +29315,7 @@ ALTER TABLE ONLY qcadoocustomtranslation_customtranslation -- --- Name: qcadoomodel_dictionary qcadoomodel_dictionary_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary qcadoomodel_dictionary_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionary @@ -31017,7 +29323,7 @@ ALTER TABLE ONLY qcadoomodel_dictionary -- --- Name: qcadoomodel_dictionaryitem qcadoomodel_dictionaryitem_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem qcadoomodel_dictionaryitem_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionaryitem @@ -31025,7 +29331,7 @@ ALTER TABLE ONLY qcadoomodel_dictionaryitem -- --- Name: qcadoomodel_globalunitconversionsaggregate qcadoomodel_globalunitconversionsaggregate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate qcadoomodel_globalunitconversionsaggregate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_globalunitconversionsaggregate @@ -31033,7 +29339,7 @@ ALTER TABLE ONLY qcadoomodel_globalunitconversionsaggregate -- --- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_unitconversionitem @@ -31041,7 +29347,7 @@ ALTER TABLE ONLY qcadoomodel_unitconversionitem -- --- Name: qcadooplugin_plugin qcadooplugin_plugin_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin qcadooplugin_plugin_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooplugin_plugin @@ -31049,7 +29355,7 @@ ALTER TABLE ONLY qcadooplugin_plugin -- --- Name: qcadoosecurity_group qcadoosecurity_group_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group qcadoosecurity_group_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_group @@ -31057,7 +29363,7 @@ ALTER TABLE ONLY qcadoosecurity_group -- --- Name: qcadoosecurity_persistenttoken qcadoosecurity_persistenttoken_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken qcadoosecurity_persistenttoken_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_persistenttoken @@ -31065,7 +29371,7 @@ ALTER TABLE ONLY qcadoosecurity_persistenttoken -- --- Name: qcadoosecurity_role qcadoosecurity_role_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role qcadoosecurity_role_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_role @@ -31073,7 +29379,7 @@ ALTER TABLE ONLY qcadoosecurity_role -- --- Name: qcadoosecurity_user qcadoosecurity_user_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user qcadoosecurity_user_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user @@ -31081,7 +29387,7 @@ ALTER TABLE ONLY qcadoosecurity_user -- --- Name: qcadooview_alert qcadooview_alert_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_alert qcadooview_alert_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_alert @@ -31089,7 +29395,7 @@ ALTER TABLE ONLY qcadooview_alert -- --- Name: qcadooview_category qcadooview_category_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_category qcadooview_category_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_category @@ -31097,7 +29403,7 @@ ALTER TABLE ONLY qcadooview_category -- --- Name: qcadooview_item qcadooview_item_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_item qcadooview_item_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_item @@ -31105,7 +29411,7 @@ ALTER TABLE ONLY qcadooview_item -- --- Name: qcadooview_view qcadooview_view_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_view qcadooview_view_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_view @@ -31113,7 +29419,7 @@ ALTER TABLE ONLY qcadooview_view -- --- Name: qcadooview_viewedalert qcadooview_viewedalert_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert qcadooview_viewedalert_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_viewedalert @@ -31121,7 +29427,7 @@ ALTER TABLE ONLY qcadooview_viewedalert -- --- Name: repairs_repairorder repairs_repairorder_number_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairs_repairorder_number_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -31129,7 +29435,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairs_repairorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairs_repairorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -31137,7 +29443,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorderproduct repairs_repairorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairs_repairorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -31145,7 +29451,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderstatechange repairs_repairorderstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange repairs_repairorderstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderstatechange @@ -31153,7 +29459,7 @@ ALTER TABLE ONLY repairs_repairorderstatechange -- --- Name: repairs_repairorderworktime repairs_repairorderworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime repairs_repairorderworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderworktime @@ -31161,7 +29467,7 @@ ALTER TABLE ONLY repairs_repairorderworktime -- --- Name: simplematerialbalance_simplematerialbalance simplematerialbalance_simplematerialbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance simplematerialbalance_simplematerialbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalance @@ -31169,7 +29475,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalance -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent simplematerialbalance_simplematerialbalanceorderscomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent simplematerialbalance_simplematerialbalanceorderscomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent @@ -31177,7 +29483,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent simplematerialbalance_simplematerialbalancestockareascompo_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent simplematerialbalance_simplematerialbalancestockareascompo_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent @@ -31185,7 +29491,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent -- --- Name: states_message states_message_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message states_message_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -31193,7 +29499,7 @@ ALTER TABLE ONLY states_message -- --- Name: stoppage_stoppage stoppage_stoppage_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: stoppage_stoppage stoppage_stoppage_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY stoppage_stoppage @@ -31201,7 +29507,7 @@ ALTER TABLE ONLY stoppage_stoppage -- --- Name: subcontractorportal_cost subcontractorportal_cost_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost subcontractorportal_cost_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_cost @@ -31209,7 +29515,7 @@ ALTER TABLE ONLY subcontractorportal_cost -- --- Name: subcontractorportal_event subcontractorportal_event_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_event subcontractorportal_event_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_event @@ -31217,7 +29523,7 @@ ALTER TABLE ONLY subcontractorportal_event -- --- Name: subcontractorportal_message subcontractorportal_message_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message subcontractorportal_message_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message @@ -31225,7 +29531,7 @@ ALTER TABLE ONLY subcontractorportal_message -- --- Name: subcontractorportal_operation subcontractorportal_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation subcontractorportal_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_operation @@ -31233,7 +29539,7 @@ ALTER TABLE ONLY subcontractorportal_operation -- --- Name: subcontractorportal_realisation subcontractorportal_realisation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation subcontractorportal_realisation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_realisation @@ -31241,7 +29547,7 @@ ALTER TABLE ONLY subcontractorportal_realisation -- --- Name: subcontractorportal_suborder subcontractorportal_suborder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder subcontractorportal_suborder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborder @@ -31249,7 +29555,7 @@ ALTER TABLE ONLY subcontractorportal_suborder -- --- Name: subcontractorportal_suborderattachment subcontractorportal_suborderattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment subcontractorportal_suborderattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderattachment @@ -31257,7 +29563,7 @@ ALTER TABLE ONLY subcontractorportal_suborderattachment -- --- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput @@ -31265,7 +29571,7 @@ ALTER TABLE ONLY subcontractorportal_suborderinput -- --- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation @@ -31273,7 +29579,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoperation -- --- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput @@ -31281,7 +29587,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoutput -- --- Name: subcontractorportal_subordertmp subcontractorportal_subordertmp_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp subcontractorportal_subordertmp_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_subordertmp @@ -31289,7 +29595,7 @@ ALTER TABLE ONLY subcontractorportal_subordertmp -- --- Name: sfcsimple_subiektimportedorder subiektfileconnector_subiektimportedorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder subiektfileconnector_subiektimportedorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorder @@ -31297,7 +29603,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedorder -- --- Name: sfcsimple_subiektimportedorderproduct subiektfileconnector_subiektimportedorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct subiektfileconnector_subiektimportedorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct @@ -31305,7 +29611,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct -- --- Name: sfcsimple_subiektimportedproduct subiektfileconnector_subiektimportedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct subiektfileconnector_subiektimportedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedproduct @@ -31313,7 +29619,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedproduct -- --- Name: supplynegotiations_columnforoffers supplynegotiations_columnforoffers_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers supplynegotiations_columnforoffers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforoffers @@ -31321,7 +29627,7 @@ ALTER TABLE ONLY supplynegotiations_columnforoffers -- --- Name: supplynegotiations_columnforrequests supplynegotiations_columnforrequests_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests supplynegotiations_columnforrequests_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforrequests @@ -31329,7 +29635,7 @@ ALTER TABLE ONLY supplynegotiations_columnforrequests -- --- Name: supplynegotiations_negotiation supplynegotiations_negotiation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation supplynegotiations_negotiation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiation @@ -31337,7 +29643,7 @@ ALTER TABLE ONLY supplynegotiations_negotiation -- --- Name: supplynegotiations_negotiationproduct supplynegotiations_negotiationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct supplynegotiations_negotiationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct @@ -31345,7 +29651,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationproduct -- --- Name: supplynegotiations_negotiationstatechange supplynegotiations_negotiationstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange supplynegotiations_negotiationstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationstatechange @@ -31353,7 +29659,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationstatechange -- --- Name: supplynegotiations_offer supplynegotiations_offer_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer supplynegotiations_offer_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer @@ -31361,7 +29667,7 @@ ALTER TABLE ONLY supplynegotiations_offer -- --- Name: supplynegotiations_offerproduct supplynegotiations_offerproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct supplynegotiations_offerproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct @@ -31369,7 +29675,7 @@ ALTER TABLE ONLY supplynegotiations_offerproduct -- --- Name: supplynegotiations_offerstatechange supplynegotiations_offerstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange supplynegotiations_offerstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerstatechange @@ -31377,7 +29683,7 @@ ALTER TABLE ONLY supplynegotiations_offerstatechange -- --- Name: supplynegotiations_parametercolumnforoffers supplynegotiations_parametercolumnforoffers_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers supplynegotiations_parametercolumnforoffers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers @@ -31385,7 +29691,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers -- --- Name: supplynegotiations_parametercolumnforrequests supplynegotiations_parametercolumnforrequests_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests supplynegotiations_parametercolumnforrequests_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests @@ -31393,7 +29699,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests -- --- Name: supplynegotiations_requestforquotation supplynegotiations_requestforquotation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation supplynegotiations_requestforquotation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotation @@ -31401,7 +29707,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotation -- --- Name: supplynegotiations_requestforquotationproduct supplynegotiations_requestforquotationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct supplynegotiations_requestforquotationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct @@ -31409,7 +29715,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationproduct -- --- Name: supplynegotiations_requestforquotationstatechange supplynegotiations_requestforquotationstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange supplynegotiations_requestforquotationstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange @@ -31417,7 +29723,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange -- --- Name: technologies_barcodeoperationcomponent technologies_barcodeoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent technologies_barcodeoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_barcodeoperationcomponent @@ -31425,7 +29731,7 @@ ALTER TABLE ONLY technologies_barcodeoperationcomponent -- --- Name: technologies_operation technologies_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation technologies_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -31433,7 +29739,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: technologies_operationgroup technologies_operationgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationgroup technologies_operationgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationgroup @@ -31441,7 +29747,7 @@ ALTER TABLE ONLY technologies_operationgroup -- --- Name: technologies_operationproductincomponent technologies_operationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent technologies_operationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -31449,7 +29755,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_operationproductoutcomponent technologies_operationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent technologies_operationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -31457,7 +29763,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: technologies_productcomponent technologies_productcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent technologies_productcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent @@ -31465,7 +29771,7 @@ ALTER TABLE ONLY technologies_productcomponent -- --- Name: technologies_productstructuretreenode technologies_productstructuretreenode_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode technologies_productstructuretreenode_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode @@ -31473,7 +29779,7 @@ ALTER TABLE ONLY technologies_productstructuretreenode -- --- Name: technologies_technology technologies_technology_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technologies_technology_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -31481,7 +29787,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_technologyattachment technologies_technologyattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment technologies_technologyattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyattachment @@ -31489,7 +29795,7 @@ ALTER TABLE ONLY technologies_technologyattachment -- --- Name: technologies_technologygroup technologies_technologygroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologygroup technologies_technologygroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologygroup @@ -31497,7 +29803,7 @@ ALTER TABLE ONLY technologies_technologygroup -- --- Name: technologies_technologyoperationcomponent technologies_technologyoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent technologies_technologyoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -31505,7 +29811,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponentmergeproductin technologies_technologyoperationcomponentmergeproductin_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologies_technologyoperationcomponentmergeproductin_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -31513,7 +29819,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductout technologies_technologyoperationcomponentmergeproductout_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologies_technologyoperationcomponentmergeproductout_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -31521,7 +29827,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: technologies_technologystatechange technologies_technologystatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange technologies_technologystatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologystatechange @@ -31529,7 +29835,7 @@ ALTER TABLE ONLY technologies_technologystatechange -- --- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatorcontext @@ -31537,7 +29843,7 @@ ALTER TABLE ONLY technologiesgenerator_generatorcontext -- --- Name: technologiesgenerator_generatortechnologiesforproduct technologiesgenerator_generatortechnologiesforproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct technologiesgenerator_generatortechnologiesforproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct @@ -31545,7 +29851,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -31553,7 +29859,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: timegapspreview_timegap timegapspreview_timegap_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap timegapspreview_timegap_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegap @@ -31561,7 +29867,7 @@ ALTER TABLE ONLY timegapspreview_timegap -- --- Name: timegapspreview_timegapscontext timegapspreview_timegapscontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext timegapspreview_timegapscontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext @@ -31569,7 +29875,7 @@ ALTER TABLE ONLY timegapspreview_timegapscontext -- --- Name: timenormsforoperations_techopercomptimecalculation timenormsforoperations_techopercomptimecalculation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation timenormsforoperations_techopercomptimecalculation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timenormsforoperations_techopercomptimecalculation @@ -31577,7 +29883,7 @@ ALTER TABLE ONLY timenormsforoperations_techopercomptimecalculation -- --- Name: urccore_lastsynchronizationdate universalrestconnectorbase_lastsynchronizationdate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate universalrestconnectorbase_lastsynchronizationdate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urccore_lastsynchronizationdate @@ -31585,7 +29891,7 @@ ALTER TABLE ONLY urccore_lastsynchronizationdate -- --- Name: urcmaterialavailability_requiredcomponent universalrestconnectormaterialavailability_orderrequiredco_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent universalrestconnectormaterialavailability_orderrequiredco_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent @@ -31593,7 +29899,7 @@ ALTER TABLE ONLY urcmaterialavailability_requiredcomponent -- --- Name: urccore_synchronizationstatus urccore_synchronizationstatus_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus urccore_synchronizationstatus_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urccore_synchronizationstatus @@ -31601,7 +29907,7 @@ ALTER TABLE ONLY urccore_synchronizationstatus -- --- Name: urcproductioncounting_requestrepair urcproductioncounting_requestrepair_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair urcproductioncounting_requestrepair_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair @@ -31609,7 +29915,7 @@ ALTER TABLE ONLY urcproductioncounting_requestrepair -- --- Name: wagegroups_wagegroup wagegroups_wagegroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup wagegroups_wagegroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY wagegroups_wagegroup @@ -31617,7 +29923,7 @@ ALTER TABLE ONLY wagegroups_wagegroup -- --- Name: walusiak_exportdocumenthistory walusiak_exportdocumenthistory_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory walusiak_exportdocumenthistory_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY walusiak_exportdocumenthistory @@ -31625,7 +29931,7 @@ ALTER TABLE ONLY walusiak_exportdocumenthistory -- --- Name: warehouseminimalstate_warehouseminimumstate warehouseminimalstate_warehouseminimumstate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate warehouseminimalstate_warehouseminimumstate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate @@ -31633,7 +29939,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate -- --- Name: warehouseminimalstate_warehouseminimumstatemulti warehouseminimalstate_warehouseminimumstatemulti_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti warehouseminimalstate_warehouseminimumstatemulti_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti @@ -31641,7 +29947,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti -- --- Name: workplans_columnforinputproducts workplans_columnforinputproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts workplans_columnforinputproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnforinputproducts @@ -31649,7 +29955,7 @@ ALTER TABLE ONLY workplans_columnforinputproducts -- --- Name: workplans_columnfororders workplans_columnfororders_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_columnfororders workplans_columnfororders_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnfororders @@ -31657,7 +29963,7 @@ ALTER TABLE ONLY workplans_columnfororders -- --- Name: workplans_columnforoutputproducts workplans_columnforoutputproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts workplans_columnforoutputproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnforoutputproducts @@ -31665,7 +29971,7 @@ ALTER TABLE ONLY workplans_columnforoutputproducts -- --- Name: workplans_parameterinputcolumn workplans_parameterinputcolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn workplans_parameterinputcolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterinputcolumn @@ -31673,7 +29979,7 @@ ALTER TABLE ONLY workplans_parameterinputcolumn -- --- Name: workplans_parameterordercolumn workplans_parameterordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn workplans_parameterordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterordercolumn @@ -31681,7 +29987,7 @@ ALTER TABLE ONLY workplans_parameterordercolumn -- --- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameteroutputcolumn @@ -31689,7 +29995,7 @@ ALTER TABLE ONLY workplans_parameteroutputcolumn -- --- Name: workplans_workplan workplans_workplan_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplan workplans_workplan_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplan @@ -31697,7 +30003,7 @@ ALTER TABLE ONLY workplans_workplan -- --- Name: workplans_workplanordercolumn workplans_workplanordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn workplans_workplanordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplanordercolumn @@ -31705,7 +30011,7 @@ ALTER TABLE ONLY workplans_workplanordercolumn -- --- Name: zmbak_meatcuttingindicator zmbak_meatcuttingindicator_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator zmbak_meatcuttingindicator_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicator @@ -31713,7 +30019,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicator -- --- Name: zmbak_meatcuttingindicatorcomponent zmbak_meatcuttingindicatorcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent zmbak_meatcuttingindicatorcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent @@ -31721,7 +30027,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent -- --- Name: zmbak_parameter zmbak_parameter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter zmbak_parameter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -31729,7 +30035,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: zmbak_tpcreport zmbak_tpcreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport zmbak_tpcreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_tpcreport @@ -31737,7 +30043,7 @@ ALTER TABLE ONLY zmbak_tpcreport -- --- Name: zmbak_tpctable zmbak_tpctable_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_tpctable zmbak_tpctable_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_tpctable @@ -31745,7 +30051,7 @@ ALTER TABLE ONLY zmbak_tpctable -- --- Name: productioncounting_productionanalysisdto _RETURN; Type: RULE; Schema: public; Owner: postgres +-- Name: productioncounting_productionanalysisdto _RETURN; Type: RULE; Schema: public; Owner: - -- CREATE RULE "_RETURN" AS @@ -31795,7 +30101,7 @@ CREATE RULE "_RETURN" AS -- --- Name: masterorders_masterorderposition_manyproducts _RETURN; Type: RULE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_manyproducts _RETURN; Type: RULE; Schema: public; Owner: - -- CREATE RULE "_RETURN" AS @@ -31838,56 +30144,56 @@ CREATE RULE "_RETURN" AS -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER assignmenttoshift_assignmenttoshift_trigger_externalnumber BEFORE INSERT ON assignmenttoshift_assignmenttoshift FOR EACH ROW EXECUTE PROCEDURE generate_and_set_assignmenttoshift_externalnumber_trigger(); -- --- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_trigger_number; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_trigger_number; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER cmmsmachineparts_maintenanceevent_trigger_number BEFORE INSERT ON cmmsmachineparts_maintenanceevent FOR EACH ROW EXECUTE PROCEDURE generate_and_set_maintenanceevent_number_trigger(); -- --- Name: goodfood_confectionprotocol goodfood_confectionprotocol_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol goodfood_confectionprotocol_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER goodfood_confectionprotocol_trigger_externalnumber BEFORE INSERT ON goodfood_confectionprotocol FOR EACH ROW EXECUTE PROCEDURE generate_and_set_confectionprotocol_externalnumber_trigger(); -- --- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER goodfood_extrusionprotocol_trigger_externalnumber BEFORE INSERT ON goodfood_extrusionprotocol FOR EACH ROW EXECUTE PROCEDURE generate_and_set_extrusionprotocol_externalnumber_trigger(); -- --- Name: goodfood_pallet goodfood_pallet_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: goodfood_pallet goodfood_pallet_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER goodfood_pallet_trigger_externalnumber BEFORE INSERT ON goodfood_pallet FOR EACH ROW EXECUTE PROCEDURE generate_and_set_pallet_externalnumber_trigger(); -- --- Name: materialflowresources_document materialflowresources_document_trigger_number; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: materialflowresources_document materialflowresources_document_trigger_number; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER materialflowresources_document_trigger_number BEFORE INSERT ON materialflowresources_document FOR EACH ROW EXECUTE PROCEDURE generate_and_set_document_number_trigger(); -- --- Name: repairs_repairorder repairs_repairorder_trigger_number; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairs_repairorder_trigger_number; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER repairs_repairorder_trigger_number BEFORE INSERT ON repairs_repairorder FOR EACH ROW EXECUTE PROCEDURE generate_and_set_repairorder_number_trigger(); -- --- Name: jointable_action_subassembly action_subassembly_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_subassembly action_subassembly_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_subassembly @@ -31895,7 +30201,7 @@ ALTER TABLE ONLY jointable_action_subassembly -- --- Name: jointable_action_subassembly action_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_subassembly action_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_subassembly @@ -31903,7 +30209,7 @@ ALTER TABLE ONLY jointable_action_subassembly -- --- Name: jointable_action_workstation action_workstation_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstation action_workstation_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstation @@ -31911,7 +30217,7 @@ ALTER TABLE ONLY jointable_action_workstation -- --- Name: jointable_action_workstation action_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstation action_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstation @@ -31919,7 +30225,7 @@ ALTER TABLE ONLY jointable_action_workstation -- --- Name: jointable_action_workstationtype action_workstationtype_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstationtype action_workstationtype_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstationtype @@ -31927,7 +30233,7 @@ ALTER TABLE ONLY jointable_action_workstationtype -- --- Name: jointable_action_workstationtype action_workstationtype_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstationtype action_workstationtype_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstationtype @@ -31935,7 +30241,7 @@ ALTER TABLE ONLY jointable_action_workstationtype -- --- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent @@ -31943,7 +30249,7 @@ ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent -- --- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent @@ -31951,7 +30257,7 @@ ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent -- --- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent @@ -31959,7 +30265,7 @@ ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent -- --- Name: cmmsscheduler_actionforrecurringevent actionforrecurringevent_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent actionforrecurringevent_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent @@ -31967,7 +30273,7 @@ ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent -- --- Name: cmmsscheduler_actionforrecurringevent actionforrecurringevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent actionforrecurringevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent @@ -31975,7 +30281,7 @@ ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent -- --- Name: basic_additionalcode additionalcode_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_additionalcode additionalcode_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_additionalcode @@ -31983,7 +30289,7 @@ ALTER TABLE ONLY basic_additionalcode -- --- Name: basic_address address_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_address address_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_address @@ -31991,7 +30297,7 @@ ALTER TABLE ONLY basic_address -- --- Name: basic_address address_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_address address_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_address @@ -31999,7 +30305,7 @@ ALTER TABLE ONLY basic_address -- --- Name: goodfood_confectioninputproduct advancedgenealogy_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct advancedgenealogy_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct @@ -32007,7 +30313,7 @@ ALTER TABLE ONLY goodfood_confectioninputproduct -- --- Name: advancedgenealogy_batch advancedgenealogy_batch_fkey_company; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch advancedgenealogy_batch_fkey_company; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batch @@ -32015,7 +30321,7 @@ ALTER TABLE ONLY advancedgenealogy_batch -- --- Name: advancedgenealogy_batch advancedgenealogy_batch_fkey_product; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch advancedgenealogy_batch_fkey_product; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batch @@ -32023,7 +30329,7 @@ ALTER TABLE ONLY advancedgenealogy_batch -- --- Name: advancedgenealogy_batchstatechange advancedgenealogy_batchlogging_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange advancedgenealogy_batchlogging_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batchstatechange @@ -32031,7 +30337,7 @@ ALTER TABLE ONLY advancedgenealogy_batchstatechange -- --- Name: advancedgenealogy_genealogyreport advancedgenealogy_genealogyreport_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport advancedgenealogy_genealogyreport_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_genealogyreport @@ -32039,7 +30345,7 @@ ALTER TABLE ONLY advancedgenealogy_genealogyreport -- --- Name: advancedgenealogy_trackingrecord advancedgenealogy_trackingrecord_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord advancedgenealogy_trackingrecord_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecord @@ -32047,7 +30353,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecord -- --- Name: advancedgenealogy_trackingrecordstatechange advancedgenealogy_trackingrecordlogging_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange advancedgenealogy_trackingrecordlogging_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange @@ -32055,7 +30361,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange -- --- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_usedbatchsimple @@ -32063,7 +30369,7 @@ ALTER TABLE ONLY advancedgenealogy_usedbatchsimple -- --- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_usedbatchsimple @@ -32071,7 +30377,7 @@ ALTER TABLE ONLY advancedgenealogy_usedbatchsimple -- --- Name: advancedgenealogyfororders_genealogyproductinbatch advancedgenealogyfororders_genealogyproductinbatch_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch advancedgenealogyfororders_genealogyproductinbatch_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch @@ -32079,7 +30385,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch -- --- Name: advancedgenealogyfororders_genealogyproductinbatch agfo_genealogyproductinbatch_fkey_genealogyproductincomponent; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch agfo_genealogyproductinbatch_fkey_genealogyproductincomponent; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch @@ -32087,7 +30393,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch -- --- Name: advancedgenealogyfororders_genealogyproductincomponent agfo_genealogyproductincomponent_fkey_opproductincomponent; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent agfo_genealogyproductincomponent_fkey_opproductincomponent; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent @@ -32095,7 +30401,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent -- --- Name: advancedgenealogyfororders_genealogyproductincomponent agfo_genealogyproductincomponent_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent agfo_genealogyproductincomponent_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent @@ -32103,7 +30409,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent -- --- Name: qcadooview_viewedalert alert_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert alert_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_viewedalert @@ -32111,7 +30417,7 @@ ALTER TABLE ONLY qcadooview_viewedalert -- --- Name: jointable_anomaly_anomalyreason anomaly_anomalyreason_anomaly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_anomaly_anomalyreason anomaly_anomalyreason_anomaly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_anomaly_anomalyreason @@ -32119,7 +30425,7 @@ ALTER TABLE ONLY jointable_anomaly_anomalyreason -- --- Name: jointable_anomaly_anomalyreason anomaly_anomalyreason_anomalyreason_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_anomaly_anomalyreason anomaly_anomalyreason_anomalyreason_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_anomaly_anomalyreason @@ -32127,7 +30433,7 @@ ALTER TABLE ONLY jointable_anomaly_anomalyreason -- --- Name: productioncounting_anomaly anomaly_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly anomaly_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -32135,7 +30441,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomaly anomaly_masterproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly anomaly_masterproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -32143,7 +30449,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomaly anomaly_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly anomaly_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -32151,7 +30457,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomaly anomaly_productiontracking_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly anomaly_productiontracking_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -32159,7 +30465,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomalyexplanation anomalyexplanation_anomaly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation anomalyexplanation_anomaly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyexplanation @@ -32167,7 +30473,7 @@ ALTER TABLE ONLY productioncounting_anomalyexplanation -- --- Name: productioncounting_anomalyexplanation anomalyexplanation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation anomalyexplanation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyexplanation @@ -32175,7 +30481,7 @@ ALTER TABLE ONLY productioncounting_anomalyexplanation -- --- Name: productioncounting_anomalyproductiontrackingentryhelper anomalyproductiontrackingentryhelper_anomalyproductiontrackingh; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper anomalyproductiontrackingentryhelper_anomalyproductiontrackingh; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper @@ -32183,7 +30489,7 @@ ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper -- --- Name: productioncounting_anomalyproductiontrackingentryhelper anomalyproductiontrackingentryhelper_trackingoperationproductin; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper anomalyproductiontrackingentryhelper_trackingoperationproductin; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper @@ -32191,7 +30497,7 @@ ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper -- --- Name: productioncounting_anomalyreasoncontainer anomalyreasoncontainer_anomalyproductiontrackingentryhelper_fke; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer anomalyreasoncontainer_anomalyproductiontrackingentryhelper_fke; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreasoncontainer @@ -32199,7 +30505,7 @@ ALTER TABLE ONLY productioncounting_anomalyreasoncontainer -- --- Name: productioncounting_anomalyreasoncontainer anomalyreasoncontainer_anomalyreason_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer anomalyreasoncontainer_anomalyreason_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreasoncontainer @@ -32207,7 +30513,7 @@ ALTER TABLE ONLY productioncounting_anomalyreasoncontainer -- --- Name: assignmenttoshift_assignmenttoshiftstatechange assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange @@ -32215,7 +30521,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange -- --- Name: assignmenttoshift_staffassignmenttoshift assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -32223,7 +30529,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift @@ -32231,7 +30537,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_crew_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_crew_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -32239,7 +30545,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -32247,7 +30553,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: jointable_multiassignmenttoshift_staff assignmenttoshift_multiassignmenttoshift_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_multiassignmenttoshift_staff assignmenttoshift_multiassignmenttoshift_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_multiassignmenttoshift_staff @@ -32255,7 +30561,7 @@ ALTER TABLE ONLY jointable_multiassignmenttoshift_staff -- --- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshiftreport_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshiftreport_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport @@ -32263,7 +30569,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport -- --- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshiftreport_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshiftreport_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport @@ -32271,7 +30577,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport -- --- Name: basic_assortmentelement assortmentelement_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_assortmentelement assortmentelement_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortmentelement @@ -32279,7 +30585,7 @@ ALTER TABLE ONLY basic_assortmentelement -- --- Name: cmmsscheduler_recurringeventattachment attachment_event_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment attachment_event_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventattachment @@ -32287,7 +30593,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventattachment -- --- Name: materialflowresources_attribute attribute_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute attribute_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attribute @@ -32295,7 +30601,7 @@ ALTER TABLE ONLY materialflowresources_attribute -- --- Name: materialflowresources_attributevalue attributevalue_attribute_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue attributevalue_attribute_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue @@ -32303,7 +30609,7 @@ ALTER TABLE ONLY materialflowresources_attributevalue -- --- Name: materialflowresources_attributevalue attributevalue_position_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue attributevalue_position_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue @@ -32311,7 +30617,7 @@ ALTER TABLE ONLY materialflowresources_attributevalue -- --- Name: materialflowresources_attributevalue attributevalue_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue attributevalue_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue @@ -32319,7 +30625,7 @@ ALTER TABLE ONLY materialflowresources_attributevalue -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift avglaborcostcalcfororder_avglaborcostcalcfororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift avglaborcostcalcfororder_avglaborcostcalcfororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift @@ -32327,7 +30633,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift -- --- Name: technologies_barcodeoperationcomponent barcodeoperationcomponen_operationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent barcodeoperationcomponen_operationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_barcodeoperationcomponent @@ -32335,7 +30641,7 @@ ALTER TABLE ONLY technologies_barcodeoperationcomponent -- --- Name: technologies_barcodeoperationcomponent barcodeoperationcomponent_orderfkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent barcodeoperationcomponent_orderfkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_barcodeoperationcomponent @@ -32343,7 +30649,7 @@ ALTER TABLE ONLY technologies_barcodeoperationcomponent -- --- Name: integrationbaselinker_baselinkerparameters baselinkerparameters_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters baselinkerparameters_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_baselinkerparameters @@ -32351,7 +30657,7 @@ ALTER TABLE ONLY integrationbaselinker_baselinkerparameters -- --- Name: integrationbaselinker_baselinkerparameters baselinkerparameters_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters baselinkerparameters_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_baselinkerparameters @@ -32359,7 +30665,7 @@ ALTER TABLE ONLY integrationbaselinker_baselinkerparameters -- --- Name: basic_staff basic_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff basic_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -32367,7 +30673,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: masterorders_masterorder basic_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder basic_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -32375,7 +30681,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: basic_division basic_division_fkey_staff; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division basic_division_fkey_staff; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -32383,7 +30689,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_parameter basic_parameter_defaultproductionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter basic_parameter_defaultproductionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -32391,7 +30697,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_reportcolumnwidth basic_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth basic_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_reportcolumnwidth @@ -32399,7 +30705,7 @@ ALTER TABLE ONLY basic_reportcolumnwidth -- --- Name: goodfood_confectionprotocol basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -32407,7 +30713,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_confectioninputproduct basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct @@ -32415,7 +30721,7 @@ ALTER TABLE ONLY goodfood_confectioninputproduct -- --- Name: goodfood_confectionremainderinputproduct basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionremainderinputproduct @@ -32423,7 +30729,7 @@ ALTER TABLE ONLY goodfood_confectionremainderinputproduct -- --- Name: basic_product basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -32431,7 +30737,7 @@ ALTER TABLE ONLY basic_product -- --- Name: efcsimple_enovaimportedorderproduct basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorderproduct @@ -32439,7 +30745,7 @@ ALTER TABLE ONLY efcsimple_enovaimportedorderproduct -- --- Name: materialflowmultitransfers_productquantity basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_productquantity @@ -32447,7 +30753,7 @@ ALTER TABLE ONLY materialflowmultitransfers_productquantity -- --- Name: sfcsimple_subiektimportedorderproduct basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct @@ -32455,7 +30761,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct -- --- Name: basic_product basic_product_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product basic_product_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -32463,7 +30769,7 @@ ALTER TABLE ONLY basic_product -- --- Name: jointable_product_warehouseminimumstatemulti basic_product_warehouseminimumstatemulti_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_product_warehouseminimumstatemulti basic_product_warehouseminimumstatemulti_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti @@ -32471,7 +30777,7 @@ ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti -- --- Name: goodfood_confectioncontext basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext @@ -32479,7 +30785,7 @@ ALTER TABLE ONLY goodfood_confectioncontext -- --- Name: goodfood_extrusioncontext basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext @@ -32487,7 +30793,7 @@ ALTER TABLE ONLY goodfood_extrusioncontext -- --- Name: advancedgenealogy_batchstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batchstatechange @@ -32495,7 +30801,7 @@ ALTER TABLE ONLY advancedgenealogy_batchstatechange -- --- Name: advancedgenealogy_trackingrecordstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange @@ -32503,7 +30809,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange -- --- Name: assignmenttoshift_assignmenttoshift basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -32511,7 +30817,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: assignmenttoshift_assignmenttoshiftstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange @@ -32519,7 +30825,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange -- --- Name: productioncounting_productiontrackingstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingstatechange @@ -32527,7 +30833,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingstatechange -- --- Name: basic_staff basic_staff_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff basic_staff_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -32535,7 +30841,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: goodfood_confectionstaff basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionstaff @@ -32543,7 +30849,7 @@ ALTER TABLE ONLY goodfood_confectionstaff -- --- Name: goodfood_extrusionsouse basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionsouse @@ -32551,7 +30857,7 @@ ALTER TABLE ONLY goodfood_extrusionsouse -- --- Name: assignmenttoshift_staffassignmenttoshift basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -32559,7 +30865,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift @@ -32567,7 +30873,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift -- --- Name: basic_staff basic_staff_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff basic_staff_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -32575,7 +30881,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: jointable_technologyoperationcomponent_workstation basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_technologyoperationcomponent_workstation basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation @@ -32583,7 +30889,7 @@ ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation -- --- Name: basic_workstationtype basic_workstationtype_fkey_divisions; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstationtype basic_workstationtype_fkey_divisions; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationtype @@ -32591,7 +30897,7 @@ ALTER TABLE ONLY basic_workstationtype -- --- Name: goodfood_extrusionaddedingrediententry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry @@ -32599,7 +30905,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedingrediententry -- --- Name: goodfood_extrusionaddedmixentry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry @@ -32607,7 +30913,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedmixentry -- --- Name: goodfood_extrusiontakenoffmixentry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry @@ -32615,7 +30921,7 @@ ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry -- --- Name: costnormsforoperation_calculationoperationcomponent calculationoperationcomponent_productionbalance_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent calculationoperationcomponent_productionbalance_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -32623,7 +30929,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: deliveries_columnfordeliveries columnfordeliveries_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries columnfordeliveries_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfordeliveries @@ -32631,7 +30937,7 @@ ALTER TABLE ONLY deliveries_columnfordeliveries -- --- Name: supplynegotiations_columnforoffers columnforoffers_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers columnforoffers_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforoffers @@ -32639,7 +30945,7 @@ ALTER TABLE ONLY supplynegotiations_columnforoffers -- --- Name: deliveries_columnfororders columnfororders_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders columnfororders_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfororders @@ -32647,7 +30953,7 @@ ALTER TABLE ONLY deliveries_columnfororders -- --- Name: supplynegotiations_columnforrequests columnforrequests_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests columnforrequests_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforrequests @@ -32655,7 +30961,7 @@ ALTER TABLE ONLY supplynegotiations_columnforrequests -- --- Name: orders_order company_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order company_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -32663,7 +30969,7 @@ ALTER TABLE ONLY orders_order -- --- Name: basic_company company_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_company company_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_company @@ -32671,7 +30977,7 @@ ALTER TABLE ONLY basic_company -- --- Name: jointable_company_negotiation company_negotiation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_negotiation company_negotiation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_negotiation @@ -32679,7 +30985,7 @@ ALTER TABLE ONLY jointable_company_negotiation -- --- Name: jointable_company_negotiation company_negotiation_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_negotiation company_negotiation_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_negotiation @@ -32687,7 +30993,7 @@ ALTER TABLE ONLY jointable_company_negotiation -- --- Name: jointable_company_operation company_operation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operation company_operation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operation @@ -32695,7 +31001,7 @@ ALTER TABLE ONLY jointable_company_operation -- --- Name: jointable_company_operation company_operation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operation company_operation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operation @@ -32703,7 +31009,7 @@ ALTER TABLE ONLY jointable_company_operation -- --- Name: jointable_company_operationgroup company_operationgroup_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operationgroup company_operationgroup_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operationgroup @@ -32711,7 +31017,7 @@ ALTER TABLE ONLY jointable_company_operationgroup -- --- Name: jointable_company_operationgroup company_operationgroup_operationgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operationgroup company_operationgroup_operationgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operationgroup @@ -32719,7 +31025,7 @@ ALTER TABLE ONLY jointable_company_operationgroup -- --- Name: basic_company company_taxtcountrycode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_company company_taxtcountrycode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_company @@ -32727,7 +31033,7 @@ ALTER TABLE ONLY basic_company -- --- Name: deliveries_companyproduct companyproduct_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct companyproduct_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproduct @@ -32735,7 +31041,7 @@ ALTER TABLE ONLY deliveries_companyproduct -- --- Name: deliveries_companyproduct companyproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct companyproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproduct @@ -32743,7 +31049,7 @@ ALTER TABLE ONLY deliveries_companyproduct -- --- Name: deliveries_companyproductsfamily companyproductsfamily_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily companyproductsfamily_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproductsfamily @@ -32751,7 +31057,7 @@ ALTER TABLE ONLY deliveries_companyproductsfamily -- --- Name: deliveries_companyproductsfamily companyproductsfamily_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily companyproductsfamily_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproductsfamily @@ -32759,7 +31065,7 @@ ALTER TABLE ONLY deliveries_companyproductsfamily -- --- Name: costcalculation_componentcost componentcost_costcalculation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost componentcost_costcalculation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_componentcost @@ -32767,7 +31073,7 @@ ALTER TABLE ONLY costcalculation_componentcost -- --- Name: costcalculation_componentcost componentcost_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost componentcost_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_componentcost @@ -32775,7 +31081,7 @@ ALTER TABLE ONLY costcalculation_componentcost -- --- Name: basicproductioncounting_productioncountingquantity componentslocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity componentslocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -32783,7 +31089,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity componentsoutputlocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity componentsoutputlocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -32791,7 +31097,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct @@ -32799,7 +31105,7 @@ ALTER TABLE ONLY goodfood_confectionadditionalinputproduct -- --- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct @@ -32807,7 +31113,7 @@ ALTER TABLE ONLY goodfood_confectionadditionalinputproduct -- --- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct @@ -32815,7 +31121,7 @@ ALTER TABLE ONLY goodfood_confectionadditionalinputproduct -- --- Name: goodfood_confectionprotocolstatechange confectionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange confectionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolstatechange @@ -32823,7 +31129,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolstatechange -- --- Name: goodfood_confectionprotocolcorrect confectionprotocolcorrect_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect confectionprotocolcorrect_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolcorrect @@ -32831,7 +31137,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolcorrect -- --- Name: states_message confectionprotocolstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message confectionprotocolstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -32839,7 +31145,7 @@ ALTER TABLE ONLY states_message -- --- Name: productionbalancepershift_balance context_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance context_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balance @@ -32847,7 +31153,7 @@ ALTER TABLE ONLY productionbalancepershift_balance -- --- Name: costcalculation_costcalculation costcalculation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation costcalculation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -32855,7 +31161,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_o_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_o_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp @@ -32863,7 +31169,7 @@ ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp -- --- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp @@ -32871,7 +31177,7 @@ ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp -- --- Name: materialflowresources_costnormslocation costnormslocation_costnormsgenerator_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation costnormslocation_costnormsgenerator_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormslocation @@ -32879,7 +31185,7 @@ ALTER TABLE ONLY materialflowresources_costnormslocation -- --- Name: materialflowresources_costnormslocation costnormslocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation costnormslocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormslocation @@ -32887,7 +31193,7 @@ ALTER TABLE ONLY materialflowresources_costnormslocation -- --- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_coveragefororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_coveragefororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation @@ -32895,7 +31201,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation -- --- Name: ordersupplies_coveragelocation coveragelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation coveragelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation @@ -32903,7 +31209,7 @@ ALTER TABLE ONLY ordersupplies_coveragelocation -- --- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation @@ -32911,7 +31217,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation -- --- Name: ordersupplies_coveragelocation coveragelocation_materialrequirementcoverage_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation coveragelocation_materialrequirementcoverage_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation @@ -32919,7 +31225,7 @@ ALTER TABLE ONLY ordersupplies_coveragelocation -- --- Name: ordersupplies_coveragelocation coveragelocation_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation coveragelocation_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation @@ -32927,7 +31233,7 @@ ALTER TABLE ONLY ordersupplies_coveragelocation -- --- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation @@ -32935,7 +31241,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation -- --- Name: materialrequirementcoveragefororder_coverageproduct coverageproduct_coveragefororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct coverageproduct_coveragefororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct @@ -32943,7 +31249,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct -- --- Name: ordersupplies_coverageproduct coverageproduct_materialrequirementcoverage_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct coverageproduct_materialrequirementcoverage_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproduct @@ -32951,7 +31257,7 @@ ALTER TABLE ONLY ordersupplies_coverageproduct -- --- Name: ordersupplies_coverageproduct coverageproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct coverageproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproduct @@ -32959,7 +31265,7 @@ ALTER TABLE ONLY ordersupplies_coverageproduct -- --- Name: materialrequirementcoveragefororder_coverageproduct coverageproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct coverageproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct @@ -32967,7 +31273,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -32975,7 +31281,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductlogging coverageproductlogging_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging coverageproductlogging_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -32983,7 +31289,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -32991,7 +31297,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductlogging coverageproductlogging_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging coverageproductlogging_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -32999,7 +31305,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -33007,7 +31313,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductlogging coverageproductlogging_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging coverageproductlogging_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -33015,7 +31321,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -33023,7 +31329,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductlogging coverageproductlogging_subcontractedoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging coverageproductlogging_subcontractedoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -33031,7 +31337,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_subcontractedoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_subcontractedoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -33039,7 +31345,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductselected coverageproductselected_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected coverageproductselected_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductselected @@ -33047,7 +31353,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductselected -- --- Name: ordersupplies_coverageregister coverageregister_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33055,7 +31361,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_coverageregister coverageregister_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33063,7 +31369,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_coverageregister coverageregister_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33071,7 +31377,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_coverageregister coverageregister_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33079,7 +31385,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_coverageregister coverageregister_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33087,7 +31393,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: basic_crew crew_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_crew crew_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_crew @@ -33095,7 +31401,7 @@ ALTER TABLE ONLY basic_crew -- --- Name: productionpershift_dailyprogress dailyprogress_progressforday_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress dailyprogress_progressforday_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_dailyprogress @@ -33103,7 +31409,7 @@ ALTER TABLE ONLY productionpershift_dailyprogress -- --- Name: productionpershift_dailyprogress dailyprogress_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress dailyprogress_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_dailyprogress @@ -33111,7 +31417,7 @@ ALTER TABLE ONLY productionpershift_dailyprogress -- --- Name: deliveries_deliveredproduct deliveredproduct_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33119,7 +31425,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33127,7 +31433,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_orderedproduct deliveredproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct deliveredproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -33135,7 +31441,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33143,7 +31449,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33151,7 +31457,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33159,7 +31465,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33167,7 +31473,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproductmultiposition deliveredproductmp_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveredproductmp_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -33175,7 +31481,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductmultiposition deliveredproductmp_deliveredproductmulti_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveredproductmp_deliveredproductmulti_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -33183,7 +31489,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductmultiposition deliveredproductmp_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveredproductmp_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -33191,7 +31497,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductmulti deliveredproductmulti_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti deliveredproductmulti_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti @@ -33199,7 +31505,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmulti -- --- Name: deliveries_deliveredproductmulti deliveredproductmulti_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti deliveredproductmulti_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti @@ -33207,7 +31513,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmulti -- --- Name: deliveries_deliveredproductmulti deliveredproductmulti_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti deliveredproductmulti_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti @@ -33215,7 +31521,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmulti -- --- Name: deliveries_deliveredproductmultiposition deliveredproductmultiposition_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveredproductmultiposition_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -33223,7 +31529,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductreservation deliveredproductreservation_deliveredproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation deliveredproductreservation_deliveredproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductreservation @@ -33231,7 +31537,7 @@ ALTER TABLE ONLY deliveries_deliveredproductreservation -- --- Name: deliveries_deliveredproductreservation deliveredproductreservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation deliveredproductreservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductreservation @@ -33239,7 +31545,7 @@ ALTER TABLE ONLY deliveries_deliveredproductreservation -- --- Name: deliveries_delivery delivery_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_delivery delivery_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery @@ -33247,7 +31553,7 @@ ALTER TABLE ONLY deliveries_delivery -- --- Name: deliveries_delivery delivery_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_delivery delivery_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery @@ -33255,7 +31561,7 @@ ALTER TABLE ONLY deliveries_delivery -- --- Name: deliveries_delivery delivery_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_delivery delivery_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery @@ -33263,7 +31569,7 @@ ALTER TABLE ONLY deliveries_delivery -- --- Name: deliveries_deliverystatechange deliverystatechange_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange deliverystatechange_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverystatechange @@ -33271,7 +31577,7 @@ ALTER TABLE ONLY deliveries_deliverystatechange -- --- Name: deliveries_deliverystatechange deliverystatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange deliverystatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverystatechange @@ -33279,7 +31585,7 @@ ALTER TABLE ONLY deliveries_deliverystatechange -- --- Name: basic_division division_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33287,7 +31593,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33295,7 +31601,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33303,7 +31609,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33311,7 +31617,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33319,7 +31625,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33327,7 +31633,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33335,7 +31641,7 @@ ALTER TABLE ONLY basic_division -- --- Name: productflowthrudivision_warehouseissue division_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue division_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -33343,7 +31649,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: materialflowresources_document document_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33351,7 +31657,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33359,7 +31665,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_dispositionshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_dispositionshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33367,7 +31673,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_linkedpzdocumentlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_linkedpzdocumentlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33375,7 +31681,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33383,7 +31689,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33391,7 +31697,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33399,7 +31705,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33407,7 +31713,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_documentpositionparametersitem documentpositionparametersitem_parameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem documentpositionparametersitem_parameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparametersitem @@ -33415,7 +31721,7 @@ ALTER TABLE ONLY materialflowresources_documentpositionparametersitem -- --- Name: ebr_ebr ebr_ebr_basic_company; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_basic_company; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -33423,7 +31729,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebr ebr_ebr_orders_order_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_orders_order_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -33431,7 +31737,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebr ebr_ebr_orders_order_recipe_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_orders_order_recipe_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -33439,7 +31745,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebr ebr_ebr_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -33447,7 +31753,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebrstatechange ebr_ebrstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange ebr_ebrstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebrstatechange @@ -33455,7 +31761,7 @@ ALTER TABLE ONLY ebr_ebrstatechange -- --- Name: ebr_ebrstatechange ebr_ebrstatechange_ebr_ebr; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange ebr_ebrstatechange_ebr_ebr; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebrstatechange @@ -33463,7 +31769,7 @@ ALTER TABLE ONLY ebr_ebrstatechange -- --- Name: ebr_instructionstatechange ebr_instructionstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange ebr_instructionstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instructionstatechange @@ -33471,7 +31777,7 @@ ALTER TABLE ONLY ebr_instructionstatechange -- --- Name: cmmsmachineparts_eventattachment eventattachment_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment eventattachment_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_eventattachment @@ -33479,7 +31785,7 @@ ALTER TABLE ONLY cmmsmachineparts_eventattachment -- --- Name: goodfood_eventlog eventlog_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_eventlog eventlog_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_eventlog @@ -33487,7 +31793,7 @@ ALTER TABLE ONLY goodfood_eventlog -- --- Name: goodfood_eventlog eventlog_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_eventlog eventlog_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_eventlog @@ -33495,7 +31801,7 @@ ALTER TABLE ONLY goodfood_eventlog -- --- Name: goodfood_extrusionprotocolstatechange extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolstatechange @@ -33503,7 +31809,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolstatechange -- --- Name: goodfood_extrusionaddedingrediententry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry @@ -33511,7 +31817,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedingrediententry -- --- Name: goodfood_extrusionaddedmixentry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry @@ -33519,7 +31825,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedmixentry -- --- Name: goodfood_extrusiontakenoffmixentry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry @@ -33527,7 +31833,7 @@ ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry -- --- Name: goodfood_extrusionprotocolcorrect extrusionprotocolcorrect_extrusionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect extrusionprotocolcorrect_extrusionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolcorrect @@ -33535,7 +31841,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolcorrect -- --- Name: states_message extrusionprotocolstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message extrusionprotocolstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -33543,7 +31849,7 @@ ALTER TABLE ONLY states_message -- --- Name: nblsport_fabric fabric_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_fabric fabric_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_fabric @@ -33551,7 +31857,7 @@ ALTER TABLE ONLY nblsport_fabric -- --- Name: nblsport_fabric fabric_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_fabric fabric_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_fabric @@ -33559,7 +31865,7 @@ ALTER TABLE ONLY nblsport_fabric -- --- Name: basic_factory factory_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_factory factory_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_factory @@ -33567,7 +31873,7 @@ ALTER TABLE ONLY basic_factory -- --- Name: productionlines_factorystructureelement factorystructureelement_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement factorystructureelement_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -33575,7 +31881,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: productionlines_factorystructureelement factorystructureelement_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement factorystructureelement_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -33583,7 +31889,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: productionlines_factorystructureelement factorystructureelement_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement factorystructureelement_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -33591,7 +31897,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: productionlines_factorystructureelement factorystructureelement_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement factorystructureelement_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -33599,7 +31905,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: masterorders_masterorderproduct fk215b549b4a728bc8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct fk215b549b4a728bc8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct @@ -33607,7 +31913,7 @@ ALTER TABLE ONLY masterorders_masterorderproduct -- --- Name: technologies_technologyoperationcomponent fk2337e2f7574cfe41; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent fk2337e2f7574cfe41; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -33615,7 +31921,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent fk2337e2f7b1e1a8a8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent fk2337e2f7b1e1a8a8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -33623,7 +31929,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent fk2337e2f7b4851f44; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent fk2337e2f7b4851f44; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -33631,7 +31937,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent fk2337e2f7e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent fk2337e2f7e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -33639,7 +31945,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: stoppage_stoppage fk31da647fb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: stoppage_stoppage fk31da647fb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY stoppage_stoppage @@ -33647,7 +31953,7 @@ ALTER TABLE ONLY stoppage_stoppage -- --- Name: ordersupplies_coverageproductlogging fk3d5efcfc18e412c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging fk3d5efcfc18e412c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -33655,7 +31961,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: orders_order fk3daecd74ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order fk3daecd74ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -33663,7 +31969,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order fk3daecd74e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order fk3daecd74e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -33671,7 +31977,7 @@ ALTER TABLE ONLY orders_order -- --- Name: technologies_technology fk510629c1ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology fk510629c1ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -33679,7 +31985,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: basicproductioncounting_basicproductioncounting fk5ac920f5ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting fk5ac920f5ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_basicproductioncounting @@ -33687,7 +31993,7 @@ ALTER TABLE ONLY basicproductioncounting_basicproductioncounting -- --- Name: basicproductioncounting_basicproductioncounting fk5ac920f5b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting fk5ac920f5b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_basicproductioncounting @@ -33695,7 +32001,7 @@ ALTER TABLE ONLY basicproductioncounting_basicproductioncounting -- --- Name: productioncounting_trackingoperationproductoutcomponent fk5bdc58bbad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent fk5bdc58bbad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent @@ -33703,7 +32009,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent -- --- Name: productioncounting_trackingoperationproductoutcomponent fk5bdc58bbfeff14c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent fk5bdc58bbfeff14c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent @@ -33711,7 +32017,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent -- --- Name: productioncounting_productiontracking fk5d2719fdb17cd008; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking fk5d2719fdb17cd008; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -33719,7 +32025,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking fk5d2719fdb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking fk5d2719fdb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -33727,7 +32033,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: materialflow_materialsinlocationcomponent fk6c887326308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent fk6c887326308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocationcomponent @@ -33735,7 +32041,7 @@ ALTER TABLE ONLY materialflow_materialsinlocationcomponent -- --- Name: materialflow_materialsinlocationcomponent fk6c887326d11277a8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent fk6c887326d11277a8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocationcomponent @@ -33743,7 +32049,7 @@ ALTER TABLE ONLY materialflow_materialsinlocationcomponent -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent fk71357f46308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent fk71357f46308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent @@ -33751,7 +32057,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent fk71357f464525613e; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent fk71357f464525613e; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent @@ -33759,7 +32065,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent -- --- Name: jointable_materialrequirement_order fk78f5fa302f1f24c8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_materialrequirement_order fk78f5fa302f1f24c8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_materialrequirement_order @@ -33767,7 +32073,7 @@ ALTER TABLE ONLY jointable_materialrequirement_order -- --- Name: jointable_materialrequirement_order fk78f5fa30b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_materialrequirement_order fk78f5fa30b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_materialrequirement_order @@ -33775,7 +32081,7 @@ ALTER TABLE ONLY jointable_materialrequirement_order -- --- Name: technologies_operationproductoutcomponent fk79b7ec6ca29938f8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent fk79b7ec6ca29938f8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -33783,7 +32089,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: technologies_operationproductoutcomponent fk79b7ec6cad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent fk79b7ec6cad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -33791,7 +32097,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: materialflow_transfer fk8c32fdf51e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf51e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33799,7 +32105,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5403d0e8f; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5403d0e8f; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33807,7 +32113,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33815,7 +32121,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5b0a8fa91; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5b0a8fa91; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33823,7 +32129,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5b2277b02; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5b2277b02; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33831,7 +32137,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5d8bb7bc1; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5d8bb7bc1; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33839,7 +32145,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: basic_shifttimetableexception fk95347f3fb17cd008; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception fk95347f3fb17cd008; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shifttimetableexception @@ -33847,7 +32153,7 @@ ALTER TABLE ONLY basic_shifttimetableexception -- --- Name: ordersupplies_coverageorder fk992958422bfae6ae; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder fk992958422bfae6ae; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorder @@ -33855,7 +32161,7 @@ ALTER TABLE ONLY ordersupplies_coverageorder -- --- Name: ordersupplies_coverageorder fk99295842b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder fk99295842b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorder @@ -33863,7 +32169,7 @@ ALTER TABLE ONLY ordersupplies_coverageorder -- --- Name: qcadoomodel_dictionaryitem fk9b37ca9470d83278; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem fk9b37ca9470d83278; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionaryitem @@ -33871,7 +32177,7 @@ ALTER TABLE ONLY qcadoomodel_dictionaryitem -- --- Name: ordersupplies_coverageorderhelper fk9ec19a902bfae6ae; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper fk9ec19a902bfae6ae; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorderhelper @@ -33879,7 +32185,7 @@ ALTER TABLE ONLY ordersupplies_coverageorderhelper -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent fk9ee8f8914525613e; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent fk9ee8f8914525613e; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent @@ -33887,7 +32193,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent fk9ee8f891b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent fk9ee8f891b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent @@ -33895,7 +32201,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent -- --- Name: productioncounting_trackingoperationproductincomponent fka223986cad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent fka223986cad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent @@ -33903,7 +32209,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent -- --- Name: productioncounting_trackingoperationproductincomponent fka223986cfeff14c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent fka223986cfeff14c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent @@ -33911,7 +32217,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent -- --- Name: deliveries_deliveryattachment fka58d5a0418e412c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment fka58d5a0418e412c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveryattachment @@ -33919,7 +32225,7 @@ ALTER TABLE ONLY deliveries_deliveryattachment -- --- Name: materialflow_transformations fka83409401e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations fka83409401e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -33927,7 +32233,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: materialflow_transformations fka8340940b0a8fa91; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations fka8340940b0a8fa91; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -33935,7 +32241,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: materialflow_transformations fka8340940b2277b02; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations fka8340940b2277b02; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -33943,7 +32249,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: technologies_operationproductincomponent fkb39e4a9ba29938f8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent fkb39e4a9ba29938f8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -33951,7 +32257,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_operationproductincomponent fkb39e4a9bad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent fkb39e4a9bad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -33959,7 +32265,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: basic_substitute fkbebf5d4bad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitute fkbebf5d4bad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitute @@ -33967,7 +32273,7 @@ ALTER TABLE ONLY basic_substitute -- --- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028154b936c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028154b936c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -33975,7 +32281,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: costnormsforoperation_calculationoperationcomponent fkbf24a0282ee8598c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent fkbf24a0282ee8598c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -33983,7 +32289,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028b1e1a8a8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028b1e1a8a8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -33991,7 +32297,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028eeb36669; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028eeb36669; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -33999,7 +32305,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: productioncounting_productiontrackingreport fkc93f6b1fad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport fkc93f6b1fad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingreport @@ -34007,7 +32313,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingreport -- --- Name: productioncounting_productiontrackingreport fkc93f6b1fb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport fkc93f6b1fb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingreport @@ -34015,7 +32321,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingreport -- --- Name: materialflow_stockcorrection fkc9d449ca1e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection fkc9d449ca1e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection @@ -34023,7 +32329,7 @@ ALTER TABLE ONLY materialflow_stockcorrection -- --- Name: materialflow_stockcorrection fkc9d449ca308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection fkc9d449ca308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection @@ -34031,7 +32337,7 @@ ALTER TABLE ONLY materialflow_stockcorrection -- --- Name: materialflow_stockcorrection fkc9d449caad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection fkc9d449caad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection @@ -34039,7 +32345,7 @@ ALTER TABLE ONLY materialflow_stockcorrection -- --- Name: basic_substitutecomponent fkcbbea3f2717076ac; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent fkcbbea3f2717076ac; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent @@ -34047,7 +32353,7 @@ ALTER TABLE ONLY basic_substitutecomponent -- --- Name: basic_substitutecomponent fkcbbea3f2ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent fkcbbea3f2ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent @@ -34055,7 +32361,7 @@ ALTER TABLE ONLY basic_substitutecomponent -- --- Name: costcalculation_costcalculation fkcfbe2739ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation fkcfbe2739ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -34063,7 +32369,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costcalculation_costcalculation fkcfbe2739b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation fkcfbe2739b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -34071,7 +32377,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costcalculation_costcalculation fkcfbe2739be57e70b; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation fkcfbe2739be57e70b; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -34079,7 +32385,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costcalculation_costcalculation fkcfbe2739e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation fkcfbe2739e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -34087,7 +32393,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: productdata_productdatainput fkd4f3dc5726a288f2; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdatainput fkd4f3dc5726a288f2; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdatainput @@ -34095,7 +32401,7 @@ ALTER TABLE ONLY productdata_productdatainput -- --- Name: orders_orderstatechange fke98b2005b17cd008; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_orderstatechange fke98b2005b17cd008; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_orderstatechange @@ -34103,7 +32409,7 @@ ALTER TABLE ONLY orders_orderstatechange -- --- Name: orders_orderstatechange fke98b2005b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_orderstatechange fke98b2005b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_orderstatechange @@ -34111,7 +32417,7 @@ ALTER TABLE ONLY orders_orderstatechange -- --- Name: emailnotifications_staffnotification fkeca9d181e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification fkeca9d181e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification @@ -34119,7 +32425,7 @@ ALTER TABLE ONLY emailnotifications_staffnotification -- --- Name: emailnotifications_staffnotification fkeca9d18479bb3a8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification fkeca9d18479bb3a8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification @@ -34127,7 +32433,7 @@ ALTER TABLE ONLY emailnotifications_staffnotification -- --- Name: emailnotifications_staffnotification fkeca9d18a32e73f1; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification fkeca9d18a32e73f1; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification @@ -34135,7 +32441,7 @@ ALTER TABLE ONLY emailnotifications_staffnotification -- --- Name: productioncounting_productionbalance fkf2fd76b0ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance fkf2fd76b0ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -34143,7 +32449,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: productioncounting_productionbalance fkf2fd76b0b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance fkf2fd76b0b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -34151,7 +32457,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: basic_parameter fkf7f1a0d8db69d3cc; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter fkf7f1a0d8db69d3cc; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -34159,7 +32465,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: qcadooview_item fkf855759847760b8c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_item fkf855759847760b8c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_item @@ -34167,7 +32473,7 @@ ALTER TABLE ONLY qcadooview_item -- --- Name: qcadooview_item fkf85575986065f7ec; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_item fkf85575986065f7ec; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_item @@ -34175,7 +32481,7 @@ ALTER TABLE ONLY qcadooview_item -- --- Name: productcharacteristics_forms forms_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms forms_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_forms @@ -34183,7 +32489,7 @@ ALTER TABLE ONLY productcharacteristics_forms -- --- Name: orders_formula formula_choseninstruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_formula formula_choseninstruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_formula @@ -34191,7 +32497,7 @@ ALTER TABLE ONLY orders_formula -- --- Name: ebr_formula formula_choseninstruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_formula formula_choseninstruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_formula @@ -34199,7 +32505,7 @@ ALTER TABLE ONLY ebr_formula -- --- Name: orders_formula formula_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_formula formula_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_formula @@ -34207,7 +32513,7 @@ ALTER TABLE ONLY orders_formula -- --- Name: ebr_formula formula_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_formula formula_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_formula @@ -34215,7 +32521,7 @@ ALTER TABLE ONLY ebr_formula -- --- Name: advancedgenealogyfororders_genealogyproductincomponent genealogyproductincomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent genealogyproductincomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent @@ -34223,7 +32529,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent -- --- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_generatorcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_generatorcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct @@ -34231,7 +32537,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct -- --- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct @@ -34239,7 +32545,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct -- --- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct @@ -34247,7 +32553,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct -- --- Name: technologiesgenerator_generatortreenode generatortreenode_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode generatortreenode_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -34255,7 +32561,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: masterorders_masterorder goodfood_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder goodfood_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -34263,7 +32569,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: goodfood_confectionprotocol goodfood_confectioncontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol goodfood_confectioncontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -34271,7 +32577,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_confectioninputproduct goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct @@ -34279,7 +32585,7 @@ ALTER TABLE ONLY goodfood_confectioninputproduct -- --- Name: goodfood_confectionremainderinputproduct goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionremainderinputproduct @@ -34287,7 +32593,7 @@ ALTER TABLE ONLY goodfood_confectionremainderinputproduct -- --- Name: goodfood_confectionstaff goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionstaff @@ -34295,7 +32601,7 @@ ALTER TABLE ONLY goodfood_confectionstaff -- --- Name: goodfood_extrusionprotocol goodfood_extrusioncontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol goodfood_extrusioncontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -34303,7 +32609,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: goodfood_extrusionsouse goodfood_extrusionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse goodfood_extrusionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionsouse @@ -34311,7 +32617,7 @@ ALTER TABLE ONLY goodfood_extrusionsouse -- --- Name: jointable_group_role group_role_group_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_group_role group_role_group_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_group_role @@ -34319,7 +32625,7 @@ ALTER TABLE ONLY jointable_group_role -- --- Name: jointable_group_role group_role_role_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_group_role group_role_role_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_group_role @@ -34327,7 +32633,15 @@ ALTER TABLE ONLY jointable_group_role -- --- Name: goodfood_extrusionaddedingrediententry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: esilco_importpositionerror importpositionerror_document_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY esilco_importpositionerror + ADD CONSTRAINT importpositionerror_document_fkey FOREIGN KEY (document_id) REFERENCES materialflowresources_document(id) DEFERRABLE; + + +-- +-- Name: goodfood_extrusionaddedingrediententry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry @@ -34335,7 +32649,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedingrediententry -- --- Name: goodfood_extrusionaddedmixentry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry @@ -34343,7 +32657,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedmixentry -- --- Name: goodfood_extrusiontakenoffmixentry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry @@ -34351,7 +32665,7 @@ ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry -- --- Name: ebr_instruction instrucion_ebr_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instruction instrucion_ebr_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instruction @@ -34359,7 +32673,7 @@ ALTER TABLE ONLY ebr_instruction -- --- Name: ebr_instruction instruction_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instruction instruction_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instruction @@ -34367,7 +32681,7 @@ ALTER TABLE ONLY ebr_instruction -- --- Name: ebr_instructionstatechange instructionstatechange_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange instructionstatechange_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instructionstatechange @@ -34375,7 +32689,7 @@ ALTER TABLE ONLY ebr_instructionstatechange -- --- Name: productflowthrudivision_issue issue_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue issue_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -34383,7 +32697,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: jointable_issue_productstoissuehelper issue_productstoissuehelper_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_issue_productstoissuehelper issue_productstoissuehelper_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_issue_productstoissuehelper @@ -34391,7 +32705,7 @@ ALTER TABLE ONLY jointable_issue_productstoissuehelper -- --- Name: jointable_issue_productstoissuehelper issue_productstoissuehelper_productstoissuehelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_issue_productstoissuehelper issue_productstoissuehelper_productstoissuehelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_issue_productstoissuehelper @@ -34399,7 +32713,7 @@ ALTER TABLE ONLY jointable_issue_productstoissuehelper -- --- Name: productflowthrudivision_issue issue_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue issue_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -34407,7 +32721,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: jointable_company_subassembly jointable_company_subassembly_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_subassembly jointable_company_subassembly_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_subassembly @@ -34415,7 +32729,7 @@ ALTER TABLE ONLY jointable_company_subassembly -- --- Name: jointable_company_subassembly jointable_company_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_subassembly jointable_company_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_subassembly @@ -34423,7 +32737,7 @@ ALTER TABLE ONLY jointable_company_subassembly -- --- Name: jointable_company_workstation jointable_company_workstation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_workstation jointable_company_workstation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_workstation @@ -34431,7 +32745,7 @@ ALTER TABLE ONLY jointable_company_workstation -- --- Name: jointable_company_workstation jointable_company_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_workstation jointable_company_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_workstation @@ -34439,7 +32753,7 @@ ALTER TABLE ONLY jointable_company_workstation -- --- Name: jointable_coverageorderhelper_orderdto jointable_coverageorderhelper_coverageorderhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_coverageorderhelper_orderdto jointable_coverageorderhelper_coverageorderhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_coverageorderhelper_orderdto @@ -34447,7 +32761,7 @@ ALTER TABLE ONLY jointable_coverageorderhelper_orderdto -- --- Name: jointable_division_productionline jointable_division_productionline_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_division_productionline jointable_division_productionline_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_division_productionline @@ -34455,7 +32769,7 @@ ALTER TABLE ONLY jointable_division_productionline -- --- Name: jointable_division_productionline jointable_division_productionline_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_division_productionline jointable_division_productionline_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_division_productionline @@ -34463,7 +32777,7 @@ ALTER TABLE ONLY jointable_division_productionline -- --- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_subassembly @@ -34471,7 +32785,7 @@ ALTER TABLE ONLY jointable_faulttype_subassembly -- --- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_subassembly @@ -34479,7 +32793,7 @@ ALTER TABLE ONLY jointable_faulttype_subassembly -- --- Name: jointable_faulttype_workstation jointable_faulttype_workstation_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstation jointable_faulttype_workstation_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstation @@ -34487,7 +32801,7 @@ ALTER TABLE ONLY jointable_faulttype_workstation -- --- Name: jointable_faulttype_workstation jointable_faulttype_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstation jointable_faulttype_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstation @@ -34495,7 +32809,7 @@ ALTER TABLE ONLY jointable_faulttype_workstation -- --- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstationtype @@ -34503,7 +32817,7 @@ ALTER TABLE ONLY jointable_faulttype_workstationtype -- --- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstationtype @@ -34511,7 +32825,7 @@ ALTER TABLE ONLY jointable_faulttype_workstationtype -- --- Name: jointable_instruction_workstation jointable_instruction_workstation_basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_instruction_workstation jointable_instruction_workstation_basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_instruction_workstation @@ -34519,7 +32833,7 @@ ALTER TABLE ONLY jointable_instruction_workstation -- --- Name: jointable_instruction_workstation jointable_instruction_workstation_orders_instruction; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_instruction_workstation jointable_instruction_workstation_orders_instruction; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_instruction_workstation @@ -34527,7 +32841,7 @@ ALTER TABLE ONLY jointable_instruction_workstation -- --- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_bt_print; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_bt_print; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_label_printlabelshelper @@ -34535,7 +32849,7 @@ ALTER TABLE ONLY jointable_label_printlabelshelper -- --- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_goodfood_label; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_goodfood_label; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_label_printlabelshelper @@ -34543,7 +32857,7 @@ ALTER TABLE ONLY jointable_label_printlabelshelper -- --- Name: jointable_order_workplan jointable_order_workplan_fkey_order; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_workplan jointable_order_workplan_fkey_order; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_workplan @@ -34551,7 +32865,7 @@ ALTER TABLE ONLY jointable_order_workplan -- --- Name: jointable_order_workplan jointable_order_workplan_fkey_workplan; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_workplan jointable_order_workplan_fkey_workplan; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_workplan @@ -34559,7 +32873,7 @@ ALTER TABLE ONLY jointable_order_workplan -- --- Name: jointable_productionline_technology jointable_pl_tech_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technology jointable_pl_tech_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technology @@ -34567,7 +32881,7 @@ ALTER TABLE ONLY jointable_productionline_technology -- --- Name: jointable_productionline_technology jointable_pl_tech_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technology jointable_pl_tech_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technology @@ -34575,7 +32889,7 @@ ALTER TABLE ONLY jointable_productionline_technology -- --- Name: jointable_productionline_technologygroup jointable_pl_techgroup_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technologygroup jointable_pl_techgroup_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technologygroup @@ -34583,7 +32897,7 @@ ALTER TABLE ONLY jointable_productionline_technologygroup -- --- Name: jointable_productionline_technologygroup jointable_pl_techgroup_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technologygroup jointable_pl_techgroup_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technologygroup @@ -34591,7 +32905,7 @@ ALTER TABLE ONLY jointable_productionline_technologygroup -- --- Name: jointable_recipe_workstation jointable_recipe_workstation_basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_recipe_workstation jointable_recipe_workstation_basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_recipe_workstation @@ -34599,7 +32913,7 @@ ALTER TABLE ONLY jointable_recipe_workstation -- --- Name: jointable_recipe_workstation jointable_recipe_workstation_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_recipe_workstation jointable_recipe_workstation_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_recipe_workstation @@ -34607,7 +32921,7 @@ ALTER TABLE ONLY jointable_recipe_workstation -- --- Name: goodfood_label label_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label label_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -34615,7 +32929,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_label label_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label label_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -34623,7 +32937,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_label label_palletcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label label_palletcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -34631,7 +32945,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_label label_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label label_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -34639,7 +32953,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_labelstatechange labelstatechange_label_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange labelstatechange_label_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_labelstatechange @@ -34647,7 +32961,7 @@ ALTER TABLE ONLY goodfood_labelstatechange -- --- Name: goodfood_labelstatechange labelstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange labelstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_labelstatechange @@ -34655,7 +32969,7 @@ ALTER TABLE ONLY goodfood_labelstatechange -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_fromtechnology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_fromtechnology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34663,7 +32977,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_fromtechnologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_fromtechnologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34671,7 +32985,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34679,7 +32993,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_totechnology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_totechnology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34687,7 +33001,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_totechnologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_totechnologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34695,7 +33009,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: productflowthrudivision_issue location_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue location_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -34703,7 +33017,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_productstoissue location_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue location_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -34711,7 +33025,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: basic_log log_user; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_log log_user; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_log @@ -34719,7 +33033,7 @@ ALTER TABLE ONLY basic_log -- --- Name: cmmsmachineparts_machinepartattachment machinepartattachment_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment machinepartattachment_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartattachment @@ -34727,7 +33041,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartattachment -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_machinepart_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_machinepart_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34735,7 +33049,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34743,7 +33057,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34751,7 +33065,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34759,7 +33073,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34767,7 +33081,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34775,7 +33089,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34783,7 +33097,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34791,7 +33105,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_maintenanceeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_maintenanceeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34799,7 +33113,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_personreceiving_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_personreceiving_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34807,7 +33121,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34815,7 +33129,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34823,7 +33137,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34831,7 +33145,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34839,7 +33153,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceeventcontext maintenanceeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext maintenanceeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext @@ -34847,7 +33161,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext -- --- Name: cmmsmachineparts_maintenanceeventcontext maintenanceeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext maintenanceeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext @@ -34855,7 +33169,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext -- --- Name: cmmsmachineparts_maintenanceeventstatechange maintenanceeventstatechange_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange maintenanceeventstatechange_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange @@ -34863,7 +33177,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange -- --- Name: cmmsmachineparts_maintenanceeventstatechange maintenanceeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange maintenanceeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange @@ -34871,7 +33185,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange -- --- Name: masterorders_masterorder masterorder_address_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder masterorder_address_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -34879,7 +33193,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: masterorders_masterorder masterorder_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder masterorder_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -34887,7 +33201,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: masterorders_masterorder masterorder_masterorderdefinition_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder masterorder_masterorderdefinition_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -34895,7 +33209,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: masterorders_masterorderdefinition masterorderdefinition_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition masterorderdefinition_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderdefinition @@ -34903,7 +33217,7 @@ ALTER TABLE ONLY masterorders_masterorderdefinition -- --- Name: orders_order masterorderproduct_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order masterorderproduct_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -34911,7 +33225,7 @@ ALTER TABLE ONLY orders_order -- --- Name: masterorders_masterorderproduct masterorderproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct masterorderproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct @@ -34919,7 +33233,7 @@ ALTER TABLE ONLY masterorders_masterorderproduct -- --- Name: masterorders_masterorderproduct masterorderproduct_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct masterorderproduct_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct @@ -34927,7 +33241,7 @@ ALTER TABLE ONLY masterorders_masterorderproduct -- --- Name: productflowthrudivision_materialavailability materialavailability_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability materialavailability_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability @@ -34935,7 +33249,7 @@ ALTER TABLE ONLY productflowthrudivision_materialavailability -- --- Name: productflowthrudivision_materialavailability materialavailability_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability materialavailability_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability @@ -34943,7 +33257,7 @@ ALTER TABLE ONLY productflowthrudivision_materialavailability -- --- Name: productflowthrudivision_materialavailability materialavailability_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability materialavailability_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability @@ -34951,7 +33265,7 @@ ALTER TABLE ONLY productflowthrudivision_materialavailability -- --- Name: materialflowmultitransfers_productquantity materialflowmultitransfers_transfer_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity materialflowmultitransfers_transfer_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_productquantity @@ -34959,7 +33273,7 @@ ALTER TABLE ONLY materialflowmultitransfers_productquantity -- --- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate @@ -34967,7 +33281,7 @@ ALTER TABLE ONLY materialflowmultitransfers_transfertemplate -- --- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate @@ -34975,7 +33289,7 @@ ALTER TABLE ONLY materialflowmultitransfers_transfertemplate -- --- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate @@ -34983,7 +33297,7 @@ ALTER TABLE ONLY materialflowmultitransfers_transfertemplate -- --- Name: orders_materialforinstruction materialforinstruction_instruction; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction materialforinstruction_instruction; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_materialforinstruction @@ -34991,7 +33305,7 @@ ALTER TABLE ONLY orders_materialforinstruction -- --- Name: orders_materialforinstruction materialforinstruction_material; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction materialforinstruction_material; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_materialforinstruction @@ -34999,7 +33313,7 @@ ALTER TABLE ONLY orders_materialforinstruction -- --- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoverage_belongstofamily_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoverage_belongstofamily_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder @@ -35007,7 +33321,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder -- --- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_forder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_forder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage @@ -35015,7 +33329,7 @@ ALTER TABLE ONLY ordersupplies_materialrequirementcoverage -- --- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoverage_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoverage_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder @@ -35023,7 +33337,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder -- --- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage @@ -35031,7 +33345,7 @@ ALTER TABLE ONLY ordersupplies_materialrequirementcoverage -- --- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage @@ -35039,7 +33353,7 @@ ALTER TABLE ONLY ordersupplies_materialrequirementcoverage -- --- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_b_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_b_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent @@ -35047,7 +33361,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent -- --- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_mci_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_mci_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent @@ -35055,7 +33369,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent -- --- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_mcic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_mcic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent @@ -35063,7 +33377,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent -- --- Name: states_message message_batchstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_batchstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35071,7 +33385,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_deliverystatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_deliverystatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35079,7 +33393,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_ebrstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_ebrstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35087,7 +33401,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_instructionstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_instructionstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35095,7 +33409,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_labelstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_labelstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35103,7 +33417,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_maintenanceeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_maintenanceeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35111,7 +33425,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_mbrstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_mbrstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35119,7 +33433,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_negotiationstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_negotiationstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35127,7 +33441,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_offerstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_offerstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35135,7 +33449,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_orderstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_orderstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35143,7 +33457,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_plannedeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_plannedeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35151,7 +33465,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_prodrecstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_prodrecstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35159,7 +33473,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_recurringeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_recurringeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35167,7 +33481,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_requestforquotationstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_requestforquotationstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35175,7 +33489,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_technologystatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_technologystatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35183,7 +33497,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_trackingrecordstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_trackingrecordstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35191,7 +33505,7 @@ ALTER TABLE ONLY states_message -- --- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift @@ -35199,7 +33513,7 @@ ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift -- --- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift @@ -35207,7 +33521,7 @@ ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift -- --- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift @@ -35215,7 +33529,7 @@ ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift -- --- Name: supplynegotiations_negotiationproduct negotiationproduct_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct negotiationproduct_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct @@ -35223,7 +33537,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationproduct -- --- Name: supplynegotiations_negotiationproduct negotiationproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct negotiationproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct @@ -35231,7 +33545,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationproduct -- --- Name: supplynegotiations_negotiationproduct negotiationproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct negotiationproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct @@ -35239,7 +33553,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationproduct -- --- Name: supplynegotiations_negotiationstatechange negotiationstatechange_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange negotiationstatechange_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationstatechange @@ -35247,7 +33561,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationstatechange -- --- Name: supplynegotiations_negotiationstatechange negotiationstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange negotiationstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationstatechange @@ -35255,7 +33569,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationstatechange -- --- Name: nutritionfacts_prototypeproductcomponent nutrientcalculation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent nutrientcalculation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent @@ -35263,7 +33577,7 @@ ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent -- --- Name: nutritionfacts_nutrientcalculation nutrientcalculation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation nutrientcalculation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrientcalculation @@ -35271,7 +33585,7 @@ ALTER TABLE ONLY nutritionfacts_nutrientcalculation -- --- Name: nutritionfacts_nutrition nutrition_nutritiongroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition nutrition_nutritiongroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrition @@ -35279,7 +33593,7 @@ ALTER TABLE ONLY nutritionfacts_nutrition -- --- Name: nutritionfacts_nutritionelement nutritionelement_nutrition_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement nutritionelement_nutrition_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement @@ -35287,7 +33601,7 @@ ALTER TABLE ONLY nutritionfacts_nutritionelement -- --- Name: nutritionfacts_nutritionelement nutritionelement_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement nutritionelement_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement @@ -35295,7 +33609,7 @@ ALTER TABLE ONLY nutritionfacts_nutritionelement -- --- Name: nutritionfacts_nutritionelement nutritionelement_prototypeproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement nutritionelement_prototypeproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement @@ -35303,7 +33617,7 @@ ALTER TABLE ONLY nutritionfacts_nutritionelement -- --- Name: nutritionfacts_prototypeproductcomponent nutritionfacts_prototypeproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent nutritionfacts_prototypeproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent @@ -35311,7 +33625,7 @@ ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent -- --- Name: supplynegotiations_offer offer_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer offer_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer @@ -35319,7 +33633,7 @@ ALTER TABLE ONLY supplynegotiations_offer -- --- Name: supplynegotiations_offer offer_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer offer_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer @@ -35327,7 +33641,7 @@ ALTER TABLE ONLY supplynegotiations_offer -- --- Name: supplynegotiations_offer offer_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer offer_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer @@ -35335,7 +33649,7 @@ ALTER TABLE ONLY supplynegotiations_offer -- --- Name: supplynegotiations_offerproduct offerproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct offerproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct @@ -35343,7 +33657,7 @@ ALTER TABLE ONLY supplynegotiations_offerproduct -- --- Name: supplynegotiations_offerproduct offerproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct offerproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct @@ -35351,7 +33665,7 @@ ALTER TABLE ONLY supplynegotiations_offerproduct -- --- Name: supplynegotiations_offerproduct offerproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct offerproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct @@ -35359,7 +33673,7 @@ ALTER TABLE ONLY supplynegotiations_offerproduct -- --- Name: supplynegotiations_offerstatechange offerstatechange_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange offerstatechange_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerstatechange @@ -35367,7 +33681,7 @@ ALTER TABLE ONLY supplynegotiations_offerstatechange -- --- Name: supplynegotiations_offerstatechange offerstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange offerstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerstatechange @@ -35375,7 +33689,7 @@ ALTER TABLE ONLY supplynegotiations_offerstatechange -- --- Name: technologies_operation operation_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation operation_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -35383,7 +33697,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: technologies_operation operation_operationgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation operation_operationgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -35391,7 +33705,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: technologies_operation operation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation operation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -35399,7 +33713,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: jointable_operation_workstation operation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_operation_workstation operation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_operation_workstation @@ -35407,7 +33721,7 @@ ALTER TABLE ONLY jointable_operation_workstation -- --- Name: operationaltasks_operationaltask operationaltask_techopercompoperationaltask_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask operationaltask_techopercompoperationaltask_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask @@ -35415,7 +33729,7 @@ ALTER TABLE ONLY operationaltasks_operationaltask -- --- Name: productioncountingwithcosts_operationcostcomponent operationcostcomponent_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent operationcostcomponent_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent @@ -35423,7 +33737,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent -- --- Name: productioncounting_operationpieceworkcomponent operationpieceworkcomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent operationpieceworkcomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationpieceworkcomponent @@ -35431,7 +33745,7 @@ ALTER TABLE ONLY productioncounting_operationpieceworkcomponent -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent operationpieceworkcostcomponent_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent operationpieceworkcostcomponent_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent @@ -35439,7 +33753,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent -- --- Name: technologies_operationproductincomponent operationproductincomponent_pantone_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent operationproductincomponent_pantone_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -35447,7 +33761,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_operationproductincomponent operationproductincomponent_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent operationproductincomponent_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -35455,7 +33769,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_operationproductoutcomponent operationproductoutcomponent_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent operationproductoutcomponent_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -35463,7 +33777,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: technologies_operationproductoutcomponent operationproductoutcomponent_productsshiftinglocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent operationproductoutcomponent_productsshiftinglocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -35471,7 +33785,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: productioncounting_operationtimecomponent operationtimecomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent operationtimecomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationtimecomponent @@ -35479,7 +33793,7 @@ ALTER TABLE ONLY productioncounting_operationtimecomponent -- --- Name: orders_order order_address_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_address_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35487,7 +33801,7 @@ ALTER TABLE ONLY orders_order -- --- Name: materialrequirementcoveragefororder_coverageproduct order_coverageproduct_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct order_coverageproduct_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct @@ -35495,7 +33809,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct -- --- Name: orders_order order_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35503,7 +33817,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order order_masterorderproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_masterorderproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35511,7 +33825,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order order_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35519,7 +33833,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order order_parentorder_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_parentorder_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35527,7 +33841,7 @@ ALTER TABLE ONLY orders_order -- --- Name: jointable_order_printlabelshelper order_printlabelshelper_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_printlabelshelper order_printlabelshelper_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_printlabelshelper @@ -35535,7 +33849,7 @@ ALTER TABLE ONLY jointable_order_printlabelshelper -- --- Name: jointable_order_printlabelshelper order_printlabelshelper_printlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_printlabelshelper order_printlabelshelper_printlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_printlabelshelper @@ -35543,7 +33857,7 @@ ALTER TABLE ONLY jointable_order_printlabelshelper -- --- Name: orders_order order_recipe_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_recipe_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35551,7 +33865,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order order_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35559,7 +33873,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_ordercategorycolor ordercategorycolor_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor ordercategorycolor_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_ordercategorycolor @@ -35567,7 +33881,7 @@ ALTER TABLE ONLY orders_ordercategorycolor -- --- Name: deliveries_orderedproduct orderedproduct_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct orderedproduct_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -35575,7 +33889,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_orderedproduct orderedproduct_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct orderedproduct_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -35583,7 +33897,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_deliveredproduct orderedproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct orderedproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -35591,7 +33905,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_orderedproduct orderedproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct orderedproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -35599,7 +33913,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_orderedproduct orderedproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct orderedproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -35607,7 +33921,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_orderedproductreservation orderedproductreservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation orderedproductreservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproductreservation @@ -35615,7 +33929,7 @@ ALTER TABLE ONLY deliveries_orderedproductreservation -- --- Name: deliveries_orderedproductreservation orderedproductreservation_orderedproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation orderedproductreservation_orderedproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproductreservation @@ -35623,7 +33937,7 @@ ALTER TABLE ONLY deliveries_orderedproductreservation -- --- Name: orders_instruction orders_instruction_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_instruction orders_instruction_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_instruction @@ -35631,7 +33945,7 @@ ALTER TABLE ONLY orders_instruction -- --- Name: orders_material orders_material_basic_product; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_material orders_material_basic_product; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material @@ -35639,7 +33953,7 @@ ALTER TABLE ONLY orders_material -- --- Name: orders_material orders_material_basic_product_material; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_material orders_material_basic_product_material; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material @@ -35647,7 +33961,7 @@ ALTER TABLE ONLY orders_material -- --- Name: orders_material orders_material_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_material orders_material_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material @@ -35655,7 +33969,7 @@ ALTER TABLE ONLY orders_material -- --- Name: orders_mbrstatechange orders_mbrstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange orders_mbrstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_mbrstatechange @@ -35663,7 +33977,7 @@ ALTER TABLE ONLY orders_mbrstatechange -- --- Name: orders_mbrstatechange orders_mbrstatechange_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange orders_mbrstatechange_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_mbrstatechange @@ -35671,7 +33985,7 @@ ALTER TABLE ONLY orders_mbrstatechange -- --- Name: goodfood_confectionprotocol orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -35679,7 +33993,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_extrusionprotocol orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -35687,7 +34001,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder @@ -35695,7 +34009,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder -- --- Name: operationaltasks_operationaltask orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask @@ -35703,7 +34017,7 @@ ALTER TABLE ONLY operationaltasks_operationaltask -- --- Name: efcsimple_enovaimportedorderproduct orders_order_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct orders_order_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorderproduct @@ -35711,7 +34025,7 @@ ALTER TABLE ONLY efcsimple_enovaimportedorderproduct -- --- Name: sfcsimple_subiektimportedorderproduct orders_order_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct orders_order_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct @@ -35719,7 +34033,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct -- --- Name: orders_order orders_order_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order orders_order_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35727,7 +34041,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order orders_order_root_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order orders_order_root_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35735,7 +34049,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_recipe orders_recipe_basic_product; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_recipe orders_recipe_basic_product; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_recipe @@ -35743,7 +34057,7 @@ ALTER TABLE ONLY orders_recipe -- --- Name: ordersgroups_ordersgroup ordersgroup_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroup_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -35751,7 +34065,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersgroups_ordersgroup ordersgroup_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroup_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -35759,7 +34073,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersgroups_ordersgroup ordersgroup_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroup_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -35767,7 +34081,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersgroups_ordersgroup ordersgroup_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroup_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -35775,7 +34089,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: goodfood_palletstatechange pallet_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange pallet_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletstatechange @@ -35783,7 +34097,7 @@ ALTER TABLE ONLY goodfood_palletstatechange -- --- Name: goodfood_pallet pallet_label_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet pallet_label_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -35791,7 +34105,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_pallet pallet_pallet_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet pallet_pallet_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -35799,7 +34113,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_pallet pallet_palletcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet pallet_palletcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -35807,7 +34121,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_palletcontext palletcontext_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext palletcontext_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletcontext @@ -35815,7 +34129,7 @@ ALTER TABLE ONLY goodfood_palletcontext -- --- Name: jointable_palletnumber_palletnumberhelper palletnumber_palletnumberhelper_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_palletnumber_palletnumberhelper palletnumber_palletnumberhelper_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper @@ -35823,7 +34137,7 @@ ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper -- --- Name: jointable_palletnumber_palletnumberhelper palletnumber_palletnumberhelper_palletnumberhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_palletnumber_palletnumberhelper palletnumber_palletnumberhelper_palletnumberhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper @@ -35831,7 +34145,7 @@ ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper -- --- Name: states_message palletstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message palletstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35839,7 +34153,7 @@ ALTER TABLE ONLY states_message -- --- Name: pantone_pantoneforproducts pantone_pantoneforproducts_pantone_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts pantone_pantoneforproducts_pantone_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforproducts @@ -35847,7 +34161,7 @@ ALTER TABLE ONLY pantone_pantoneforproducts -- --- Name: pantone_parameters pantone_parameters_hardener_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_parameters pantone_parameters_hardener_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_parameters @@ -35855,7 +34169,7 @@ ALTER TABLE ONLY pantone_parameters -- --- Name: pantone_parameters pantone_parameters_paste_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_parameters pantone_parameters_paste_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_parameters @@ -35863,7 +34177,7 @@ ALTER TABLE ONLY pantone_parameters -- --- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_operationproductincomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_operationproductincomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct @@ -35871,7 +34185,7 @@ ALTER TABLE ONLY pantone_pantoneforoperationproduct -- --- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_pantone_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_pantone_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct @@ -35879,7 +34193,7 @@ ALTER TABLE ONLY pantone_pantoneforoperationproduct -- --- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_pantoneforproducts_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_pantoneforproducts_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct @@ -35887,7 +34201,7 @@ ALTER TABLE ONLY pantone_pantoneforoperationproduct -- --- Name: pantone_pantoneforproducts pantoneforproducts_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts pantoneforproducts_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforproducts @@ -35895,7 +34209,7 @@ ALTER TABLE ONLY pantone_pantoneforproducts -- --- Name: basic_parameter parameter_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35903,7 +34217,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35911,7 +34225,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_companyname_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_companyname_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35919,7 +34233,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35927,7 +34241,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_esilcoaccountwithreservationlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_esilcoaccountwithreservationlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35935,7 +34249,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_esilcodispositionshiftlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_esilcodispositionshiftlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35943,7 +34257,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: zmbak_parameter parameter_freezerlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_freezerlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -35951,7 +34265,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: basic_parameter parameter_issuelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_issuelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35959,7 +34273,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35967,7 +34281,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: zmbak_parameter parameter_meatcuttinglocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_meatcuttinglocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -35975,7 +34289,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: zmbak_parameter parameter_meatcuttingoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_meatcuttingoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -35983,7 +34297,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: basic_parameter parameter_ordersganttparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_ordersganttparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35991,7 +34305,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35999,7 +34313,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_resinandhardenerlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_resinandhardenerlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36007,7 +34321,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: zmbak_parameter parameter_slaughterlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_slaughterlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -36015,7 +34329,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: zmbak_parameter parameter_slaughteroperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_slaughteroperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -36023,7 +34337,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: basic_parameter parameter_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36031,7 +34345,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: supplynegotiations_parametercolumnforoffers parametercolumnforoffers_columnforoffers_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers parametercolumnforoffers_columnforoffers_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers @@ -36039,7 +34353,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers -- --- Name: supplynegotiations_parametercolumnforoffers parametercolumnforoffers_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers parametercolumnforoffers_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers @@ -36047,7 +34361,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers -- --- Name: supplynegotiations_parametercolumnforrequests parametercolumnforrequests_columnforrequests_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests parametercolumnforrequests_columnforrequests_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests @@ -36055,7 +34369,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests -- --- Name: supplynegotiations_parametercolumnforrequests parametercolumnforrequests_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests parametercolumnforrequests_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests @@ -36063,7 +34377,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests -- --- Name: deliveries_parameterdeliveryordercolumn parameterdeliveryordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn parameterdeliveryordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn @@ -36071,7 +34385,7 @@ ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn -- --- Name: deliveries_parameterdeliveryordercolumn parameterdeliveryordercolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn parameterdeliveryordercolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn @@ -36079,7 +34393,7 @@ ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn -- --- Name: nblsport_overhead parametermaterialcost_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_overhead parametermaterialcost_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_overhead @@ -36087,7 +34401,7 @@ ALTER TABLE ONLY nblsport_overhead -- --- Name: nblsport_overhead parameterproductioncost__parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_overhead parameterproductioncost__parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_overhead @@ -36095,7 +34409,7 @@ ALTER TABLE ONLY nblsport_overhead -- --- Name: basic_parameter parammeter_documentpositionparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parammeter_documentpositionparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36103,7 +34417,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parammeter_hardener_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parammeter_hardener_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36111,7 +34425,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parammeter_resin_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parammeter_resin_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36119,7 +34433,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: productioncounting_trackingoperationproductincomponent pc_ropic_batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent pc_ropic_batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent @@ -36127,7 +34441,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent -- --- Name: productioncounting_trackingoperationproductoutcomponent pc_ropoc_batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent pc_ropoc_batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent @@ -36135,7 +34449,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent -- --- Name: productioncounting_staffworktime pc_swt_basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime pc_swt_basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_staffworktime @@ -36143,7 +34457,7 @@ ALTER TABLE ONLY productioncounting_staffworktime -- --- Name: productioncounting_staffworktime pc_swt_pc_productionrecord_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime pc_swt_pc_productionrecord_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_staffworktime @@ -36151,7 +34465,7 @@ ALTER TABLE ONLY productioncounting_staffworktime -- --- Name: productflowthrudivision_warehouseissue placeofissue_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue placeofissue_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -36159,7 +34473,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: cmmsmachineparts_plannedevent plannedevent_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36167,7 +34481,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36175,7 +34489,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36183,7 +34497,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: materialflowresources_document plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -36191,7 +34505,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: cmmsmachineparts_plannedevent plannedevent_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36199,7 +34513,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: jointable_plannedevent_plannedevent plannedevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_plannedevent plannedevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_plannedevent @@ -36207,7 +34521,7 @@ ALTER TABLE ONLY jointable_plannedevent_plannedevent -- --- Name: jointable_plannedevent_staff plannedevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_staff plannedevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_staff @@ -36215,7 +34529,7 @@ ALTER TABLE ONLY jointable_plannedevent_staff -- --- Name: cmmsmachineparts_plannedevent plannedevent_plannedeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_plannedeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36223,7 +34537,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36231,7 +34545,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36239,7 +34553,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: jointable_plannedevent_plannedevent plannedevent_relatedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_plannedevent plannedevent_relatedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_plannedevent @@ -36247,7 +34561,7 @@ ALTER TABLE ONLY jointable_plannedevent_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36255,7 +34569,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36263,7 +34577,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: jointable_plannedevent_staff plannedevent_staff_skey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_staff plannedevent_staff_skey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_staff @@ -36271,7 +34585,7 @@ ALTER TABLE ONLY jointable_plannedevent_staff -- --- Name: cmmsmachineparts_plannedevent plannedevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36279,7 +34593,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36287,7 +34601,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedeventattachment plannedeventattachment_plannedevent; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment plannedeventattachment_plannedevent; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment @@ -36295,7 +34609,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment -- --- Name: cmmsmachineparts_plannedeventcontext plannedeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext plannedeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext @@ -36303,7 +34617,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext -- --- Name: cmmsmachineparts_plannedeventcontext plannedeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext plannedeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext @@ -36311,7 +34625,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext -- --- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_actionforplannedevent; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_actionforplannedevent; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization @@ -36319,7 +34633,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization -- --- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_planned_event; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_planned_event; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization @@ -36327,7 +34641,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization -- --- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization @@ -36335,7 +34649,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization -- --- Name: cmmsmachineparts_plannedeventstatechange plannedeventstatechange_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange plannedeventstatechange_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange @@ -36343,7 +34657,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange -- --- Name: cmmsmachineparts_plannedeventstatechange plannedeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange plannedeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange @@ -36351,7 +34665,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange -- --- Name: materialflowresources_position position_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36359,7 +34673,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_document_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_document_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36367,7 +34681,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36375,7 +34689,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36383,7 +34697,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36391,7 +34705,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36399,7 +34713,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: goodfood_printedlabel printedlabel_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel printedlabel_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel @@ -36407,7 +34721,7 @@ ALTER TABLE ONLY goodfood_printedlabel -- --- Name: goodfood_printedlabel printedlabel_palletcontext_fkey_; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel printedlabel_palletcontext_fkey_; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel @@ -36415,7 +34729,7 @@ ALTER TABLE ONLY goodfood_printedlabel -- --- Name: goodfood_printedlabel printedlabel_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel printedlabel_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel @@ -36423,7 +34737,7 @@ ALTER TABLE ONLY goodfood_printedlabel -- --- Name: integrationbartender_printlabelshelper printlabelshelper_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper printlabelshelper_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_printlabelshelper @@ -36431,7 +34745,7 @@ ALTER TABLE ONLY integrationbartender_printlabelshelper -- --- Name: jointable_printlabelshelper_printedlabel printlabelshelper_printedlabel_printedlabel_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_printlabelshelper_printedlabel printlabelshelper_printedlabel_printedlabel_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_printlabelshelper_printedlabel @@ -36439,7 +34753,7 @@ ALTER TABLE ONLY jointable_printlabelshelper_printedlabel -- --- Name: jointable_printlabelshelper_printedlabel printlabelshelper_printedlabel_printedlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_printlabelshelper_printedlabel printlabelshelper_printedlabel_printedlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_printlabelshelper_printedlabel @@ -36447,7 +34761,7 @@ ALTER TABLE ONLY jointable_printlabelshelper_printedlabel -- --- Name: basic_product product_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36455,7 +34769,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36463,7 +34777,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_costnormsgenerator_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_costnormsgenerator_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36471,7 +34785,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_downform_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_downform_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36479,7 +34793,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_downshelve_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_downshelve_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36487,7 +34801,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_generatorcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_generatorcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36495,7 +34809,7 @@ ALTER TABLE ONLY basic_product -- --- Name: productflowthrudivision_issue product_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue product_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -36503,7 +34817,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_productstoissue product_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue product_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -36511,7 +34825,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: basic_product product_upform_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_upform_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36519,7 +34833,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_upshelve_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_upshelve_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36527,7 +34841,7 @@ ALTER TABLE ONLY basic_product -- --- Name: productflowthrudivision_productandquantityhelper productandquantityhelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper productandquantityhelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productandquantityhelper @@ -36535,7 +34849,7 @@ ALTER TABLE ONLY productflowthrudivision_productandquantityhelper -- --- Name: productflowthrudivision_productandquantityhelper productandquantityhelper_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper productandquantityhelper_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productandquantityhelper @@ -36543,7 +34857,7 @@ ALTER TABLE ONLY productflowthrudivision_productandquantityhelper -- --- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcatalognumbers_productcatalognumbers @@ -36551,7 +34865,7 @@ ALTER TABLE ONLY productcatalognumbers_productcatalognumbers -- --- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcatalognumbers_productcatalognumbers @@ -36559,7 +34873,7 @@ ALTER TABLE ONLY productcatalognumbers_productcatalognumbers -- --- Name: technologies_productcomponent productcomponent_operationin_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent productcomponent_operationin_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent @@ -36567,7 +34881,7 @@ ALTER TABLE ONLY technologies_productcomponent -- --- Name: technologies_productcomponent productcomponent_operationout_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent productcomponent_operationout_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent @@ -36575,7 +34889,7 @@ ALTER TABLE ONLY technologies_productcomponent -- --- Name: technologies_productcomponent productcomponent_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent productcomponent_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent @@ -36583,7 +34897,7 @@ ALTER TABLE ONLY technologies_productcomponent -- --- Name: productdata_productdata productdata_productdata_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdata productdata_productdata_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata @@ -36591,7 +34905,7 @@ ALTER TABLE ONLY productdata_productdata -- --- Name: productdata_productdata productdata_productdata_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdata productdata_productdata_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata @@ -36599,7 +34913,7 @@ ALTER TABLE ONLY productdata_productdata -- --- Name: productdata_productdata productdata_productdata_technology_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdata productdata_productdata_technology_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata @@ -36607,7 +34921,7 @@ ALTER TABLE ONLY productdata_productdata -- --- Name: productdata_productdataattachment productdata_productdataattachment_productdata_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment productdata_productdataattachment_productdata_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataattachment @@ -36615,7 +34929,7 @@ ALTER TABLE ONLY productdata_productdataattachment -- --- Name: productdata_productdatainput productdata_productdatainput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdatainput productdata_productdatainput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdatainput @@ -36623,7 +34937,7 @@ ALTER TABLE ONLY productdata_productdatainput -- --- Name: productdata_productdataoperation productdata_productdataoperation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation productdata_productdataoperation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataoperation @@ -36631,7 +34945,7 @@ ALTER TABLE ONLY productdata_productdataoperation -- --- Name: productdata_productdataoperation productdata_productdataoperation_productdata_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation productdata_productdataoperation_productdata_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataoperation @@ -36639,7 +34953,7 @@ ALTER TABLE ONLY productdata_productdataoperation -- --- Name: productflowthrudivision_issue productincomponent_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue productincomponent_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -36647,7 +34961,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_productstoissue productincomponent_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue productincomponent_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -36655,7 +34969,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productioncounting_productionbalance productionbalance_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance productionbalance_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -36663,7 +34977,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: productioncounting_productionbalance productionbalance_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance productionbalance_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -36671,7 +34985,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductincomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductincomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent @@ -36679,7 +34993,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent -- --- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductoutcomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductoutcomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent @@ -36687,7 +35001,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent -- --- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent @@ -36695,7 +35009,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent -- --- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent @@ -36703,7 +35017,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent -- --- Name: productioncounting_operationpieceworkcomponent productioncounting_operationpieceworkc_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent productioncounting_operationpieceworkc_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationpieceworkcomponent @@ -36711,7 +35025,7 @@ ALTER TABLE ONLY productioncounting_operationpieceworkcomponent -- --- Name: productioncounting_operationtimecomponent productioncounting_operationtimecomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent productioncounting_operationtimecomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationtimecomponent @@ -36719,7 +35033,7 @@ ALTER TABLE ONLY productioncounting_operationtimecomponent -- --- Name: productioncounting_productiontracking productioncounting_productionrecord_d_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productioncounting_productionrecord_d_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36727,7 +35041,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productioncounting_productionrecord_s_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productioncounting_productionrecord_s_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36735,7 +35049,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productioncounting_productionrecord_wt_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productioncounting_productionrecord_wt_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36743,7 +35057,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontrackingstatechange productioncounting_productionrecordlogging_pr_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange productioncounting_productionrecordlogging_pr_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingstatechange @@ -36751,7 +35065,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingstatechange -- --- Name: basicproductioncounting_productioncountingoperationrun productioncountingoperationrun_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun productioncountingoperationrun_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun @@ -36759,7 +35073,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun -- --- Name: basicproductioncounting_productioncountingoperationrun productioncountingoperationrun_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun productioncountingoperationrun_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun @@ -36767,7 +35081,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_basicproductioncounting_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_basicproductioncounting_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36775,7 +35089,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36783,7 +35097,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36791,7 +35105,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36799,7 +35113,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36807,7 +35121,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: productioncounting_productioncountingquantitysetcomponent productioncountingquantitysc_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent productioncountingquantitysc_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent @@ -36815,7 +35129,7 @@ ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent -- --- Name: productioncounting_productioncountingquantitysetcomponent productioncountingquantitysc_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent productioncountingquantitysc_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent @@ -36823,7 +35137,7 @@ ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent -- --- Name: productioncountingwithcosts_operationcostcomponent productioncountingwithcosts_operationcostcomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent productioncountingwithcosts_operationcostcomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent @@ -36831,7 +35145,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent productioncountingwithcosts_operationpieceworkcc_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent productioncountingwithcosts_operationpieceworkcc_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent @@ -36839,7 +35153,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent -- --- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp @@ -36847,7 +35161,7 @@ ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp -- --- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp @@ -36855,7 +35169,7 @@ ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp -- --- Name: timegapspreview_timegapscontext productionline_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext productionline_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext @@ -36863,7 +35177,7 @@ ALTER TABLE ONLY timegapspreview_timegapscontext -- --- Name: timegapspreview_timegap productionline_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap productionline_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegap @@ -36871,7 +35185,7 @@ ALTER TABLE ONLY timegapspreview_timegap -- --- Name: jointable_productionline_shift productionline_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_shift productionline_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_shift @@ -36879,7 +35193,7 @@ ALTER TABLE ONLY jointable_productionline_shift -- --- Name: productionlines_productionline productionlines_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_productionline productionlines_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_productionline @@ -36887,7 +35201,7 @@ ALTER TABLE ONLY productionlines_productionline -- --- Name: goodfood_confectioncontext productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext @@ -36895,7 +35209,7 @@ ALTER TABLE ONLY goodfood_confectioncontext -- --- Name: goodfood_confectionprotocol productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -36903,7 +35217,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_extrusioncontext productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext @@ -36911,7 +35225,7 @@ ALTER TABLE ONLY goodfood_extrusioncontext -- --- Name: goodfood_extrusionprotocol productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -36919,7 +35233,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: assignmenttoshift_staffassignmenttoshift productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -36927,7 +35241,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder @@ -36935,7 +35249,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder -- --- Name: operationaltasks_operationaltask productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask @@ -36943,7 +35257,7 @@ ALTER TABLE ONLY operationaltasks_operationaltask -- --- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_pl_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_pl_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_workstationtypecomponent @@ -36951,7 +35265,7 @@ ALTER TABLE ONLY productionlines_workstationtypecomponent -- --- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_wt_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_wt_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_workstationtypecomponent @@ -36959,7 +35273,7 @@ ALTER TABLE ONLY productionlines_workstationtypecomponent -- --- Name: productionpershift_productionpershift productionpershift_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift productionpershift_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_productionpershift @@ -36967,7 +35281,7 @@ ALTER TABLE ONLY productionpershift_productionpershift -- --- Name: productioncounting_productiontracking productionrecord_subcontractor_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productionrecord_subcontractor_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36975,7 +35289,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productiontracking_productiontracking_c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productiontracking_productiontracking_c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36983,7 +35297,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productiontracking_repairorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productiontracking_repairorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36991,7 +35305,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productiontracking_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productiontracking_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36999,7 +35313,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productiontracking_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productiontracking_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -37007,7 +35321,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: basicproductioncounting_productioncountingquantity productsinputlocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productsinputlocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -37015,7 +35329,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: productflowthrudivision_productstoissue productstoissue_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue productstoissue_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -37023,7 +35337,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productflowthrudivision_productstoissue productstoissue_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue productstoissue_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -37031,7 +35345,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productflowthrudivision_productstoissuehelper productstoissuehelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper productstoissuehelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissuehelper @@ -37039,7 +35353,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissuehelper -- --- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -37047,7 +35361,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -37055,7 +35369,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_storagelocationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_storagelocationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -37063,7 +35377,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_storagelocationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_storagelocationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -37071,7 +35385,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: technologies_productstructuretreenode productstructuretreenode_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode productstructuretreenode_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode @@ -37079,7 +35393,7 @@ ALTER TABLE ONLY technologies_productstructuretreenode -- --- Name: technologies_productstructuretreenode productstructuretreenode_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode productstructuretreenode_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode @@ -37087,7 +35401,7 @@ ALTER TABLE ONLY technologies_productstructuretreenode -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_accountwithreservation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_accountwithreservation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37095,7 +35409,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37103,7 +35417,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37111,7 +35425,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37119,7 +35433,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37127,7 +35441,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_producttoissuecorrectionhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_producttoissuecorrectionhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37135,7 +35449,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37143,7 +35457,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrectionhelper producttoissuecorrectionhelper_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper producttoissuecorrectionhelper_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper @@ -37151,7 +35465,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper -- --- Name: productflowthrudivision_producttoissuecorrectionhelper producttoissuecorrectionhelper_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper producttoissuecorrectionhelper_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper @@ -37159,7 +35473,15 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper -- --- Name: productionpershift_progressforday progressforday_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday progressforday_productionpershift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY productionpershift_progressforday + ADD CONSTRAINT progressforday_productionpershift_fkey FOREIGN KEY (productionpershift_id) REFERENCES productionpershift_productionpershift(id) DEFERRABLE; + + +-- +-- Name: productionpershift_progressforday progressforday_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_progressforday @@ -37167,7 +35489,7 @@ ALTER TABLE ONLY productionpershift_progressforday -- --- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_aggregate_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_aggregate_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_unitconversionitem @@ -37175,7 +35497,7 @@ ALTER TABLE ONLY qcadoomodel_unitconversionitem -- --- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_unitconversionitem @@ -37183,7 +35505,7 @@ ALTER TABLE ONLY qcadoomodel_unitconversionitem -- --- Name: orders_reasontypecorrectiondatefrom reasontypecorrectiondatefrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom reasontypecorrectiondatefrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondatefrom @@ -37191,7 +35513,7 @@ ALTER TABLE ONLY orders_reasontypecorrectiondatefrom -- --- Name: orders_reasontypecorrectiondateto reasontypecorrectiondateto_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto reasontypecorrectiondateto_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondateto @@ -37199,7 +35521,7 @@ ALTER TABLE ONLY orders_reasontypecorrectiondateto -- --- Name: orders_reasontypedeviationeffectiveend reasontypedeviationeffectiveend_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend reasontypedeviationeffectiveend_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectiveend @@ -37207,7 +35529,7 @@ ALTER TABLE ONLY orders_reasontypedeviationeffectiveend -- --- Name: orders_reasontypedeviationeffectivestart reasontypedeviationeffectivestart_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart reasontypedeviationeffectivestart_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectivestart @@ -37215,7 +35537,7 @@ ALTER TABLE ONLY orders_reasontypedeviationeffectivestart -- --- Name: orders_reasontypeofchangingorderstate reasontypeofchangingorderstate_orderstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate reasontypeofchangingorderstate_orderstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypeofchangingorderstate @@ -37223,7 +35545,7 @@ ALTER TABLE ONLY orders_reasontypeofchangingorderstate -- --- Name: productionpershift_reasontypeofcorrectionplan reasontypeofcorrectionplan_productionpershift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan reasontypeofcorrectionplan_productionpershift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan @@ -37231,7 +35553,7 @@ ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan -- --- Name: cmmsscheduler_recurringevent recurringevent_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37239,7 +35561,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37247,7 +35569,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37255,7 +35577,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37263,7 +35585,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_recurringeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_recurringeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37271,7 +35593,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37279,7 +35601,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37287,7 +35609,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37295,7 +35617,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37303,7 +35625,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringeventcontext recurringeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext recurringeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventcontext @@ -37311,7 +35633,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventcontext -- --- Name: cmmsscheduler_recurringeventcontext recurringeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext recurringeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventcontext @@ -37319,7 +35641,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventcontext -- --- Name: cmmsscheduler_recurringeventstatechange recurringeventstatechange_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange recurringeventstatechange_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange @@ -37327,7 +35649,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange -- --- Name: cmmsscheduler_recurringeventstatechange recurringeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange recurringeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange @@ -37335,7 +35657,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange -- --- Name: repairs_repairorder repairorder_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37343,7 +35665,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37351,7 +35673,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37359,7 +35681,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_productiontracking_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_productiontracking_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37367,7 +35689,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_repairorderproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_repairorderproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37375,7 +35697,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37383,7 +35705,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37391,7 +35713,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorderproduct repairorderproduct_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37399,7 +35721,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderproduct repairorderproduct_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37407,7 +35729,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderproduct repairorderproduct_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37415,7 +35737,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderproduct repairorderproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37423,7 +35745,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderproduct repairorderproduct_trackingoperationproductincomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_trackingoperationproductincomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37431,7 +35753,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderstatechange repairorderstatechange_repairorder; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange repairorderstatechange_repairorder; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderstatechange @@ -37439,7 +35761,7 @@ ALTER TABLE ONLY repairs_repairorderstatechange -- --- Name: repairs_repairorderstatechange repairorderstatechange_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange repairorderstatechange_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderstatechange @@ -37447,7 +35769,7 @@ ALTER TABLE ONLY repairs_repairorderstatechange -- --- Name: repairs_repairorderworktime repairorderworktime_repairorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime repairorderworktime_repairorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderworktime @@ -37455,7 +35777,7 @@ ALTER TABLE ONLY repairs_repairorderworktime -- --- Name: repairs_repairorderworktime repairorderworktime_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime repairorderworktime_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderworktime @@ -37463,7 +35785,7 @@ ALTER TABLE ONLY repairs_repairorderworktime -- --- Name: supplynegotiations_requestforquotation requestforquotation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation requestforquotation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotation @@ -37471,7 +35793,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotation -- --- Name: supplynegotiations_requestforquotation requestforquotation_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation requestforquotation_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotation @@ -37479,7 +35801,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotation -- --- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct @@ -37487,7 +35809,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationproduct -- --- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct @@ -37495,7 +35817,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationproduct -- --- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct @@ -37503,7 +35825,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationproduct -- --- Name: supplynegotiations_requestforquotationstatechange requestforquotationstatechange_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange requestforquotationstatechange_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange @@ -37511,7 +35833,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange -- --- Name: supplynegotiations_requestforquotationstatechange requestforquotationstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange requestforquotationstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange @@ -37519,7 +35841,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange -- --- Name: urcproductioncounting_requestrepair requestrepair_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair requestrepair_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair @@ -37527,7 +35849,7 @@ ALTER TABLE ONLY urcproductioncounting_requestrepair -- --- Name: urcproductioncounting_requestrepair requestrepair_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair requestrepair_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair @@ -37535,7 +35857,7 @@ ALTER TABLE ONLY urcproductioncounting_requestrepair -- --- Name: urcproductioncounting_requestrepair requestrepair_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair requestrepair_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair @@ -37543,7 +35865,7 @@ ALTER TABLE ONLY urcproductioncounting_requestrepair -- --- Name: materialflowresources_reservation reservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37551,7 +35873,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_reservation reservation_position_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_position_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37559,7 +35881,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_reservation reservation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37567,7 +35889,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_reservation reservation_producttoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_producttoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37575,7 +35897,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_reservation reservation_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37583,7 +35905,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_resource resource_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37591,7 +35913,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource resource_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37599,7 +35921,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource resource_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37607,7 +35929,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource resource_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37615,7 +35937,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource resource_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37623,7 +35945,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resourcecorrection resourcecorrection_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37631,7 +35953,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcecorrection resourcecorrection_newstoragelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_newstoragelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37639,7 +35961,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcecorrection resourcecorrection_oldstoragelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_oldstoragelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37647,7 +35969,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcecorrection resourcecorrection_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37655,7 +35977,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcecorrection resourcecorrection_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37663,7 +35985,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcestock resourcestock_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock resourcestock_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcestock @@ -37671,7 +35993,7 @@ ALTER TABLE ONLY materialflowresources_resourcestock -- --- Name: materialflowresources_resourcestock resourcestock_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock resourcestock_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcestock @@ -37679,7 +36001,7 @@ ALTER TABLE ONLY materialflowresources_resourcestock -- --- Name: integrationbartender_sendtoprint sendtoprint_printlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint sendtoprint_printlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_sendtoprint @@ -37687,7 +36009,7 @@ ALTER TABLE ONLY integrationbartender_sendtoprint -- --- Name: productioncounting_settechnologyincomponents settechnologyic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents settechnologyic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settechnologyincomponents @@ -37695,7 +36017,7 @@ ALTER TABLE ONLY productioncounting_settechnologyincomponents -- --- Name: productioncounting_settechnologyincomponents settechnologyic_trackingoperationproductic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents settechnologyic_trackingoperationproductic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settechnologyincomponents @@ -37703,7 +36025,7 @@ ALTER TABLE ONLY productioncounting_settechnologyincomponents -- --- Name: productioncounting_settrackingoperationproductincomponents settrackingoperationproductic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents settrackingoperationproductic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents @@ -37711,7 +36033,7 @@ ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents -- --- Name: productioncounting_settrackingoperationproductincomponents settrackingoperationproductic_trackingoperationproductoc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents settrackingoperationproductic_trackingoperationproductoc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents @@ -37719,7 +36041,7 @@ ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents -- --- Name: productcharacteristics_shelves shelves_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves shelves_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_shelves @@ -37727,7 +36049,7 @@ ALTER TABLE ONLY productcharacteristics_shelves -- --- Name: goodfood_extrusionprotocolstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolstatechange @@ -37735,7 +36057,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolstatechange -- --- Name: goodfood_confectionprotocolstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolstatechange @@ -37743,7 +36065,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolstatechange -- --- Name: goodfood_palletstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletstatechange @@ -37751,7 +36073,7 @@ ALTER TABLE ONLY goodfood_palletstatechange -- --- Name: jointable_productionline_shift shift_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_shift shift_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_shift @@ -37759,7 +36081,7 @@ ALTER TABLE ONLY jointable_productionline_shift -- --- Name: productflowthrudivision_warehouseissuestatechange shift_warehouseissuestatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange shift_warehouseissuestatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange @@ -37767,7 +36089,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange -- --- Name: cmmsmachineparts_sourcecost sourcecost_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost sourcecost_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecost @@ -37775,7 +36097,7 @@ ALTER TABLE ONLY cmmsmachineparts_sourcecost -- --- Name: cmmsmachineparts_sourcecostreportfilter sourcecostreportfilter_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter sourcecostreportfilter_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter @@ -37783,7 +36105,7 @@ ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter -- --- Name: basic_staff staff_crew_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff staff_crew_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -37791,7 +36113,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: goodfood_extrusioncontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext @@ -37799,7 +36121,7 @@ ALTER TABLE ONLY goodfood_extrusioncontext -- --- Name: goodfood_confectioncontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext @@ -37807,7 +36129,7 @@ ALTER TABLE ONLY goodfood_confectioncontext -- --- Name: goodfood_palletcontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletcontext @@ -37815,7 +36137,7 @@ ALTER TABLE ONLY goodfood_palletcontext -- --- Name: qcadoosecurity_user staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user @@ -37823,7 +36145,7 @@ ALTER TABLE ONLY qcadoosecurity_user -- --- Name: jointable_multiassignmenttoshift_staff staff_multiassignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_multiassignmenttoshift_staff staff_multiassignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_multiassignmenttoshift_staff @@ -37831,7 +36153,7 @@ ALTER TABLE ONLY jointable_multiassignmenttoshift_staff -- --- Name: basic_staff staff_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff staff_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -37839,7 +36161,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: jointable_staff_timeusagereportfilter staff_timeusagereportfilter_filter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_staff_timeusagereportfilter staff_timeusagereportfilter_filter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_staff_timeusagereportfilter @@ -37847,7 +36169,7 @@ ALTER TABLE ONLY jointable_staff_timeusagereportfilter -- --- Name: jointable_staff_timeusagereportfilter staff_timeusagereportfilter_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_staff_timeusagereportfilter staff_timeusagereportfilter_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_staff_timeusagereportfilter @@ -37855,7 +36177,7 @@ ALTER TABLE ONLY jointable_staff_timeusagereportfilter -- --- Name: assignmenttoshift_staffassignmenttoshift staffassignmenttoshift_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift staffassignmenttoshift_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -37863,7 +36185,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: cmmsmachineparts_staffworktime staffworktime_worker_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime staffworktime_worker_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_staffworktime @@ -37871,7 +36193,7 @@ ALTER TABLE ONLY cmmsmachineparts_staffworktime -- --- Name: integrationbaselinker_statusesfordocument statusesfordocument_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument statusesfordocument_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesfordocument @@ -37879,7 +36201,7 @@ ALTER TABLE ONLY integrationbaselinker_statusesfordocument -- --- Name: integrationbaselinker_statusesformasterorder statusesformasterorder_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder statusesformasterorder_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesformasterorder @@ -37887,7 +36209,7 @@ ALTER TABLE ONLY integrationbaselinker_statusesformasterorder -- --- Name: materialflowresources_storagelocation storagelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation storagelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocation @@ -37895,7 +36217,7 @@ ALTER TABLE ONLY materialflowresources_storagelocation -- --- Name: materialflowresources_storagelocation storagelocation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation storagelocation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocation @@ -37903,7 +36225,7 @@ ALTER TABLE ONLY materialflowresources_storagelocation -- --- Name: materialflowresources_storagelocationhelper storagelocationhelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper storagelocationhelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhelper @@ -37911,7 +36233,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhelper -- --- Name: materialflowresources_storagelocationhistory storagelocationhistory_productfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory storagelocationhistory_productfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory @@ -37919,7 +36241,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhistory -- --- Name: materialflowresources_storagelocationhistory storagelocationhistory_productto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory storagelocationhistory_productto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory @@ -37927,7 +36249,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhistory -- --- Name: materialflowresources_storagelocationhistory storagelocationhistory_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory storagelocationhistory_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory @@ -37935,7 +36257,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhistory -- --- Name: basic_subassembly subassembly_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassembly subassembly_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassembly @@ -37943,7 +36265,7 @@ ALTER TABLE ONLY basic_subassembly -- --- Name: basic_subassembly subassembly_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassembly subassembly_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassembly @@ -37951,7 +36273,7 @@ ALTER TABLE ONLY basic_subassembly -- --- Name: basic_subassemblyattachment subassemblyattachment_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment subassemblyattachment_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblyattachment @@ -37959,7 +36281,7 @@ ALTER TABLE ONLY basic_subassemblyattachment -- --- Name: basic_subassemblytoworkstationhelper subassemblytoworkstationhelper_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper subassemblytoworkstationhelper_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblytoworkstationhelper @@ -37967,7 +36289,7 @@ ALTER TABLE ONLY basic_subassemblytoworkstationhelper -- --- Name: basic_subassemblytoworkstationhelper subassemblytoworkstationhelper_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper subassemblytoworkstationhelper_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblytoworkstationhelper @@ -37975,7 +36297,7 @@ ALTER TABLE ONLY basic_subassemblytoworkstationhelper -- --- Name: subcontractorportal_cost subcontractorportal_cost_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost subcontractorportal_cost_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_cost @@ -37983,7 +36305,7 @@ ALTER TABLE ONLY subcontractorportal_cost -- --- Name: subcontractorportal_cost subcontractorportal_cost_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost subcontractorportal_cost_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_cost @@ -37991,7 +36313,7 @@ ALTER TABLE ONLY subcontractorportal_cost -- --- Name: subcontractorportal_event subcontractorportal_event_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_event subcontractorportal_event_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_event @@ -37999,7 +36321,7 @@ ALTER TABLE ONLY subcontractorportal_event -- --- Name: subcontractorportal_event subcontractorportal_event_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_event subcontractorportal_event_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_event @@ -38007,7 +36329,7 @@ ALTER TABLE ONLY subcontractorportal_event -- --- Name: subcontractorportal_message subcontractorportal_message_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message subcontractorportal_message_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message @@ -38015,7 +36337,7 @@ ALTER TABLE ONLY subcontractorportal_message -- --- Name: subcontractorportal_message subcontractorportal_message_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message subcontractorportal_message_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message @@ -38023,7 +36345,7 @@ ALTER TABLE ONLY subcontractorportal_message -- --- Name: subcontractorportal_message subcontractorportal_message_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message subcontractorportal_message_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message @@ -38031,7 +36353,7 @@ ALTER TABLE ONLY subcontractorportal_message -- --- Name: subcontractorportal_operation subcontractorportal_operation_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation subcontractorportal_operation_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_operation @@ -38039,7 +36361,7 @@ ALTER TABLE ONLY subcontractorportal_operation -- --- Name: subcontractorportal_operation subcontractorportal_operation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation subcontractorportal_operation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_operation @@ -38047,7 +36369,7 @@ ALTER TABLE ONLY subcontractorportal_operation -- --- Name: subcontractorportal_realisation subcontractorportal_realisation_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation subcontractorportal_realisation_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_realisation @@ -38055,7 +36377,7 @@ ALTER TABLE ONLY subcontractorportal_realisation -- --- Name: subcontractorportal_realisation subcontractorportal_realisation_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation subcontractorportal_realisation_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_realisation @@ -38063,7 +36385,7 @@ ALTER TABLE ONLY subcontractorportal_realisation -- --- Name: subcontractorportal_suborder subcontractorportal_suborder_changedby_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder subcontractorportal_suborder_changedby_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborder @@ -38071,7 +36393,7 @@ ALTER TABLE ONLY subcontractorportal_suborder -- --- Name: subcontractorportal_suborder subcontractorportal_suborder_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder subcontractorportal_suborder_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborder @@ -38079,7 +36401,7 @@ ALTER TABLE ONLY subcontractorportal_suborder -- --- Name: subcontractorportal_suborderattachment subcontractorportal_suborderattachment_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment subcontractorportal_suborderattachment_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderattachment @@ -38087,7 +36409,7 @@ ALTER TABLE ONLY subcontractorportal_suborderattachment -- --- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput @@ -38095,7 +36417,7 @@ ALTER TABLE ONLY subcontractorportal_suborderinput -- --- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_storage_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_storage_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput @@ -38103,7 +36425,7 @@ ALTER TABLE ONLY subcontractorportal_suborderinput -- --- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput @@ -38111,7 +36433,7 @@ ALTER TABLE ONLY subcontractorportal_suborderinput -- --- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation @@ -38119,7 +36441,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoperation -- --- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation @@ -38127,7 +36449,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoperation -- --- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation @@ -38135,7 +36457,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoperation -- --- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput @@ -38143,7 +36465,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoutput -- --- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_storage_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_storage_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput @@ -38151,7 +36473,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoutput -- --- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput @@ -38159,7 +36481,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoutput -- --- Name: subcontractorportal_subordertmp subcontractorportal_subordertmp_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp subcontractorportal_subordertmp_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_subordertmp @@ -38167,7 +36489,7 @@ ALTER TABLE ONLY subcontractorportal_subordertmp -- --- Name: ordersforsubproductsgeneration_suborders suborders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders suborders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersforsubproductsgeneration_suborders @@ -38175,7 +36497,7 @@ ALTER TABLE ONLY ordersforsubproductsgeneration_suborders -- --- Name: ordersforsubproductsgeneration_suborders suborders_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders suborders_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersforsubproductsgeneration_suborders @@ -38183,7 +36505,7 @@ ALTER TABLE ONLY ordersforsubproductsgeneration_suborders -- --- Name: basic_substitutecomponent substitutecomponent_baseproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent substitutecomponent_baseproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent @@ -38191,7 +36513,7 @@ ALTER TABLE ONLY basic_substitutecomponent -- --- Name: technologies_technologystatechange technologies_logging_fkey_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange technologies_logging_fkey_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologystatechange @@ -38199,7 +36521,7 @@ ALTER TABLE ONLY technologies_technologystatechange -- --- Name: technologies_technologystatechange technologies_logging_fkey_technology; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange technologies_logging_fkey_technology; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologystatechange @@ -38207,7 +36529,7 @@ ALTER TABLE ONLY technologies_technologystatechange -- --- Name: technologies_operation technologies_operation_fkey_workstation; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation technologies_operation_fkey_workstation; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -38215,7 +36537,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: technologies_technology technologies_technology_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technologies_technology_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38223,7 +36545,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_technologyattachment technologies_technologyattachment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment technologies_technologyattachment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyattachment @@ -38231,7 +36553,7 @@ ALTER TABLE ONLY technologies_technologyattachment -- --- Name: technologiesgenerator_generatortreenode technologies_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologies_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38239,7 +36561,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologies_productstructuretreenode technologies_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode technologies_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode @@ -38247,7 +36569,7 @@ ALTER TABLE ONLY technologies_productstructuretreenode -- --- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_product_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_product_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatorcontext @@ -38255,7 +36577,7 @@ ALTER TABLE ONLY technologiesgenerator_generatorcontext -- --- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_technology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_technology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatorcontext @@ -38263,7 +36585,7 @@ ALTER TABLE ONLY technologiesgenerator_generatorcontext -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreen_originaltechnology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreen_originaltechnology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38271,7 +36593,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreeno_producttechnology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreeno_producttechnology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38279,7 +36601,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenod_generatorcontext_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenod_generatorcontext_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38287,7 +36609,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_operation_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_operation_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38295,7 +36617,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_parent_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_parent_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38303,7 +36625,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_product_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_product_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38311,7 +36633,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologies_technology technology_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38319,7 +36641,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_operationproductincomponent technology_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent technology_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -38327,7 +36649,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_technology technology_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38335,7 +36657,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_operationproductincomponent technology_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent technology_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -38343,7 +36665,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_technology technology_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38351,7 +36673,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: timegapspreview_timegapscontext technology_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext technology_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext @@ -38359,7 +36681,7 @@ ALTER TABLE ONLY timegapspreview_timegapscontext -- --- Name: technologies_technology technology_productionlines_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_productionlines_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38367,7 +36689,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_technology technology_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38375,7 +36697,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_technology technology_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38383,7 +36705,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_operationproductoutcomponent technology_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent technology_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -38391,7 +36713,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: technologies_technology technology_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38399,7 +36721,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: timegapspreview_timegapscontext technologygroup_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext technologygroup_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext @@ -38407,7 +36729,7 @@ ALTER TABLE ONLY timegapspreview_timegapscontext -- --- Name: technologies_technologyoperationcomponent technologyoperationcomponent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent technologyoperationcomponent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -38415,7 +36737,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent technologyoperationcomponent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent technologyoperationcomponent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -38423,7 +36745,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent technologyoperationcomponent_techopercomptimecalculation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent technologyoperationcomponent_techopercomptimecalculation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -38431,7 +36753,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: productflowthrudivision_warehouseissue technologyoperationcomponent_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue technologyoperationcomponent_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -38439,7 +36761,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_oc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_oc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -38447,7 +36769,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_opic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_opic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -38455,7 +36777,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -38463,7 +36785,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -38471,7 +36793,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_oc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_oc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -38479,7 +36801,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_opoc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_opoc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -38487,7 +36809,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -38495,7 +36817,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -38503,7 +36825,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: operationaltasksfororders_techopercompoperationaltask techopercompoperationaltask_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask techopercompoperationaltask_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask @@ -38511,7 +36833,7 @@ ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask -- --- Name: timegapspreview_timegap timegapscontext_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap timegapscontext_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegap @@ -38519,7 +36841,7 @@ ALTER TABLE ONLY timegapspreview_timegap -- --- Name: advancedgenealogy_trackingrecord trackingrecord_order; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord trackingrecord_order; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecord @@ -38527,7 +36849,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecord -- --- Name: materialflow_transfer transfer_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer transfer_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -38535,7 +36857,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transformations transformations_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations transformations_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -38543,7 +36865,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: orders_typeofcorrectioncauses typeofcorrectioncauses_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses typeofcorrectioncauses_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_typeofcorrectioncauses @@ -38551,7 +36873,7 @@ ALTER TABLE ONLY orders_typeofcorrectioncauses -- --- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_order; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_order; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent @@ -38559,7 +36881,7 @@ ALTER TABLE ONLY urcmaterialavailability_requiredcomponent -- --- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_product; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_product; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent @@ -38567,7 +36889,7 @@ ALTER TABLE ONLY urcmaterialavailability_requiredcomponent -- --- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_technology; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_technology; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent @@ -38575,7 +36897,7 @@ ALTER TABLE ONLY urcmaterialavailability_requiredcomponent -- --- Name: qcadoosecurity_user user_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user user_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user @@ -38583,7 +36905,7 @@ ALTER TABLE ONLY qcadoosecurity_user -- --- Name: qcadoosecurity_user user_group_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user user_group_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user @@ -38591,7 +36913,7 @@ ALTER TABLE ONLY qcadoosecurity_user -- --- Name: materialflow_userlocation userlocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_userlocation userlocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_userlocation @@ -38599,7 +36921,7 @@ ALTER TABLE ONLY materialflow_userlocation -- --- Name: materialflow_userlocation userlocation_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_userlocation userlocation_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_userlocation @@ -38607,7 +36929,7 @@ ALTER TABLE ONLY materialflow_userlocation -- --- Name: qcadooview_viewedalert viewedalert_alert_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert viewedalert_alert_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_viewedalert @@ -38615,7 +36937,7 @@ ALTER TABLE ONLY qcadooview_viewedalert -- --- Name: basic_staff wagegroups_wagegroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff wagegroups_wagegroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -38623,7 +36945,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: productflowthrudivision_issue warehouseissue_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue warehouseissue_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -38631,7 +36953,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_productstoissue warehouseissue_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue warehouseissue_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -38639,7 +36961,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productflowthrudivision_warehouseissuestatechange warehouseissue_warehouseissuestatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange warehouseissue_warehouseissuestatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange @@ -38647,7 +36969,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange -- --- Name: jointable_product_warehouseminimumstatemulti warehouseminimalstate_warehouseminimumstatemulti_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_product_warehouseminimumstatemulti warehouseminimalstate_warehouseminimumstatemulti_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti @@ -38655,7 +36977,7 @@ ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti -- --- Name: warehouseminimalstate_warehouseminimumstate warehouseminimumstate_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate warehouseminimumstate_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate @@ -38663,7 +36985,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate -- --- Name: warehouseminimalstate_warehouseminimumstate warehouseminimumstate_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate warehouseminimumstate_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate @@ -38671,7 +36993,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate -- --- Name: warehouseminimalstate_warehouseminimumstatemulti warehouseminimumstatemulti_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti warehouseminimumstatemulti_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti @@ -38679,7 +37001,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti -- --- Name: cmmsmachineparts_staffworktime worker_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime worker_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_staffworktime @@ -38687,7 +37009,7 @@ ALTER TABLE ONLY cmmsmachineparts_staffworktime -- --- Name: productflowthrudivision_warehouseissue workerwhocollected_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue workerwhocollected_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -38695,7 +37017,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: productflowthrudivision_warehouseissue workerwhoissued__warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue workerwhoissued__warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -38703,7 +37025,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: workplans_parameterinputcolumn workplans_parameterinputcolumn_cfip_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn workplans_parameterinputcolumn_cfip_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterinputcolumn @@ -38711,7 +37033,7 @@ ALTER TABLE ONLY workplans_parameterinputcolumn -- --- Name: workplans_parameterordercolumn workplans_parameterordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn workplans_parameterordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterordercolumn @@ -38719,7 +37041,7 @@ ALTER TABLE ONLY workplans_parameterordercolumn -- --- Name: workplans_parameterordercolumn workplans_parameterordercolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn workplans_parameterordercolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterordercolumn @@ -38727,7 +37049,7 @@ ALTER TABLE ONLY workplans_parameterordercolumn -- --- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_cfop_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_cfop_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameteroutputcolumn @@ -38735,7 +37057,7 @@ ALTER TABLE ONLY workplans_parameteroutputcolumn -- --- Name: workplans_parameterinputcolumn workplans_parameteroutputcolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn workplans_parameteroutputcolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterinputcolumn @@ -38743,7 +37065,7 @@ ALTER TABLE ONLY workplans_parameterinputcolumn -- --- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameteroutputcolumn @@ -38751,7 +37073,7 @@ ALTER TABLE ONLY workplans_parameteroutputcolumn -- --- Name: workplans_workplan workplans_workplan_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplan workplans_workplan_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplan @@ -38759,7 +37081,7 @@ ALTER TABLE ONLY workplans_workplan -- --- Name: workplans_workplanordercolumn workplans_workplanordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn workplans_workplanordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplanordercolumn @@ -38767,7 +37089,7 @@ ALTER TABLE ONLY workplans_workplanordercolumn -- --- Name: workplans_workplanordercolumn workplans_workplanordercolumn_workplan_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn workplans_workplanordercolumn_workplan_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplanordercolumn @@ -38775,7 +37097,7 @@ ALTER TABLE ONLY workplans_workplanordercolumn -- --- Name: basic_workstation workstation_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation workstation_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -38783,7 +37105,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: basic_workstation workstation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation workstation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -38791,7 +37113,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: jointable_operation_workstation workstation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_operation_workstation workstation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_operation_workstation @@ -38799,7 +37121,7 @@ ALTER TABLE ONLY jointable_operation_workstation -- --- Name: basic_workstation workstation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation workstation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -38807,7 +37129,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: jointable_technologyoperationcomponent_workstation workstation_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_technologyoperationcomponent_workstation workstation_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation @@ -38815,7 +37137,7 @@ ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation -- --- Name: basic_workstation workstation_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation workstation_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -38823,7 +37145,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: basic_workstationattachment workstationattachment_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstationattachment workstationattachment_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationattachment @@ -38833,4 +37155,3 @@ ALTER TABLE ONLY basic_workstationattachment -- -- PostgreSQL database dump complete -- - diff --git a/mes-application/src/main/resources/schema/demo_db_pl.sql b/mes-application/src/main/resources/schema/demo_db_pl.sql index 3bda154a71..818f4ab72b 100644 --- a/mes-application/src/main/resources/schema/demo_db_pl.sql +++ b/mes-application/src/main/resources/schema/demo_db_pl.sql @@ -1,8 +1,10 @@ -- -- PostgreSQL database dump -- + + -- --- Name: add_group_role(character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: add_group_role(character varying, character varying); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION add_group_role(group_name character varying, role_name character varying) RETURNS void @@ -32,10 +34,8 @@ CREATE FUNCTION add_group_role(group_name character varying, role_name character $$; -ALTER FUNCTION public.add_group_role(group_name character varying, role_name character varying) OWNER TO postgres; - -- --- Name: add_group_role_by_id(bigint, character varying); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: add_group_role_by_id(bigint, character varying); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION add_group_role_by_id(groupid bigint, role_name character varying) RETURNS void @@ -63,10 +63,8 @@ CREATE FUNCTION add_group_role_by_id(groupid bigint, role_name character varying $$; -ALTER FUNCTION public.add_group_role_by_id(groupid bigint, role_name character varying) OWNER TO postgres; - -- --- Name: add_role(character varying, character varying); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: add_role(character varying, character varying); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION add_role(role_name character varying, description character varying) RETURNS void @@ -85,10 +83,8 @@ CREATE FUNCTION add_role(role_name character varying, description character vary $$; -ALTER FUNCTION public.add_role(role_name character varying, description character varying) OWNER TO postgres; - -- --- Name: add_sequences(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: add_sequences(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION add_sequences() RETURNS void @@ -122,10 +118,8 @@ CREATE FUNCTION add_sequences() RETURNS void $$; -ALTER FUNCTION public.add_sequences() OWNER TO postgres; - -- --- Name: f_add_col(regclass, text, regtype); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: f_add_col(regclass, text, regtype); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION f_add_col(_tbl regclass, _col text, _type regtype) RETURNS boolean @@ -145,10 +139,8 @@ END $$; -ALTER FUNCTION public.f_add_col(_tbl regclass, _col text, _type regtype) OWNER TO postgres; - -- --- Name: f_add_col_default(regclass, text, text, text); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: f_add_col_default(regclass, text, text, text); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION f_add_col_default(_tbl regclass, _col text, _type text, _default text) RETURNS boolean @@ -168,10 +160,8 @@ END $$; -ALTER FUNCTION public.f_add_col_default(_tbl regclass, _col text, _type text, _default text) OWNER TO postgres; - -- --- Name: generate_and_set_assignmenttoshift_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_assignmenttoshift_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_assignmenttoshift_externalnumber_trigger() RETURNS trigger @@ -185,10 +175,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_assignmenttoshift_externalnumber_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_confectionprotocol_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_confectionprotocol_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_confectionprotocol_externalnumber_trigger() RETURNS trigger @@ -202,10 +190,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_confectionprotocol_externalnumber_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_document_number_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_document_number_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_document_number_trigger() RETURNS trigger @@ -216,16 +202,14 @@ BEGIN IF NEW.name is null THEN NEW.name := NEW.number; END IF; - + return NEW; END; $$; -ALTER FUNCTION public.generate_and_set_document_number_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_extrusionprotocol_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_extrusionprotocol_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_extrusionprotocol_externalnumber_trigger() RETURNS trigger @@ -239,10 +223,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_extrusionprotocol_externalnumber_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_maintenanceevent_number_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_maintenanceevent_number_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_maintenanceevent_number_trigger() RETURNS trigger @@ -250,16 +232,14 @@ CREATE FUNCTION generate_and_set_maintenanceevent_number_trigger() RETURNS trigg AS $$ BEGIN NEW.number := generate_maintenanceevent_number(); - + return NEW; END; $$; -ALTER FUNCTION public.generate_and_set_maintenanceevent_number_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_pallet_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_pallet_externalnumber_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_pallet_externalnumber_trigger() RETURNS trigger @@ -273,10 +253,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_pallet_externalnumber_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_repairorder_number_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_repairorder_number_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_repairorder_number_trigger() RETURNS trigger @@ -290,10 +268,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_repairorder_number_trigger() OWNER TO postgres; - -- --- Name: generate_and_set_resource_number(timestamp without time zone); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_resource_number(timestamp without time zone); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_resource_number(_time timestamp without time zone) RETURNS text @@ -312,8 +288,8 @@ BEGIN _year := extract(year from _time); _sequence_name := 'materialflowresources_resource_number_' || _year; - - SELECT sequence_name into _tmp FROM information_schema.sequences where sequence_schema = 'public' + + SELECT sequence_name into _tmp FROM information_schema.sequences where sequence_schema = 'public' and sequence_name = _sequence_name; if _tmp is null then execute 'CREATE SEQUENCE ' || _sequence_name || ';'; @@ -325,20 +301,18 @@ BEGIN if _seq like '%#%' then _seq := _sequence_value; end if; - + _number := _pattern; _number := replace(_number, '#year', _year::text); _number := replace(_number, '#seq', _seq); - + RETURN _number; END; $$; -ALTER FUNCTION public.generate_and_set_resource_number(_time timestamp without time zone) OWNER TO postgres; - -- --- Name: generate_and_set_resource_number_trigger(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_and_set_resource_number_trigger(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_and_set_resource_number_trigger() RETURNS trigger @@ -352,10 +326,8 @@ END; $$; -ALTER FUNCTION public.generate_and_set_resource_number_trigger() OWNER TO postgres; - -- --- Name: generate_assignmenttoshift_externalnumber(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_assignmenttoshift_externalnumber(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_assignmenttoshift_externalnumber() RETURNS text @@ -386,10 +358,8 @@ END; $$; -ALTER FUNCTION public.generate_assignmenttoshift_externalnumber() OWNER TO postgres; - -- --- Name: generate_confectionprotocol_externalnumber(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_confectionprotocol_externalnumber(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_confectionprotocol_externalnumber() RETURNS text @@ -420,10 +390,8 @@ END; $$; -ALTER FUNCTION public.generate_confectionprotocol_externalnumber() OWNER TO postgres; - -- --- Name: generate_document_number(text); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_document_number(text); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_document_number(_translated_type text) RETURNS text @@ -440,8 +408,8 @@ BEGIN _pattern := '#translated_type/#seq'; _sequence_name := 'materialflowresources_document_number_' || lower(_translated_type); - - SELECT sequence_name into _tmp FROM information_schema.sequences where sequence_schema = 'public' + + SELECT sequence_name into _tmp FROM information_schema.sequences where sequence_schema = 'public' and sequence_name = _sequence_name; if _tmp is null then execute 'CREATE SEQUENCE ' || _sequence_name || ';'; @@ -453,20 +421,18 @@ BEGIN if _seq like '%#%' then _seq := _sequence_value; end if; - + _number := _pattern; _number := replace(_number, '#translated_type', _translated_type); _number := replace(_number, '#seq', _seq); - + RETURN _number; END; $$; -ALTER FUNCTION public.generate_document_number(_translated_type text) OWNER TO postgres; - -- --- Name: generate_extrusionprotocol_externalnumber(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_extrusionprotocol_externalnumber(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_extrusionprotocol_externalnumber() RETURNS text @@ -497,10 +463,8 @@ END; $$; -ALTER FUNCTION public.generate_extrusionprotocol_externalnumber() OWNER TO postgres; - -- --- Name: generate_maintenanceevent_number(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_maintenanceevent_number(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_maintenanceevent_number() RETURNS text @@ -522,19 +486,17 @@ BEGIN if _seq like '%#%' then _seq := _sequence_value; end if; - + _number := _pattern; _number := replace(_number, '#seq', _seq); - + RETURN _number; END; $$; -ALTER FUNCTION public.generate_maintenanceevent_number() OWNER TO postgres; - -- --- Name: generate_pallet_externalnumber(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_pallet_externalnumber(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_pallet_externalnumber() RETURNS text @@ -565,10 +527,8 @@ END; $$; -ALTER FUNCTION public.generate_pallet_externalnumber() OWNER TO postgres; - -- --- Name: generate_productiontracking_number(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_productiontracking_number(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_productiontracking_number() RETURNS text @@ -600,10 +560,8 @@ END; $$; -ALTER FUNCTION public.generate_productiontracking_number() OWNER TO postgres; - -- --- Name: generate_repairorder_number(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_repairorder_number(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_repairorder_number() RETURNS text @@ -634,10 +592,8 @@ END; $$; -ALTER FUNCTION public.generate_repairorder_number() OWNER TO postgres; - -- --- Name: generate_technologiesgenerator_generatorcontext_number(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: generate_technologiesgenerator_generatorcontext_number(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION generate_technologiesgenerator_generatorcontext_number() RETURNS text @@ -668,10 +624,8 @@ END; $$; -ALTER FUNCTION public.generate_technologiesgenerator_generatorcontext_number() OWNER TO postgres; - -- --- Name: prepare_superadmin(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: prepare_superadmin(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION prepare_superadmin() RETURNS void @@ -686,26 +640,48 @@ CREATE FUNCTION prepare_superadmin() RETURNS void IF _group_id is null THEN RAISE EXCEPTION 'Group ''SUPER_ADMIN'' not found!'; END IF; - + SELECT id INTO _user_id FROM qcadoosecurity_user WHERE username = 'superadmin'; IF _user_id is null THEN - INSERT INTO qcadoosecurity_user (username, firstname, lastname, enabled, password, group_id) + INSERT INTO qcadoosecurity_user (username, firstname, lastname, enabled, password, group_id) values ('superadmin', 'superadmin', 'superadmin', true, '186cf774c97b60a1c106ef718d10970a6a06e06bef89553d9ae65d938a886eae', _group_id); ELSE UPDATE qcadoosecurity_user set group_id = _group_id, password = '186cf774c97b60a1c106ef718d10970a6a06e06bef89553d9ae65d938a886eae' WHERE id = _user_id; END IF; - + DELETE FROM jointable_group_role where group_id = _group_id; PERFORM add_group_role('SUPER_ADMIN', 'ROLE_SUPERADMIN'); - + END; $$; -ALTER FUNCTION public.prepare_superadmin() OWNER TO postgres; +-- +-- Name: update_productionpershift_progressforday(); Type: FUNCTION; Schema: public; Owner: - +-- + +CREATE FUNCTION update_productionpershift_progressforday() RETURNS void + LANGUAGE plpgsql + AS $$ +DECLARE + progressforday record; +BEGIN + FOR progressforday IN SELECT * FROM productionpershift_progressforday + LOOP + UPDATE productionpershift_progressforday + SET productionpershift_id = (SELECT pps.id FROM productionpershift_progressforday pfd + LEFT JOIN technologies_technologyoperationcomponent toc ON toc.id = pfd.technologyoperationcomponent_id + LEFT JOIN orders_order ord ON ord.technology_id = toc.technology_id + LEFT JOIN productionpershift_productionpershift pps ON pps.order_id = ord.id + WHERE pfd.id = progressforday.id LIMIT 1) + WHERE id = progressforday.id; + END LOOP; +END; +$$; + -- --- Name: update_sequences(); Type: FUNCTION; Schema: public; Owner: postgres +-- Name: update_sequences(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION update_sequences() RETURNS void @@ -714,12 +690,12 @@ CREATE FUNCTION update_sequences() RETURNS void DECLARE row record; BEGIN - FOR row IN SELECT tablename FROM pg_tables p - INNER JOIN information_schema.columns c ON p.tablename = c.table_name + FOR row IN SELECT tablename FROM pg_tables p + INNER JOIN information_schema.columns c ON p.tablename = c.table_name WHERE c.table_schema = 'public' AND p.schemaname = 'public' AND c.column_name = 'id' AND data_type = 'bigint' - LOOP - IF EXISTS (SELECT 0 FROM pg_class WHERE relname = '' || quote_ident(row.tablename) || '_id_seq' ) THEN - EXECUTE 'ALTER TABLE ' || quote_ident(row.tablename) || ' ALTER COLUMN id SET DEFAULT nextval(''' || quote_ident(row.tablename) || '_id_seq'');'; + LOOP + IF EXISTS (SELECT 0 FROM pg_class WHERE relname = '' || quote_ident(row.tablename) || '_id_seq' ) THEN + EXECUTE 'ALTER TABLE ' || quote_ident(row.tablename) || ' ALTER COLUMN id SET DEFAULT nextval(''' || quote_ident(row.tablename) || '_id_seq'');'; EXECUTE 'SELECT setval(''' || quote_ident(row.tablename) || '_id_seq'', COALESCE((SELECT MAX(id)+1 FROM ' || quote_ident(row.tablename) || '), 1), false);'; END IF; END LOOP; @@ -727,14 +703,12 @@ END; $$; -ALTER FUNCTION public.update_sequences() OWNER TO postgres; - SET default_tablespace = ''; SET default_with_oids = false; -- --- Name: advancedgenealogy_batch; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_batch ( @@ -753,10 +727,8 @@ CREATE TABLE advancedgenealogy_batch ( ); -ALTER TABLE advancedgenealogy_batch OWNER TO postgres; - -- --- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_batch_id_seq @@ -767,17 +739,15 @@ CREATE SEQUENCE advancedgenealogy_batch_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_batch_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_batch_id_seq OWNED BY advancedgenealogy_batch.id; -- --- Name: advancedgenealogy_batchstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_batchstatechange ( @@ -794,10 +764,8 @@ CREATE TABLE advancedgenealogy_batchstatechange ( ); -ALTER TABLE advancedgenealogy_batchstatechange OWNER TO postgres; - -- --- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_batchstatechange_id_seq @@ -808,17 +776,15 @@ CREATE SEQUENCE advancedgenealogy_batchstatechange_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_batchstatechange_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_batchstatechange_id_seq OWNED BY advancedgenealogy_batchstatechange.id; -- --- Name: advancedgenealogy_genealogyreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_genealogyreport ( @@ -837,10 +803,8 @@ CREATE TABLE advancedgenealogy_genealogyreport ( ); -ALTER TABLE advancedgenealogy_genealogyreport OWNER TO postgres; - -- --- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_genealogyreport_id_seq @@ -851,17 +815,15 @@ CREATE SEQUENCE advancedgenealogy_genealogyreport_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_genealogyreport_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_genealogyreport_id_seq OWNED BY advancedgenealogy_genealogyreport.id; -- --- Name: advancedgenealogy_trackingrecord; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_trackingrecord ( @@ -882,10 +844,8 @@ CREATE TABLE advancedgenealogy_trackingrecord ( ); -ALTER TABLE advancedgenealogy_trackingrecord OWNER TO postgres; - -- --- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_trackingrecord_id_seq @@ -896,17 +856,15 @@ CREATE SEQUENCE advancedgenealogy_trackingrecord_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_trackingrecord_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_trackingrecord_id_seq OWNED BY advancedgenealogy_trackingrecord.id; -- --- Name: advancedgenealogy_trackingrecordstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_trackingrecordstatechange ( @@ -923,10 +881,8 @@ CREATE TABLE advancedgenealogy_trackingrecordstatechange ( ); -ALTER TABLE advancedgenealogy_trackingrecordstatechange OWNER TO postgres; - -- --- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_trackingrecordstatechange_id_seq @@ -937,17 +893,15 @@ CREATE SEQUENCE advancedgenealogy_trackingrecordstatechange_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_trackingrecordstatechange_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_trackingrecordstatechange_id_seq OWNED BY advancedgenealogy_trackingrecordstatechange.id; -- --- Name: advancedgenealogy_usedbatchsimple; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogy_usedbatchsimple ( @@ -961,10 +915,8 @@ CREATE TABLE advancedgenealogy_usedbatchsimple ( ); -ALTER TABLE advancedgenealogy_usedbatchsimple OWNER TO postgres; - -- --- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogy_usedbatchsimple_id_seq @@ -975,17 +927,15 @@ CREATE SEQUENCE advancedgenealogy_usedbatchsimple_id_seq CACHE 1; -ALTER TABLE advancedgenealogy_usedbatchsimple_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogy_usedbatchsimple_id_seq OWNED BY advancedgenealogy_usedbatchsimple.id; -- --- Name: advancedgenealogyfororders_genealogyproductinbatch; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogyfororders_genealogyproductinbatch ( @@ -998,10 +948,8 @@ CREATE TABLE advancedgenealogyfororders_genealogyproductinbatch ( ); -ALTER TABLE advancedgenealogyfororders_genealogyproductinbatch OWNER TO postgres; - -- --- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogyfororders_genealogyproductinbatch_id_seq @@ -1012,17 +960,15 @@ CREATE SEQUENCE advancedgenealogyfororders_genealogyproductinbatch_id_seq CACHE 1; -ALTER TABLE advancedgenealogyfororders_genealogyproductinbatch_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogyfororders_genealogyproductinbatch_id_seq OWNED BY advancedgenealogyfororders_genealogyproductinbatch.id; -- --- Name: advancedgenealogyfororders_genealogyproductincomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE advancedgenealogyfororders_genealogyproductincomponent ( @@ -1035,10 +981,8 @@ CREATE TABLE advancedgenealogyfororders_genealogyproductincomponent ( ); -ALTER TABLE advancedgenealogyfororders_genealogyproductincomponent OWNER TO postgres; - -- --- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE advancedgenealogyfororders_genealogyproductincomponent_id_seq @@ -1049,17 +993,15 @@ CREATE SEQUENCE advancedgenealogyfororders_genealogyproductincomponent_id_seq CACHE 1; -ALTER TABLE advancedgenealogyfororders_genealogyproductincomponent_id_seq OWNER TO postgres; - -- --- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE advancedgenealogyfororders_genealogyproductincomponent_id_seq OWNED BY advancedgenealogyfororders_genealogyproductincomponent.id; -- --- Name: assignmenttoshift_assignmenttoshift; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_assignmenttoshift ( @@ -1080,10 +1022,8 @@ CREATE TABLE assignmenttoshift_assignmenttoshift ( ); -ALTER TABLE assignmenttoshift_assignmenttoshift OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshift_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_assignmenttoshift_externalnumber_seq @@ -1094,10 +1034,8 @@ CREATE SEQUENCE assignmenttoshift_assignmenttoshift_externalnumber_seq CACHE 1; -ALTER TABLE assignmenttoshift_assignmenttoshift_externalnumber_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_assignmenttoshift_id_seq @@ -1108,17 +1046,15 @@ CREATE SEQUENCE assignmenttoshift_assignmenttoshift_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_assignmenttoshift_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_assignmenttoshift_id_seq OWNED BY assignmenttoshift_assignmenttoshift.id; -- --- Name: assignmenttoshift_assignmenttoshiftreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_assignmenttoshiftreport ( @@ -1140,10 +1076,8 @@ CREATE TABLE assignmenttoshift_assignmenttoshiftreport ( ); -ALTER TABLE assignmenttoshift_assignmenttoshiftreport OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_assignmenttoshiftreport_id_seq @@ -1154,17 +1088,15 @@ CREATE SEQUENCE assignmenttoshift_assignmenttoshiftreport_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_assignmenttoshiftreport_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_assignmenttoshiftreport_id_seq OWNED BY assignmenttoshift_assignmenttoshiftreport.id; -- --- Name: assignmenttoshift_assignmenttoshiftstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_assignmenttoshiftstatechange ( @@ -1182,10 +1114,8 @@ CREATE TABLE assignmenttoshift_assignmenttoshiftstatechange ( ); -ALTER TABLE assignmenttoshift_assignmenttoshiftstatechange OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_assignmenttoshiftstatechange_id_seq @@ -1196,17 +1126,15 @@ CREATE SEQUENCE assignmenttoshift_assignmenttoshiftstatechange_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_assignmenttoshiftstatechange_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_assignmenttoshiftstatechange_id_seq OWNED BY assignmenttoshift_assignmenttoshiftstatechange.id; -- --- Name: assignmenttoshift_multiassignmenttoshift; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_multiassignmenttoshift ( @@ -1224,10 +1152,8 @@ CREATE TABLE assignmenttoshift_multiassignmenttoshift ( ); -ALTER TABLE assignmenttoshift_multiassignmenttoshift OWNER TO postgres; - -- --- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_multiassignmenttoshift_id_seq @@ -1238,17 +1164,15 @@ CREATE SEQUENCE assignmenttoshift_multiassignmenttoshift_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_multiassignmenttoshift_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_multiassignmenttoshift_id_seq OWNED BY assignmenttoshift_multiassignmenttoshift.id; -- --- Name: assignmenttoshift_staffassignmenttoshift; Type: TABLE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE assignmenttoshift_staffassignmenttoshift ( @@ -1267,10 +1191,8 @@ CREATE TABLE assignmenttoshift_staffassignmenttoshift ( ); -ALTER TABLE assignmenttoshift_staffassignmenttoshift OWNER TO postgres; - -- --- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE assignmenttoshift_staffassignmenttoshift_id_seq @@ -1281,17 +1203,15 @@ CREATE SEQUENCE assignmenttoshift_staffassignmenttoshift_id_seq CACHE 1; -ALTER TABLE assignmenttoshift_staffassignmenttoshift_id_seq OWNER TO postgres; - -- --- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE assignmenttoshift_staffassignmenttoshift_id_seq OWNED BY assignmenttoshift_staffassignmenttoshift.id; -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift; Type: TABLE; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE avglaborcostcalcfororder_assignmentworkertoshift ( @@ -1304,10 +1224,8 @@ CREATE TABLE avglaborcostcalcfororder_assignmentworkertoshift ( ); -ALTER TABLE avglaborcostcalcfororder_assignmentworkertoshift OWNER TO postgres; - -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE avglaborcostcalcfororder_assignmentworkertoshift_id_seq @@ -1318,17 +1236,15 @@ CREATE SEQUENCE avglaborcostcalcfororder_assignmentworkertoshift_id_seq CACHE 1; -ALTER TABLE avglaborcostcalcfororder_assignmentworkertoshift_id_seq OWNER TO postgres; - -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE avglaborcostcalcfororder_assignmentworkertoshift_id_seq OWNED BY avglaborcostcalcfororder_assignmentworkertoshift.id; -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder; Type: TABLE; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE avglaborcostcalcfororder_avglaborcostcalcfororder ( @@ -1343,10 +1259,8 @@ CREATE TABLE avglaborcostcalcfororder_avglaborcostcalcfororder ( ); -ALTER TABLE avglaborcostcalcfororder_avglaborcostcalcfororder OWNER TO postgres; - -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq @@ -1357,17 +1271,15 @@ CREATE SEQUENCE avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq CACHE 1; -ALTER TABLE avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq OWNER TO postgres; - -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq OWNED BY avglaborcostcalcfororder_avglaborcostcalcfororder.id; -- --- Name: basic_additionalcode; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_additionalcode; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_additionalcode ( @@ -1377,10 +1289,8 @@ CREATE TABLE basic_additionalcode ( ); -ALTER TABLE basic_additionalcode OWNER TO postgres; - -- --- Name: basic_additionalcode_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_additionalcode_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_additionalcode_id_seq @@ -1391,17 +1301,15 @@ CREATE SEQUENCE basic_additionalcode_id_seq CACHE 1; -ALTER TABLE basic_additionalcode_id_seq OWNER TO postgres; - -- --- Name: basic_additionalcode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_additionalcode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_additionalcode_id_seq OWNED BY basic_additionalcode.id; -- --- Name: basic_address; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_address; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_address ( @@ -1427,10 +1335,8 @@ CREATE TABLE basic_address ( ); -ALTER TABLE basic_address OWNER TO postgres; - -- --- Name: basic_address_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_address_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_address_id_seq @@ -1441,17 +1347,15 @@ CREATE SEQUENCE basic_address_id_seq CACHE 1; -ALTER TABLE basic_address_id_seq OWNER TO postgres; - -- --- Name: basic_address_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_address_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_address_id_seq OWNED BY basic_address.id; -- --- Name: basic_assortment; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_assortment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_assortment ( @@ -1461,10 +1365,8 @@ CREATE TABLE basic_assortment ( ); -ALTER TABLE basic_assortment OWNER TO postgres; - -- --- Name: basic_assortment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_assortment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_assortment_id_seq @@ -1475,17 +1377,15 @@ CREATE SEQUENCE basic_assortment_id_seq CACHE 1; -ALTER TABLE basic_assortment_id_seq OWNER TO postgres; - -- --- Name: basic_assortment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_assortment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_assortment_id_seq OWNED BY basic_assortment.id; -- --- Name: basic_assortmentelement; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_assortmentelement; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_assortmentelement ( @@ -1497,10 +1397,8 @@ CREATE TABLE basic_assortmentelement ( ); -ALTER TABLE basic_assortmentelement OWNER TO postgres; - -- --- Name: basic_assortmentelement_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_assortmentelement_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_assortmentelement_id_seq @@ -1511,17 +1409,15 @@ CREATE SEQUENCE basic_assortmentelement_id_seq CACHE 1; -ALTER TABLE basic_assortmentelement_id_seq OWNER TO postgres; - -- --- Name: basic_assortmentelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_assortmentelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_assortmentelement_id_seq OWNED BY basic_assortmentelement.id; -- --- Name: basic_company; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_company; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_company ( @@ -1553,10 +1449,8 @@ CREATE TABLE basic_company ( ); -ALTER TABLE basic_company OWNER TO postgres; - -- --- Name: basic_company_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_company_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_company_id_seq @@ -1567,17 +1461,15 @@ CREATE SEQUENCE basic_company_id_seq CACHE 1; -ALTER TABLE basic_company_id_seq OWNER TO postgres; - -- --- Name: basic_company_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_company_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_company_id_seq OWNED BY basic_company.id; -- --- Name: basic_country; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_country; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_country ( @@ -1588,10 +1480,8 @@ CREATE TABLE basic_country ( ); -ALTER TABLE basic_country OWNER TO postgres; - -- --- Name: basic_country_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_country_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_country_id_seq @@ -1602,17 +1492,15 @@ CREATE SEQUENCE basic_country_id_seq CACHE 1; -ALTER TABLE basic_country_id_seq OWNER TO postgres; - -- --- Name: basic_country_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_country_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_country_id_seq OWNED BY basic_country.id; -- --- Name: basic_crew; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_crew; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_crew ( @@ -1624,10 +1512,8 @@ CREATE TABLE basic_crew ( ); -ALTER TABLE basic_crew OWNER TO postgres; - -- --- Name: basic_crew_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_crew_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_crew_id_seq @@ -1638,17 +1524,15 @@ CREATE SEQUENCE basic_crew_id_seq CACHE 1; -ALTER TABLE basic_crew_id_seq OWNER TO postgres; - -- --- Name: basic_crew_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_crew_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_crew_id_seq OWNED BY basic_crew.id; -- --- Name: basic_currency; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_currency; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_currency ( @@ -1662,10 +1546,8 @@ CREATE TABLE basic_currency ( ); -ALTER TABLE basic_currency OWNER TO postgres; - -- --- Name: basic_currency_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_currency_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_currency_id_seq @@ -1676,17 +1558,15 @@ CREATE SEQUENCE basic_currency_id_seq CACHE 1; -ALTER TABLE basic_currency_id_seq OWNER TO postgres; - -- --- Name: basic_currency_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_currency_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_currency_id_seq OWNED BY basic_currency.id; -- --- Name: basic_division; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_division; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_division ( @@ -1710,10 +1590,8 @@ CREATE TABLE basic_division ( ); -ALTER TABLE basic_division OWNER TO postgres; - -- --- Name: basic_division_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_division_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_division_id_seq @@ -1724,17 +1602,15 @@ CREATE SEQUENCE basic_division_id_seq CACHE 1; -ALTER TABLE basic_division_id_seq OWNER TO postgres; - -- --- Name: basic_division_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_division_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_division_id_seq OWNED BY basic_division.id; -- --- Name: basic_factory; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_factory; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_factory ( @@ -1748,10 +1624,8 @@ CREATE TABLE basic_factory ( ); -ALTER TABLE basic_factory OWNER TO postgres; - -- --- Name: basic_factory_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_factory_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_factory_id_seq @@ -1762,17 +1636,15 @@ CREATE SEQUENCE basic_factory_id_seq CACHE 1; -ALTER TABLE basic_factory_id_seq OWNER TO postgres; - -- --- Name: basic_factory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_factory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_factory_id_seq OWNED BY basic_factory.id; -- --- Name: basic_faulttype; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_faulttype; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_faulttype ( @@ -1784,10 +1656,8 @@ CREATE TABLE basic_faulttype ( ); -ALTER TABLE basic_faulttype OWNER TO postgres; - -- --- Name: basic_faulttype_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_faulttype_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_faulttype_id_seq @@ -1798,17 +1668,15 @@ CREATE SEQUENCE basic_faulttype_id_seq CACHE 1; -ALTER TABLE basic_faulttype_id_seq OWNER TO postgres; - -- --- Name: basic_faulttype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_faulttype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_faulttype_id_seq OWNED BY basic_faulttype.id; -- --- Name: basic_log; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_log; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_log ( @@ -1826,10 +1694,8 @@ CREATE TABLE basic_log ( ); -ALTER TABLE basic_log OWNER TO postgres; - -- --- Name: basic_log_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_log_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_log_id_seq @@ -1840,17 +1706,15 @@ CREATE SEQUENCE basic_log_id_seq CACHE 1; -ALTER TABLE basic_log_id_seq OWNER TO postgres; - -- --- Name: basic_log_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_log_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_log_id_seq OWNED BY basic_log.id; -- --- Name: basic_palletnumber; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_palletnumber; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_palletnumber ( @@ -1865,10 +1729,8 @@ CREATE TABLE basic_palletnumber ( ); -ALTER TABLE basic_palletnumber OWNER TO postgres; - -- --- Name: basic_palletnumber_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_palletnumber_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_palletnumber_id_seq @@ -1879,17 +1741,15 @@ CREATE SEQUENCE basic_palletnumber_id_seq CACHE 1; -ALTER TABLE basic_palletnumber_id_seq OWNER TO postgres; - -- --- Name: basic_palletnumber_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_palletnumber_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_palletnumber_id_seq OWNED BY basic_palletnumber.id; -- --- Name: basic_palletnumberhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_palletnumberhelper ( @@ -1904,10 +1764,8 @@ CREATE TABLE basic_palletnumberhelper ( ); -ALTER TABLE basic_palletnumberhelper OWNER TO postgres; - -- --- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_palletnumberhelper_id_seq @@ -1918,17 +1776,15 @@ CREATE SEQUENCE basic_palletnumberhelper_id_seq CACHE 1; -ALTER TABLE basic_palletnumberhelper_id_seq OWNER TO postgres; - -- --- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_palletnumberhelper_id_seq OWNED BY basic_palletnumberhelper.id; -- --- Name: basic_parameter; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_parameter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_parameter ( @@ -2075,14 +1931,14 @@ CREATE TABLE basic_parameter ( fillorderdescriptionbasedontechnologydescription boolean, allowanomalycreationonacceptancerecord boolean DEFAULT false, esilcoaccountwithreservationlocation_id bigint, - includelevelandsuffix boolean DEFAULT true + includelevelandsuffix boolean DEFAULT true, + orderedproductsunit character varying, + allowincompleteunits boolean DEFAULT false ); -ALTER TABLE basic_parameter OWNER TO postgres; - -- --- Name: basic_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_parameter_id_seq @@ -2093,17 +1949,15 @@ CREATE SEQUENCE basic_parameter_id_seq CACHE 1; -ALTER TABLE basic_parameter_id_seq OWNER TO postgres; - -- --- Name: basic_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_parameter_id_seq OWNED BY basic_parameter.id; -- --- Name: basic_product; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_product; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_product ( @@ -2181,10 +2035,8 @@ CREATE TABLE basic_product ( ); -ALTER TABLE basic_product OWNER TO postgres; - -- --- Name: basic_product_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_product_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_product_id_seq @@ -2195,17 +2047,15 @@ CREATE SEQUENCE basic_product_id_seq CACHE 1; -ALTER TABLE basic_product_id_seq OWNER TO postgres; - -- --- Name: basic_product_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_product_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_product_id_seq OWNED BY basic_product.id; -- --- Name: basic_reportcolumnwidth; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_reportcolumnwidth ( @@ -2219,10 +2069,8 @@ CREATE TABLE basic_reportcolumnwidth ( ); -ALTER TABLE basic_reportcolumnwidth OWNER TO postgres; - -- --- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_reportcolumnwidth_id_seq @@ -2233,17 +2081,15 @@ CREATE SEQUENCE basic_reportcolumnwidth_id_seq CACHE 1; -ALTER TABLE basic_reportcolumnwidth_id_seq OWNER TO postgres; - -- --- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_reportcolumnwidth_id_seq OWNED BY basic_reportcolumnwidth.id; -- --- Name: basic_shift; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_shift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_shift ( @@ -2267,10 +2113,8 @@ CREATE TABLE basic_shift ( ); -ALTER TABLE basic_shift OWNER TO postgres; - -- --- Name: basic_shift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_shift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_shift_id_seq @@ -2281,17 +2125,15 @@ CREATE SEQUENCE basic_shift_id_seq CACHE 1; -ALTER TABLE basic_shift_id_seq OWNER TO postgres; - -- --- Name: basic_shift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_shift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_shift_id_seq OWNED BY basic_shift.id; -- --- Name: basic_shifttimetableexception; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_shifttimetableexception ( @@ -2306,10 +2148,8 @@ CREATE TABLE basic_shifttimetableexception ( ); -ALTER TABLE basic_shifttimetableexception OWNER TO postgres; - -- --- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_shifttimetableexception_id_seq @@ -2320,17 +2160,15 @@ CREATE SEQUENCE basic_shifttimetableexception_id_seq CACHE 1; -ALTER TABLE basic_shifttimetableexception_id_seq OWNER TO postgres; - -- --- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_shifttimetableexception_id_seq OWNED BY basic_shifttimetableexception.id; -- --- Name: basic_staff; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_staff; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_staff ( @@ -2356,10 +2194,8 @@ CREATE TABLE basic_staff ( ); -ALTER TABLE basic_staff OWNER TO postgres; - -- --- Name: basic_staff_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_staff_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_staff_id_seq @@ -2370,17 +2206,15 @@ CREATE SEQUENCE basic_staff_id_seq CACHE 1; -ALTER TABLE basic_staff_id_seq OWNER TO postgres; - -- --- Name: basic_staff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_staff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_staff_id_seq OWNED BY basic_staff.id; -- --- Name: basic_subassembly; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_subassembly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_subassembly ( @@ -2400,10 +2234,8 @@ CREATE TABLE basic_subassembly ( ); -ALTER TABLE basic_subassembly OWNER TO postgres; - -- --- Name: basic_subassembly_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_subassembly_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_subassembly_id_seq @@ -2414,17 +2246,15 @@ CREATE SEQUENCE basic_subassembly_id_seq CACHE 1; -ALTER TABLE basic_subassembly_id_seq OWNER TO postgres; - -- --- Name: basic_subassembly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_subassembly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_subassembly_id_seq OWNED BY basic_subassembly.id; -- --- Name: basic_subassemblyattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_subassemblyattachment ( @@ -2438,10 +2268,8 @@ CREATE TABLE basic_subassemblyattachment ( ); -ALTER TABLE basic_subassemblyattachment OWNER TO postgres; - -- --- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_subassemblyattachment_id_seq @@ -2452,17 +2280,15 @@ CREATE SEQUENCE basic_subassemblyattachment_id_seq CACHE 1; -ALTER TABLE basic_subassemblyattachment_id_seq OWNER TO postgres; - -- --- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_subassemblyattachment_id_seq OWNED BY basic_subassemblyattachment.id; -- --- Name: basic_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_workstation ( @@ -2485,10 +2311,8 @@ CREATE TABLE basic_workstation ( ); -ALTER TABLE basic_workstation OWNER TO postgres; - -- --- Name: basic_workstationtype; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_workstationtype; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_workstationtype ( @@ -2503,10 +2327,8 @@ CREATE TABLE basic_workstationtype ( ); -ALTER TABLE basic_workstationtype OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedevent ( @@ -2549,10 +2371,8 @@ CREATE TABLE cmmsmachineparts_plannedevent ( ); -ALTER TABLE cmmsmachineparts_plannedevent OWNER TO postgres; - -- --- Name: basic_subassemblylistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: basic_subassemblylistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW basic_subassemblylistdto AS @@ -2575,10 +2395,8 @@ CREATE VIEW basic_subassemblylistdto AS GROUP BY plannedevent.subassembly_id) event ON ((event.subassemblyid = subassembly.id))); -ALTER TABLE basic_subassemblylistdto OWNER TO postgres; - -- --- Name: basic_subassemblylistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_subassemblylistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_subassemblylistdto_id_seq @@ -2589,10 +2407,8 @@ CREATE SEQUENCE basic_subassemblylistdto_id_seq CACHE 1; -ALTER TABLE basic_subassemblylistdto_id_seq OWNER TO postgres; - -- --- Name: basic_subassemblytoworkstationhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_subassemblytoworkstationhelper ( @@ -2604,10 +2420,8 @@ CREATE TABLE basic_subassemblytoworkstationhelper ( ); -ALTER TABLE basic_subassemblytoworkstationhelper OWNER TO postgres; - -- --- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_subassemblytoworkstationhelper_id_seq @@ -2618,17 +2432,15 @@ CREATE SEQUENCE basic_subassemblytoworkstationhelper_id_seq CACHE 1; -ALTER TABLE basic_subassemblytoworkstationhelper_id_seq OWNER TO postgres; - -- --- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_subassemblytoworkstationhelper_id_seq OWNED BY basic_subassemblytoworkstationhelper.id; -- --- Name: basic_substitute; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_substitute; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_substitute ( @@ -2641,10 +2453,8 @@ CREATE TABLE basic_substitute ( ); -ALTER TABLE basic_substitute OWNER TO postgres; - -- --- Name: basic_substitute_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_substitute_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_substitute_id_seq @@ -2655,17 +2465,15 @@ CREATE SEQUENCE basic_substitute_id_seq CACHE 1; -ALTER TABLE basic_substitute_id_seq OWNER TO postgres; - -- --- Name: basic_substitute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_substitute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_substitute_id_seq OWNED BY basic_substitute.id; -- --- Name: basic_substitutecomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_substitutecomponent ( @@ -2678,10 +2486,8 @@ CREATE TABLE basic_substitutecomponent ( ); -ALTER TABLE basic_substitutecomponent OWNER TO postgres; - -- --- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_substitutecomponent_id_seq @@ -2692,17 +2498,15 @@ CREATE SEQUENCE basic_substitutecomponent_id_seq CACHE 1; -ALTER TABLE basic_substitutecomponent_id_seq OWNER TO postgres; - -- --- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_substitutecomponent_id_seq OWNED BY basic_substitutecomponent.id; -- --- Name: basic_workstation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_workstation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_workstation_id_seq @@ -2713,17 +2517,15 @@ CREATE SEQUENCE basic_workstation_id_seq CACHE 1; -ALTER TABLE basic_workstation_id_seq OWNER TO postgres; - -- --- Name: basic_workstation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_workstation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_workstation_id_seq OWNED BY basic_workstation.id; -- --- Name: basic_workstationattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: basic_workstationattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basic_workstationattachment ( @@ -2737,10 +2539,8 @@ CREATE TABLE basic_workstationattachment ( ); -ALTER TABLE basic_workstationattachment OWNER TO postgres; - -- --- Name: basic_workstationattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_workstationattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_workstationattachment_id_seq @@ -2751,17 +2551,15 @@ CREATE SEQUENCE basic_workstationattachment_id_seq CACHE 1; -ALTER TABLE basic_workstationattachment_id_seq OWNER TO postgres; - -- --- Name: basic_workstationattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_workstationattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_workstationattachment_id_seq OWNED BY basic_workstationattachment.id; -- --- Name: basic_workstationtype_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basic_workstationtype_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basic_workstationtype_id_seq @@ -2772,17 +2570,15 @@ CREATE SEQUENCE basic_workstationtype_id_seq CACHE 1; -ALTER TABLE basic_workstationtype_id_seq OWNER TO postgres; - -- --- Name: basic_workstationtype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basic_workstationtype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basic_workstationtype_id_seq OWNED BY basic_workstationtype.id; -- --- Name: basicproductioncounting_basicproductioncounting; Type: TABLE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basicproductioncounting_basicproductioncounting ( @@ -2795,10 +2591,8 @@ CREATE TABLE basicproductioncounting_basicproductioncounting ( ); -ALTER TABLE basicproductioncounting_basicproductioncounting OWNER TO postgres; - -- --- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basicproductioncounting_basicproductioncounting_id_seq @@ -2809,17 +2603,15 @@ CREATE SEQUENCE basicproductioncounting_basicproductioncounting_id_seq CACHE 1; -ALTER TABLE basicproductioncounting_basicproductioncounting_id_seq OWNER TO postgres; - -- --- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basicproductioncounting_basicproductioncounting_id_seq OWNED BY basicproductioncounting_basicproductioncounting.id; -- --- Name: basicproductioncounting_productioncountingoperationrun; Type: TABLE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basicproductioncounting_productioncountingoperationrun ( @@ -2831,10 +2623,8 @@ CREATE TABLE basicproductioncounting_productioncountingoperationrun ( ); -ALTER TABLE basicproductioncounting_productioncountingoperationrun OWNER TO postgres; - -- --- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basicproductioncounting_productioncountingoperationrun_id_seq @@ -2845,17 +2635,15 @@ CREATE SEQUENCE basicproductioncounting_productioncountingoperationrun_id_seq CACHE 1; -ALTER TABLE basicproductioncounting_productioncountingoperationrun_id_seq OWNER TO postgres; - -- --- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basicproductioncounting_productioncountingoperationrun_id_seq OWNED BY basicproductioncounting_productioncountingoperationrun.id; -- --- Name: basicproductioncounting_productioncountingquantity; Type: TABLE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE basicproductioncounting_productioncountingquantity ( @@ -2886,10 +2674,8 @@ CREATE TABLE basicproductioncounting_productioncountingquantity ( ); -ALTER TABLE basicproductioncounting_productioncountingquantity OWNER TO postgres; - -- --- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE basicproductioncounting_productioncountingquantity_id_seq @@ -2900,17 +2686,15 @@ CREATE SEQUENCE basicproductioncounting_productioncountingquantity_id_seq CACHE 1; -ALTER TABLE basicproductioncounting_productioncountingquantity_id_seq OWNER TO postgres; - -- --- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE basicproductioncounting_productioncountingquantity_id_seq OWNED BY basicproductioncounting_productioncountingquantity.id; -- --- Name: cdnrcgoodfood_highestmasterordernum; Type: TABLE; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cdnrcgoodfood_highestmasterordernum ( @@ -2921,10 +2705,8 @@ CREATE TABLE cdnrcgoodfood_highestmasterordernum ( ); -ALTER TABLE cdnrcgoodfood_highestmasterordernum OWNER TO postgres; - -- --- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cdnrcgoodfood_highestmasterordernum_id_seq @@ -2935,17 +2717,15 @@ CREATE SEQUENCE cdnrcgoodfood_highestmasterordernum_id_seq CACHE 1; -ALTER TABLE cdnrcgoodfood_highestmasterordernum_id_seq OWNER TO postgres; - -- --- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cdnrcgoodfood_highestmasterordernum_id_seq OWNED BY cdnrcgoodfood_highestmasterordernum.id; -- --- Name: cmmsmachineparts_action; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_action ( @@ -2957,10 +2737,8 @@ CREATE TABLE cmmsmachineparts_action ( ); -ALTER TABLE cmmsmachineparts_action OWNER TO postgres; - -- --- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_action_id_seq @@ -2971,17 +2749,15 @@ CREATE SEQUENCE cmmsmachineparts_action_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_action_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_action_id_seq OWNED BY cmmsmachineparts_action.id; -- --- Name: cmmsmachineparts_actionforplannedevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_actionforplannedevent ( @@ -2998,10 +2774,8 @@ CREATE TABLE cmmsmachineparts_actionforplannedevent ( ); -ALTER TABLE cmmsmachineparts_actionforplannedevent OWNER TO postgres; - -- --- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_actionforplannedevent_id_seq @@ -3012,17 +2786,15 @@ CREATE SEQUENCE cmmsmachineparts_actionforplannedevent_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_actionforplannedevent_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_actionforplannedevent_id_seq OWNED BY cmmsmachineparts_actionforplannedevent.id; -- --- Name: cmmsmachineparts_eventattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_eventattachment ( @@ -3036,10 +2808,8 @@ CREATE TABLE cmmsmachineparts_eventattachment ( ); -ALTER TABLE cmmsmachineparts_eventattachment OWNER TO postgres; - -- --- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_eventattachment_id_seq @@ -3050,17 +2820,15 @@ CREATE SEQUENCE cmmsmachineparts_eventattachment_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_eventattachment_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_eventattachment_id_seq OWNED BY cmmsmachineparts_eventattachment.id; -- --- Name: cmmsmachineparts_machinepartattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_machinepartattachment ( @@ -3074,10 +2842,8 @@ CREATE TABLE cmmsmachineparts_machinepartattachment ( ); -ALTER TABLE cmmsmachineparts_machinepartattachment OWNER TO postgres; - -- --- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_machinepartattachment_id_seq @@ -3088,17 +2854,15 @@ CREATE SEQUENCE cmmsmachineparts_machinepartattachment_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_machinepartattachment_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_machinepartattachment_id_seq OWNED BY cmmsmachineparts_machinepartattachment.id; -- --- Name: cmmsmachineparts_machinepartforevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_machinepartforevent ( @@ -3118,10 +2882,8 @@ CREATE TABLE cmmsmachineparts_machinepartforevent ( ); -ALTER TABLE cmmsmachineparts_machinepartforevent OWNER TO postgres; - -- --- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_machinepartforevent_id_seq @@ -3132,17 +2894,15 @@ CREATE SEQUENCE cmmsmachineparts_machinepartforevent_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_machinepartforevent_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_machinepartforevent_id_seq OWNED BY cmmsmachineparts_machinepartforevent.id; -- --- Name: cmmsmachineparts_maintenanceevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_maintenanceevent ( @@ -3171,10 +2931,8 @@ CREATE TABLE cmmsmachineparts_maintenanceevent ( ); -ALTER TABLE cmmsmachineparts_maintenanceevent OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceevent_id_seq @@ -3185,17 +2943,15 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceevent_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceevent_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_maintenanceevent_id_seq OWNED BY cmmsmachineparts_maintenanceevent.id; -- --- Name: cmmsmachineparts_maintenanceevent_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceevent_number_seq @@ -3206,10 +2962,8 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceevent_number_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceevent_number_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_maintenanceeventcontext ( @@ -3222,10 +2976,8 @@ CREATE TABLE cmmsmachineparts_maintenanceeventcontext ( ); -ALTER TABLE cmmsmachineparts_maintenanceeventcontext OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceeventcontext_id_seq @@ -3236,17 +2988,15 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceeventcontext_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceeventcontext_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_maintenanceeventcontext_id_seq OWNED BY cmmsmachineparts_maintenanceeventcontext.id; -- --- Name: productionlines_productionline; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionlines_productionline; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionlines_productionline ( @@ -3268,10 +3018,8 @@ CREATE TABLE productionlines_productionline ( ); -ALTER TABLE productionlines_productionline OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventlistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventlistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW cmmsmachineparts_maintenanceeventlistdto AS @@ -3303,10 +3051,8 @@ CREATE VIEW cmmsmachineparts_maintenanceeventlistdto AS LEFT JOIN productionlines_productionline productionline ON ((maintenanceevent.productionline_id = productionline.id))); -ALTER TABLE cmmsmachineparts_maintenanceeventlistdto OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceeventlistdto_id_seq @@ -3317,10 +3063,8 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceeventlistdto_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceeventlistdto_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_maintenanceeventstatechange ( @@ -3341,10 +3085,8 @@ CREATE TABLE cmmsmachineparts_maintenanceeventstatechange ( ); -ALTER TABLE cmmsmachineparts_maintenanceeventstatechange OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceeventstatechange_id_seq @@ -3355,17 +3097,15 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceeventstatechange_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceeventstatechange_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_maintenanceeventstatechange_id_seq OWNED BY cmmsmachineparts_maintenanceeventstatechange.id; -- --- Name: cmmsmachineparts_maintenanceeventxlshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventxlshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_maintenanceeventxlshelper_id_seq @@ -3376,10 +3116,8 @@ CREATE SEQUENCE cmmsmachineparts_maintenanceeventxlshelper_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_maintenanceeventxlshelper_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_maintenanceeventxlshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventxlshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_maintenanceeventxlshelper ( @@ -3392,10 +3130,8 @@ CREATE TABLE cmmsmachineparts_maintenanceeventxlshelper ( ); -ALTER TABLE cmmsmachineparts_maintenanceeventxlshelper OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedevent_id_seq @@ -3406,17 +3142,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedevent_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedevent_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedevent_id_seq OWNED BY cmmsmachineparts_plannedevent.id; -- --- Name: cmmsmachineparts_plannedeventattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventattachment ( @@ -3430,10 +3164,8 @@ CREATE TABLE cmmsmachineparts_plannedeventattachment ( ); -ALTER TABLE cmmsmachineparts_plannedeventattachment OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventattachment_id_seq @@ -3444,17 +3176,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventattachment_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventattachment_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventattachment_id_seq OWNED BY cmmsmachineparts_plannedeventattachment.id; -- --- Name: cmmsmachineparts_plannedeventcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventcontext ( @@ -3467,10 +3197,8 @@ CREATE TABLE cmmsmachineparts_plannedeventcontext ( ); -ALTER TABLE cmmsmachineparts_plannedeventcontext OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventcontext_id_seq @@ -3481,17 +3209,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventcontext_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventcontext_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventcontext_id_seq OWNED BY cmmsmachineparts_plannedeventcontext.id; -- --- Name: cmmsmachineparts_sourcecost; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_sourcecost ( @@ -3504,10 +3230,8 @@ CREATE TABLE cmmsmachineparts_sourcecost ( ); -ALTER TABLE cmmsmachineparts_sourcecost OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventlistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventlistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW cmmsmachineparts_plannedeventlistdto AS @@ -3545,10 +3269,8 @@ CREATE VIEW cmmsmachineparts_plannedeventlistdto AS LEFT JOIN cmmsmachineparts_sourcecost sourcecost ON ((e.sourcecost_id = sourcecost.id))); -ALTER TABLE cmmsmachineparts_plannedeventlistdto OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventlistdto_id_seq @@ -3559,10 +3281,8 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventlistdto_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventlistdto_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventrealization; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventrealization ( @@ -3578,10 +3298,8 @@ CREATE TABLE cmmsmachineparts_plannedeventrealization ( ); -ALTER TABLE cmmsmachineparts_plannedeventrealization OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventrealization_id_seq @@ -3592,17 +3310,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventrealization_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventrealization_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventrealization_id_seq OWNED BY cmmsmachineparts_plannedeventrealization.id; -- --- Name: cmmsmachineparts_plannedeventstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventstatechange ( @@ -3620,10 +3336,8 @@ CREATE TABLE cmmsmachineparts_plannedeventstatechange ( ); -ALTER TABLE cmmsmachineparts_plannedeventstatechange OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventstatechange_id_seq @@ -3634,17 +3348,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventstatechange_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventstatechange_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventstatechange_id_seq OWNED BY cmmsmachineparts_plannedeventstatechange.id; -- --- Name: cmmsmachineparts_plannedeventxlshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_plannedeventxlshelper ( @@ -3657,10 +3369,8 @@ CREATE TABLE cmmsmachineparts_plannedeventxlshelper ( ); -ALTER TABLE cmmsmachineparts_plannedeventxlshelper OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_plannedeventxlshelper_id_seq @@ -3671,17 +3381,15 @@ CREATE SEQUENCE cmmsmachineparts_plannedeventxlshelper_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_plannedeventxlshelper_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_plannedeventxlshelper_id_seq OWNED BY cmmsmachineparts_plannedeventxlshelper.id; -- --- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_sourcecost_id_seq @@ -3692,17 +3400,15 @@ CREATE SEQUENCE cmmsmachineparts_sourcecost_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_sourcecost_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_sourcecost_id_seq OWNED BY cmmsmachineparts_sourcecost.id; -- --- Name: cmmsmachineparts_sourcecostreportfilter; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_sourcecostreportfilter ( @@ -3718,10 +3424,8 @@ CREATE TABLE cmmsmachineparts_sourcecostreportfilter ( ); -ALTER TABLE cmmsmachineparts_sourcecostreportfilter OWNER TO postgres; - -- --- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_sourcecostreportfilter_id_seq @@ -3732,17 +3436,15 @@ CREATE SEQUENCE cmmsmachineparts_sourcecostreportfilter_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_sourcecostreportfilter_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_sourcecostreportfilter_id_seq OWNED BY cmmsmachineparts_sourcecostreportfilter.id; -- --- Name: cmmsmachineparts_staffworktime; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_staffworktime ( @@ -3756,10 +3458,8 @@ CREATE TABLE cmmsmachineparts_staffworktime ( ); -ALTER TABLE cmmsmachineparts_staffworktime OWNER TO postgres; - -- --- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_staffworktime_id_seq @@ -3770,17 +3470,15 @@ CREATE SEQUENCE cmmsmachineparts_staffworktime_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_staffworktime_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_staffworktime_id_seq OWNED BY cmmsmachineparts_staffworktime.id; -- --- Name: cmmsmachineparts_timeusagereportfilter; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsmachineparts_timeusagereportfilter ( @@ -3795,10 +3493,8 @@ CREATE TABLE cmmsmachineparts_timeusagereportfilter ( ); -ALTER TABLE cmmsmachineparts_timeusagereportfilter OWNER TO postgres; - -- --- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_timeusagereportfilter_id_seq @@ -3809,17 +3505,15 @@ CREATE SEQUENCE cmmsmachineparts_timeusagereportfilter_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_timeusagereportfilter_id_seq OWNER TO postgres; - -- --- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsmachineparts_timeusagereportfilter_id_seq OWNED BY cmmsmachineparts_timeusagereportfilter.id; -- --- Name: qcadoosecurity_user; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoosecurity_user ( @@ -3840,10 +3534,8 @@ CREATE TABLE qcadoosecurity_user ( ); -ALTER TABLE qcadoosecurity_user OWNER TO postgres; - -- --- Name: cmmsmachineparts_worktimeforuserdto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_worktimeforuserdto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW cmmsmachineparts_worktimeforuserdto_internal AS @@ -3884,10 +3576,8 @@ UNION ALL LEFT JOIN cmmsmachineparts_action a ON ((afpe.action_id = a.id))); -ALTER TABLE cmmsmachineparts_worktimeforuserdto_internal OWNER TO postgres; - -- --- Name: cmmsmachineparts_worktimeforuserdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_worktimeforuserdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW cmmsmachineparts_worktimeforuserdto AS @@ -3903,10 +3593,8 @@ CREATE VIEW cmmsmachineparts_worktimeforuserdto AS FROM cmmsmachineparts_worktimeforuserdto_internal internal; -ALTER TABLE cmmsmachineparts_worktimeforuserdto OWNER TO postgres; - -- --- Name: cmmsmachineparts_worktimeforuserdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_worktimeforuserdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsmachineparts_worktimeforuserdto_id_seq @@ -3917,10 +3605,8 @@ CREATE SEQUENCE cmmsmachineparts_worktimeforuserdto_id_seq CACHE 1; -ALTER TABLE cmmsmachineparts_worktimeforuserdto_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_actionforrecurringevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_actionforrecurringevent ( @@ -3931,10 +3617,8 @@ CREATE TABLE cmmsscheduler_actionforrecurringevent ( ); -ALTER TABLE cmmsscheduler_actionforrecurringevent OWNER TO postgres; - -- --- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_actionforrecurringevent_id_seq @@ -3945,17 +3629,15 @@ CREATE SEQUENCE cmmsscheduler_actionforrecurringevent_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_actionforrecurringevent_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_actionforrecurringevent_id_seq OWNED BY cmmsscheduler_actionforrecurringevent.id; -- --- Name: cmmsscheduler_recurringevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_recurringevent ( @@ -3997,10 +3679,8 @@ CREATE TABLE cmmsscheduler_recurringevent ( ); -ALTER TABLE cmmsscheduler_recurringevent OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_recurringevent_id_seq @@ -4011,17 +3691,15 @@ CREATE SEQUENCE cmmsscheduler_recurringevent_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_recurringevent_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_recurringevent_id_seq OWNED BY cmmsscheduler_recurringevent.id; -- --- Name: cmmsscheduler_recurringeventattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_recurringeventattachment ( @@ -4034,10 +3712,8 @@ CREATE TABLE cmmsscheduler_recurringeventattachment ( ); -ALTER TABLE cmmsscheduler_recurringeventattachment OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_recurringeventattachment_id_seq @@ -4048,17 +3724,15 @@ CREATE SEQUENCE cmmsscheduler_recurringeventattachment_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_recurringeventattachment_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_recurringeventattachment_id_seq OWNED BY cmmsscheduler_recurringeventattachment.id; -- --- Name: cmmsscheduler_recurringeventcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_recurringeventcontext ( @@ -4070,10 +3744,8 @@ CREATE TABLE cmmsscheduler_recurringeventcontext ( ); -ALTER TABLE cmmsscheduler_recurringeventcontext OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_recurringeventcontext_id_seq @@ -4084,17 +3756,15 @@ CREATE SEQUENCE cmmsscheduler_recurringeventcontext_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_recurringeventcontext_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_recurringeventcontext_id_seq OWNED BY cmmsscheduler_recurringeventcontext.id; -- --- Name: cmmsscheduler_recurringeventstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE cmmsscheduler_recurringeventstatechange ( @@ -4110,10 +3780,8 @@ CREATE TABLE cmmsscheduler_recurringeventstatechange ( ); -ALTER TABLE cmmsscheduler_recurringeventstatechange OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE cmmsscheduler_recurringeventstatechange_id_seq @@ -4124,17 +3792,15 @@ CREATE SEQUENCE cmmsscheduler_recurringeventstatechange_id_seq CACHE 1; -ALTER TABLE cmmsscheduler_recurringeventstatechange_id_seq OWNER TO postgres; - -- --- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE cmmsscheduler_recurringeventstatechange_id_seq OWNED BY cmmsscheduler_recurringeventstatechange.id; -- --- Name: costcalculation_componentcost; Type: TABLE; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE costcalculation_componentcost ( @@ -4145,10 +3811,8 @@ CREATE TABLE costcalculation_componentcost ( ); -ALTER TABLE costcalculation_componentcost OWNER TO postgres; - -- --- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE costcalculation_componentcost_id_seq @@ -4159,17 +3823,15 @@ CREATE SEQUENCE costcalculation_componentcost_id_seq CACHE 1; -ALTER TABLE costcalculation_componentcost_id_seq OWNER TO postgres; - -- --- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE costcalculation_componentcost_id_seq OWNED BY costcalculation_componentcost.id; -- --- Name: costcalculation_costcalculation; Type: TABLE; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE costcalculation_costcalculation ( @@ -4218,10 +3880,8 @@ CREATE TABLE costcalculation_costcalculation ( ); -ALTER TABLE costcalculation_costcalculation OWNER TO postgres; - -- --- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE costcalculation_costcalculation_id_seq @@ -4232,17 +3892,15 @@ CREATE SEQUENCE costcalculation_costcalculation_id_seq CACHE 1; -ALTER TABLE costcalculation_costcalculation_id_seq OWNER TO postgres; - -- --- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE costcalculation_costcalculation_id_seq OWNED BY costcalculation_costcalculation.id; -- --- Name: costnormsformaterials_technologyinstoperproductincomp; Type: TABLE; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE costnormsformaterials_technologyinstoperproductincomp ( @@ -4260,10 +3918,8 @@ CREATE TABLE costnormsformaterials_technologyinstoperproductincomp ( ); -ALTER TABLE costnormsformaterials_technologyinstoperproductincomp OWNER TO postgres; - -- --- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE costnormsformaterials_technologyinstoperproductincomp_id_seq @@ -4274,17 +3930,15 @@ CREATE SEQUENCE costnormsformaterials_technologyinstoperproductincomp_id_seq CACHE 1; -ALTER TABLE costnormsformaterials_technologyinstoperproductincomp_id_seq OWNER TO postgres; - -- --- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE costnormsformaterials_technologyinstoperproductincomp_id_seq OWNED BY costnormsformaterials_technologyinstoperproductincomp.id; -- --- Name: costnormsforoperation_calculationoperationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE costnormsforoperation_calculationoperationcomponent ( @@ -4330,10 +3984,8 @@ CREATE TABLE costnormsforoperation_calculationoperationcomponent ( ); -ALTER TABLE costnormsforoperation_calculationoperationcomponent OWNER TO postgres; - -- --- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE costnormsforoperation_calculationoperationcomponent_id_seq @@ -4344,17 +3996,15 @@ CREATE SEQUENCE costnormsforoperation_calculationoperationcomponent_id_seq CACHE 1; -ALTER TABLE costnormsforoperation_calculationoperationcomponent_id_seq OWNER TO postgres; - -- --- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE costnormsforoperation_calculationoperationcomponent_id_seq OWNED BY costnormsforoperation_calculationoperationcomponent.id; -- --- Name: deliveries_columnfordeliveries; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_columnfordeliveries ( @@ -4370,10 +4020,8 @@ CREATE TABLE deliveries_columnfordeliveries ( ); -ALTER TABLE deliveries_columnfordeliveries OWNER TO postgres; - -- --- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_columnfordeliveries_id_seq @@ -4384,17 +4032,15 @@ CREATE SEQUENCE deliveries_columnfordeliveries_id_seq CACHE 1; -ALTER TABLE deliveries_columnfordeliveries_id_seq OWNER TO postgres; - -- --- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_columnfordeliveries_id_seq OWNED BY deliveries_columnfordeliveries.id; -- --- Name: deliveries_columnfororders; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_columnfororders ( @@ -4410,10 +4056,8 @@ CREATE TABLE deliveries_columnfororders ( ); -ALTER TABLE deliveries_columnfororders OWNER TO postgres; - -- --- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_columnfororders_id_seq @@ -4424,17 +4068,15 @@ CREATE SEQUENCE deliveries_columnfororders_id_seq CACHE 1; -ALTER TABLE deliveries_columnfororders_id_seq OWNER TO postgres; - -- --- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_columnfororders_id_seq OWNED BY deliveries_columnfororders.id; -- --- Name: deliveries_companyproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_companyproduct ( @@ -4446,10 +4088,8 @@ CREATE TABLE deliveries_companyproduct ( ); -ALTER TABLE deliveries_companyproduct OWNER TO postgres; - -- --- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_companyproduct_id_seq @@ -4460,17 +4100,15 @@ CREATE SEQUENCE deliveries_companyproduct_id_seq CACHE 1; -ALTER TABLE deliveries_companyproduct_id_seq OWNER TO postgres; - -- --- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_companyproduct_id_seq OWNED BY deliveries_companyproduct.id; -- --- Name: deliveries_companyproductsfamily; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_companyproductsfamily ( @@ -4482,10 +4120,8 @@ CREATE TABLE deliveries_companyproductsfamily ( ); -ALTER TABLE deliveries_companyproductsfamily OWNER TO postgres; - -- --- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_companyproductsfamily_id_seq @@ -4496,17 +4132,15 @@ CREATE SEQUENCE deliveries_companyproductsfamily_id_seq CACHE 1; -ALTER TABLE deliveries_companyproductsfamily_id_seq OWNER TO postgres; - -- --- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_companyproductsfamily_id_seq OWNED BY deliveries_companyproductsfamily.id; -- --- Name: deliveries_deliveredproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveredproduct ( @@ -4535,10 +4169,8 @@ CREATE TABLE deliveries_deliveredproduct ( ); -ALTER TABLE deliveries_deliveredproduct OWNER TO postgres; - -- --- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproduct_id_seq @@ -4549,17 +4181,15 @@ CREATE SEQUENCE deliveries_deliveredproduct_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproduct_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveredproduct_id_seq OWNED BY deliveries_deliveredproduct.id; -- --- Name: deliveries_delivery; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_delivery; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_delivery ( @@ -4587,10 +4217,8 @@ CREATE TABLE deliveries_delivery ( ); -ALTER TABLE deliveries_delivery OWNER TO postgres; - -- --- Name: materialflowresources_storagelocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_storagelocation ( @@ -4610,10 +4238,8 @@ CREATE TABLE materialflowresources_storagelocation ( ); -ALTER TABLE materialflowresources_storagelocation OWNER TO postgres; - -- --- Name: productcatalognumbers_productcatalognumbers; Type: TABLE; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productcatalognumbers_productcatalognumbers ( @@ -4625,10 +4251,8 @@ CREATE TABLE productcatalognumbers_productcatalognumbers ( ); -ALTER TABLE productcatalognumbers_productcatalognumbers OWNER TO postgres; - -- --- Name: supplynegotiations_offer; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_offer ( @@ -4653,10 +4277,8 @@ CREATE TABLE supplynegotiations_offer ( ); -ALTER TABLE supplynegotiations_offer OWNER TO postgres; - -- --- Name: technologies_operation; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_operation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_operation ( @@ -4696,10 +4318,8 @@ CREATE TABLE technologies_operation ( ); -ALTER TABLE technologies_operation OWNER TO postgres; - -- --- Name: deliveries_deliveredproductdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW deliveries_deliveredproductdto AS @@ -4727,7 +4347,8 @@ CREATE VIEW deliveries_deliveredproductdto AS ( SELECT productcatalognumbers_productcatalognumbers.catalognumber FROM productcatalognumbers_productcatalognumbers WHERE ((productcatalognumbers_productcatalognumbers.product_id = product.id) AND (productcatalognumbers_productcatalognumbers.company_id = delivery.supplier_id))) AS productcatalognumber, - deliveredproduct.pallettype + deliveredproduct.pallettype, + deliveredproduct.additionalunit FROM (((((((deliveries_deliveredproduct deliveredproduct LEFT JOIN deliveries_delivery delivery ON ((deliveredproduct.delivery_id = delivery.id))) LEFT JOIN basic_product product ON ((deliveredproduct.product_id = product.id))) @@ -4738,10 +4359,8 @@ CREATE VIEW deliveries_deliveredproductdto AS LEFT JOIN basic_palletnumber pnumber ON ((deliveredproduct.palletnumber_id = pnumber.id))); -ALTER TABLE deliveries_deliveredproductdto OWNER TO postgres; - -- --- Name: deliveries_deliveredproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproductdto_id_seq @@ -4752,10 +4371,8 @@ CREATE SEQUENCE deliveries_deliveredproductdto_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproductdto_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmulti; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveredproductmulti ( @@ -4771,10 +4388,8 @@ CREATE TABLE deliveries_deliveredproductmulti ( ); -ALTER TABLE deliveries_deliveredproductmulti OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproductmulti_id_seq @@ -4785,17 +4400,15 @@ CREATE SEQUENCE deliveries_deliveredproductmulti_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproductmulti_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveredproductmulti_id_seq OWNED BY deliveries_deliveredproductmulti.id; -- --- Name: deliveries_deliveredproductmultiposition; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveredproductmultiposition ( @@ -4815,10 +4428,8 @@ CREATE TABLE deliveries_deliveredproductmultiposition ( ); -ALTER TABLE deliveries_deliveredproductmultiposition OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproductmultiposition_id_seq @@ -4829,17 +4440,15 @@ CREATE SEQUENCE deliveries_deliveredproductmultiposition_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproductmultiposition_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveredproductmultiposition_id_seq OWNED BY deliveries_deliveredproductmultiposition.id; -- --- Name: deliveries_deliveredproductreservation; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveredproductreservation ( @@ -4851,10 +4460,8 @@ CREATE TABLE deliveries_deliveredproductreservation ( ); -ALTER TABLE deliveries_deliveredproductreservation OWNER TO postgres; - -- --- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveredproductreservation_id_seq @@ -4865,17 +4472,15 @@ CREATE SEQUENCE deliveries_deliveredproductreservation_id_seq CACHE 1; -ALTER TABLE deliveries_deliveredproductreservation_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveredproductreservation_id_seq OWNED BY deliveries_deliveredproductreservation.id; -- --- Name: deliveries_delivery_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_delivery_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_delivery_id_seq @@ -4886,17 +4491,15 @@ CREATE SEQUENCE deliveries_delivery_id_seq CACHE 1; -ALTER TABLE deliveries_delivery_id_seq OWNER TO postgres; - -- --- Name: deliveries_delivery_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_delivery_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_delivery_id_seq OWNED BY deliveries_delivery.id; -- --- Name: deliveries_deliveryattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliveryattachment ( @@ -4909,10 +4512,8 @@ CREATE TABLE deliveries_deliveryattachment ( ); -ALTER TABLE deliveries_deliveryattachment OWNER TO postgres; - -- --- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliveryattachment_id_seq @@ -4923,17 +4524,15 @@ CREATE SEQUENCE deliveries_deliveryattachment_id_seq CACHE 1; -ALTER TABLE deliveries_deliveryattachment_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliveryattachment_id_seq OWNED BY deliveries_deliveryattachment.id; -- --- Name: deliveries_deliverybypallettypereport; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliverybypallettypereport ( @@ -4943,10 +4542,8 @@ CREATE TABLE deliveries_deliverybypallettypereport ( ); -ALTER TABLE deliveries_deliverybypallettypereport OWNER TO postgres; - -- --- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliverybypallettypereport_id_seq @@ -4957,17 +4554,15 @@ CREATE SEQUENCE deliveries_deliverybypallettypereport_id_seq CACHE 1; -ALTER TABLE deliveries_deliverybypallettypereport_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliverybypallettypereport_id_seq OWNED BY deliveries_deliverybypallettypereport.id; -- --- Name: deliveries_deliverystatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_deliverystatechange ( @@ -4984,10 +4579,8 @@ CREATE TABLE deliveries_deliverystatechange ( ); -ALTER TABLE deliveries_deliverystatechange OWNER TO postgres; - -- --- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_deliverystatechange_id_seq @@ -4998,17 +4591,15 @@ CREATE SEQUENCE deliveries_deliverystatechange_id_seq CACHE 1; -ALTER TABLE deliveries_deliverystatechange_id_seq OWNER TO postgres; - -- --- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_deliverystatechange_id_seq OWNED BY deliveries_deliverystatechange.id; -- --- Name: deliveries_orderedproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_orderedproduct ( @@ -5032,10 +4623,8 @@ CREATE TABLE deliveries_orderedproduct ( ); -ALTER TABLE deliveries_orderedproduct OWNER TO postgres; - -- --- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_orderedproduct_id_seq @@ -5046,17 +4635,15 @@ CREATE SEQUENCE deliveries_orderedproduct_id_seq CACHE 1; -ALTER TABLE deliveries_orderedproduct_id_seq OWNER TO postgres; - -- --- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_orderedproduct_id_seq OWNED BY deliveries_orderedproduct.id; -- --- Name: supplynegotiations_negotiation; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_negotiation ( @@ -5074,10 +4661,8 @@ CREATE TABLE supplynegotiations_negotiation ( ); -ALTER TABLE supplynegotiations_negotiation OWNER TO postgres; - -- --- Name: deliveries_orderedproductdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW deliveries_orderedproductdto AS @@ -5126,10 +4711,8 @@ CREATE VIEW deliveries_orderedproductdto AS LEFT JOIN basic_additionalcode addcode ON ((orderedproduct.additionalcode_id = addcode.id))); -ALTER TABLE deliveries_orderedproductdto OWNER TO postgres; - -- --- Name: deliveries_orderedproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_orderedproductdto_id_seq @@ -5140,10 +4723,8 @@ CREATE SEQUENCE deliveries_orderedproductdto_id_seq CACHE 1; -ALTER TABLE deliveries_orderedproductdto_id_seq OWNER TO postgres; - -- --- Name: deliveries_orderedproductlistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductlistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW deliveries_orderedproductlistdto AS @@ -5186,10 +4767,8 @@ CREATE VIEW deliveries_orderedproductlistdto AS LEFT JOIN technologies_operation operation ON ((orderedproduct.operation_id = operation.id))); -ALTER TABLE deliveries_orderedproductlistdto OWNER TO postgres; - -- --- Name: deliveries_orderedproductlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_orderedproductlistdto_id_seq @@ -5200,10 +4779,8 @@ CREATE SEQUENCE deliveries_orderedproductlistdto_id_seq CACHE 1; -ALTER TABLE deliveries_orderedproductlistdto_id_seq OWNER TO postgres; - -- --- Name: deliveries_orderedproductreservation; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_orderedproductreservation ( @@ -5215,10 +4792,8 @@ CREATE TABLE deliveries_orderedproductreservation ( ); -ALTER TABLE deliveries_orderedproductreservation OWNER TO postgres; - -- --- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_orderedproductreservation_id_seq @@ -5229,17 +4804,15 @@ CREATE SEQUENCE deliveries_orderedproductreservation_id_seq CACHE 1; -ALTER TABLE deliveries_orderedproductreservation_id_seq OWNER TO postgres; - -- --- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_orderedproductreservation_id_seq OWNED BY deliveries_orderedproductreservation.id; -- --- Name: deliveries_parameterdeliveryordercolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE deliveries_parameterdeliveryordercolumn ( @@ -5251,10 +4824,8 @@ CREATE TABLE deliveries_parameterdeliveryordercolumn ( ); -ALTER TABLE deliveries_parameterdeliveryordercolumn OWNER TO postgres; - -- --- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE deliveries_parameterdeliveryordercolumn_id_seq @@ -5265,17 +4836,15 @@ CREATE SEQUENCE deliveries_parameterdeliveryordercolumn_id_seq CACHE 1; -ALTER TABLE deliveries_parameterdeliveryordercolumn_id_seq OWNER TO postgres; - -- --- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE deliveries_parameterdeliveryordercolumn_id_seq OWNED BY deliveries_parameterdeliveryordercolumn.id; -- --- Name: ebr_ebr; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_ebr; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_ebr ( @@ -5295,10 +4864,8 @@ CREATE TABLE ebr_ebr ( ); -ALTER TABLE ebr_ebr OWNER TO postgres; - -- --- Name: ebr_ebr_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_ebr_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_ebr_id_seq @@ -5309,17 +4876,15 @@ CREATE SEQUENCE ebr_ebr_id_seq CACHE 1; -ALTER TABLE ebr_ebr_id_seq OWNER TO postgres; - -- --- Name: ebr_ebr_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_ebr_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_ebr_id_seq OWNED BY ebr_ebr.id; -- --- Name: ebr_ebrstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_ebrstatechange ( @@ -5336,10 +4901,8 @@ CREATE TABLE ebr_ebrstatechange ( ); -ALTER TABLE ebr_ebrstatechange OWNER TO postgres; - -- --- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_ebrstatechange_id_seq @@ -5350,17 +4913,15 @@ CREATE SEQUENCE ebr_ebrstatechange_id_seq CACHE 1; -ALTER TABLE ebr_ebrstatechange_id_seq OWNER TO postgres; - -- --- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_ebrstatechange_id_seq OWNED BY ebr_ebrstatechange.id; -- --- Name: ebr_formula; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_formula; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_formula ( @@ -5379,10 +4940,8 @@ CREATE TABLE ebr_formula ( ); -ALTER TABLE ebr_formula OWNER TO postgres; - -- --- Name: ebr_formula_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_formula_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_formula_id_seq @@ -5393,17 +4952,15 @@ CREATE SEQUENCE ebr_formula_id_seq CACHE 1; -ALTER TABLE ebr_formula_id_seq OWNER TO postgres; - -- --- Name: ebr_formula_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_formula_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_formula_id_seq OWNED BY ebr_formula.id; -- --- Name: ebr_instruction; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_instruction; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_instruction ( @@ -5429,10 +4986,8 @@ CREATE TABLE ebr_instruction ( ); -ALTER TABLE ebr_instruction OWNER TO postgres; - -- --- Name: ebr_instruction_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_instruction_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_instruction_id_seq @@ -5443,17 +4998,15 @@ CREATE SEQUENCE ebr_instruction_id_seq CACHE 1; -ALTER TABLE ebr_instruction_id_seq OWNER TO postgres; - -- --- Name: ebr_instruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_instruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_instruction_id_seq OWNED BY ebr_instruction.id; -- --- Name: ebr_instructionstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ebr_instructionstatechange ( @@ -5470,10 +5023,8 @@ CREATE TABLE ebr_instructionstatechange ( ); -ALTER TABLE ebr_instructionstatechange OWNER TO postgres; - -- --- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ebr_instructionstatechange_id_seq @@ -5484,17 +5035,15 @@ CREATE SEQUENCE ebr_instructionstatechange_id_seq CACHE 1; -ALTER TABLE ebr_instructionstatechange_id_seq OWNER TO postgres; - -- --- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ebr_instructionstatechange_id_seq OWNED BY ebr_instructionstatechange.id; -- --- Name: efcsimple_enovaimportedorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE efcsimple_enovaimportedorder ( @@ -5510,10 +5059,8 @@ CREATE TABLE efcsimple_enovaimportedorder ( ); -ALTER TABLE efcsimple_enovaimportedorder OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE efcsimple_enovaimportedorder_id_seq @@ -5524,17 +5071,15 @@ CREATE SEQUENCE efcsimple_enovaimportedorder_id_seq CACHE 1; -ALTER TABLE efcsimple_enovaimportedorder_id_seq OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE efcsimple_enovaimportedorder_id_seq OWNED BY efcsimple_enovaimportedorder.id; -- --- Name: efcsimple_enovaimportedorderproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE efcsimple_enovaimportedorderproduct ( @@ -5547,10 +5092,8 @@ CREATE TABLE efcsimple_enovaimportedorderproduct ( ); -ALTER TABLE efcsimple_enovaimportedorderproduct OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE efcsimple_enovaimportedorderproduct_id_seq @@ -5561,17 +5104,15 @@ CREATE SEQUENCE efcsimple_enovaimportedorderproduct_id_seq CACHE 1; -ALTER TABLE efcsimple_enovaimportedorderproduct_id_seq OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE efcsimple_enovaimportedorderproduct_id_seq OWNED BY efcsimple_enovaimportedorderproduct.id; -- --- Name: efcsimple_enovaimportedproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE efcsimple_enovaimportedproduct ( @@ -5587,10 +5128,8 @@ CREATE TABLE efcsimple_enovaimportedproduct ( ); -ALTER TABLE efcsimple_enovaimportedproduct OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE efcsimple_enovaimportedproduct_id_seq @@ -5601,17 +5140,15 @@ CREATE SEQUENCE efcsimple_enovaimportedproduct_id_seq CACHE 1; -ALTER TABLE efcsimple_enovaimportedproduct_id_seq OWNER TO postgres; - -- --- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE efcsimple_enovaimportedproduct_id_seq OWNED BY efcsimple_enovaimportedproduct.id; -- --- Name: emailnotifications_staffnotification; Type: TABLE; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE emailnotifications_staffnotification ( @@ -5629,10 +5166,8 @@ CREATE TABLE emailnotifications_staffnotification ( ); -ALTER TABLE emailnotifications_staffnotification OWNER TO postgres; - -- --- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE emailnotifications_staffnotification_id_seq @@ -5643,17 +5178,47 @@ CREATE SEQUENCE emailnotifications_staffnotification_id_seq CACHE 1; -ALTER TABLE emailnotifications_staffnotification_id_seq OWNER TO postgres; - -- --- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE emailnotifications_staffnotification_id_seq OWNED BY emailnotifications_staffnotification.id; -- --- Name: esilco_printdocuments; Type: TABLE; Schema: public; Owner: postgres +-- Name: esilco_importpositionerror; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE esilco_importpositionerror ( + id bigint NOT NULL, + document_id bigint, + quantity numeric(14,5), + productcode character varying(255), + name character varying(255) +); + + +-- +-- Name: esilco_importpositionerror_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE esilco_importpositionerror_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: esilco_importpositionerror_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE esilco_importpositionerror_id_seq OWNED BY esilco_importpositionerror.id; + + +-- +-- Name: esilco_printdocuments; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE esilco_printdocuments ( @@ -5666,10 +5231,8 @@ CREATE TABLE esilco_printdocuments ( ); -ALTER TABLE esilco_printdocuments OWNER TO postgres; - -- --- Name: esilco_printdocuments_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: esilco_printdocuments_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE esilco_printdocuments_id_seq @@ -5680,17 +5243,15 @@ CREATE SEQUENCE esilco_printdocuments_id_seq CACHE 1; -ALTER TABLE esilco_printdocuments_id_seq OWNER TO postgres; - -- --- Name: esilco_printdocuments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: esilco_printdocuments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE esilco_printdocuments_id_seq OWNED BY esilco_printdocuments.id; -- --- Name: goodfood_confectionadditionalinputproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionadditionalinputproduct ( @@ -5706,10 +5267,8 @@ CREATE TABLE goodfood_confectionadditionalinputproduct ( ); -ALTER TABLE goodfood_confectionadditionalinputproduct OWNER TO postgres; - -- --- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionadditionalinputproduct_id_seq @@ -5720,17 +5279,15 @@ CREATE SEQUENCE goodfood_confectionadditionalinputproduct_id_seq CACHE 1; -ALTER TABLE goodfood_confectionadditionalinputproduct_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionadditionalinputproduct_id_seq OWNED BY goodfood_confectionadditionalinputproduct.id; -- --- Name: goodfood_confectioncontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectioncontext ( @@ -5746,10 +5303,8 @@ CREATE TABLE goodfood_confectioncontext ( ); -ALTER TABLE goodfood_confectioncontext OWNER TO postgres; - -- --- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectioncontext_id_seq @@ -5760,17 +5315,15 @@ CREATE SEQUENCE goodfood_confectioncontext_id_seq CACHE 1; -ALTER TABLE goodfood_confectioncontext_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectioncontext_id_seq OWNED BY goodfood_confectioncontext.id; -- --- Name: goodfood_confectioninputproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectioninputproduct ( @@ -5786,10 +5339,8 @@ CREATE TABLE goodfood_confectioninputproduct ( ); -ALTER TABLE goodfood_confectioninputproduct OWNER TO postgres; - -- --- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectioninputproduct_id_seq @@ -5800,17 +5351,15 @@ CREATE SEQUENCE goodfood_confectioninputproduct_id_seq CACHE 1; -ALTER TABLE goodfood_confectioninputproduct_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectioninputproduct_id_seq OWNED BY goodfood_confectioninputproduct.id; -- --- Name: goodfood_confectionprotocol; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionprotocol ( @@ -5856,10 +5405,8 @@ CREATE TABLE goodfood_confectionprotocol ( ); -ALTER TABLE goodfood_confectionprotocol OWNER TO postgres; - -- --- Name: goodfood_confectionprotocol_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionprotocol_externalnumber_seq @@ -5870,10 +5417,8 @@ CREATE SEQUENCE goodfood_confectionprotocol_externalnumber_seq CACHE 1; -ALTER TABLE goodfood_confectionprotocol_externalnumber_seq OWNER TO postgres; - -- --- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionprotocol_id_seq @@ -5884,17 +5429,15 @@ CREATE SEQUENCE goodfood_confectionprotocol_id_seq CACHE 1; -ALTER TABLE goodfood_confectionprotocol_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionprotocol_id_seq OWNED BY goodfood_confectionprotocol.id; -- --- Name: goodfood_confectionprotocolcorrect; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionprotocolcorrect ( @@ -5911,10 +5454,8 @@ CREATE TABLE goodfood_confectionprotocolcorrect ( ); -ALTER TABLE goodfood_confectionprotocolcorrect OWNER TO postgres; - -- --- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionprotocolcorrect_id_seq @@ -5925,17 +5466,15 @@ CREATE SEQUENCE goodfood_confectionprotocolcorrect_id_seq CACHE 1; -ALTER TABLE goodfood_confectionprotocolcorrect_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionprotocolcorrect_id_seq OWNED BY goodfood_confectionprotocolcorrect.id; -- --- Name: goodfood_confectionprotocolstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionprotocolstatechange ( @@ -5952,10 +5491,8 @@ CREATE TABLE goodfood_confectionprotocolstatechange ( ); -ALTER TABLE goodfood_confectionprotocolstatechange OWNER TO postgres; - -- --- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionprotocolstatechange_id_seq @@ -5966,17 +5503,15 @@ CREATE SEQUENCE goodfood_confectionprotocolstatechange_id_seq CACHE 1; -ALTER TABLE goodfood_confectionprotocolstatechange_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionprotocolstatechange_id_seq OWNED BY goodfood_confectionprotocolstatechange.id; -- --- Name: goodfood_confectionremainderinputproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionremainderinputproduct ( @@ -5990,10 +5525,8 @@ CREATE TABLE goodfood_confectionremainderinputproduct ( ); -ALTER TABLE goodfood_confectionremainderinputproduct OWNER TO postgres; - -- --- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionremainderinputproduct_id_seq @@ -6004,17 +5537,15 @@ CREATE SEQUENCE goodfood_confectionremainderinputproduct_id_seq CACHE 1; -ALTER TABLE goodfood_confectionremainderinputproduct_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionremainderinputproduct_id_seq OWNED BY goodfood_confectionremainderinputproduct.id; -- --- Name: goodfood_confectionstaff; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_confectionstaff ( @@ -6028,10 +5559,8 @@ CREATE TABLE goodfood_confectionstaff ( ); -ALTER TABLE goodfood_confectionstaff OWNER TO postgres; - -- --- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_confectionstaff_id_seq @@ -6042,17 +5571,15 @@ CREATE SEQUENCE goodfood_confectionstaff_id_seq CACHE 1; -ALTER TABLE goodfood_confectionstaff_id_seq OWNER TO postgres; - -- --- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_confectionstaff_id_seq OWNED BY goodfood_confectionstaff.id; -- --- Name: goodfood_eventlog; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_eventlog; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_eventlog ( @@ -6075,10 +5602,8 @@ CREATE TABLE goodfood_eventlog ( ); -ALTER TABLE goodfood_eventlog OWNER TO postgres; - -- --- Name: goodfood_eventlog_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_eventlog_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_eventlog_id_seq @@ -6089,17 +5614,15 @@ CREATE SEQUENCE goodfood_eventlog_id_seq CACHE 1; -ALTER TABLE goodfood_eventlog_id_seq OWNER TO postgres; - -- --- Name: goodfood_eventlog_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_eventlog_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_eventlog_id_seq OWNED BY goodfood_eventlog.id; -- --- Name: goodfood_extrusionaddedingrediententry; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionaddedingrediententry ( @@ -6119,10 +5642,8 @@ CREATE TABLE goodfood_extrusionaddedingrediententry ( ); -ALTER TABLE goodfood_extrusionaddedingrediententry OWNER TO postgres; - -- --- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionaddedingrediententry_id_seq @@ -6133,17 +5654,15 @@ CREATE SEQUENCE goodfood_extrusionaddedingrediententry_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionaddedingrediententry_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionaddedingrediententry_id_seq OWNED BY goodfood_extrusionaddedingrediententry.id; -- --- Name: goodfood_extrusionaddedmixentry; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionaddedmixentry ( @@ -6163,10 +5682,8 @@ CREATE TABLE goodfood_extrusionaddedmixentry ( ); -ALTER TABLE goodfood_extrusionaddedmixentry OWNER TO postgres; - -- --- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionaddedmixentry_id_seq @@ -6177,17 +5694,15 @@ CREATE SEQUENCE goodfood_extrusionaddedmixentry_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionaddedmixentry_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionaddedmixentry_id_seq OWNED BY goodfood_extrusionaddedmixentry.id; -- --- Name: goodfood_extrusioncontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusioncontext ( @@ -6203,10 +5718,8 @@ CREATE TABLE goodfood_extrusioncontext ( ); -ALTER TABLE goodfood_extrusioncontext OWNER TO postgres; - -- --- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusioncontext_id_seq @@ -6217,17 +5730,15 @@ CREATE SEQUENCE goodfood_extrusioncontext_id_seq CACHE 1; -ALTER TABLE goodfood_extrusioncontext_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusioncontext_id_seq OWNED BY goodfood_extrusioncontext.id; -- --- Name: goodfood_extrusionprotocol; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionprotocol ( @@ -6262,10 +5773,8 @@ CREATE TABLE goodfood_extrusionprotocol ( ); -ALTER TABLE goodfood_extrusionprotocol OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocol_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionprotocol_externalnumber_seq @@ -6276,10 +5785,8 @@ CREATE SEQUENCE goodfood_extrusionprotocol_externalnumber_seq CACHE 1; -ALTER TABLE goodfood_extrusionprotocol_externalnumber_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionprotocol_id_seq @@ -6290,17 +5797,15 @@ CREATE SEQUENCE goodfood_extrusionprotocol_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionprotocol_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionprotocol_id_seq OWNED BY goodfood_extrusionprotocol.id; -- --- Name: goodfood_extrusionprotocolcorrect; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionprotocolcorrect ( @@ -6317,10 +5822,8 @@ CREATE TABLE goodfood_extrusionprotocolcorrect ( ); -ALTER TABLE goodfood_extrusionprotocolcorrect OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionprotocolcorrect_id_seq @@ -6331,17 +5834,15 @@ CREATE SEQUENCE goodfood_extrusionprotocolcorrect_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionprotocolcorrect_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionprotocolcorrect_id_seq OWNED BY goodfood_extrusionprotocolcorrect.id; -- --- Name: goodfood_extrusionprotocolstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionprotocolstatechange ( @@ -6358,10 +5859,8 @@ CREATE TABLE goodfood_extrusionprotocolstatechange ( ); -ALTER TABLE goodfood_extrusionprotocolstatechange OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionprotocolstatechange_id_seq @@ -6372,17 +5871,15 @@ CREATE SEQUENCE goodfood_extrusionprotocolstatechange_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionprotocolstatechange_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionprotocolstatechange_id_seq OWNED BY goodfood_extrusionprotocolstatechange.id; -- --- Name: goodfood_extrusionsouse; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusionsouse ( @@ -6397,10 +5894,8 @@ CREATE TABLE goodfood_extrusionsouse ( ); -ALTER TABLE goodfood_extrusionsouse OWNER TO postgres; - -- --- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusionsouse_id_seq @@ -6411,17 +5906,15 @@ CREATE SEQUENCE goodfood_extrusionsouse_id_seq CACHE 1; -ALTER TABLE goodfood_extrusionsouse_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusionsouse_id_seq OWNED BY goodfood_extrusionsouse.id; -- --- Name: goodfood_extrusiontakenoffmixentry; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_extrusiontakenoffmixentry ( @@ -6441,10 +5934,8 @@ CREATE TABLE goodfood_extrusiontakenoffmixentry ( ); -ALTER TABLE goodfood_extrusiontakenoffmixentry OWNER TO postgres; - -- --- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_extrusiontakenoffmixentry_id_seq @@ -6455,17 +5946,15 @@ CREATE SEQUENCE goodfood_extrusiontakenoffmixentry_id_seq CACHE 1; -ALTER TABLE goodfood_extrusiontakenoffmixentry_id_seq OWNER TO postgres; - -- --- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_extrusiontakenoffmixentry_id_seq OWNED BY goodfood_extrusiontakenoffmixentry.id; -- --- Name: goodfood_goodfoodreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_goodfoodreport ( @@ -6484,10 +5973,8 @@ CREATE TABLE goodfood_goodfoodreport ( ); -ALTER TABLE goodfood_goodfoodreport OWNER TO postgres; - -- --- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_goodfoodreport_id_seq @@ -6498,17 +5985,15 @@ CREATE SEQUENCE goodfood_goodfoodreport_id_seq CACHE 1; -ALTER TABLE goodfood_goodfoodreport_id_seq OWNER TO postgres; - -- --- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_goodfoodreport_id_seq OWNED BY goodfood_goodfoodreport.id; -- --- Name: goodfood_label; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_label; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_label ( @@ -6531,10 +6016,8 @@ CREATE TABLE goodfood_label ( ); -ALTER TABLE goodfood_label OWNER TO postgres; - -- --- Name: goodfood_label_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_label_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_label_id_seq @@ -6545,17 +6028,15 @@ CREATE SEQUENCE goodfood_label_id_seq CACHE 1; -ALTER TABLE goodfood_label_id_seq OWNER TO postgres; - -- --- Name: goodfood_label_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_label_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_label_id_seq OWNED BY goodfood_label.id; -- --- Name: goodfood_palletcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_palletcontext ( @@ -6572,10 +6053,8 @@ CREATE TABLE goodfood_palletcontext ( ); -ALTER TABLE goodfood_palletcontext OWNER TO postgres; - -- --- Name: masterorders_masterorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: masterorders_masterorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE masterorders_masterorder ( @@ -6614,10 +6093,8 @@ CREATE TABLE masterorders_masterorder ( ); -ALTER TABLE masterorders_masterorder OWNER TO postgres; - -- --- Name: masterorders_masterorderproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE masterorders_masterorderproduct ( @@ -6635,10 +6112,8 @@ CREATE TABLE masterorders_masterorderproduct ( ); -ALTER TABLE masterorders_masterorderproduct OWNER TO postgres; - -- --- Name: goodfood_labeldto; Type: VIEW; Schema: public; Owner: postgres +-- Name: goodfood_labeldto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW goodfood_labeldto AS @@ -6661,10 +6136,8 @@ CREATE VIEW goodfood_labeldto AS LEFT JOIN basic_product product ON ((masterorderproduct.product_id = product.id))); -ALTER TABLE goodfood_labeldto OWNER TO postgres; - -- --- Name: goodfood_labeldto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_labeldto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_labeldto_id_seq @@ -6675,10 +6148,8 @@ CREATE SEQUENCE goodfood_labeldto_id_seq CACHE 1; -ALTER TABLE goodfood_labeldto_id_seq OWNER TO postgres; - -- --- Name: goodfood_labelstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_labelstatechange ( @@ -6695,10 +6166,8 @@ CREATE TABLE goodfood_labelstatechange ( ); -ALTER TABLE goodfood_labelstatechange OWNER TO postgres; - -- --- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_labelstatechange_id_seq @@ -6709,17 +6178,15 @@ CREATE SEQUENCE goodfood_labelstatechange_id_seq CACHE 1; -ALTER TABLE goodfood_labelstatechange_id_seq OWNER TO postgres; - -- --- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_labelstatechange_id_seq OWNED BY goodfood_labelstatechange.id; -- --- Name: goodfood_pallet; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_pallet; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_pallet ( @@ -6748,10 +6215,8 @@ CREATE TABLE goodfood_pallet ( ); -ALTER TABLE goodfood_pallet OWNER TO postgres; - -- --- Name: goodfood_pallet_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_pallet_externalnumber_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_pallet_externalnumber_seq @@ -6762,10 +6227,8 @@ CREATE SEQUENCE goodfood_pallet_externalnumber_seq CACHE 1; -ALTER TABLE goodfood_pallet_externalnumber_seq OWNER TO postgres; - -- --- Name: goodfood_pallet_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_pallet_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_pallet_id_seq @@ -6776,17 +6239,15 @@ CREATE SEQUENCE goodfood_pallet_id_seq CACHE 1; -ALTER TABLE goodfood_pallet_id_seq OWNER TO postgres; - -- --- Name: goodfood_pallet_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_pallet_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_pallet_id_seq OWNED BY goodfood_pallet.id; -- --- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_palletcontext_id_seq @@ -6797,17 +6258,15 @@ CREATE SEQUENCE goodfood_palletcontext_id_seq CACHE 1; -ALTER TABLE goodfood_palletcontext_id_seq OWNER TO postgres; - -- --- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_palletcontext_id_seq OWNED BY goodfood_palletcontext.id; -- --- Name: goodfood_palletdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: goodfood_palletdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW goodfood_palletdto AS @@ -6837,10 +6296,8 @@ CREATE VIEW goodfood_palletdto AS LEFT JOIN goodfood_pallet secondpallet ON ((pallet.secondpallet_id = secondpallet.id))); -ALTER TABLE goodfood_palletdto OWNER TO postgres; - -- --- Name: goodfood_palletdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_palletdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_palletdto_id_seq @@ -6851,10 +6308,8 @@ CREATE SEQUENCE goodfood_palletdto_id_seq CACHE 1; -ALTER TABLE goodfood_palletdto_id_seq OWNER TO postgres; - -- --- Name: goodfood_palletstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_palletstatechange ( @@ -6871,10 +6326,8 @@ CREATE TABLE goodfood_palletstatechange ( ); -ALTER TABLE goodfood_palletstatechange OWNER TO postgres; - -- --- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_palletstatechange_id_seq @@ -6885,17 +6338,15 @@ CREATE SEQUENCE goodfood_palletstatechange_id_seq CACHE 1; -ALTER TABLE goodfood_palletstatechange_id_seq OWNER TO postgres; - -- --- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_palletstatechange_id_seq OWNED BY goodfood_palletstatechange.id; -- --- Name: goodfood_printedlabel; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_printedlabel ( @@ -6912,10 +6363,8 @@ CREATE TABLE goodfood_printedlabel ( ); -ALTER TABLE goodfood_printedlabel OWNER TO postgres; - -- --- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_printedlabel_id_seq @@ -6926,17 +6375,15 @@ CREATE SEQUENCE goodfood_printedlabel_id_seq CACHE 1; -ALTER TABLE goodfood_printedlabel_id_seq OWNER TO postgres; - -- --- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_printedlabel_id_seq OWNED BY goodfood_printedlabel.id; -- --- Name: goodfood_printedlabeldto; Type: VIEW; Schema: public; Owner: postgres +-- Name: goodfood_printedlabeldto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW goodfood_printedlabeldto AS @@ -6957,10 +6404,8 @@ CREATE VIEW goodfood_printedlabeldto AS JOIN basic_product product ON ((masterorderproduct.product_id = product.id))); -ALTER TABLE goodfood_printedlabeldto OWNER TO postgres; - -- --- Name: goodfood_printedlabeldto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_printedlabeldto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_printedlabeldto_id_seq @@ -6971,10 +6416,8 @@ CREATE SEQUENCE goodfood_printedlabeldto_id_seq CACHE 1; -ALTER TABLE goodfood_printedlabeldto_id_seq OWNER TO postgres; - -- --- Name: goodfood_ssccnumber; Type: TABLE; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE goodfood_ssccnumber ( @@ -6986,10 +6429,8 @@ CREATE TABLE goodfood_ssccnumber ( ); -ALTER TABLE goodfood_ssccnumber OWNER TO postgres; - -- --- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE goodfood_ssccnumber_id_seq @@ -7000,17 +6441,15 @@ CREATE SEQUENCE goodfood_ssccnumber_id_seq CACHE 1; -ALTER TABLE goodfood_ssccnumber_id_seq OWNER TO postgres; - -- --- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE goodfood_ssccnumber_id_seq OWNED BY goodfood_ssccnumber.id; -- --- Name: hibernate_sequence; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: hibernate_sequence; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE hibernate_sequence @@ -7021,10 +6460,8 @@ CREATE SEQUENCE hibernate_sequence CACHE 1; -ALTER TABLE hibernate_sequence OWNER TO postgres; - -- --- Name: integrationbartender_printlabelshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbartender_printlabelshelper ( @@ -7039,10 +6476,8 @@ CREATE TABLE integrationbartender_printlabelshelper ( ); -ALTER TABLE integrationbartender_printlabelshelper OWNER TO postgres; - -- --- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbartender_printlabelshelper_id_seq @@ -7053,17 +6488,15 @@ CREATE SEQUENCE integrationbartender_printlabelshelper_id_seq CACHE 1; -ALTER TABLE integrationbartender_printlabelshelper_id_seq OWNER TO postgres; - -- --- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbartender_printlabelshelper_id_seq OWNED BY integrationbartender_printlabelshelper.id; -- --- Name: integrationbartender_sendtoprint; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbartender_sendtoprint ( @@ -7079,10 +6512,8 @@ CREATE TABLE integrationbartender_sendtoprint ( ); -ALTER TABLE integrationbartender_sendtoprint OWNER TO postgres; - -- --- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbartender_sendtoprint_id_seq @@ -7093,17 +6524,15 @@ CREATE SEQUENCE integrationbartender_sendtoprint_id_seq CACHE 1; -ALTER TABLE integrationbartender_sendtoprint_id_seq OWNER TO postgres; - -- --- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbartender_sendtoprint_id_seq OWNED BY integrationbartender_sendtoprint.id; -- --- Name: integrationbaselinker_baselinkerparameters; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbaselinker_baselinkerparameters ( @@ -7116,10 +6545,8 @@ CREATE TABLE integrationbaselinker_baselinkerparameters ( ); -ALTER TABLE integrationbaselinker_baselinkerparameters OWNER TO postgres; - -- --- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbaselinker_baselinkerparameters_id_seq @@ -7130,17 +6557,15 @@ CREATE SEQUENCE integrationbaselinker_baselinkerparameters_id_seq CACHE 1; -ALTER TABLE integrationbaselinker_baselinkerparameters_id_seq OWNER TO postgres; - -- --- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbaselinker_baselinkerparameters_id_seq OWNED BY integrationbaselinker_baselinkerparameters.id; -- --- Name: integrationbaselinker_statusesfordocument; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbaselinker_statusesfordocument ( @@ -7151,10 +6576,8 @@ CREATE TABLE integrationbaselinker_statusesfordocument ( ); -ALTER TABLE integrationbaselinker_statusesfordocument OWNER TO postgres; - -- --- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbaselinker_statusesfordocument_id_seq @@ -7165,17 +6588,15 @@ CREATE SEQUENCE integrationbaselinker_statusesfordocument_id_seq CACHE 1; -ALTER TABLE integrationbaselinker_statusesfordocument_id_seq OWNER TO postgres; - -- --- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbaselinker_statusesfordocument_id_seq OWNED BY integrationbaselinker_statusesfordocument.id; -- --- Name: integrationbaselinker_statusesformasterorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE integrationbaselinker_statusesformasterorder ( @@ -7186,10 +6607,8 @@ CREATE TABLE integrationbaselinker_statusesformasterorder ( ); -ALTER TABLE integrationbaselinker_statusesformasterorder OWNER TO postgres; - -- --- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE integrationbaselinker_statusesformasterorder_id_seq @@ -7200,17 +6619,15 @@ CREATE SEQUENCE integrationbaselinker_statusesformasterorder_id_seq CACHE 1; -ALTER TABLE integrationbaselinker_statusesformasterorder_id_seq OWNER TO postgres; - -- --- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE integrationbaselinker_statusesformasterorder_id_seq OWNED BY integrationbaselinker_statusesformasterorder.id; -- --- Name: jointable_action_subassembly; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_action_subassembly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_action_subassembly ( @@ -7219,10 +6636,8 @@ CREATE TABLE jointable_action_subassembly ( ); -ALTER TABLE jointable_action_subassembly OWNER TO postgres; - -- --- Name: jointable_action_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_action_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_action_workstation ( @@ -7231,10 +6646,8 @@ CREATE TABLE jointable_action_workstation ( ); -ALTER TABLE jointable_action_workstation OWNER TO postgres; - -- --- Name: jointable_action_workstationtype; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_action_workstationtype; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_action_workstationtype ( @@ -7243,10 +6656,8 @@ CREATE TABLE jointable_action_workstationtype ( ); -ALTER TABLE jointable_action_workstationtype OWNER TO postgres; - -- --- Name: jointable_anomaly_anomalyreason; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_anomaly_anomalyreason; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_anomaly_anomalyreason ( @@ -7255,10 +6666,8 @@ CREATE TABLE jointable_anomaly_anomalyreason ( ); -ALTER TABLE jointable_anomaly_anomalyreason OWNER TO postgres; - -- --- Name: jointable_company_negotiation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_negotiation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_negotiation ( @@ -7267,10 +6676,8 @@ CREATE TABLE jointable_company_negotiation ( ); -ALTER TABLE jointable_company_negotiation OWNER TO postgres; - -- --- Name: jointable_company_operation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_operation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_operation ( @@ -7279,10 +6686,8 @@ CREATE TABLE jointable_company_operation ( ); -ALTER TABLE jointable_company_operation OWNER TO postgres; - -- --- Name: jointable_company_operationgroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_operationgroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_operationgroup ( @@ -7291,10 +6696,8 @@ CREATE TABLE jointable_company_operationgroup ( ); -ALTER TABLE jointable_company_operationgroup OWNER TO postgres; - -- --- Name: jointable_company_subassembly; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_subassembly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_subassembly ( @@ -7303,10 +6706,8 @@ CREATE TABLE jointable_company_subassembly ( ); -ALTER TABLE jointable_company_subassembly OWNER TO postgres; - -- --- Name: jointable_company_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_company_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_company_workstation ( @@ -7315,10 +6716,8 @@ CREATE TABLE jointable_company_workstation ( ); -ALTER TABLE jointable_company_workstation OWNER TO postgres; - -- --- Name: jointable_coverageorderhelper_orderdto; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_coverageorderhelper_orderdto; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_coverageorderhelper_orderdto ( @@ -7327,10 +6726,8 @@ CREATE TABLE jointable_coverageorderhelper_orderdto ( ); -ALTER TABLE jointable_coverageorderhelper_orderdto OWNER TO postgres; - -- --- Name: jointable_division_productionline; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_division_productionline; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_division_productionline ( @@ -7339,10 +6736,8 @@ CREATE TABLE jointable_division_productionline ( ); -ALTER TABLE jointable_division_productionline OWNER TO postgres; - -- --- Name: jointable_faulttype_subassembly; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_faulttype_subassembly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_faulttype_subassembly ( @@ -7351,10 +6746,8 @@ CREATE TABLE jointable_faulttype_subassembly ( ); -ALTER TABLE jointable_faulttype_subassembly OWNER TO postgres; - -- --- Name: jointable_faulttype_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_faulttype_workstation ( @@ -7363,10 +6756,8 @@ CREATE TABLE jointable_faulttype_workstation ( ); -ALTER TABLE jointable_faulttype_workstation OWNER TO postgres; - -- --- Name: jointable_faulttype_workstationtype; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstationtype; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_faulttype_workstationtype ( @@ -7375,10 +6766,8 @@ CREATE TABLE jointable_faulttype_workstationtype ( ); -ALTER TABLE jointable_faulttype_workstationtype OWNER TO postgres; - -- --- Name: jointable_group_role; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_group_role; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_group_role ( @@ -7387,10 +6776,8 @@ CREATE TABLE jointable_group_role ( ); -ALTER TABLE jointable_group_role OWNER TO postgres; - -- --- Name: jointable_instruction_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_instruction_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_instruction_workstation ( @@ -7399,10 +6786,8 @@ CREATE TABLE jointable_instruction_workstation ( ); -ALTER TABLE jointable_instruction_workstation OWNER TO postgres; - -- --- Name: jointable_issue_productstoissuehelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_issue_productstoissuehelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_issue_productstoissuehelper ( @@ -7411,10 +6796,8 @@ CREATE TABLE jointable_issue_productstoissuehelper ( ); -ALTER TABLE jointable_issue_productstoissuehelper OWNER TO postgres; - -- --- Name: jointable_label_printlabelshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_label_printlabelshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_label_printlabelshelper ( @@ -7423,10 +6806,8 @@ CREATE TABLE jointable_label_printlabelshelper ( ); -ALTER TABLE jointable_label_printlabelshelper OWNER TO postgres; - -- --- Name: jointable_materialrequirement_order; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_materialrequirement_order; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_materialrequirement_order ( @@ -7435,10 +6816,8 @@ CREATE TABLE jointable_materialrequirement_order ( ); -ALTER TABLE jointable_materialrequirement_order OWNER TO postgres; - -- --- Name: jointable_multiassignmenttoshift_staff; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_multiassignmenttoshift_staff; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_multiassignmenttoshift_staff ( @@ -7447,10 +6826,8 @@ CREATE TABLE jointable_multiassignmenttoshift_staff ( ); -ALTER TABLE jointable_multiassignmenttoshift_staff OWNER TO postgres; - -- --- Name: jointable_operation_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_operation_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_operation_workstation ( @@ -7459,10 +6836,8 @@ CREATE TABLE jointable_operation_workstation ( ); -ALTER TABLE jointable_operation_workstation OWNER TO postgres; - -- --- Name: jointable_order_printlabelshelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_order_printlabelshelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_order_printlabelshelper ( @@ -7471,10 +6846,8 @@ CREATE TABLE jointable_order_printlabelshelper ( ); -ALTER TABLE jointable_order_printlabelshelper OWNER TO postgres; - -- --- Name: jointable_order_workplan; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_order_workplan; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_order_workplan ( @@ -7483,10 +6856,8 @@ CREATE TABLE jointable_order_workplan ( ); -ALTER TABLE jointable_order_workplan OWNER TO postgres; - -- --- Name: jointable_palletnumber_palletnumberhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_palletnumber_palletnumberhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_palletnumber_palletnumberhelper ( @@ -7495,10 +6866,8 @@ CREATE TABLE jointable_palletnumber_palletnumberhelper ( ); -ALTER TABLE jointable_palletnumber_palletnumberhelper OWNER TO postgres; - -- --- Name: jointable_plannedevent_plannedevent; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_plannedevent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_plannedevent_plannedevent ( @@ -7507,10 +6876,8 @@ CREATE TABLE jointable_plannedevent_plannedevent ( ); -ALTER TABLE jointable_plannedevent_plannedevent OWNER TO postgres; - -- --- Name: jointable_plannedevent_staff; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_staff; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_plannedevent_staff ( @@ -7519,10 +6886,8 @@ CREATE TABLE jointable_plannedevent_staff ( ); -ALTER TABLE jointable_plannedevent_staff OWNER TO postgres; - -- --- Name: jointable_printlabelshelper_printedlabel; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_printlabelshelper_printedlabel; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_printlabelshelper_printedlabel ( @@ -7531,10 +6896,8 @@ CREATE TABLE jointable_printlabelshelper_printedlabel ( ); -ALTER TABLE jointable_printlabelshelper_printedlabel OWNER TO postgres; - -- --- Name: jointable_product_warehouseminimumstatemulti; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_product_warehouseminimumstatemulti; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_product_warehouseminimumstatemulti ( @@ -7543,10 +6906,8 @@ CREATE TABLE jointable_product_warehouseminimumstatemulti ( ); -ALTER TABLE jointable_product_warehouseminimumstatemulti OWNER TO postgres; - -- --- Name: jointable_productionline_shift; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_productionline_shift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_productionline_shift ( @@ -7555,10 +6916,8 @@ CREATE TABLE jointable_productionline_shift ( ); -ALTER TABLE jointable_productionline_shift OWNER TO postgres; - -- --- Name: jointable_productionline_technology; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_productionline_technology; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_productionline_technology ( @@ -7567,10 +6926,8 @@ CREATE TABLE jointable_productionline_technology ( ); -ALTER TABLE jointable_productionline_technology OWNER TO postgres; - -- --- Name: jointable_productionline_technologygroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_productionline_technologygroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_productionline_technologygroup ( @@ -7579,10 +6936,8 @@ CREATE TABLE jointable_productionline_technologygroup ( ); -ALTER TABLE jointable_productionline_technologygroup OWNER TO postgres; - -- --- Name: jointable_recipe_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_recipe_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_recipe_workstation ( @@ -7591,10 +6946,8 @@ CREATE TABLE jointable_recipe_workstation ( ); -ALTER TABLE jointable_recipe_workstation OWNER TO postgres; - -- --- Name: jointable_staff_timeusagereportfilter; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_staff_timeusagereportfilter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_staff_timeusagereportfilter ( @@ -7603,10 +6956,8 @@ CREATE TABLE jointable_staff_timeusagereportfilter ( ); -ALTER TABLE jointable_staff_timeusagereportfilter OWNER TO postgres; - -- --- Name: jointable_technologyoperationcomponent_workstation; Type: TABLE; Schema: public; Owner: postgres +-- Name: jointable_technologyoperationcomponent_workstation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE jointable_technologyoperationcomponent_workstation ( @@ -7615,10 +6966,8 @@ CREATE TABLE jointable_technologyoperationcomponent_workstation ( ); -ALTER TABLE jointable_technologyoperationcomponent_workstation OWNER TO postgres; - -- --- Name: linechangeovernorms_linechangeovernorms; Type: TABLE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE linechangeovernorms_linechangeovernorms ( @@ -7636,10 +6985,8 @@ CREATE TABLE linechangeovernorms_linechangeovernorms ( ); -ALTER TABLE linechangeovernorms_linechangeovernorms OWNER TO postgres; - -- --- Name: technologies_technology; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technology; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technology ( @@ -7692,10 +7039,8 @@ CREATE TABLE technologies_technology ( ); -ALTER TABLE technologies_technology OWNER TO postgres; - -- --- Name: technologies_technologygroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologygroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologygroup ( @@ -7707,10 +7052,8 @@ CREATE TABLE technologies_technologygroup ( ); -ALTER TABLE technologies_technologygroup OWNER TO postgres; - -- --- Name: linechangeovernorms_groupsview; Type: VIEW; Schema: public; Owner: postgres +-- Name: linechangeovernorms_groupsview; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW linechangeovernorms_groupsview AS @@ -7733,10 +7076,8 @@ CREATE VIEW linechangeovernorms_groupsview AS WHERE ((norms.changeovertype)::text = '02forTechnologyGroup'::text); -ALTER TABLE linechangeovernorms_groupsview OWNER TO postgres; - -- --- Name: linechangeovernorms_groupsview_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_groupsview_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE linechangeovernorms_groupsview_id_seq @@ -7747,10 +7088,8 @@ CREATE SEQUENCE linechangeovernorms_groupsview_id_seq CACHE 1; -ALTER TABLE linechangeovernorms_groupsview_id_seq OWNER TO postgres; - -- --- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE linechangeovernorms_linechangeovernorms_id_seq @@ -7761,17 +7100,15 @@ CREATE SEQUENCE linechangeovernorms_linechangeovernorms_id_seq CACHE 1; -ALTER TABLE linechangeovernorms_linechangeovernorms_id_seq OWNER TO postgres; - -- --- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE linechangeovernorms_linechangeovernorms_id_seq OWNED BY linechangeovernorms_linechangeovernorms.id; -- --- Name: linechangeovernorms_normflatview; Type: VIEW; Schema: public; Owner: postgres +-- Name: linechangeovernorms_normflatview; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW linechangeovernorms_normflatview AS @@ -7802,10 +7139,8 @@ UNION ALL WHERE (((norms.changeovertype)::text = '01forTechnology'::text) AND (norms.fromtechnology_id IS NOT NULL) AND (norms.totechnology_id IS NOT NULL)); -ALTER TABLE linechangeovernorms_normflatview OWNER TO postgres; - -- --- Name: linechangeovernorms_normflatview_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_normflatview_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE linechangeovernorms_normflatview_id_seq @@ -7816,10 +7151,8 @@ CREATE SEQUENCE linechangeovernorms_normflatview_id_seq CACHE 1; -ALTER TABLE linechangeovernorms_normflatview_id_seq OWNER TO postgres; - -- --- Name: orders_order; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_order; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_order ( @@ -7919,10 +7252,8 @@ CREATE TABLE orders_order ( ); -ALTER TABLE orders_order OWNER TO postgres; - -- --- Name: linechangeovernorms_ordersnormview; Type: VIEW; Schema: public; Owner: postgres +-- Name: linechangeovernorms_ordersnormview; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW linechangeovernorms_ordersnormview AS @@ -7944,10 +7275,8 @@ CREATE VIEW linechangeovernorms_ordersnormview AS ORDER BY norms.productionlineid, norms.changeovertype; -ALTER TABLE linechangeovernorms_ordersnormview OWNER TO postgres; - -- --- Name: linechangeovernorms_ordersnormview_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: linechangeovernorms_ordersnormview_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE linechangeovernorms_ordersnormview_id_seq @@ -7958,10 +7287,8 @@ CREATE SEQUENCE linechangeovernorms_ordersnormview_id_seq CACHE 1; -ALTER TABLE linechangeovernorms_ordersnormview_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorder_id_seq @@ -7972,17 +7299,15 @@ CREATE SEQUENCE masterorders_masterorder_id_seq CACHE 1; -ALTER TABLE masterorders_masterorder_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: masterorders_masterorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE masterorders_masterorder_id_seq OWNED BY masterorders_masterorder.id; -- --- Name: masterorders_masterorderdefinition; Type: TABLE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE masterorders_masterorderdefinition ( @@ -7995,10 +7320,8 @@ CREATE TABLE masterorders_masterorderdefinition ( ); -ALTER TABLE masterorders_masterorderdefinition OWNER TO postgres; - -- --- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderdefinition_id_seq @@ -8009,17 +7332,15 @@ CREATE SEQUENCE masterorders_masterorderdefinition_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderdefinition_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE masterorders_masterorderdefinition_id_seq OWNED BY masterorders_masterorderdefinition.id; -- --- Name: masterorders_masterorderposition_manyproducts; Type: TABLE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_manyproducts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE masterorders_masterorderposition_manyproducts ( @@ -8051,10 +7372,8 @@ CREATE TABLE masterorders_masterorderposition_manyproducts ( ALTER TABLE ONLY masterorders_masterorderposition_manyproducts REPLICA IDENTITY NOTHING; -ALTER TABLE masterorders_masterorderposition_manyproducts OWNER TO postgres; - -- --- Name: masterorders_masterorderpositiondto; Type: VIEW; Schema: public; Owner: postgres +-- Name: masterorders_masterorderpositiondto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW masterorders_masterorderpositiondto AS @@ -8084,10 +7403,8 @@ CREATE VIEW masterorders_masterorderpositiondto AS FROM masterorders_masterorderposition_manyproducts; -ALTER TABLE masterorders_masterorderpositiondto OWNER TO postgres; - -- --- Name: masterorders_masterorderdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW masterorders_masterorderdto AS @@ -8096,8 +7413,8 @@ CREATE VIEW masterorders_masterorderdto AS masterorder.number, masterorder.name, masterorder.deadline, - company.name AS company, - companypayer.name AS companypayer, + company.number AS company, + companypayer.number AS companypayer, COALESCE((orderedpositions.count)::integer, 0) AS orderedpositionquantity, COALESCE((cumulatedpositions.count)::integer, 0) AS commissionedpositionquantity, (COALESCE((orderedpositions.count)::integer, 0) - COALESCE((cumulatedpositions.count)::integer, 0)) AS quantityforcommission, @@ -8118,10 +7435,8 @@ CREATE VIEW masterorders_masterorderdto AS GROUP BY masterorders_masterorderpositiondto.masterorderid) cumulatedpositions ON ((cumulatedpositions.masterorderid = masterorder.id))); -ALTER TABLE masterorders_masterorderdto OWNER TO postgres; - -- --- Name: masterorders_masterorderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderdto_id_seq @@ -8132,10 +7447,8 @@ CREATE SEQUENCE masterorders_masterorderdto_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderdto_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderposition_manyproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_manyproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderposition_manyproducts_id_seq @@ -8146,10 +7459,8 @@ CREATE SEQUENCE masterorders_masterorderposition_manyproducts_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderposition_manyproducts_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderposition_oneproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_oneproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderposition_oneproduct_id_seq @@ -8160,10 +7471,8 @@ CREATE SEQUENCE masterorders_masterorderposition_oneproduct_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderposition_oneproduct_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderpositiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderpositiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderpositiondto_id_seq @@ -8174,10 +7483,8 @@ CREATE SEQUENCE masterorders_masterorderpositiondto_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderpositiondto_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE masterorders_masterorderproduct_id_seq @@ -8188,17 +7495,15 @@ CREATE SEQUENCE masterorders_masterorderproduct_id_seq CACHE 1; -ALTER TABLE masterorders_masterorderproduct_id_seq OWNER TO postgres; - -- --- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE masterorders_masterorderproduct_id_seq OWNED BY masterorders_masterorderproduct.id; -- --- Name: materialflow_location; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_location; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_location ( @@ -8216,10 +7521,8 @@ CREATE TABLE materialflow_location ( ); -ALTER TABLE materialflow_location OWNER TO postgres; - -- --- Name: materialflow_location_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_location_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_location_id_seq @@ -8230,17 +7533,15 @@ CREATE SEQUENCE materialflow_location_id_seq CACHE 1; -ALTER TABLE materialflow_location_id_seq OWNER TO postgres; - -- --- Name: materialflow_location_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_location_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_location_id_seq OWNED BY materialflow_location.id; -- --- Name: materialflow_materialsinlocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_materialsinlocation ( @@ -8256,10 +7557,8 @@ CREATE TABLE materialflow_materialsinlocation ( ); -ALTER TABLE materialflow_materialsinlocation OWNER TO postgres; - -- --- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_materialsinlocation_id_seq @@ -8270,17 +7569,15 @@ CREATE SEQUENCE materialflow_materialsinlocation_id_seq CACHE 1; -ALTER TABLE materialflow_materialsinlocation_id_seq OWNER TO postgres; - -- --- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_materialsinlocation_id_seq OWNED BY materialflow_materialsinlocation.id; -- --- Name: materialflow_materialsinlocationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_materialsinlocationcomponent ( @@ -8291,10 +7588,8 @@ CREATE TABLE materialflow_materialsinlocationcomponent ( ); -ALTER TABLE materialflow_materialsinlocationcomponent OWNER TO postgres; - -- --- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_materialsinlocationcomponent_id_seq @@ -8305,17 +7600,15 @@ CREATE SEQUENCE materialflow_materialsinlocationcomponent_id_seq CACHE 1; -ALTER TABLE materialflow_materialsinlocationcomponent_id_seq OWNER TO postgres; - -- --- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_materialsinlocationcomponent_id_seq OWNED BY materialflow_materialsinlocationcomponent.id; -- --- Name: materialflow_stockcorrection; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_stockcorrection ( @@ -8330,10 +7623,8 @@ CREATE TABLE materialflow_stockcorrection ( ); -ALTER TABLE materialflow_stockcorrection OWNER TO postgres; - -- --- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_stockcorrection_id_seq @@ -8344,17 +7635,15 @@ CREATE SEQUENCE materialflow_stockcorrection_id_seq CACHE 1; -ALTER TABLE materialflow_stockcorrection_id_seq OWNER TO postgres; - -- --- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_stockcorrection_id_seq OWNED BY materialflow_stockcorrection.id; -- --- Name: materialflow_transfer; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_transfer; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_transfer ( @@ -8375,10 +7664,8 @@ CREATE TABLE materialflow_transfer ( ); -ALTER TABLE materialflow_transfer OWNER TO postgres; - -- --- Name: materialflow_transfer_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_transfer_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_transfer_id_seq @@ -8389,17 +7676,15 @@ CREATE SEQUENCE materialflow_transfer_id_seq CACHE 1; -ALTER TABLE materialflow_transfer_id_seq OWNER TO postgres; - -- --- Name: materialflow_transfer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_transfer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_transfer_id_seq OWNED BY materialflow_transfer.id; -- --- Name: materialflow_transformations; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_transformations; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_transformations ( @@ -8415,10 +7700,8 @@ CREATE TABLE materialflow_transformations ( ); -ALTER TABLE materialflow_transformations OWNER TO postgres; - -- --- Name: materialflow_transformations_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_transformations_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_transformations_id_seq @@ -8429,17 +7712,15 @@ CREATE SEQUENCE materialflow_transformations_id_seq CACHE 1; -ALTER TABLE materialflow_transformations_id_seq OWNER TO postgres; - -- --- Name: materialflow_transformations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_transformations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_transformations_id_seq OWNED BY materialflow_transformations.id; -- --- Name: materialflow_userlocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflow_userlocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflow_userlocation ( @@ -8449,10 +7730,8 @@ CREATE TABLE materialflow_userlocation ( ); -ALTER TABLE materialflow_userlocation OWNER TO postgres; - -- --- Name: materialflow_userlocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflow_userlocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflow_userlocation_id_seq @@ -8463,17 +7742,15 @@ CREATE SEQUENCE materialflow_userlocation_id_seq CACHE 1; -ALTER TABLE materialflow_userlocation_id_seq OWNER TO postgres; - -- --- Name: materialflow_userlocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflow_userlocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflow_userlocation_id_seq OWNED BY materialflow_userlocation.id; -- --- Name: materialflowmultitransfers_productquantity; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowmultitransfers_productquantity ( @@ -8486,10 +7763,8 @@ CREATE TABLE materialflowmultitransfers_productquantity ( ); -ALTER TABLE materialflowmultitransfers_productquantity OWNER TO postgres; - -- --- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowmultitransfers_productquantity_id_seq @@ -8500,17 +7775,15 @@ CREATE SEQUENCE materialflowmultitransfers_productquantity_id_seq CACHE 1; -ALTER TABLE materialflowmultitransfers_productquantity_id_seq OWNER TO postgres; - -- --- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowmultitransfers_productquantity_id_seq OWNED BY materialflowmultitransfers_productquantity.id; -- --- Name: materialflowmultitransfers_transfertemplate; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowmultitransfers_transfertemplate ( @@ -8522,10 +7795,8 @@ CREATE TABLE materialflowmultitransfers_transfertemplate ( ); -ALTER TABLE materialflowmultitransfers_transfertemplate OWNER TO postgres; - -- --- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowmultitransfers_transfertemplate_id_seq @@ -8536,17 +7807,15 @@ CREATE SEQUENCE materialflowmultitransfers_transfertemplate_id_seq CACHE 1; -ALTER TABLE materialflowmultitransfers_transfertemplate_id_seq OWNER TO postgres; - -- --- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowmultitransfers_transfertemplate_id_seq OWNED BY materialflowmultitransfers_transfertemplate.id; -- --- Name: materialflowresources_attribute; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_attribute ( @@ -8558,10 +7827,8 @@ CREATE TABLE materialflowresources_attribute ( ); -ALTER TABLE materialflowresources_attribute OWNER TO postgres; - -- --- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_attribute_id_seq @@ -8572,17 +7839,15 @@ CREATE SEQUENCE materialflowresources_attribute_id_seq CACHE 1; -ALTER TABLE materialflowresources_attribute_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_attribute_id_seq OWNED BY materialflowresources_attribute.id; -- --- Name: materialflowresources_attributevalue; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_attributevalue ( @@ -8595,10 +7860,8 @@ CREATE TABLE materialflowresources_attributevalue ( ); -ALTER TABLE materialflowresources_attributevalue OWNER TO postgres; - -- --- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_attributevalue_id_seq @@ -8609,17 +7872,15 @@ CREATE SEQUENCE materialflowresources_attributevalue_id_seq CACHE 1; -ALTER TABLE materialflowresources_attributevalue_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_attributevalue_id_seq OWNED BY materialflowresources_attributevalue.id; -- --- Name: materialflowresources_costnormsgenerator; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_costnormsgenerator ( @@ -8630,10 +7891,8 @@ CREATE TABLE materialflowresources_costnormsgenerator ( ); -ALTER TABLE materialflowresources_costnormsgenerator OWNER TO postgres; - -- --- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_costnormsgenerator_id_seq @@ -8644,17 +7903,15 @@ CREATE SEQUENCE materialflowresources_costnormsgenerator_id_seq CACHE 1; -ALTER TABLE materialflowresources_costnormsgenerator_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_costnormsgenerator_id_seq OWNED BY materialflowresources_costnormsgenerator.id; -- --- Name: materialflowresources_costnormslocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_costnormslocation ( @@ -8665,10 +7922,8 @@ CREATE TABLE materialflowresources_costnormslocation ( ); -ALTER TABLE materialflowresources_costnormslocation OWNER TO postgres; - -- --- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_costnormslocation_id_seq @@ -8679,17 +7934,15 @@ CREATE SEQUENCE materialflowresources_costnormslocation_id_seq CACHE 1; -ALTER TABLE materialflowresources_costnormslocation_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_costnormslocation_id_seq OWNED BY materialflowresources_costnormslocation.id; -- --- Name: materialflowresources_document; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_document; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_document ( @@ -8723,10 +7976,8 @@ CREATE TABLE materialflowresources_document ( ); -ALTER TABLE materialflowresources_document OWNER TO postgres; - -- --- Name: materialflowresources_document_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_id_seq @@ -8737,17 +7988,15 @@ CREATE SEQUENCE materialflowresources_document_id_seq CACHE 1; -ALTER TABLE materialflowresources_document_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_document_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_document_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_document_id_seq OWNED BY materialflowresources_document.id; -- --- Name: materialflowresources_document_number_mm; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_mm; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_mm @@ -8758,10 +8007,8 @@ CREATE SEQUENCE materialflowresources_document_number_mm CACHE 1; -ALTER TABLE materialflowresources_document_number_mm OWNER TO postgres; - -- --- Name: materialflowresources_document_number_pw; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_pw; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_pw @@ -8772,10 +8019,8 @@ CREATE SEQUENCE materialflowresources_document_number_pw CACHE 1; -ALTER TABLE materialflowresources_document_number_pw OWNER TO postgres; - -- --- Name: materialflowresources_document_number_pz; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_pz; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_pz @@ -8786,10 +8031,8 @@ CREATE SEQUENCE materialflowresources_document_number_pz CACHE 1; -ALTER TABLE materialflowresources_document_number_pz OWNER TO postgres; - -- --- Name: materialflowresources_document_number_rw; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_rw; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_rw @@ -8800,10 +8043,8 @@ CREATE SEQUENCE materialflowresources_document_number_rw CACHE 1; -ALTER TABLE materialflowresources_document_number_rw OWNER TO postgres; - -- --- Name: materialflowresources_document_number_wz; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_wz; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_document_number_wz @@ -8814,10 +8055,8 @@ CREATE SEQUENCE materialflowresources_document_number_wz CACHE 1; -ALTER TABLE materialflowresources_document_number_wz OWNER TO postgres; - -- --- Name: subcontractorportal_suborder; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborder ( @@ -8838,10 +8077,8 @@ CREATE TABLE subcontractorportal_suborder ( ); -ALTER TABLE subcontractorportal_suborder OWNER TO postgres; - -- --- Name: materialflowresources_documentdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_documentdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_documentdto AS @@ -8889,10 +8126,8 @@ CREATE VIEW materialflowresources_documentdto AS LEFT JOIN subcontractorportal_suborder suborder ON ((suborder.id = document.suborder_id))); -ALTER TABLE materialflowresources_documentdto OWNER TO postgres; - -- --- Name: materialflowresources_documentdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_documentdto_id_seq @@ -8903,10 +8138,8 @@ CREATE SEQUENCE materialflowresources_documentdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_documentdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparameters; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_documentpositionparameters ( @@ -8921,10 +8154,8 @@ CREATE TABLE materialflowresources_documentpositionparameters ( ); -ALTER TABLE materialflowresources_documentpositionparameters OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_documentpositionparameters_id_seq @@ -8935,17 +8166,15 @@ CREATE SEQUENCE materialflowresources_documentpositionparameters_id_seq CACHE 1; -ALTER TABLE materialflowresources_documentpositionparameters_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_documentpositionparameters_id_seq OWNED BY materialflowresources_documentpositionparameters.id; -- --- Name: materialflowresources_documentpositionparametersitem; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_documentpositionparametersitem ( @@ -8958,10 +8187,8 @@ CREATE TABLE materialflowresources_documentpositionparametersitem ( ); -ALTER TABLE materialflowresources_documentpositionparametersitem OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_documentpositionparametersitem_id_seq @@ -8972,17 +8199,15 @@ CREATE SEQUENCE materialflowresources_documentpositionparametersitem_id_seq CACHE 1; -ALTER TABLE materialflowresources_documentpositionparametersitem_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_documentpositionparametersitem_id_seq OWNED BY materialflowresources_documentpositionparametersitem.id; -- --- Name: materialflowresources_resource; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_resource ( @@ -9013,10 +8238,8 @@ CREATE TABLE materialflowresources_resource ( ); -ALTER TABLE materialflowresources_resource OWNER TO postgres; - -- --- Name: materialflowresources_orderedquantity; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_orderedquantity; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_orderedquantity AS @@ -9028,10 +8251,8 @@ CREATE VIEW materialflowresources_orderedquantity AS GROUP BY resource.id; -ALTER TABLE materialflowresources_orderedquantity OWNER TO postgres; - -- --- Name: materialflowresources_resourcestock; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_resourcestock ( @@ -9044,10 +8265,8 @@ CREATE TABLE materialflowresources_resourcestock ( ); -ALTER TABLE materialflowresources_resourcestock OWNER TO postgres; - -- --- Name: materialflowresources_orderedquantitystock; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_orderedquantitystock; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_orderedquantitystock AS @@ -9059,10 +8278,8 @@ CREATE VIEW materialflowresources_orderedquantitystock AS GROUP BY resource.id; -ALTER TABLE materialflowresources_orderedquantitystock OWNER TO postgres; - -- --- Name: materialflowresources_palletbalance; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_palletbalance ( @@ -9083,10 +8300,8 @@ CREATE TABLE materialflowresources_palletbalance ( ); -ALTER TABLE materialflowresources_palletbalance OWNER TO postgres; - -- --- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_palletbalance_id_seq @@ -9097,17 +8312,15 @@ CREATE SEQUENCE materialflowresources_palletbalance_id_seq CACHE 1; -ALTER TABLE materialflowresources_palletbalance_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_palletbalance_id_seq OWNED BY materialflowresources_palletbalance.id; -- --- Name: materialflowresources_palletmovehelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_palletmovehelper ( @@ -9115,10 +8328,8 @@ CREATE TABLE materialflowresources_palletmovehelper ( ); -ALTER TABLE materialflowresources_palletmovehelper OWNER TO postgres; - -- --- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_palletmovehelper_id_seq @@ -9129,17 +8340,15 @@ CREATE SEQUENCE materialflowresources_palletmovehelper_id_seq CACHE 1; -ALTER TABLE materialflowresources_palletmovehelper_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_palletmovehelper_id_seq OWNED BY materialflowresources_palletmovehelper.id; -- --- Name: materialflowresources_palletstoragestatedetailsdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedetailsdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_palletstoragestatedetailsdto AS @@ -9170,10 +8379,8 @@ CREATE VIEW materialflowresources_palletstoragestatedetailsdto AS ORDER BY palletnumber.number; -ALTER TABLE materialflowresources_palletstoragestatedetailsdto OWNER TO postgres; - -- --- Name: materialflowresources_palletstoragestatedetailsdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedetailsdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_palletstoragestatedetailsdto_id_seq @@ -9184,10 +8391,8 @@ CREATE SEQUENCE materialflowresources_palletstoragestatedetailsdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_palletstoragestatedetailsdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_palletstoragestatedto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_palletstoragestatedto AS @@ -9208,10 +8413,8 @@ CREATE VIEW materialflowresources_palletstoragestatedto AS ORDER BY palletstoragestatedetails.palletnumber, palletstoragestatedetails.locationnumber; -ALTER TABLE materialflowresources_palletstoragestatedto OWNER TO postgres; - -- --- Name: materialflowresources_palletstoragestatedto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_palletstoragestatedto_id_seq @@ -9222,10 +8425,8 @@ CREATE SEQUENCE materialflowresources_palletstoragestatedto_id_seq CACHE 1; -ALTER TABLE materialflowresources_palletstoragestatedto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_position; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_position; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_position ( @@ -9254,10 +8455,8 @@ CREATE TABLE materialflowresources_position ( ); -ALTER TABLE materialflowresources_position OWNER TO postgres; - -- --- Name: materialflowresources_position_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_position_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_position_id_seq @@ -9268,17 +8467,15 @@ CREATE SEQUENCE materialflowresources_position_id_seq CACHE 1; -ALTER TABLE materialflowresources_position_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_position_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_position_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_position_id_seq OWNED BY materialflowresources_position.id; -- --- Name: materialflowresources_positiondto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_positiondto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_positiondto AS @@ -9313,7 +8510,11 @@ CREATE VIEW materialflowresources_positiondto AS "position".typeofpallet AS pallettype, palletnumber.number AS palletnumber, (locfrom.id)::integer AS locationfrom_id, - (locto.id)::integer AS locationto_id + (locto.id)::integer AS locationto_id, + "position".givenquantity, + "position".givenunit, + "position".conversion, + (document.id)::integer AS documentid FROM (((((((((((((materialflowresources_position "position" JOIN materialflowresources_document document ON (("position".document_id = document.id))) LEFT JOIN materialflow_location locfrom ON ((document.locationfrom_id = locfrom.id))) @@ -9330,10 +8531,8 @@ CREATE VIEW materialflowresources_positiondto AS LEFT JOIN basic_palletnumber palletnumber ON ((palletnumber.id = "position".palletnumber_id))); -ALTER TABLE materialflowresources_positiondto OWNER TO postgres; - -- --- Name: materialflowresources_positiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_positiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_positiondto_id_seq @@ -9344,10 +8543,8 @@ CREATE SEQUENCE materialflowresources_positiondto_id_seq CACHE 1; -ALTER TABLE materialflowresources_positiondto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_productstoragelocationhistory; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_productstoragelocationhistory ( @@ -9363,10 +8560,8 @@ CREATE TABLE materialflowresources_productstoragelocationhistory ( ); -ALTER TABLE materialflowresources_productstoragelocationhistory OWNER TO postgres; - -- --- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_productstoragelocationhistory_id_seq @@ -9377,17 +8572,15 @@ CREATE SEQUENCE materialflowresources_productstoragelocationhistory_id_seq CACHE 1; -ALTER TABLE materialflowresources_productstoragelocationhistory_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_productstoragelocationhistory_id_seq OWNED BY materialflowresources_productstoragelocationhistory.id; -- --- Name: materialflowresources_reservation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_reservation ( @@ -9401,10 +8594,8 @@ CREATE TABLE materialflowresources_reservation ( ); -ALTER TABLE materialflowresources_reservation OWNER TO postgres; - -- --- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_reservation_id_seq @@ -9415,17 +8606,15 @@ CREATE SEQUENCE materialflowresources_reservation_id_seq CACHE 1; -ALTER TABLE materialflowresources_reservation_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_reservation_id_seq OWNED BY materialflowresources_reservation.id; -- --- Name: materialflowresources_resource_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_id_seq @@ -9436,17 +8625,15 @@ CREATE SEQUENCE materialflowresources_resource_id_seq CACHE 1; -ALTER TABLE materialflowresources_resource_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resource_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_resource_id_seq OWNED BY materialflowresources_resource.id; -- --- Name: materialflowresources_resource_number_2014; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2014; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_number_2014 @@ -9457,10 +8644,8 @@ CREATE SEQUENCE materialflowresources_resource_number_2014 CACHE 1; -ALTER TABLE materialflowresources_resource_number_2014 OWNER TO postgres; - -- --- Name: materialflowresources_resource_number_2015; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2015; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_number_2015 @@ -9471,10 +8656,8 @@ CREATE SEQUENCE materialflowresources_resource_number_2015 CACHE 1; -ALTER TABLE materialflowresources_resource_number_2015 OWNER TO postgres; - -- --- Name: materialflowresources_resource_number_2016; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2016; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_number_2016 @@ -9485,10 +8668,8 @@ CREATE SEQUENCE materialflowresources_resource_number_2016 CACHE 1; -ALTER TABLE materialflowresources_resource_number_2016 OWNER TO postgres; - -- --- Name: materialflowresources_resource_number_2017; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2017; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resource_number_2017 @@ -9499,10 +8680,8 @@ CREATE SEQUENCE materialflowresources_resource_number_2017 CACHE 1; -ALTER TABLE materialflowresources_resource_number_2017 OWNER TO postgres; - -- --- Name: materialflowresources_resourcecorrection; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_resourcecorrection ( @@ -9535,10 +8714,8 @@ CREATE TABLE materialflowresources_resourcecorrection ( ); -ALTER TABLE materialflowresources_resourcecorrection OWNER TO postgres; - -- --- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcecorrection_id_seq @@ -9549,17 +8726,15 @@ CREATE SEQUENCE materialflowresources_resourcecorrection_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcecorrection_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_resourcecorrection_id_seq OWNED BY materialflowresources_resourcecorrection.id; -- --- Name: materialflowresources_resourcecorrectiondto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrectiondto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_resourcecorrectiondto AS @@ -9583,10 +8758,8 @@ CREATE VIEW materialflowresources_resourcecorrectiondto AS JOIN materialflowresources_resource resource ON ((correction.resource_id = resource.id))); -ALTER TABLE materialflowresources_resourcecorrectiondto OWNER TO postgres; - -- --- Name: materialflowresources_resourcecorrectiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrectiondto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcecorrectiondto_id_seq @@ -9597,10 +8770,8 @@ CREATE SEQUENCE materialflowresources_resourcecorrectiondto_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcecorrectiondto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcestock_id_seq @@ -9611,17 +8782,15 @@ CREATE SEQUENCE materialflowresources_resourcestock_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcestock_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_resourcestock_id_seq OWNED BY materialflowresources_resourcestock.id; -- --- Name: warehouseminimalstate_warehouseminimumstate; Type: TABLE; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE warehouseminimalstate_warehouseminimumstate ( @@ -9638,10 +8807,8 @@ CREATE TABLE warehouseminimalstate_warehouseminimumstate ( ); -ALTER TABLE warehouseminimalstate_warehouseminimumstate OWNER TO postgres; - -- --- Name: materialflowresources_resourcestockdto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_resourcestockdto_internal AS @@ -9660,10 +8827,8 @@ CREATE VIEW materialflowresources_resourcestockdto_internal AS GROUP BY resource.location_id, resource.product_id, orderedquantity.orderedquantity, resource.reservedquantity, resource.availablequantity, resource.quantity; -ALTER TABLE materialflowresources_resourcestockdto_internal OWNER TO postgres; - -- --- Name: materialflowresources_resourcestockdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_resourcestockdto AS @@ -9685,10 +8850,8 @@ CREATE VIEW materialflowresources_resourcestockdto AS JOIN basic_product product ON ((product.id = internal.product_id))); -ALTER TABLE materialflowresources_resourcestockdto OWNER TO postgres; - -- --- Name: materialflowresources_resourcestockdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcestockdto_id_seq @@ -9699,10 +8862,8 @@ CREATE SEQUENCE materialflowresources_resourcestockdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcestockdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_resourcestockdto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_resourcestockdto_internal_id_seq @@ -9713,10 +8874,8 @@ CREATE SEQUENCE materialflowresources_resourcestockdto_internal_id_seq CACHE 1; -ALTER TABLE materialflowresources_resourcestockdto_internal_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_storagelocation_id_seq @@ -9727,17 +8886,15 @@ CREATE SEQUENCE materialflowresources_storagelocation_id_seq CACHE 1; -ALTER TABLE materialflowresources_storagelocation_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_storagelocation_id_seq OWNED BY materialflowresources_storagelocation.id; -- --- Name: materialflowresources_storagelocationdto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationdto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_storagelocationdto_internal AS @@ -9761,10 +8918,8 @@ CREATE VIEW materialflowresources_storagelocationdto_internal AS GROUP BY location.number, location.id, storagelocation.number, COALESCE(product.number, storageproduct.number), COALESCE(product.name, storageproduct.name), resourcecode.code, COALESCE(product.unit, storageproduct.unit), COALESCE(product.additionalunit, product.unit, storageproduct.additionalunit, storageproduct.unit); -ALTER TABLE materialflowresources_storagelocationdto_internal OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_storagelocationdto AS @@ -9782,10 +8937,8 @@ CREATE VIEW materialflowresources_storagelocationdto AS FROM materialflowresources_storagelocationdto_internal internal; -ALTER TABLE materialflowresources_storagelocationdto OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_storagelocationdto_id_seq @@ -9796,10 +8949,8 @@ CREATE SEQUENCE materialflowresources_storagelocationdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_storagelocationdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_storagelocationhelper ( @@ -9814,10 +8965,8 @@ CREATE TABLE materialflowresources_storagelocationhelper ( ); -ALTER TABLE materialflowresources_storagelocationhelper OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_storagelocationhelper_id_seq @@ -9828,17 +8977,15 @@ CREATE SEQUENCE materialflowresources_storagelocationhelper_id_seq CACHE 1; -ALTER TABLE materialflowresources_storagelocationhelper_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_storagelocationhelper_id_seq OWNED BY materialflowresources_storagelocationhelper.id; -- --- Name: materialflowresources_storagelocationhistory; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialflowresources_storagelocationhistory ( @@ -9853,10 +9000,8 @@ CREATE TABLE materialflowresources_storagelocationhistory ( ); -ALTER TABLE materialflowresources_storagelocationhistory OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_storagelocationhistory_id_seq @@ -9867,17 +9012,15 @@ CREATE SEQUENCE materialflowresources_storagelocationhistory_id_seq CACHE 1; -ALTER TABLE materialflowresources_storagelocationhistory_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialflowresources_storagelocationhistory_id_seq OWNED BY materialflowresources_storagelocationhistory.id; -- --- Name: materialflowresources_warehousestock; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestock; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_warehousestock AS @@ -9896,10 +9039,8 @@ CREATE VIEW materialflowresources_warehousestock AS GROUP BY materialflowresources_resource.location_id, materialflowresources_resource.product_id; -ALTER TABLE materialflowresources_warehousestock OWNER TO postgres; - -- --- Name: materialflowresources_warehousestock_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestock_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_warehousestock_id_seq @@ -9910,10 +9051,8 @@ CREATE SEQUENCE materialflowresources_warehousestock_id_seq CACHE 1; -ALTER TABLE materialflowresources_warehousestock_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_warehousestocklistdto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_warehousestocklistdto_internal AS @@ -9930,10 +9069,8 @@ CREATE VIEW materialflowresources_warehousestocklistdto_internal AS GROUP BY resource.location_id, resource.product_id, orderedquantity.orderedquantity; -ALTER TABLE materialflowresources_warehousestocklistdto_internal OWNER TO postgres; - -- --- Name: materialflowresources_warehousestocklistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW materialflowresources_warehousestocklistdto AS @@ -9953,10 +9090,8 @@ CREATE VIEW materialflowresources_warehousestocklistdto AS JOIN basic_product product ON ((product.id = internal.product_id))); -ALTER TABLE materialflowresources_warehousestocklistdto OWNER TO postgres; - -- --- Name: materialflowresources_warehousestocklistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_warehousestocklistdto_id_seq @@ -9967,10 +9102,8 @@ CREATE SEQUENCE materialflowresources_warehousestocklistdto_id_seq CACHE 1; -ALTER TABLE materialflowresources_warehousestocklistdto_id_seq OWNER TO postgres; - -- --- Name: materialflowresources_warehousestocklistdto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialflowresources_warehousestocklistdto_internal_id_seq @@ -9981,10 +9114,8 @@ CREATE SEQUENCE materialflowresources_warehousestocklistdto_internal_id_seq CACHE 1; -ALTER TABLE materialflowresources_warehousestocklistdto_internal_id_seq OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_columnforcoveragesfororder ( @@ -9999,10 +9130,8 @@ CREATE TABLE materialrequirementcoveragefororder_columnforcoveragesfororder ( ); -ALTER TABLE materialrequirementcoveragefororder_columnforcoveragesfororder OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_columnforcoveragesfororder_ @@ -10013,17 +9142,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_columnforcoveragesfororder_ CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_columnforcoveragesfororder_ OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_columnforcoveragesfororder_ OWNED BY materialrequirementcoveragefororder_columnforcoveragesfororder.id; -- --- Name: materialrequirementcoveragefororder_coveragefororder; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_coveragefororder ( @@ -10050,10 +9177,8 @@ CREATE TABLE materialrequirementcoveragefororder_coveragefororder ( ); -ALTER TABLE materialrequirementcoveragefororder_coveragefororder OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_coveragefororder_id_seq @@ -10064,17 +9189,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_coveragefororder_id_seq CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_coveragefororder_id_seq OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_coveragefororder_id_seq OWNED BY materialrequirementcoveragefororder_coveragefororder.id; -- --- Name: materialrequirementcoveragefororder_coveragelocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_coveragelocation ( @@ -10086,10 +9209,8 @@ CREATE TABLE materialrequirementcoveragefororder_coveragelocation ( ); -ALTER TABLE materialrequirementcoveragefororder_coveragelocation OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_coveragelocation_id_seq @@ -10100,17 +9221,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_coveragelocation_id_seq CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_coveragelocation_id_seq OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_coveragelocation_id_seq OWNED BY materialrequirementcoveragefororder_coveragelocation.id; -- --- Name: materialrequirementcoveragefororder_coverageproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_coverageproduct ( @@ -10133,10 +9252,8 @@ CREATE TABLE materialrequirementcoveragefororder_coverageproduct ( ); -ALTER TABLE materialrequirementcoveragefororder_coverageproduct OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_coverageproduct_id_seq @@ -10147,17 +9264,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_coverageproduct_id_seq CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_coverageproduct_id_seq OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_coverageproduct_id_seq OWNED BY materialrequirementcoveragefororder_coverageproduct.id; -- --- Name: materialrequirementcoveragefororder_coverageproductlogging; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirementcoveragefororder_coverageproductlogging ( @@ -10176,10 +9291,8 @@ CREATE TABLE materialrequirementcoveragefororder_coverageproductlogging ( ); -ALTER TABLE materialrequirementcoveragefororder_coverageproductlogging OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirementcoveragefororder_coverageproductlogging_id_s @@ -10190,17 +9303,15 @@ CREATE SEQUENCE materialrequirementcoveragefororder_coverageproductlogging_id_s CACHE 1; -ALTER TABLE materialrequirementcoveragefororder_coverageproductlogging_id_s OWNER TO postgres; - -- --- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirementcoveragefororder_coverageproductlogging_id_s OWNED BY materialrequirementcoveragefororder_coverageproductlogging.id; -- --- Name: materialrequirements_materialrequirement; Type: TABLE; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE materialrequirements_materialrequirement ( @@ -10217,10 +9328,8 @@ CREATE TABLE materialrequirements_materialrequirement ( ); -ALTER TABLE materialrequirements_materialrequirement OWNER TO postgres; - -- --- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE materialrequirements_materialrequirement_id_seq @@ -10231,17 +9340,15 @@ CREATE SEQUENCE materialrequirements_materialrequirement_id_seq CACHE 1; -ALTER TABLE materialrequirements_materialrequirement_id_seq OWNER TO postgres; - -- --- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE materialrequirements_materialrequirement_id_seq OWNED BY materialrequirements_materialrequirement.id; -- --- Name: nblsport_fabric; Type: TABLE; Schema: public; Owner: postgres +-- Name: nblsport_fabric; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nblsport_fabric ( @@ -10255,10 +9362,8 @@ CREATE TABLE nblsport_fabric ( ); -ALTER TABLE nblsport_fabric OWNER TO postgres; - -- --- Name: nblsport_fabric_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nblsport_fabric_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nblsport_fabric_id_seq @@ -10269,17 +9374,15 @@ CREATE SEQUENCE nblsport_fabric_id_seq CACHE 1; -ALTER TABLE nblsport_fabric_id_seq OWNER TO postgres; - -- --- Name: nblsport_fabric_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nblsport_fabric_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nblsport_fabric_id_seq OWNED BY nblsport_fabric.id; -- --- Name: nblsport_overhead; Type: TABLE; Schema: public; Owner: postgres +-- Name: nblsport_overhead; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nblsport_overhead ( @@ -10290,10 +9393,8 @@ CREATE TABLE nblsport_overhead ( ); -ALTER TABLE nblsport_overhead OWNER TO postgres; - -- --- Name: nblsport_overhead_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nblsport_overhead_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nblsport_overhead_id_seq @@ -10304,17 +9405,15 @@ CREATE SEQUENCE nblsport_overhead_id_seq CACHE 1; -ALTER TABLE nblsport_overhead_id_seq OWNER TO postgres; - -- --- Name: nblsport_overhead_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nblsport_overhead_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nblsport_overhead_id_seq OWNED BY nblsport_overhead.id; -- --- Name: nutritionfacts_nutrientcalculation; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_nutrientcalculation ( @@ -10328,10 +9427,8 @@ CREATE TABLE nutritionfacts_nutrientcalculation ( ); -ALTER TABLE nutritionfacts_nutrientcalculation OWNER TO postgres; - -- --- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_nutrientcalculation_id_seq @@ -10342,17 +9439,15 @@ CREATE SEQUENCE nutritionfacts_nutrientcalculation_id_seq CACHE 1; -ALTER TABLE nutritionfacts_nutrientcalculation_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_nutrientcalculation_id_seq OWNED BY nutritionfacts_nutrientcalculation.id; -- --- Name: nutritionfacts_nutrition; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_nutrition ( @@ -10369,10 +9464,8 @@ CREATE TABLE nutritionfacts_nutrition ( ); -ALTER TABLE nutritionfacts_nutrition OWNER TO postgres; - -- --- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_nutrition_id_seq @@ -10383,17 +9476,15 @@ CREATE SEQUENCE nutritionfacts_nutrition_id_seq CACHE 1; -ALTER TABLE nutritionfacts_nutrition_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_nutrition_id_seq OWNED BY nutritionfacts_nutrition.id; -- --- Name: nutritionfacts_nutritionelement; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_nutritionelement ( @@ -10406,10 +9497,8 @@ CREATE TABLE nutritionfacts_nutritionelement ( ); -ALTER TABLE nutritionfacts_nutritionelement OWNER TO postgres; - -- --- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_nutritionelement_id_seq @@ -10420,17 +9509,15 @@ CREATE SEQUENCE nutritionfacts_nutritionelement_id_seq CACHE 1; -ALTER TABLE nutritionfacts_nutritionelement_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_nutritionelement_id_seq OWNED BY nutritionfacts_nutritionelement.id; -- --- Name: nutritionfacts_nutritiongroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_nutritiongroup ( @@ -10442,10 +9529,8 @@ CREATE TABLE nutritionfacts_nutritiongroup ( ); -ALTER TABLE nutritionfacts_nutritiongroup OWNER TO postgres; - -- --- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_nutritiongroup_id_seq @@ -10456,17 +9541,15 @@ CREATE SEQUENCE nutritionfacts_nutritiongroup_id_seq CACHE 1; -ALTER TABLE nutritionfacts_nutritiongroup_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_nutritiongroup_id_seq OWNED BY nutritionfacts_nutritiongroup.id; -- --- Name: nutritionfacts_prototypeproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_prototypeproduct ( @@ -10484,10 +9567,8 @@ CREATE TABLE nutritionfacts_prototypeproduct ( ); -ALTER TABLE nutritionfacts_prototypeproduct OWNER TO postgres; - -- --- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_prototypeproduct_id_seq @@ -10498,17 +9579,15 @@ CREATE SEQUENCE nutritionfacts_prototypeproduct_id_seq CACHE 1; -ALTER TABLE nutritionfacts_prototypeproduct_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_prototypeproduct_id_seq OWNED BY nutritionfacts_prototypeproduct.id; -- --- Name: nutritionfacts_prototypeproductcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE nutritionfacts_prototypeproductcomponent ( @@ -10520,10 +9599,8 @@ CREATE TABLE nutritionfacts_prototypeproductcomponent ( ); -ALTER TABLE nutritionfacts_prototypeproductcomponent OWNER TO postgres; - -- --- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE nutritionfacts_prototypeproductcomponent_id_seq @@ -10534,17 +9611,15 @@ CREATE SEQUENCE nutritionfacts_prototypeproductcomponent_id_seq CACHE 1; -ALTER TABLE nutritionfacts_prototypeproductcomponent_id_seq OWNER TO postgres; - -- --- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE nutritionfacts_prototypeproductcomponent_id_seq OWNED BY nutritionfacts_prototypeproductcomponent.id; -- --- Name: operationaltasks_operationaltask; Type: TABLE; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE operationaltasks_operationaltask ( @@ -10563,10 +9638,8 @@ CREATE TABLE operationaltasks_operationaltask ( ); -ALTER TABLE operationaltasks_operationaltask OWNER TO postgres; - -- --- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE operationaltasks_operationaltask_id_seq @@ -10577,17 +9650,15 @@ CREATE SEQUENCE operationaltasks_operationaltask_id_seq CACHE 1; -ALTER TABLE operationaltasks_operationaltask_id_seq OWNER TO postgres; - -- --- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE operationaltasks_operationaltask_id_seq OWNED BY operationaltasks_operationaltask.id; -- --- Name: operationaltasksfororders_techopercompoperationaltask; Type: TABLE; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE operationaltasksfororders_techopercompoperationaltask ( @@ -10597,10 +9668,8 @@ CREATE TABLE operationaltasksfororders_techopercompoperationaltask ( ); -ALTER TABLE operationaltasksfororders_techopercompoperationaltask OWNER TO postgres; - -- --- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE operationaltasksfororders_techopercompoperationaltask_id_seq @@ -10611,17 +9680,15 @@ CREATE SEQUENCE operationaltasksfororders_techopercompoperationaltask_id_seq CACHE 1; -ALTER TABLE operationaltasksfororders_techopercompoperationaltask_id_seq OWNER TO postgres; - -- --- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE operationaltasksfororders_techopercompoperationaltask_id_seq OWNED BY operationaltasksfororders_techopercompoperationaltask.id; -- --- Name: orders_formula; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_formula; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_formula ( @@ -10640,10 +9707,8 @@ CREATE TABLE orders_formula ( ); -ALTER TABLE orders_formula OWNER TO postgres; - -- --- Name: orders_formula_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_formula_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_formula_id_seq @@ -10654,17 +9719,15 @@ CREATE SEQUENCE orders_formula_id_seq CACHE 1; -ALTER TABLE orders_formula_id_seq OWNER TO postgres; - -- --- Name: orders_formula_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_formula_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_formula_id_seq OWNED BY orders_formula.id; -- --- Name: orders_instruction; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_instruction; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_instruction ( @@ -10688,10 +9751,8 @@ CREATE TABLE orders_instruction ( ); -ALTER TABLE orders_instruction OWNER TO postgres; - -- --- Name: orders_instruction_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_instruction_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_instruction_id_seq @@ -10702,17 +9763,15 @@ CREATE SEQUENCE orders_instruction_id_seq CACHE 1; -ALTER TABLE orders_instruction_id_seq OWNER TO postgres; - -- --- Name: orders_instruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_instruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_instruction_id_seq OWNED BY orders_instruction.id; -- --- Name: orders_material; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_material; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_material ( @@ -10730,10 +9789,8 @@ CREATE TABLE orders_material ( ); -ALTER TABLE orders_material OWNER TO postgres; - -- --- Name: orders_material_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_material_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_material_id_seq @@ -10744,17 +9801,15 @@ CREATE SEQUENCE orders_material_id_seq CACHE 1; -ALTER TABLE orders_material_id_seq OWNER TO postgres; - -- --- Name: orders_material_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_material_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_material_id_seq OWNED BY orders_material.id; -- --- Name: orders_materialforinstruction; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_materialforinstruction ( @@ -10766,10 +9821,8 @@ CREATE TABLE orders_materialforinstruction ( ); -ALTER TABLE orders_materialforinstruction OWNER TO postgres; - -- --- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_materialforinstruction_id_seq @@ -10780,17 +9833,15 @@ CREATE SEQUENCE orders_materialforinstruction_id_seq CACHE 1; -ALTER TABLE orders_materialforinstruction_id_seq OWNER TO postgres; - -- --- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_materialforinstruction_id_seq OWNED BY orders_materialforinstruction.id; -- --- Name: orders_mbrstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_mbrstatechange ( @@ -10807,10 +9858,8 @@ CREATE TABLE orders_mbrstatechange ( ); -ALTER TABLE orders_mbrstatechange OWNER TO postgres; - -- --- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_mbrstatechange_id_seq @@ -10821,17 +9870,15 @@ CREATE SEQUENCE orders_mbrstatechange_id_seq CACHE 1; -ALTER TABLE orders_mbrstatechange_id_seq OWNER TO postgres; - -- --- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_mbrstatechange_id_seq OWNED BY orders_mbrstatechange.id; -- --- Name: orders_order_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_order_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_order_id_seq @@ -10842,17 +9889,15 @@ CREATE SEQUENCE orders_order_id_seq CACHE 1; -ALTER TABLE orders_order_id_seq OWNER TO postgres; - -- --- Name: orders_order_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_order_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_order_id_seq OWNED BY orders_order.id; -- --- Name: orders_ordercategorycolor; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_ordercategorycolor ( @@ -10863,10 +9908,8 @@ CREATE TABLE orders_ordercategorycolor ( ); -ALTER TABLE orders_ordercategorycolor OWNER TO postgres; - -- --- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_ordercategorycolor_id_seq @@ -10877,17 +9920,15 @@ CREATE SEQUENCE orders_ordercategorycolor_id_seq CACHE 1; -ALTER TABLE orders_ordercategorycolor_id_seq OWNER TO postgres; - -- --- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_ordercategorycolor_id_seq OWNED BY orders_ordercategorycolor.id; -- --- Name: orders_orderdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: orders_orderdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW orders_orderdto AS @@ -10900,10 +9941,8 @@ CREATE VIEW orders_orderdto AS FROM orders_order; -ALTER TABLE orders_orderdto OWNER TO postgres; - -- --- Name: orders_orderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_orderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_orderdto_id_seq @@ -10914,10 +9953,8 @@ CREATE SEQUENCE orders_orderdto_id_seq CACHE 1; -ALTER TABLE orders_orderdto_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: repairs_repairorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE repairs_repairorder ( @@ -10947,10 +9984,8 @@ CREATE TABLE repairs_repairorder ( ); -ALTER TABLE repairs_repairorder OWNER TO postgres; - -- --- Name: orders_orderlistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: orders_orderlistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW orders_orderlistdto AS @@ -10974,7 +10009,7 @@ CREATE VIEW orders_orderlistdto AS product.unit, masterorder.number AS masterordernumber, division.name AS divisionname, - company.name AS companyname, + company.number AS companyname, masterorderdefinition.number AS masterorderdefinitionnumber, CASE WHEN (EXISTS ( SELECT repairoder.id @@ -10991,10 +10026,8 @@ CREATE VIEW orders_orderlistdto AS LEFT JOIN basic_division division ON ((division.id = technology.division_id))); -ALTER TABLE orders_orderlistdto OWNER TO postgres; - -- --- Name: orders_orderlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_orderlistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_orderlistdto_id_seq @@ -11005,10 +10038,8 @@ CREATE SEQUENCE orders_orderlistdto_id_seq CACHE 1; -ALTER TABLE orders_orderlistdto_id_seq OWNER TO postgres; - -- --- Name: orders_orderplanninglistdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: orders_orderplanninglistdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW orders_orderplanninglistdto AS @@ -11039,7 +10070,8 @@ CREATE VIEW orders_orderplanninglistdto AS division.number AS divisionnumber, COALESCE(ordersorder.plannedquantityforadditionalunit, ordersorder.plannedquantity) AS plannedquantityforadditionalunit, COALESCE(product.additionalunit, product.unit) AS unitforadditionalunit, - company.number AS company + company.number AS company, + ordersorder.description FROM ((((((orders_order ordersorder JOIN basic_product product ON ((product.id = ordersorder.product_id))) LEFT JOIN technologies_technology technology ON ((technology.id = ordersorder.technology_id))) @@ -11049,10 +10081,8 @@ CREATE VIEW orders_orderplanninglistdto AS LEFT JOIN basic_company company ON ((company.id = ordersorder.company_id))); -ALTER TABLE orders_orderplanninglistdto OWNER TO postgres; - -- --- Name: orders_orderplanninglistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_orderplanninglistdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_orderplanninglistdto_id_seq @@ -11063,10 +10093,8 @@ CREATE SEQUENCE orders_orderplanninglistdto_id_seq CACHE 1; -ALTER TABLE orders_orderplanninglistdto_id_seq OWNER TO postgres; - -- --- Name: orders_orderstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_orderstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_orderstatechange ( @@ -11095,10 +10123,8 @@ CREATE TABLE orders_orderstatechange ( ); -ALTER TABLE orders_orderstatechange OWNER TO postgres; - -- --- Name: orders_orderstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_orderstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_orderstatechange_id_seq @@ -11109,17 +10135,15 @@ CREATE SEQUENCE orders_orderstatechange_id_seq CACHE 1; -ALTER TABLE orders_orderstatechange_id_seq OWNER TO postgres; - -- --- Name: orders_orderstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_orderstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_orderstatechange_id_seq OWNED BY orders_orderstatechange.id; -- --- Name: orders_reasontypecorrectiondatefrom; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypecorrectiondatefrom ( @@ -11131,10 +10155,8 @@ CREATE TABLE orders_reasontypecorrectiondatefrom ( ); -ALTER TABLE orders_reasontypecorrectiondatefrom OWNER TO postgres; - -- --- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypecorrectiondatefrom_id_seq @@ -11145,17 +10167,15 @@ CREATE SEQUENCE orders_reasontypecorrectiondatefrom_id_seq CACHE 1; -ALTER TABLE orders_reasontypecorrectiondatefrom_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypecorrectiondatefrom_id_seq OWNED BY orders_reasontypecorrectiondatefrom.id; -- --- Name: orders_reasontypecorrectiondateto; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypecorrectiondateto ( @@ -11167,10 +10187,8 @@ CREATE TABLE orders_reasontypecorrectiondateto ( ); -ALTER TABLE orders_reasontypecorrectiondateto OWNER TO postgres; - -- --- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypecorrectiondateto_id_seq @@ -11181,17 +10199,15 @@ CREATE SEQUENCE orders_reasontypecorrectiondateto_id_seq CACHE 1; -ALTER TABLE orders_reasontypecorrectiondateto_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypecorrectiondateto_id_seq OWNED BY orders_reasontypecorrectiondateto.id; -- --- Name: orders_reasontypedeviationeffectiveend; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypedeviationeffectiveend ( @@ -11203,10 +10219,8 @@ CREATE TABLE orders_reasontypedeviationeffectiveend ( ); -ALTER TABLE orders_reasontypedeviationeffectiveend OWNER TO postgres; - -- --- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypedeviationeffectiveend_id_seq @@ -11217,17 +10231,15 @@ CREATE SEQUENCE orders_reasontypedeviationeffectiveend_id_seq CACHE 1; -ALTER TABLE orders_reasontypedeviationeffectiveend_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypedeviationeffectiveend_id_seq OWNED BY orders_reasontypedeviationeffectiveend.id; -- --- Name: orders_reasontypedeviationeffectivestart; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypedeviationeffectivestart ( @@ -11239,10 +10251,8 @@ CREATE TABLE orders_reasontypedeviationeffectivestart ( ); -ALTER TABLE orders_reasontypedeviationeffectivestart OWNER TO postgres; - -- --- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypedeviationeffectivestart_id_seq @@ -11253,17 +10263,15 @@ CREATE SEQUENCE orders_reasontypedeviationeffectivestart_id_seq CACHE 1; -ALTER TABLE orders_reasontypedeviationeffectivestart_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypedeviationeffectivestart_id_seq OWNED BY orders_reasontypedeviationeffectivestart.id; -- --- Name: orders_reasontypeofchangingorderstate; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_reasontypeofchangingorderstate ( @@ -11274,10 +10282,8 @@ CREATE TABLE orders_reasontypeofchangingorderstate ( ); -ALTER TABLE orders_reasontypeofchangingorderstate OWNER TO postgres; - -- --- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_reasontypeofchangingorderstate_id_seq @@ -11288,17 +10294,15 @@ CREATE SEQUENCE orders_reasontypeofchangingorderstate_id_seq CACHE 1; -ALTER TABLE orders_reasontypeofchangingorderstate_id_seq OWNER TO postgres; - -- --- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_reasontypeofchangingorderstate_id_seq OWNED BY orders_reasontypeofchangingorderstate.id; -- --- Name: orders_recipe; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_recipe; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_recipe ( @@ -11322,10 +10326,8 @@ CREATE TABLE orders_recipe ( ); -ALTER TABLE orders_recipe OWNER TO postgres; - -- --- Name: orders_recipe_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_recipe_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_recipe_id_seq @@ -11336,17 +10338,15 @@ CREATE SEQUENCE orders_recipe_id_seq CACHE 1; -ALTER TABLE orders_recipe_id_seq OWNER TO postgres; - -- --- Name: orders_recipe_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_recipe_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_recipe_id_seq OWNED BY orders_recipe.id; -- --- Name: orders_typeofcorrectioncauses; Type: TABLE; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE orders_typeofcorrectioncauses ( @@ -11358,10 +10358,8 @@ CREATE TABLE orders_typeofcorrectioncauses ( ); -ALTER TABLE orders_typeofcorrectioncauses OWNER TO postgres; - -- --- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE orders_typeofcorrectioncauses_id_seq @@ -11372,17 +10370,15 @@ CREATE SEQUENCE orders_typeofcorrectioncauses_id_seq CACHE 1; -ALTER TABLE orders_typeofcorrectioncauses_id_seq OWNER TO postgres; - -- --- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE orders_typeofcorrectioncauses_id_seq OWNED BY orders_typeofcorrectioncauses.id; -- --- Name: ordersforsubproductsgeneration_suborders; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersforsubproductsgeneration_suborders ( @@ -11399,10 +10395,8 @@ CREATE TABLE ordersforsubproductsgeneration_suborders ( ); -ALTER TABLE ordersforsubproductsgeneration_suborders OWNER TO postgres; - -- --- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersforsubproductsgeneration_suborders_id_seq @@ -11413,17 +10407,15 @@ CREATE SEQUENCE ordersforsubproductsgeneration_suborders_id_seq CACHE 1; -ALTER TABLE ordersforsubproductsgeneration_suborders_id_seq OWNER TO postgres; - -- --- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersforsubproductsgeneration_suborders_id_seq OWNED BY ordersforsubproductsgeneration_suborders.id; -- --- Name: ordersgantt_ordersganttparameters; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersgantt_ordersganttparameters ( @@ -11438,10 +10430,8 @@ CREATE TABLE ordersgantt_ordersganttparameters ( ); -ALTER TABLE ordersgantt_ordersganttparameters OWNER TO postgres; - -- --- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersgantt_ordersganttparameters_id_seq @@ -11452,17 +10442,15 @@ CREATE SEQUENCE ordersgantt_ordersganttparameters_id_seq CACHE 1; -ALTER TABLE ordersgantt_ordersganttparameters_id_seq OWNER TO postgres; - -- --- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersgantt_ordersganttparameters_id_seq OWNED BY ordersgantt_ordersganttparameters.id; -- --- Name: ordersgroups_ordersgroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersgroups_ordersgroup ( @@ -11483,10 +10471,8 @@ CREATE TABLE ordersgroups_ordersgroup ( ); -ALTER TABLE ordersgroups_ordersgroup OWNER TO postgres; - -- --- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersgroups_ordersgroup_id_seq @@ -11497,17 +10483,15 @@ CREATE SEQUENCE ordersgroups_ordersgroup_id_seq CACHE 1; -ALTER TABLE ordersgroups_ordersgroup_id_seq OWNER TO postgres; - -- --- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersgroups_ordersgroup_id_seq OWNED BY ordersgroups_ordersgroup.id; -- --- Name: ordersgroups_ordersgroupdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroupdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW ordersgroups_ordersgroupdto AS @@ -11534,10 +10518,8 @@ CREATE VIEW ordersgroups_ordersgroupdto AS LEFT JOIN basic_product product ON ((ordersorder.product_id = product.id))); -ALTER TABLE ordersgroups_ordersgroupdto OWNER TO postgres; - -- --- Name: ordersgroups_ordersgroupdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroupdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersgroups_ordersgroupdto_id_seq @@ -11548,10 +10530,8 @@ CREATE SEQUENCE ordersgroups_ordersgroupdto_id_seq CACHE 1; -ALTER TABLE ordersgroups_ordersgroupdto_id_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatorcontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologiesgenerator_generatorcontext ( @@ -11572,10 +10552,8 @@ CREATE TABLE technologiesgenerator_generatorcontext ( ); -ALTER TABLE technologiesgenerator_generatorcontext OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortechnologiesforproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologiesgenerator_generatortechnologiesforproduct ( @@ -11590,10 +10568,8 @@ CREATE TABLE technologiesgenerator_generatortechnologiesforproduct ( ); -ALTER TABLE technologiesgenerator_generatortechnologiesforproduct OWNER TO postgres; - -- --- Name: ordersgroups_plannedworkingtimeanalysisdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: ordersgroups_plannedworkingtimeanalysisdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW ordersgroups_plannedworkingtimeanalysisdto AS @@ -11625,10 +10601,8 @@ CREATE VIEW ordersgroups_plannedworkingtimeanalysisdto AS WHERE ((ordersgroup.state)::text = ANY (ARRAY[('01draft'::character varying)::text, ('02inProgress'::character varying)::text])); -ALTER TABLE ordersgroups_plannedworkingtimeanalysisdto OWNER TO postgres; - -- --- Name: ordersgroups_plannedworkingtimeanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersgroups_plannedworkingtimeanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersgroups_plannedworkingtimeanalysisdto_id_seq @@ -11639,10 +10613,8 @@ CREATE SEQUENCE ordersgroups_plannedworkingtimeanalysisdto_id_seq CACHE 1; -ALTER TABLE ordersgroups_plannedworkingtimeanalysisdto_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_columnforcoverages; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_columnforcoverages ( @@ -11657,10 +10629,8 @@ CREATE TABLE ordersupplies_columnforcoverages ( ); -ALTER TABLE ordersupplies_columnforcoverages OWNER TO postgres; - -- --- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_columnforcoverages_id_seq @@ -11671,17 +10641,15 @@ CREATE SEQUENCE ordersupplies_columnforcoverages_id_seq CACHE 1; -ALTER TABLE ordersupplies_columnforcoverages_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_columnforcoverages_id_seq OWNED BY ordersupplies_columnforcoverages.id; -- --- Name: ordersupplies_coveragelocation; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coveragelocation ( @@ -11693,10 +10661,8 @@ CREATE TABLE ordersupplies_coveragelocation ( ); -ALTER TABLE ordersupplies_coveragelocation OWNER TO postgres; - -- --- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coveragelocation_id_seq @@ -11707,17 +10673,15 @@ CREATE SEQUENCE ordersupplies_coveragelocation_id_seq CACHE 1; -ALTER TABLE ordersupplies_coveragelocation_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coveragelocation_id_seq OWNED BY ordersupplies_coveragelocation.id; -- --- Name: ordersupplies_coverageorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageorder ( @@ -11734,10 +10698,8 @@ CREATE TABLE ordersupplies_coverageorder ( ); -ALTER TABLE ordersupplies_coverageorder OWNER TO postgres; - -- --- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageorder_id_seq @@ -11748,17 +10710,15 @@ CREATE SEQUENCE ordersupplies_coverageorder_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageorder_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageorder_id_seq OWNED BY ordersupplies_coverageorder.id; -- --- Name: ordersupplies_coverageorderhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageorderhelper ( @@ -11768,10 +10728,8 @@ CREATE TABLE ordersupplies_coverageorderhelper ( ); -ALTER TABLE ordersupplies_coverageorderhelper OWNER TO postgres; - -- --- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageorderhelper_id_seq @@ -11782,17 +10740,15 @@ CREATE SEQUENCE ordersupplies_coverageorderhelper_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageorderhelper_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageorderhelper_id_seq OWNED BY ordersupplies_coverageorderhelper.id; -- --- Name: ordersupplies_coverageproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageproduct_id_seq @@ -11803,10 +10759,8 @@ CREATE SEQUENCE ordersupplies_coverageproduct_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageproduct_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageproduct ( @@ -11834,10 +10788,8 @@ CREATE TABLE ordersupplies_coverageproduct ( ); -ALTER TABLE ordersupplies_coverageproduct OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductgenerated; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageproductgenerated ( @@ -11847,10 +10799,8 @@ CREATE TABLE ordersupplies_coverageproductgenerated ( ); -ALTER TABLE ordersupplies_coverageproductgenerated OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageproductgenerated_id_seq @@ -11861,17 +10811,15 @@ CREATE SEQUENCE ordersupplies_coverageproductgenerated_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageproductgenerated_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageproductgenerated_id_seq OWNED BY ordersupplies_coverageproductgenerated.id; -- --- Name: ordersupplies_coverageproductlogging_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageproductlogging_id_seq @@ -11882,10 +10830,8 @@ CREATE SEQUENCE ordersupplies_coverageproductlogging_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageproductlogging_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductlogging; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageproductlogging ( @@ -11906,10 +10852,8 @@ CREATE TABLE ordersupplies_coverageproductlogging ( ); -ALTER TABLE ordersupplies_coverageproductlogging OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductselected; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageproductselected ( @@ -11919,10 +10863,8 @@ CREATE TABLE ordersupplies_coverageproductselected ( ); -ALTER TABLE ordersupplies_coverageproductselected OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageproductselected_id_seq @@ -11933,17 +10875,15 @@ CREATE SEQUENCE ordersupplies_coverageproductselected_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageproductselected_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageproductselected_id_seq OWNED BY ordersupplies_coverageproductselected.id; -- --- Name: ordersupplies_coverageregister; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_coverageregister ( @@ -11966,10 +10906,8 @@ CREATE TABLE ordersupplies_coverageregister ( ); -ALTER TABLE ordersupplies_coverageregister OWNER TO postgres; - -- --- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_coverageregister_id_seq @@ -11980,17 +10918,15 @@ CREATE SEQUENCE ordersupplies_coverageregister_id_seq CACHE 1; -ALTER TABLE ordersupplies_coverageregister_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_coverageregister_id_seq OWNED BY ordersupplies_coverageregister.id; -- --- Name: ordersupplies_materialrequirementcoverage; Type: TABLE; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE ordersupplies_materialrequirementcoverage ( @@ -12020,10 +10956,8 @@ CREATE TABLE ordersupplies_materialrequirementcoverage ( ); -ALTER TABLE ordersupplies_materialrequirementcoverage OWNER TO postgres; - -- --- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_materialrequirementcoverage_id_seq @@ -12034,17 +10968,15 @@ CREATE SEQUENCE ordersupplies_materialrequirementcoverage_id_seq CACHE 1; -ALTER TABLE ordersupplies_materialrequirementcoverage_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE ordersupplies_materialrequirementcoverage_id_seq OWNED BY ordersupplies_materialrequirementcoverage.id; -- --- Name: ordersupplies_materialrequirementcoveragedto; Type: VIEW; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoveragedto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW ordersupplies_materialrequirementcoveragedto AS @@ -12058,10 +10990,8 @@ CREATE VIEW ordersupplies_materialrequirementcoveragedto AS WHERE (ordersupplies_materialrequirementcoverage.saved = true); -ALTER TABLE ordersupplies_materialrequirementcoveragedto OWNER TO postgres; - -- --- Name: ordersupplies_materialrequirementcoveragedto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoveragedto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_materialrequirementcoveragedto_id_seq @@ -12072,10 +11002,8 @@ CREATE SEQUENCE ordersupplies_materialrequirementcoveragedto_id_seq CACHE 1; -ALTER TABLE ordersupplies_materialrequirementcoveragedto_id_seq OWNER TO postgres; - -- --- Name: ordersupplies_orderdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: ordersupplies_orderdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW ordersupplies_orderdto AS @@ -12086,10 +11014,8 @@ CREATE VIEW ordersupplies_orderdto AS FROM orders_order; -ALTER TABLE ordersupplies_orderdto OWNER TO postgres; - -- --- Name: ordersupplies_orderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: ordersupplies_orderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE ordersupplies_orderdto_id_seq @@ -12100,10 +11026,8 @@ CREATE SEQUENCE ordersupplies_orderdto_id_seq CACHE 1; -ALTER TABLE ordersupplies_orderdto_id_seq OWNER TO postgres; - -- --- Name: pantone_importpantones; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_importpantones; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_importpantones ( @@ -12113,10 +11037,8 @@ CREATE TABLE pantone_importpantones ( ); -ALTER TABLE pantone_importpantones OWNER TO postgres; - -- --- Name: pantone_importpantones_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_importpantones_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_importpantones_id_seq @@ -12127,17 +11049,15 @@ CREATE SEQUENCE pantone_importpantones_id_seq CACHE 1; -ALTER TABLE pantone_importpantones_id_seq OWNER TO postgres; - -- --- Name: pantone_importpantones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_importpantones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_importpantones_id_seq OWNED BY pantone_importpantones.id; -- --- Name: pantone_operationproductdeleted; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_operationproductdeleted ( @@ -12148,10 +11068,8 @@ CREATE TABLE pantone_operationproductdeleted ( ); -ALTER TABLE pantone_operationproductdeleted OWNER TO postgres; - -- --- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_operationproductdeleted_id_seq @@ -12162,17 +11080,15 @@ CREATE SEQUENCE pantone_operationproductdeleted_id_seq CACHE 1; -ALTER TABLE pantone_operationproductdeleted_id_seq OWNER TO postgres; - -- --- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_operationproductdeleted_id_seq OWNED BY pantone_operationproductdeleted.id; -- --- Name: pantone_pantone; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_pantone; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_pantone ( @@ -12190,10 +11106,8 @@ CREATE TABLE pantone_pantone ( ); -ALTER TABLE pantone_pantone OWNER TO postgres; - -- --- Name: pantone_pantone_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_pantone_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_pantone_id_seq @@ -12204,17 +11118,15 @@ CREATE SEQUENCE pantone_pantone_id_seq CACHE 1; -ALTER TABLE pantone_pantone_id_seq OWNER TO postgres; - -- --- Name: pantone_pantone_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_pantone_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_pantone_id_seq OWNED BY pantone_pantone.id; -- --- Name: pantone_pantoneforoperationproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_pantoneforoperationproduct ( @@ -12228,10 +11140,8 @@ CREATE TABLE pantone_pantoneforoperationproduct ( ); -ALTER TABLE pantone_pantoneforoperationproduct OWNER TO postgres; - -- --- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_pantoneforoperationproduct_id_seq @@ -12242,17 +11152,15 @@ CREATE SEQUENCE pantone_pantoneforoperationproduct_id_seq CACHE 1; -ALTER TABLE pantone_pantoneforoperationproduct_id_seq OWNER TO postgres; - -- --- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_pantoneforoperationproduct_id_seq OWNED BY pantone_pantoneforoperationproduct.id; -- --- Name: pantone_pantoneforproducts; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_pantoneforproducts ( @@ -12265,10 +11173,8 @@ CREATE TABLE pantone_pantoneforproducts ( ); -ALTER TABLE pantone_pantoneforproducts OWNER TO postgres; - -- --- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_pantoneforproducts_id_seq @@ -12279,17 +11185,15 @@ CREATE SEQUENCE pantone_pantoneforproducts_id_seq CACHE 1; -ALTER TABLE pantone_pantoneforproducts_id_seq OWNER TO postgres; - -- --- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_pantoneforproducts_id_seq OWNED BY pantone_pantoneforproducts.id; -- --- Name: pantone_parameters; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_parameters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_parameters ( @@ -12301,10 +11205,8 @@ CREATE TABLE pantone_parameters ( ); -ALTER TABLE pantone_parameters OWNER TO postgres; - -- --- Name: pantone_parameters_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_parameters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_parameters_id_seq @@ -12315,17 +11217,15 @@ CREATE SEQUENCE pantone_parameters_id_seq CACHE 1; -ALTER TABLE pantone_parameters_id_seq OWNER TO postgres; - -- --- Name: pantone_parameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_parameters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_parameters_id_seq OWNED BY pantone_parameters.id; -- --- Name: pantone_selectedtechnologyoperationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE pantone_selectedtechnologyoperationcomponent ( @@ -12336,10 +11236,8 @@ CREATE TABLE pantone_selectedtechnologyoperationcomponent ( ); -ALTER TABLE pantone_selectedtechnologyoperationcomponent OWNER TO postgres; - -- --- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE pantone_selectedtechnologyoperationcomponent_id_seq @@ -12350,17 +11248,15 @@ CREATE SEQUENCE pantone_selectedtechnologyoperationcomponent_id_seq CACHE 1; -ALTER TABLE pantone_selectedtechnologyoperationcomponent_id_seq OWNER TO postgres; - -- --- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE pantone_selectedtechnologyoperationcomponent_id_seq OWNED BY pantone_selectedtechnologyoperationcomponent.id; -- --- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productcatalognumbers_productcatalognumbers_id_seq @@ -12371,17 +11267,15 @@ CREATE SEQUENCE productcatalognumbers_productcatalognumbers_id_seq CACHE 1; -ALTER TABLE productcatalognumbers_productcatalognumbers_id_seq OWNER TO postgres; - -- --- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productcatalognumbers_productcatalognumbers_id_seq OWNED BY productcatalognumbers_productcatalognumbers.id; -- --- Name: productcharacteristics_forms; Type: TABLE; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productcharacteristics_forms ( @@ -12398,10 +11292,8 @@ CREATE TABLE productcharacteristics_forms ( ); -ALTER TABLE productcharacteristics_forms OWNER TO postgres; - -- --- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productcharacteristics_forms_id_seq @@ -12412,17 +11304,15 @@ CREATE SEQUENCE productcharacteristics_forms_id_seq CACHE 1; -ALTER TABLE productcharacteristics_forms_id_seq OWNER TO postgres; - -- --- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productcharacteristics_forms_id_seq OWNED BY productcharacteristics_forms.id; -- --- Name: productcharacteristics_shelves; Type: TABLE; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productcharacteristics_shelves ( @@ -12437,10 +11327,8 @@ CREATE TABLE productcharacteristics_shelves ( ); -ALTER TABLE productcharacteristics_shelves OWNER TO postgres; - -- --- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productcharacteristics_shelves_id_seq @@ -12451,17 +11339,15 @@ CREATE SEQUENCE productcharacteristics_shelves_id_seq CACHE 1; -ALTER TABLE productcharacteristics_shelves_id_seq OWNER TO postgres; - -- --- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productcharacteristics_shelves_id_seq OWNED BY productcharacteristics_shelves.id; -- --- Name: productdata_productdata; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_productdata; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_productdata ( @@ -12481,10 +11367,8 @@ CREATE TABLE productdata_productdata ( ); -ALTER TABLE productdata_productdata OWNER TO postgres; - -- --- Name: productdata_productdata_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_productdata_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_productdata_id_seq @@ -12495,17 +11379,15 @@ CREATE SEQUENCE productdata_productdata_id_seq CACHE 1; -ALTER TABLE productdata_productdata_id_seq OWNER TO postgres; - -- --- Name: productdata_productdata_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_productdata_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_productdata_id_seq OWNED BY productdata_productdata.id; -- --- Name: productdata_productdataattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_productdataattachment ( @@ -12520,10 +11402,8 @@ CREATE TABLE productdata_productdataattachment ( ); -ALTER TABLE productdata_productdataattachment OWNER TO postgres; - -- --- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_productdataattachment_id_seq @@ -12534,17 +11414,15 @@ CREATE SEQUENCE productdata_productdataattachment_id_seq CACHE 1; -ALTER TABLE productdata_productdataattachment_id_seq OWNER TO postgres; - -- --- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_productdataattachment_id_seq OWNED BY productdata_productdataattachment.id; -- --- Name: productdata_productdatainput; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_productdatainput; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_productdatainput ( @@ -12561,10 +11439,8 @@ CREATE TABLE productdata_productdatainput ( ); -ALTER TABLE productdata_productdatainput OWNER TO postgres; - -- --- Name: productdata_productdatainput_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_productdatainput_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_productdatainput_id_seq @@ -12575,17 +11451,15 @@ CREATE SEQUENCE productdata_productdatainput_id_seq CACHE 1; -ALTER TABLE productdata_productdatainput_id_seq OWNER TO postgres; - -- --- Name: productdata_productdatainput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_productdatainput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_productdatainput_id_seq OWNED BY productdata_productdatainput.id; -- --- Name: productdata_productdataoperation; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_productdataoperation ( @@ -12601,10 +11475,8 @@ CREATE TABLE productdata_productdataoperation ( ); -ALTER TABLE productdata_productdataoperation OWNER TO postgres; - -- --- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_productdataoperation_id_seq @@ -12615,17 +11487,15 @@ CREATE SEQUENCE productdata_productdataoperation_id_seq CACHE 1; -ALTER TABLE productdata_productdataoperation_id_seq OWNER TO postgres; - -- --- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_productdataoperation_id_seq OWNED BY productdata_productdataoperation.id; -- --- Name: productdata_selectedtechnology; Type: TABLE; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productdata_selectedtechnology ( @@ -12636,10 +11506,8 @@ CREATE TABLE productdata_selectedtechnology ( ); -ALTER TABLE productdata_selectedtechnology OWNER TO postgres; - -- --- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productdata_selectedtechnology_id_seq @@ -12650,17 +11518,15 @@ CREATE SEQUENCE productdata_selectedtechnology_id_seq CACHE 1; -ALTER TABLE productdata_selectedtechnology_id_seq OWNER TO postgres; - -- --- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productdata_selectedtechnology_id_seq OWNED BY productdata_selectedtechnology.id; -- --- Name: productflowthrudivision_issue; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_issue ( @@ -12683,10 +11549,8 @@ CREATE TABLE productflowthrudivision_issue ( ); -ALTER TABLE productflowthrudivision_issue OWNER TO postgres; - -- --- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_issue_id_seq @@ -12697,17 +11561,15 @@ CREATE SEQUENCE productflowthrudivision_issue_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_issue_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_issue_id_seq OWNED BY productflowthrudivision_issue.id; -- --- Name: productflowthrudivision_materialavailability; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_materialavailability ( @@ -12723,10 +11585,8 @@ CREATE TABLE productflowthrudivision_materialavailability ( ); -ALTER TABLE productflowthrudivision_materialavailability OWNER TO postgres; - -- --- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_materialavailability_id_seq @@ -12737,17 +11597,15 @@ CREATE SEQUENCE productflowthrudivision_materialavailability_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_materialavailability_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_materialavailability_id_seq OWNED BY productflowthrudivision_materialavailability.id; -- --- Name: productflowthrudivision_productandquantityhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_productandquantityhelper ( @@ -12758,10 +11616,8 @@ CREATE TABLE productflowthrudivision_productandquantityhelper ( ); -ALTER TABLE productflowthrudivision_productandquantityhelper OWNER TO postgres; - -- --- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_productandquantityhelper_id_seq @@ -12772,17 +11628,15 @@ CREATE SEQUENCE productflowthrudivision_productandquantityhelper_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_productandquantityhelper_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_productandquantityhelper_id_seq OWNED BY productflowthrudivision_productandquantityhelper.id; -- --- Name: productflowthrudivision_productstoissue; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_productstoissue ( @@ -12805,10 +11659,8 @@ CREATE TABLE productflowthrudivision_productstoissue ( ); -ALTER TABLE productflowthrudivision_productstoissue OWNER TO postgres; - -- --- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_productstoissue_id_seq @@ -12819,17 +11671,15 @@ CREATE SEQUENCE productflowthrudivision_productstoissue_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_productstoissue_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_productstoissue_id_seq OWNED BY productflowthrudivision_productstoissue.id; -- --- Name: productflowthrudivision_productstoissuehelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_productstoissuehelper ( @@ -12841,10 +11691,8 @@ CREATE TABLE productflowthrudivision_productstoissuehelper ( ); -ALTER TABLE productflowthrudivision_productstoissuehelper OWNER TO postgres; - -- --- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_productstoissuehelper_id_seq @@ -12855,17 +11703,15 @@ CREATE SEQUENCE productflowthrudivision_productstoissuehelper_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_productstoissuehelper_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_productstoissuehelper_id_seq OWNED BY productflowthrudivision_productstoissuehelper.id; -- --- Name: productflowthrudivision_producttoissuecorrection; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_producttoissuecorrection ( @@ -12890,10 +11736,8 @@ CREATE TABLE productflowthrudivision_producttoissuecorrection ( ); -ALTER TABLE productflowthrudivision_producttoissuecorrection OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_producttoissuecorrection_id_seq @@ -12904,17 +11748,15 @@ CREATE SEQUENCE productflowthrudivision_producttoissuecorrection_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_producttoissuecorrection_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_producttoissuecorrection_id_seq OWNED BY productflowthrudivision_producttoissuecorrection.id; -- --- Name: productflowthrudivision_producttoissuecorrectionhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_producttoissuecorrectionhelper ( @@ -12925,10 +11767,8 @@ CREATE TABLE productflowthrudivision_producttoissuecorrectionhelper ( ); -ALTER TABLE productflowthrudivision_producttoissuecorrectionhelper OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_producttoissuecorrectionhelper_id_seq @@ -12939,17 +11779,15 @@ CREATE SEQUENCE productflowthrudivision_producttoissuecorrectionhelper_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_producttoissuecorrectionhelper_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_producttoissuecorrectionhelper_id_seq OWNED BY productflowthrudivision_producttoissuecorrectionhelper.id; -- --- Name: productflowthrudivision_producttoissuedto_internal; Type: VIEW; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_internal; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productflowthrudivision_producttoissuedto_internal AS @@ -12961,10 +11799,8 @@ CREATE VIEW productflowthrudivision_producttoissuedto_internal AS GROUP BY resource.location_id, resource.product_id; -ALTER TABLE productflowthrudivision_producttoissuedto_internal OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissue; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_warehouseissue ( @@ -12992,10 +11828,8 @@ CREATE TABLE productflowthrudivision_warehouseissue ( ); -ALTER TABLE productflowthrudivision_warehouseissue OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuedto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productflowthrudivision_producttoissuedto AS @@ -13062,10 +11896,8 @@ CREATE VIEW productflowthrudivision_producttoissuedto AS WHERE ((issue.state)::text = ANY (ARRAY[('01draft'::character varying)::text, ('02inProgress'::character varying)::text])); -ALTER TABLE productflowthrudivision_producttoissuedto OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuedto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_producttoissuedto_id_seq @@ -13076,10 +11908,8 @@ CREATE SEQUENCE productflowthrudivision_producttoissuedto_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_producttoissuedto_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_producttoissuedto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_internal_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_producttoissuedto_internal_id_seq @@ -13090,10 +11920,8 @@ CREATE SEQUENCE productflowthrudivision_producttoissuedto_internal_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_producttoissuedto_internal_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_warehouseissue_id_seq @@ -13104,17 +11932,15 @@ CREATE SEQUENCE productflowthrudivision_warehouseissue_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_warehouseissue_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_warehouseissue_id_seq OWNED BY productflowthrudivision_warehouseissue.id; -- --- Name: productflowthrudivision_warehouseissuestatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productflowthrudivision_warehouseissuestatechange ( @@ -13132,10 +11958,8 @@ CREATE TABLE productflowthrudivision_warehouseissuestatechange ( ); -ALTER TABLE productflowthrudivision_warehouseissuestatechange OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productflowthrudivision_warehouseissuestatechange_id_seq @@ -13146,17 +11970,15 @@ CREATE SEQUENCE productflowthrudivision_warehouseissuestatechange_id_seq CACHE 1; -ALTER TABLE productflowthrudivision_warehouseissuestatechange_id_seq OWNER TO postgres; - -- --- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productflowthrudivision_warehouseissuestatechange_id_seq OWNED BY productflowthrudivision_warehouseissuestatechange.id; -- --- Name: productionbalancepershift_balance; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionbalancepershift_balance ( @@ -13176,10 +11998,8 @@ CREATE TABLE productionbalancepershift_balance ( ); -ALTER TABLE productionbalancepershift_balance OWNER TO postgres; - -- --- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionbalancepershift_balance_id_seq @@ -13190,17 +12010,15 @@ CREATE SEQUENCE productionbalancepershift_balance_id_seq CACHE 1; -ALTER TABLE productionbalancepershift_balance_id_seq OWNER TO postgres; - -- --- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionbalancepershift_balance_id_seq OWNED BY productionbalancepershift_balance.id; -- --- Name: productionbalancepershift_balancecontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionbalancepershift_balancecontext ( @@ -13215,10 +12033,8 @@ CREATE TABLE productionbalancepershift_balancecontext ( ); -ALTER TABLE productionbalancepershift_balancecontext OWNER TO postgres; - -- --- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionbalancepershift_balancecontext_id_seq @@ -13229,17 +12045,15 @@ CREATE SEQUENCE productionbalancepershift_balancecontext_id_seq CACHE 1; -ALTER TABLE productionbalancepershift_balancecontext_id_seq OWNER TO postgres; - -- --- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionbalancepershift_balancecontext_id_seq OWNED BY productionbalancepershift_balancecontext.id; -- --- Name: productioncounting_anomaly; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomaly ( @@ -13259,10 +12073,8 @@ CREATE TABLE productioncounting_anomaly ( ); -ALTER TABLE productioncounting_anomaly OWNER TO postgres; - -- --- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomaly_id_seq @@ -13273,17 +12085,15 @@ CREATE SEQUENCE productioncounting_anomaly_id_seq CACHE 1; -ALTER TABLE productioncounting_anomaly_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomaly_id_seq OWNED BY productioncounting_anomaly.id; -- --- Name: productioncounting_anomalyreason; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyreason ( @@ -13293,10 +12103,8 @@ CREATE TABLE productioncounting_anomalyreason ( ); -ALTER TABLE productioncounting_anomalyreason OWNER TO postgres; - -- --- Name: productioncounting_productiontracking; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productiontracking ( @@ -13336,10 +12144,8 @@ CREATE TABLE productioncounting_productiontracking ( ); -ALTER TABLE productioncounting_productiontracking OWNER TO postgres; - -- --- Name: productioncounting_anomalydto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_anomalydto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_anomalydto AS @@ -13368,10 +12174,8 @@ CREATE VIEW productioncounting_anomalydto AS LEFT JOIN basic_division division ON ((division.id = productiontracking.division_id))); -ALTER TABLE productioncounting_anomalydto OWNER TO postgres; - -- --- Name: productioncounting_anomalydto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalydto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalydto_id_seq @@ -13382,10 +12186,8 @@ CREATE SEQUENCE productioncounting_anomalydto_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalydto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyexplanation; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyexplanation ( @@ -13405,10 +12207,8 @@ CREATE TABLE productioncounting_anomalyexplanation ( ); -ALTER TABLE productioncounting_anomalyexplanation OWNER TO postgres; - -- --- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyexplanation_id_seq @@ -13419,17 +12219,15 @@ CREATE SEQUENCE productioncounting_anomalyexplanation_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyexplanation_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyexplanation_id_seq OWNED BY productioncounting_anomalyexplanation.id; -- --- Name: productioncounting_anomalyexplanationdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanationdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_anomalyexplanationdto AS @@ -13452,10 +12250,8 @@ CREATE VIEW productioncounting_anomalyexplanationdto AS LEFT JOIN materialflow_location ON ((materialflow_location.id = anomalyexplanation.location_id))); -ALTER TABLE productioncounting_anomalyexplanationdto OWNER TO postgres; - -- --- Name: productioncounting_anomalyexplanationdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanationdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyexplanationdto_id_seq @@ -13466,10 +12262,8 @@ CREATE SEQUENCE productioncounting_anomalyexplanationdto_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyexplanationdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackingentryhelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyproductiontrackingentryhelper ( @@ -13483,10 +12277,8 @@ CREATE TABLE productioncounting_anomalyproductiontrackingentryhelper ( ); -ALTER TABLE productioncounting_anomalyproductiontrackingentryhelper OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyproductiontrackingentryhelper_id_seq @@ -13497,17 +12289,15 @@ CREATE SEQUENCE productioncounting_anomalyproductiontrackingentryhelper_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyproductiontrackingentryhelper_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyproductiontrackingentryhelper_id_seq OWNED BY productioncounting_anomalyproductiontrackingentryhelper.id; -- --- Name: productioncounting_anomalyproductiontrackinghelper; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyproductiontrackinghelper ( @@ -13519,10 +12309,8 @@ CREATE TABLE productioncounting_anomalyproductiontrackinghelper ( ); -ALTER TABLE productioncounting_anomalyproductiontrackinghelper OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyproductiontrackinghelper_id_seq @@ -13533,17 +12321,15 @@ CREATE SEQUENCE productioncounting_anomalyproductiontrackinghelper_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyproductiontrackinghelper_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyproductiontrackinghelper_id_seq OWNED BY productioncounting_anomalyproductiontrackinghelper.id; -- --- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyreason_id_seq @@ -13554,17 +12340,15 @@ CREATE SEQUENCE productioncounting_anomalyreason_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyreason_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyreason_id_seq OWNED BY productioncounting_anomalyreason.id; -- --- Name: productioncounting_anomalyreasoncontainer; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_anomalyreasoncontainer ( @@ -13574,10 +12358,8 @@ CREATE TABLE productioncounting_anomalyreasoncontainer ( ); -ALTER TABLE productioncounting_anomalyreasoncontainer OWNER TO postgres; - -- --- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_anomalyreasoncontainer_id_seq @@ -13588,17 +12370,15 @@ CREATE SEQUENCE productioncounting_anomalyreasoncontainer_id_seq CACHE 1; -ALTER TABLE productioncounting_anomalyreasoncontainer_id_seq OWNER TO postgres; - -- --- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_anomalyreasoncontainer_id_seq OWNED BY productioncounting_anomalyreasoncontainer.id; -- --- Name: productioncounting_balanceoperationproductincomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_balanceoperationproductincomponent ( @@ -13612,10 +12392,8 @@ CREATE TABLE productioncounting_balanceoperationproductincomponent ( ); -ALTER TABLE productioncounting_balanceoperationproductincomponent OWNER TO postgres; - -- --- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_balanceoperationproductincomponent_id_seq @@ -13626,17 +12404,15 @@ CREATE SEQUENCE productioncounting_balanceoperationproductincomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_balanceoperationproductincomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_balanceoperationproductincomponent_id_seq OWNED BY productioncounting_balanceoperationproductincomponent.id; -- --- Name: productioncounting_balanceoperationproductoutcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_balanceoperationproductoutcomponent ( @@ -13650,10 +12426,8 @@ CREATE TABLE productioncounting_balanceoperationproductoutcomponent ( ); -ALTER TABLE productioncounting_balanceoperationproductoutcomponent OWNER TO postgres; - -- --- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_balanceoperationproductoutcomponent_id_seq @@ -13664,17 +12438,15 @@ CREATE SEQUENCE productioncounting_balanceoperationproductoutcomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_balanceoperationproductoutcomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_balanceoperationproductoutcomponent_id_seq OWNED BY productioncounting_balanceoperationproductoutcomponent.id; -- --- Name: productioncounting_trackingoperationproductoutcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_trackingoperationproductoutcomponent ( @@ -13693,10 +12465,8 @@ CREATE TABLE productioncounting_trackingoperationproductoutcomponent ( ); -ALTER TABLE productioncounting_trackingoperationproductoutcomponent OWNER TO postgres; - -- --- Name: productioncounting_beforeadditionalactionsanalysisentry; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_beforeadditionalactionsanalysisentry; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_beforeadditionalactionsanalysisentry AS @@ -13734,10 +12504,8 @@ CREATE VIEW productioncounting_beforeadditionalactionsanalysisentry AS GROUP BY ord.number, shift.name, (date_trunc('day'::text, pt.timerangefrom)), (date_trunc('day'::text, pt.timerangeto)), pl.number, c.number, assortment.name, product.number, product.name, product.unit, product.size, tcontext.number; -ALTER TABLE productioncounting_beforeadditionalactionsanalysisentry OWNER TO postgres; - -- --- Name: productioncounting_beforeadditionalactionsanalysisentry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_beforeadditionalactionsanalysisentry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_beforeadditionalactionsanalysisentry_id_seq @@ -13748,10 +12516,8 @@ CREATE SEQUENCE productioncounting_beforeadditionalactionsanalysisentry_id_seq CACHE 1; -ALTER TABLE productioncounting_beforeadditionalactionsanalysisentry_id_seq OWNER TO postgres; - -- --- Name: productioncounting_finalproductanalysisentry; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_finalproductanalysisentry; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_finalproductanalysisentry AS @@ -13786,10 +12552,8 @@ CREATE VIEW productioncounting_finalproductanalysisentry AS GROUP BY ord.number, shift.name, (date_trunc('day'::text, pt.timerangefrom)), (date_trunc('day'::text, pt.timerangeto)), pl.number, c.number, assortment.name, product.number, product.name, product.unit, product.size, tcontext.number; -ALTER TABLE productioncounting_finalproductanalysisentry OWNER TO postgres; - -- --- Name: productioncounting_finalproductanalysisentry_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_finalproductanalysisentry_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_finalproductanalysisentry_id_seq @@ -13800,10 +12564,8 @@ CREATE SEQUENCE productioncounting_finalproductanalysisentry_id_seq CACHE 1; -ALTER TABLE productioncounting_finalproductanalysisentry_id_seq OWNER TO postgres; - -- --- Name: productioncounting_operationpieceworkcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_operationpieceworkcomponent ( @@ -13818,10 +12580,8 @@ CREATE TABLE productioncounting_operationpieceworkcomponent ( ); -ALTER TABLE productioncounting_operationpieceworkcomponent OWNER TO postgres; - -- --- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_operationpieceworkcomponent_id_seq @@ -13832,17 +12592,15 @@ CREATE SEQUENCE productioncounting_operationpieceworkcomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_operationpieceworkcomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_operationpieceworkcomponent_id_seq OWNED BY productioncounting_operationpieceworkcomponent.id; -- --- Name: productioncounting_operationtimecomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_operationtimecomponent ( @@ -13860,10 +12618,8 @@ CREATE TABLE productioncounting_operationtimecomponent ( ); -ALTER TABLE productioncounting_operationtimecomponent OWNER TO postgres; - -- --- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_operationtimecomponent_id_seq @@ -13874,17 +12630,15 @@ CREATE SEQUENCE productioncounting_operationtimecomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_operationtimecomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_operationtimecomponent_id_seq OWNED BY productioncounting_operationtimecomponent.id; -- --- Name: productioncounting_performanceanalysisdetaildto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdetaildto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_performanceanalysisdetaildto AS @@ -13926,13 +12680,11 @@ CREATE VIEW productioncounting_performanceanalysisdetaildto AS LEFT JOIN basic_shift shift ON ((shift.id = productiontracking.shift_id))) LEFT JOIN technologiesgenerator_generatortechnologiesforproduct tgenn ON ((ordersorder.technologyprototype_id = tgenn.technology_id))) LEFT JOIN technologiesgenerator_generatorcontext tcontext ON ((tcontext.id = tgenn.generatorcontext_id))) - WHERE ((productiontracking.state)::text = ANY ((ARRAY['01draft'::character varying, '02accepted'::character varying])::text[])); - + WHERE ((productiontracking.state)::text = ANY (ARRAY[('01draft'::character varying)::text, ('02accepted'::character varying)::text])); -ALTER TABLE productioncounting_performanceanalysisdetaildto OWNER TO postgres; -- --- Name: productioncounting_performanceanalysisdetaildto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdetaildto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_performanceanalysisdetaildto_id_seq @@ -13943,10 +12695,8 @@ CREATE SEQUENCE productioncounting_performanceanalysisdetaildto_id_seq CACHE 1; -ALTER TABLE productioncounting_performanceanalysisdetaildto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_performanceanalysislabortimesumdto_helper; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysislabortimesumdto_helper; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_performanceanalysislabortimesumdto_helper AS @@ -13960,10 +12710,8 @@ CREATE VIEW productioncounting_performanceanalysislabortimesumdto_helper AS GROUP BY performanceanalysisdetaildto.staff_id, performanceanalysisdetaildto.timerangefromwithouttime, performanceanalysisdetaildto.shift_id, performanceanalysisdetaildto.productionline_id; -ALTER TABLE productioncounting_performanceanalysislabortimesumdto_helper OWNER TO postgres; - -- --- Name: productioncounting_performanceanalysisdto_helper; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdto_helper; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_performanceanalysisdto_helper AS @@ -13985,10 +12733,8 @@ CREATE VIEW productioncounting_performanceanalysisdto_helper AS GROUP BY sub.staff_id, sub.timerangefromwithouttime, sub.productionlinequantity, sub.dailyperformance; -ALTER TABLE productioncounting_performanceanalysisdto_helper OWNER TO postgres; - -- --- Name: productioncounting_performanceanalysisdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_performanceanalysisdto AS @@ -14024,10 +12770,8 @@ CREATE VIEW productioncounting_performanceanalysisdto AS GROUP BY performanceanalysisdetaildto.productionline_id, performanceanalysisdetaildto.productionlinenumber, performanceanalysisdetaildto.staff_id, performanceanalysisdetaildto.staffname, performanceanalysisdetaildto.shift_id, performanceanalysisdetaildto.shiftname, performanceanalysisdetaildto.timerangefromwithouttime, performanceanalysisdetaildto.timerangetowithouttime; -ALTER TABLE productioncounting_performanceanalysisdto OWNER TO postgres; - -- --- Name: productioncounting_performanceanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_performanceanalysisdto_id_seq @@ -14038,10 +12782,8 @@ CREATE SEQUENCE productioncounting_performanceanalysisdto_id_seq CACHE 1; -ALTER TABLE productioncounting_performanceanalysisdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productionanalysisdto; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productionanalysisdto; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productionanalysisdto ( @@ -14077,10 +12819,8 @@ CREATE TABLE productioncounting_productionanalysisdto ( ALTER TABLE ONLY productioncounting_productionanalysisdto REPLICA IDENTITY NOTHING; -ALTER TABLE productioncounting_productionanalysisdto OWNER TO postgres; - -- --- Name: productioncounting_productionanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productionanalysisdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productionanalysisdto_id_seq @@ -14091,10 +12831,8 @@ CREATE SEQUENCE productioncounting_productionanalysisdto_id_seq CACHE 1; -ALTER TABLE productioncounting_productionanalysisdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productionbalance; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productionbalance ( @@ -14159,10 +12897,8 @@ CREATE TABLE productioncounting_productionbalance ( ); -ALTER TABLE productioncounting_productionbalance OWNER TO postgres; - -- --- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productionbalance_id_seq @@ -14173,17 +12909,15 @@ CREATE SEQUENCE productioncounting_productionbalance_id_seq CACHE 1; -ALTER TABLE productioncounting_productionbalance_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productionbalance_id_seq OWNED BY productioncounting_productionbalance.id; -- --- Name: productioncounting_productioncountingquantitysetcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productioncountingquantitysetcomponent ( @@ -14196,10 +12930,8 @@ CREATE TABLE productioncounting_productioncountingquantitysetcomponent ( ); -ALTER TABLE productioncounting_productioncountingquantitysetcomponent OWNER TO postgres; - -- --- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productioncountingquantitysetcomponent_id_se @@ -14210,17 +12942,15 @@ CREATE SEQUENCE productioncounting_productioncountingquantitysetcomponent_id_se CACHE 1; -ALTER TABLE productioncounting_productioncountingquantitysetcomponent_id_se OWNER TO postgres; - -- --- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productioncountingquantitysetcomponent_id_se OWNED BY productioncounting_productioncountingquantitysetcomponent.id; -- --- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontracking_id_seq @@ -14231,17 +12961,15 @@ CREATE SEQUENCE productioncounting_productiontracking_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontracking_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productiontracking_id_seq OWNED BY productioncounting_productiontracking.id; -- --- Name: productioncounting_productiontracking_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontracking_number_seq @@ -14252,10 +12980,8 @@ CREATE SEQUENCE productioncounting_productiontracking_number_seq CACHE 1; -ALTER TABLE productioncounting_productiontracking_number_seq OWNER TO postgres; - -- --- Name: repairs_repairorderdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: repairs_repairorderdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW repairs_repairorderdto AS @@ -14289,10 +13015,8 @@ CREATE VIEW repairs_repairorderdto AS LEFT JOIN productioncounting_productiontracking productiontrackingdto ON ((productiontrackingdto.id = repairorder.productiontracking_id))); -ALTER TABLE repairs_repairorderdto OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologyoperationcomponent ( @@ -14344,10 +13068,8 @@ CREATE TABLE technologies_technologyoperationcomponent ( ); -ALTER TABLE technologies_technologyoperationcomponent OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_productiontrackingdto AS @@ -14403,10 +13125,8 @@ CREATE VIEW productioncounting_productiontrackingdto AS LEFT JOIN basic_company company ON ((company.id = ordersorder.company_id))); -ALTER TABLE productioncounting_productiontrackingdto OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingdto_id_seq @@ -14417,10 +13137,8 @@ CREATE SEQUENCE productioncounting_productiontrackingdto_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontrackingdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductincomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_trackingoperationproductincomponent ( @@ -14445,10 +13163,8 @@ CREATE TABLE productioncounting_trackingoperationproductincomponent ( ); -ALTER TABLE productioncounting_trackingoperationproductincomponent OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductincomponentdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponentdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_trackingoperationproductincomponentdto AS @@ -14473,10 +13189,8 @@ CREATE VIEW productioncounting_trackingoperationproductincomponentdto AS GROUP BY trackingoperationproductincomponent.id, productiontracking.id, product.id, product.number, product.unit, trackingoperationproductincomponent.usedquantity, productiontracking.technologyoperationcomponent_id, batch.number; -ALTER TABLE productioncounting_trackingoperationproductincomponentdto OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductoutcomponentdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponentdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_trackingoperationproductoutcomponentdto AS @@ -14501,10 +13215,8 @@ CREATE VIEW productioncounting_trackingoperationproductoutcomponentdto AS GROUP BY trackingoperationproductoutcomponent.id, productiontracking.id, product.id, product.number, product.unit, trackingoperationproductoutcomponent.usedquantity, productiontracking.technologyoperationcomponent_id, batch.number; -ALTER TABLE productioncounting_trackingoperationproductoutcomponentdto OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductcomponentdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductcomponentdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_trackingoperationproductcomponentdto AS @@ -14538,10 +13250,8 @@ CREATE VIEW productioncounting_trackingoperationproductcomponentdto AS FROM productioncounting_trackingoperationproductoutcomponentdto trackingoperationproductoutcomponentdto) trackingoperationproductcomponentdto; -ALTER TABLE productioncounting_trackingoperationproductcomponentdto OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingforproductdto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductdto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_productiontrackingforproductdto AS @@ -14579,10 +13289,8 @@ CREATE VIEW productioncounting_productiontrackingforproductdto AS LEFT JOIN productioncounting_productiontrackingdto productiontrackingdto ON ((productiontrackingdto.id = trackingoperationproductcomponentdto.productiontracking_id))); -ALTER TABLE productioncounting_productiontrackingforproductdto OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingforproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingforproductdto_id_seq @@ -14593,10 +13301,8 @@ CREATE SEQUENCE productioncounting_productiontrackingforproductdto_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontrackingforproductdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingforproductgroupeddto; Type: VIEW; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductgroupeddto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW productioncounting_productiontrackingforproductgroupeddto AS @@ -14617,10 +13323,8 @@ CREATE VIEW productioncounting_productiontrackingforproductgroupeddto AS GROUP BY productiontrackingforproductdto.active, productiontrackingforproductdto.order_id, productiontrackingforproductdto.ordernumber, productiontrackingforproductdto.technologyoperationcomponent_id, productiontrackingforproductdto.technologyoperationcomponentnumber, productiontrackingforproductdto.operation_id, productiontrackingforproductdto.product_id, productiontrackingforproductdto.productnumber, productiontrackingforproductdto.productunit, productiontrackingforproductdto.plannedquantity, productiontrackingforproductdto.typeofrecord; -ALTER TABLE productioncounting_productiontrackingforproductgroupeddto OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingforproductgroupeddto_id_se; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductgroupeddto_id_se; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingforproductgroupeddto_id_se @@ -14631,10 +13335,8 @@ CREATE SEQUENCE productioncounting_productiontrackingforproductgroupeddto_id_se CACHE 1; -ALTER TABLE productioncounting_productiontrackingforproductgroupeddto_id_se OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productiontrackingreport ( @@ -14652,10 +13354,8 @@ CREATE TABLE productioncounting_productiontrackingreport ( ); -ALTER TABLE productioncounting_productiontrackingreport OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingreport_id_seq @@ -14666,17 +13366,15 @@ CREATE SEQUENCE productioncounting_productiontrackingreport_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontrackingreport_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productiontrackingreport_id_seq OWNED BY productioncounting_productiontrackingreport.id; -- --- Name: productioncounting_productiontrackingstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_productiontrackingstatechange ( @@ -14693,10 +13391,8 @@ CREATE TABLE productioncounting_productiontrackingstatechange ( ); -ALTER TABLE productioncounting_productiontrackingstatechange OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_productiontrackingstatechange_id_seq @@ -14707,17 +13403,15 @@ CREATE SEQUENCE productioncounting_productiontrackingstatechange_id_seq CACHE 1; -ALTER TABLE productioncounting_productiontrackingstatechange_id_seq OWNER TO postgres; - -- --- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_productiontrackingstatechange_id_seq OWNED BY productioncounting_productiontrackingstatechange.id; -- --- Name: productioncounting_settechnologyincomponents; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_settechnologyincomponents ( @@ -14728,10 +13422,8 @@ CREATE TABLE productioncounting_settechnologyincomponents ( ); -ALTER TABLE productioncounting_settechnologyincomponents OWNER TO postgres; - -- --- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_settechnologyincomponents_id_seq @@ -14742,17 +13434,15 @@ CREATE SEQUENCE productioncounting_settechnologyincomponents_id_seq CACHE 1; -ALTER TABLE productioncounting_settechnologyincomponents_id_seq OWNER TO postgres; - -- --- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_settechnologyincomponents_id_seq OWNED BY productioncounting_settechnologyincomponents.id; -- --- Name: productioncounting_settrackingoperationproductincomponents; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_settrackingoperationproductincomponents ( @@ -14763,10 +13453,8 @@ CREATE TABLE productioncounting_settrackingoperationproductincomponents ( ); -ALTER TABLE productioncounting_settrackingoperationproductincomponents OWNER TO postgres; - -- --- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_settrackingoperationproductincomponents_id_s @@ -14777,17 +13465,15 @@ CREATE SEQUENCE productioncounting_settrackingoperationproductincomponents_id_s CACHE 1; -ALTER TABLE productioncounting_settrackingoperationproductincomponents_id_s OWNER TO postgres; - -- --- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_settrackingoperationproductincomponents_id_s OWNED BY productioncounting_settrackingoperationproductincomponents.id; -- --- Name: productioncounting_staffworktime; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncounting_staffworktime ( @@ -14801,10 +13487,8 @@ CREATE TABLE productioncounting_staffworktime ( ); -ALTER TABLE productioncounting_staffworktime OWNER TO postgres; - -- --- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_staffworktime_id_seq @@ -14815,17 +13499,15 @@ CREATE SEQUENCE productioncounting_staffworktime_id_seq CACHE 1; -ALTER TABLE productioncounting_staffworktime_id_seq OWNER TO postgres; - -- --- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_staffworktime_id_seq OWNED BY productioncounting_staffworktime.id; -- --- Name: productioncounting_trackingoperationproductcomponentdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductcomponentdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductcomponentdto_id_seq @@ -14836,10 +13518,8 @@ CREATE SEQUENCE productioncounting_trackingoperationproductcomponentdto_id_seq CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductcomponentdto_id_seq OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductincomponent_id_seq @@ -14850,17 +13530,15 @@ CREATE SEQUENCE productioncounting_trackingoperationproductincomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductincomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_trackingoperationproductincomponent_id_seq OWNED BY productioncounting_trackingoperationproductincomponent.id; -- --- Name: productioncounting_trackingoperationproductincomponentdto_id_se; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponentdto_id_se; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductincomponentdto_id_se @@ -14871,10 +13549,8 @@ CREATE SEQUENCE productioncounting_trackingoperationproductincomponentdto_id_se CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductincomponentdto_id_se OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductoutcomponent_id_seq @@ -14885,17 +13561,15 @@ CREATE SEQUENCE productioncounting_trackingoperationproductoutcomponent_id_seq CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductoutcomponent_id_seq OWNER TO postgres; - -- --- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncounting_trackingoperationproductoutcomponent_id_seq OWNED BY productioncounting_trackingoperationproductoutcomponent.id; -- --- Name: productioncounting_trackingoperationproductoutcomponentdto_id_s; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponentdto_id_s; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncounting_trackingoperationproductoutcomponentdto_id_s @@ -14906,10 +13580,8 @@ CREATE SEQUENCE productioncounting_trackingoperationproductoutcomponentdto_id_s CACHE 1; -ALTER TABLE productioncounting_trackingoperationproductoutcomponentdto_id_s OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationcostcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncountingwithcosts_operationcostcomponent ( @@ -14927,10 +13599,8 @@ CREATE TABLE productioncountingwithcosts_operationcostcomponent ( ); -ALTER TABLE productioncountingwithcosts_operationcostcomponent OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncountingwithcosts_operationcostcomponent_id_seq @@ -14941,17 +13611,15 @@ CREATE SEQUENCE productioncountingwithcosts_operationcostcomponent_id_seq CACHE 1; -ALTER TABLE productioncountingwithcosts_operationcostcomponent_id_seq OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncountingwithcosts_operationcostcomponent_id_seq OWNED BY productioncountingwithcosts_operationcostcomponent.id; -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncountingwithcosts_operationpieceworkcostcomponent ( @@ -14966,10 +13634,8 @@ CREATE TABLE productioncountingwithcosts_operationpieceworkcostcomponent ( ); -ALTER TABLE productioncountingwithcosts_operationpieceworkcostcomponent OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncountingwithcosts_operationpieceworkcostcomponent_id_ @@ -14980,17 +13646,15 @@ CREATE SEQUENCE productioncountingwithcosts_operationpieceworkcostcomponent_id_ CACHE 1; -ALTER TABLE productioncountingwithcosts_operationpieceworkcostcomponent_id_ OWNER TO postgres; - -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncountingwithcosts_operationpieceworkcostcomponent_id_ OWNED BY productioncountingwithcosts_operationpieceworkcostcomponent.id; -- --- Name: productioncountingwithcosts_technologyoperationproductincomp; Type: TABLE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productioncountingwithcosts_technologyoperationproductincomp ( @@ -15004,10 +13668,8 @@ CREATE TABLE productioncountingwithcosts_technologyoperationproductincomp ( ); -ALTER TABLE productioncountingwithcosts_technologyoperationproductincomp OWNER TO postgres; - -- --- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productioncountingwithcosts_technologyoperationproductincomp_id @@ -15018,17 +13680,15 @@ CREATE SEQUENCE productioncountingwithcosts_technologyoperationproductincomp_id CACHE 1; -ALTER TABLE productioncountingwithcosts_technologyoperationproductincomp_id OWNER TO postgres; - -- --- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productioncountingwithcosts_technologyoperationproductincomp_id OWNED BY productioncountingwithcosts_technologyoperationproductincomp.id; -- --- Name: productionlines_factorystructureelement; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionlines_factorystructureelement ( @@ -15049,10 +13709,8 @@ CREATE TABLE productionlines_factorystructureelement ( ); -ALTER TABLE productionlines_factorystructureelement OWNER TO postgres; - -- --- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionlines_factorystructureelement_id_seq @@ -15063,17 +13721,15 @@ CREATE SEQUENCE productionlines_factorystructureelement_id_seq CACHE 1; -ALTER TABLE productionlines_factorystructureelement_id_seq OWNER TO postgres; - -- --- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionlines_factorystructureelement_id_seq OWNED BY productionlines_factorystructureelement.id; -- --- Name: productionlines_productionline_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionlines_productionline_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionlines_productionline_id_seq @@ -15084,17 +13740,15 @@ CREATE SEQUENCE productionlines_productionline_id_seq CACHE 1; -ALTER TABLE productionlines_productionline_id_seq OWNER TO postgres; - -- --- Name: productionlines_productionline_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionlines_productionline_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionlines_productionline_id_seq OWNED BY productionlines_productionline.id; -- --- Name: productionlines_workstationtypecomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionlines_workstationtypecomponent ( @@ -15108,10 +13762,8 @@ CREATE TABLE productionlines_workstationtypecomponent ( ); -ALTER TABLE productionlines_workstationtypecomponent OWNER TO postgres; - -- --- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionlines_workstationtypecomponent_id_seq @@ -15122,17 +13774,15 @@ CREATE SEQUENCE productionlines_workstationtypecomponent_id_seq CACHE 1; -ALTER TABLE productionlines_workstationtypecomponent_id_seq OWNER TO postgres; - -- --- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionlines_workstationtypecomponent_id_seq OWNED BY productionlines_workstationtypecomponent.id; -- --- Name: productionpershift_dailyprogress; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_dailyprogress ( @@ -15146,10 +13796,8 @@ CREATE TABLE productionpershift_dailyprogress ( ); -ALTER TABLE productionpershift_dailyprogress OWNER TO postgres; - -- --- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_dailyprogress_id_seq @@ -15160,17 +13808,15 @@ CREATE SEQUENCE productionpershift_dailyprogress_id_seq CACHE 1; -ALTER TABLE productionpershift_dailyprogress_id_seq OWNER TO postgres; - -- --- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_dailyprogress_id_seq OWNED BY productionpershift_dailyprogress.id; -- --- Name: productionpershift_ppsreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_ppsreport ( @@ -15188,10 +13834,8 @@ CREATE TABLE productionpershift_ppsreport ( ); -ALTER TABLE productionpershift_ppsreport OWNER TO postgres; - -- --- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_ppsreport_id_seq @@ -15202,17 +13846,15 @@ CREATE SEQUENCE productionpershift_ppsreport_id_seq CACHE 1; -ALTER TABLE productionpershift_ppsreport_id_seq OWNER TO postgres; - -- --- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_ppsreport_id_seq OWNED BY productionpershift_ppsreport.id; -- --- Name: productionpershift_productionpershift; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_productionpershift ( @@ -15224,10 +13866,8 @@ CREATE TABLE productionpershift_productionpershift ( ); -ALTER TABLE productionpershift_productionpershift OWNER TO postgres; - -- --- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_productionpershift_id_seq @@ -15238,17 +13878,15 @@ CREATE SEQUENCE productionpershift_productionpershift_id_seq CACHE 1; -ALTER TABLE productionpershift_productionpershift_id_seq OWNER TO postgres; - -- --- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_productionpershift_id_seq OWNED BY productionpershift_productionpershift.id; -- --- Name: productionpershift_progressforday; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_progressforday ( @@ -15259,14 +13897,13 @@ CREATE TABLE productionpershift_progressforday ( dateofday date, technologyoperationcomponent_id bigint, actualdateofday date, - entityversion bigint DEFAULT 0 + entityversion bigint DEFAULT 0, + productionpershift_id bigint ); -ALTER TABLE productionpershift_progressforday OWNER TO postgres; - -- --- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_progressforday_id_seq @@ -15277,17 +13914,15 @@ CREATE SEQUENCE productionpershift_progressforday_id_seq CACHE 1; -ALTER TABLE productionpershift_progressforday_id_seq OWNER TO postgres; - -- --- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_progressforday_id_seq OWNED BY productionpershift_progressforday.id; -- --- Name: productionpershift_reasontypeofcorrectionplan; Type: TABLE; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE productionpershift_reasontypeofcorrectionplan ( @@ -15299,10 +13934,8 @@ CREATE TABLE productionpershift_reasontypeofcorrectionplan ( ); -ALTER TABLE productionpershift_reasontypeofcorrectionplan OWNER TO postgres; - -- --- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE productionpershift_reasontypeofcorrectionplan_id_seq @@ -15313,17 +13946,15 @@ CREATE SEQUENCE productionpershift_reasontypeofcorrectionplan_id_seq CACHE 1; -ALTER TABLE productionpershift_reasontypeofcorrectionplan_id_seq OWNER TO postgres; - -- --- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE productionpershift_reasontypeofcorrectionplan_id_seq OWNED BY productionpershift_reasontypeofcorrectionplan.id; -- --- Name: qcadoocustomtranslation_customtranslation; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoocustomtranslation_customtranslation ( @@ -15338,10 +13969,8 @@ CREATE TABLE qcadoocustomtranslation_customtranslation ( ); -ALTER TABLE qcadoocustomtranslation_customtranslation OWNER TO postgres; - -- --- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoocustomtranslation_customtranslation_id_seq @@ -15352,17 +13981,15 @@ CREATE SEQUENCE qcadoocustomtranslation_customtranslation_id_seq CACHE 1; -ALTER TABLE qcadoocustomtranslation_customtranslation_id_seq OWNER TO postgres; - -- --- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoocustomtranslation_customtranslation_id_seq OWNED BY qcadoocustomtranslation_customtranslation.id; -- --- Name: qcadoomodel_dictionary; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoomodel_dictionary ( @@ -15374,10 +14001,8 @@ CREATE TABLE qcadoomodel_dictionary ( ); -ALTER TABLE qcadoomodel_dictionary OWNER TO postgres; - -- --- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoomodel_dictionary_id_seq @@ -15388,17 +14013,15 @@ CREATE SEQUENCE qcadoomodel_dictionary_id_seq CACHE 1; -ALTER TABLE qcadoomodel_dictionary_id_seq OWNER TO postgres; - -- --- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoomodel_dictionary_id_seq OWNED BY qcadoomodel_dictionary.id; -- --- Name: qcadoomodel_dictionaryitem; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoomodel_dictionaryitem ( @@ -15409,14 +14032,13 @@ CREATE TABLE qcadoomodel_dictionaryitem ( technicalcode character varying(255), dictionary_id bigint, active boolean DEFAULT true, - entityversion bigint DEFAULT 0 + entityversion bigint DEFAULT 0, + isinteger boolean DEFAULT false ); -ALTER TABLE qcadoomodel_dictionaryitem OWNER TO postgres; - -- --- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoomodel_dictionaryitem_id_seq @@ -15427,17 +14049,15 @@ CREATE SEQUENCE qcadoomodel_dictionaryitem_id_seq CACHE 1; -ALTER TABLE qcadoomodel_dictionaryitem_id_seq OWNER TO postgres; - -- --- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoomodel_dictionaryitem_id_seq OWNED BY qcadoomodel_dictionaryitem.id; -- --- Name: qcadoomodel_globalunitconversionsaggregate; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoomodel_globalunitconversionsaggregate ( @@ -15446,10 +14066,8 @@ CREATE TABLE qcadoomodel_globalunitconversionsaggregate ( ); -ALTER TABLE qcadoomodel_globalunitconversionsaggregate OWNER TO postgres; - -- --- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoomodel_globalunitconversionsaggregate_id_seq @@ -15460,17 +14078,15 @@ CREATE SEQUENCE qcadoomodel_globalunitconversionsaggregate_id_seq CACHE 1; -ALTER TABLE qcadoomodel_globalunitconversionsaggregate_id_seq OWNER TO postgres; - -- --- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoomodel_globalunitconversionsaggregate_id_seq OWNED BY qcadoomodel_globalunitconversionsaggregate.id; -- --- Name: qcadoomodel_unitconversionitem; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoomodel_unitconversionitem ( @@ -15485,10 +14101,8 @@ CREATE TABLE qcadoomodel_unitconversionitem ( ); -ALTER TABLE qcadoomodel_unitconversionitem OWNER TO postgres; - -- --- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoomodel_unitconversionitem_id_seq @@ -15499,17 +14113,15 @@ CREATE SEQUENCE qcadoomodel_unitconversionitem_id_seq CACHE 1; -ALTER TABLE qcadoomodel_unitconversionitem_id_seq OWNER TO postgres; - -- --- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoomodel_unitconversionitem_id_seq OWNED BY qcadoomodel_unitconversionitem.id; -- --- Name: qcadooplugin_plugin; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooplugin_plugin ( @@ -15524,10 +14136,8 @@ CREATE TABLE qcadooplugin_plugin ( ); -ALTER TABLE qcadooplugin_plugin OWNER TO postgres; - -- --- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooplugin_plugin_id_seq @@ -15538,17 +14148,15 @@ CREATE SEQUENCE qcadooplugin_plugin_id_seq CACHE 1; -ALTER TABLE qcadooplugin_plugin_id_seq OWNER TO postgres; - -- --- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooplugin_plugin_id_seq OWNED BY qcadooplugin_plugin.id; -- --- Name: qcadoosecurity_group; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoosecurity_group ( @@ -15560,10 +14168,8 @@ CREATE TABLE qcadoosecurity_group ( ); -ALTER TABLE qcadoosecurity_group OWNER TO postgres; - -- --- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoosecurity_group_id_seq @@ -15574,17 +14180,15 @@ CREATE SEQUENCE qcadoosecurity_group_id_seq CACHE 1; -ALTER TABLE qcadoosecurity_group_id_seq OWNER TO postgres; - -- --- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoosecurity_group_id_seq OWNED BY qcadoosecurity_group.id; -- --- Name: qcadoosecurity_persistenttoken; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoosecurity_persistenttoken ( @@ -15597,10 +14201,8 @@ CREATE TABLE qcadoosecurity_persistenttoken ( ); -ALTER TABLE qcadoosecurity_persistenttoken OWNER TO postgres; - -- --- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoosecurity_persistenttoken_id_seq @@ -15611,17 +14213,15 @@ CREATE SEQUENCE qcadoosecurity_persistenttoken_id_seq CACHE 1; -ALTER TABLE qcadoosecurity_persistenttoken_id_seq OWNER TO postgres; - -- --- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoosecurity_persistenttoken_id_seq OWNED BY qcadoosecurity_persistenttoken.id; -- --- Name: qcadoosecurity_role; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadoosecurity_role ( @@ -15632,10 +14232,8 @@ CREATE TABLE qcadoosecurity_role ( ); -ALTER TABLE qcadoosecurity_role OWNER TO postgres; - -- --- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoosecurity_role_id_seq @@ -15646,17 +14244,15 @@ CREATE SEQUENCE qcadoosecurity_role_id_seq CACHE 1; -ALTER TABLE qcadoosecurity_role_id_seq OWNER TO postgres; - -- --- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoosecurity_role_id_seq OWNED BY qcadoosecurity_role.id; -- --- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadoosecurity_user_id_seq @@ -15667,17 +14263,15 @@ CREATE SEQUENCE qcadoosecurity_user_id_seq CACHE 1; -ALTER TABLE qcadoosecurity_user_id_seq OWNER TO postgres; - -- --- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadoosecurity_user_id_seq OWNED BY qcadoosecurity_user.id; -- --- Name: qcadooview_alert; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_alert; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_alert ( @@ -15689,10 +14283,8 @@ CREATE TABLE qcadooview_alert ( ); -ALTER TABLE qcadooview_alert OWNER TO postgres; - -- --- Name: qcadooview_alert_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_alert_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_alert_id_seq @@ -15703,17 +14295,15 @@ CREATE SEQUENCE qcadooview_alert_id_seq CACHE 1; -ALTER TABLE qcadooview_alert_id_seq OWNER TO postgres; - -- --- Name: qcadooview_alert_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_alert_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_alert_id_seq OWNED BY qcadooview_alert.id; -- --- Name: qcadooview_category; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_category; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_category ( @@ -15726,10 +14316,8 @@ CREATE TABLE qcadooview_category ( ); -ALTER TABLE qcadooview_category OWNER TO postgres; - -- --- Name: qcadooview_category_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_category_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_category_id_seq @@ -15740,17 +14328,15 @@ CREATE SEQUENCE qcadooview_category_id_seq CACHE 1; -ALTER TABLE qcadooview_category_id_seq OWNER TO postgres; - -- --- Name: qcadooview_category_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_category_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_category_id_seq OWNED BY qcadooview_category.id; -- --- Name: qcadooview_item; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_item; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_item ( @@ -15766,10 +14352,8 @@ CREATE TABLE qcadooview_item ( ); -ALTER TABLE qcadooview_item OWNER TO postgres; - -- --- Name: qcadooview_item_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_item_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_item_id_seq @@ -15780,17 +14364,15 @@ CREATE SEQUENCE qcadooview_item_id_seq CACHE 1; -ALTER TABLE qcadooview_item_id_seq OWNER TO postgres; - -- --- Name: qcadooview_item_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_item_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_item_id_seq OWNED BY qcadooview_item.id; -- --- Name: qcadooview_view; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_view; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_view ( @@ -15803,10 +14385,8 @@ CREATE TABLE qcadooview_view ( ); -ALTER TABLE qcadooview_view OWNER TO postgres; - -- --- Name: qcadooview_view_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_view_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_view_id_seq @@ -15817,17 +14397,15 @@ CREATE SEQUENCE qcadooview_view_id_seq CACHE 1; -ALTER TABLE qcadooview_view_id_seq OWNER TO postgres; - -- --- Name: qcadooview_view_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_view_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_view_id_seq OWNED BY qcadooview_view.id; -- --- Name: qcadooview_viewedalert; Type: TABLE; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE qcadooview_viewedalert ( @@ -15837,10 +14415,8 @@ CREATE TABLE qcadooview_viewedalert ( ); -ALTER TABLE qcadooview_viewedalert OWNER TO postgres; - -- --- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE qcadooview_viewedalert_id_seq @@ -15851,17 +14427,15 @@ CREATE SEQUENCE qcadooview_viewedalert_id_seq CACHE 1; -ALTER TABLE qcadooview_viewedalert_id_seq OWNER TO postgres; - -- --- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE qcadooview_viewedalert_id_seq OWNED BY qcadooview_viewedalert.id; -- --- Name: repairs_repairorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorder_id_seq @@ -15872,17 +14446,15 @@ CREATE SEQUENCE repairs_repairorder_id_seq CACHE 1; -ALTER TABLE repairs_repairorder_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: repairs_repairorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE repairs_repairorder_id_seq OWNED BY repairs_repairorder.id; -- --- Name: repairs_repairorder_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorder_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorder_number_seq @@ -15893,10 +14465,8 @@ CREATE SEQUENCE repairs_repairorder_number_seq CACHE 1; -ALTER TABLE repairs_repairorder_number_seq OWNER TO postgres; - -- --- Name: repairs_repairorderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorderdto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorderdto_id_seq @@ -15907,10 +14477,8 @@ CREATE SEQUENCE repairs_repairorderdto_id_seq CACHE 1; -ALTER TABLE repairs_repairorderdto_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorderproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE repairs_repairorderproduct ( @@ -15927,10 +14495,8 @@ CREATE TABLE repairs_repairorderproduct ( ); -ALTER TABLE repairs_repairorderproduct OWNER TO postgres; - -- --- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorderproduct_id_seq @@ -15941,17 +14507,15 @@ CREATE SEQUENCE repairs_repairorderproduct_id_seq CACHE 1; -ALTER TABLE repairs_repairorderproduct_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE repairs_repairorderproduct_id_seq OWNED BY repairs_repairorderproduct.id; -- --- Name: repairs_repairorderstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE repairs_repairorderstatechange ( @@ -15967,10 +14531,8 @@ CREATE TABLE repairs_repairorderstatechange ( ); -ALTER TABLE repairs_repairorderstatechange OWNER TO postgres; - -- --- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorderstatechange_id_seq @@ -15981,17 +14543,15 @@ CREATE SEQUENCE repairs_repairorderstatechange_id_seq CACHE 1; -ALTER TABLE repairs_repairorderstatechange_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE repairs_repairorderstatechange_id_seq OWNED BY repairs_repairorderstatechange.id; -- --- Name: repairs_repairorderworktime; Type: TABLE; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE repairs_repairorderworktime ( @@ -16004,10 +14564,8 @@ CREATE TABLE repairs_repairorderworktime ( ); -ALTER TABLE repairs_repairorderworktime OWNER TO postgres; - -- --- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE repairs_repairorderworktime_id_seq @@ -16018,17 +14576,15 @@ CREATE SEQUENCE repairs_repairorderworktime_id_seq CACHE 1; -ALTER TABLE repairs_repairorderworktime_id_seq OWNER TO postgres; - -- --- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE repairs_repairorderworktime_id_seq OWNED BY repairs_repairorderworktime.id; -- --- Name: sfcsimple_subiektimportedorder; Type: TABLE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE sfcsimple_subiektimportedorder ( @@ -16043,10 +14599,8 @@ CREATE TABLE sfcsimple_subiektimportedorder ( ); -ALTER TABLE sfcsimple_subiektimportedorder OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE sfcsimple_subiektimportedorder_id_seq @@ -16057,17 +14611,15 @@ CREATE SEQUENCE sfcsimple_subiektimportedorder_id_seq CACHE 1; -ALTER TABLE sfcsimple_subiektimportedorder_id_seq OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE sfcsimple_subiektimportedorder_id_seq OWNED BY sfcsimple_subiektimportedorder.id; -- --- Name: sfcsimple_subiektimportedorderproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE sfcsimple_subiektimportedorderproduct ( @@ -16080,10 +14632,8 @@ CREATE TABLE sfcsimple_subiektimportedorderproduct ( ); -ALTER TABLE sfcsimple_subiektimportedorderproduct OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE sfcsimple_subiektimportedorderproduct_id_seq @@ -16094,17 +14644,15 @@ CREATE SEQUENCE sfcsimple_subiektimportedorderproduct_id_seq CACHE 1; -ALTER TABLE sfcsimple_subiektimportedorderproduct_id_seq OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE sfcsimple_subiektimportedorderproduct_id_seq OWNED BY sfcsimple_subiektimportedorderproduct.id; -- --- Name: sfcsimple_subiektimportedproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE sfcsimple_subiektimportedproduct ( @@ -16120,10 +14668,8 @@ CREATE TABLE sfcsimple_subiektimportedproduct ( ); -ALTER TABLE sfcsimple_subiektimportedproduct OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE sfcsimple_subiektimportedproduct_id_seq @@ -16134,17 +14680,15 @@ CREATE SEQUENCE sfcsimple_subiektimportedproduct_id_seq CACHE 1; -ALTER TABLE sfcsimple_subiektimportedproduct_id_seq OWNER TO postgres; - -- --- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE sfcsimple_subiektimportedproduct_id_seq OWNED BY sfcsimple_subiektimportedproduct.id; -- --- Name: simplematerialbalance_simplematerialbalance; Type: TABLE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE simplematerialbalance_simplematerialbalance ( @@ -16159,10 +14703,8 @@ CREATE TABLE simplematerialbalance_simplematerialbalance ( ); -ALTER TABLE simplematerialbalance_simplematerialbalance OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE simplematerialbalance_simplematerialbalance_id_seq @@ -16173,17 +14715,15 @@ CREATE SEQUENCE simplematerialbalance_simplematerialbalance_id_seq CACHE 1; -ALTER TABLE simplematerialbalance_simplematerialbalance_id_seq OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE simplematerialbalance_simplematerialbalance_id_seq OWNED BY simplematerialbalance_simplematerialbalance.id; -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE simplematerialbalance_simplematerialbalancelocationscomponent ( @@ -16194,10 +14734,8 @@ CREATE TABLE simplematerialbalance_simplematerialbalancelocationscomponent ( ); -ALTER TABLE simplematerialbalance_simplematerialbalancelocationscomponent OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE simplematerialbalance_simplematerialbalancelocationscomponent_i @@ -16208,17 +14746,15 @@ CREATE SEQUENCE simplematerialbalance_simplematerialbalancelocationscomponent_i CACHE 1; -ALTER TABLE simplematerialbalance_simplematerialbalancelocationscomponent_i OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE simplematerialbalance_simplematerialbalancelocationscomponent_i OWNED BY simplematerialbalance_simplematerialbalancelocationscomponent.id; -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE simplematerialbalance_simplematerialbalanceorderscomponent ( @@ -16229,10 +14765,8 @@ CREATE TABLE simplematerialbalance_simplematerialbalanceorderscomponent ( ); -ALTER TABLE simplematerialbalance_simplematerialbalanceorderscomponent OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE simplematerialbalance_simplematerialbalanceorderscomponent_id_s @@ -16243,17 +14777,15 @@ CREATE SEQUENCE simplematerialbalance_simplematerialbalanceorderscomponent_id_s CACHE 1; -ALTER TABLE simplematerialbalance_simplematerialbalanceorderscomponent_id_s OWNER TO postgres; - -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE simplematerialbalance_simplematerialbalanceorderscomponent_id_s OWNED BY simplematerialbalance_simplematerialbalanceorderscomponent.id; -- --- Name: states_message; Type: TABLE; Schema: public; Owner: postgres +-- Name: states_message; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE states_message ( @@ -16288,10 +14820,8 @@ CREATE TABLE states_message ( ); -ALTER TABLE states_message OWNER TO postgres; - -- --- Name: states_message_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: states_message_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE states_message_id_seq @@ -16302,17 +14832,15 @@ CREATE SEQUENCE states_message_id_seq CACHE 1; -ALTER TABLE states_message_id_seq OWNER TO postgres; - -- --- Name: states_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: states_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE states_message_id_seq OWNED BY states_message.id; -- --- Name: stoppage_stoppage; Type: TABLE; Schema: public; Owner: postgres +-- Name: stoppage_stoppage; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE stoppage_stoppage ( @@ -16325,10 +14853,8 @@ CREATE TABLE stoppage_stoppage ( ); -ALTER TABLE stoppage_stoppage OWNER TO postgres; - -- --- Name: stoppage_stoppage_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: stoppage_stoppage_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE stoppage_stoppage_id_seq @@ -16339,17 +14865,15 @@ CREATE SEQUENCE stoppage_stoppage_id_seq CACHE 1; -ALTER TABLE stoppage_stoppage_id_seq OWNER TO postgres; - -- --- Name: stoppage_stoppage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: stoppage_stoppage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE stoppage_stoppage_id_seq OWNED BY stoppage_stoppage.id; -- --- Name: subcontractorportal_cost; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_cost ( @@ -16368,10 +14892,8 @@ CREATE TABLE subcontractorportal_cost ( ); -ALTER TABLE subcontractorportal_cost OWNER TO postgres; - -- --- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_cost_id_seq @@ -16382,17 +14904,15 @@ CREATE SEQUENCE subcontractorportal_cost_id_seq CACHE 1; -ALTER TABLE subcontractorportal_cost_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_cost_id_seq OWNED BY subcontractorportal_cost.id; -- --- Name: subcontractorportal_event; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_event; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_event ( @@ -16409,10 +14929,8 @@ CREATE TABLE subcontractorportal_event ( ); -ALTER TABLE subcontractorportal_event OWNER TO postgres; - -- --- Name: subcontractorportal_event_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_event_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_event_id_seq @@ -16423,17 +14941,15 @@ CREATE SEQUENCE subcontractorportal_event_id_seq CACHE 1; -ALTER TABLE subcontractorportal_event_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_event_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_event_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_event_id_seq OWNED BY subcontractorportal_event.id; -- --- Name: subcontractorportal_message; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_message; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_message ( @@ -16449,10 +14965,8 @@ CREATE TABLE subcontractorportal_message ( ); -ALTER TABLE subcontractorportal_message OWNER TO postgres; - -- --- Name: subcontractorportal_message_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_message_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_message_id_seq @@ -16463,17 +14977,15 @@ CREATE SEQUENCE subcontractorportal_message_id_seq CACHE 1; -ALTER TABLE subcontractorportal_message_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_message_id_seq OWNED BY subcontractorportal_message.id; -- --- Name: subcontractorportal_operation; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_operation ( @@ -16495,10 +15007,8 @@ CREATE TABLE subcontractorportal_operation ( ); -ALTER TABLE subcontractorportal_operation OWNER TO postgres; - -- --- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_operation_id_seq @@ -16509,17 +15019,15 @@ CREATE SEQUENCE subcontractorportal_operation_id_seq CACHE 1; -ALTER TABLE subcontractorportal_operation_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_operation_id_seq OWNED BY subcontractorportal_operation.id; -- --- Name: subcontractorportal_realisation; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_realisation ( @@ -16534,10 +15042,8 @@ CREATE TABLE subcontractorportal_realisation ( ); -ALTER TABLE subcontractorportal_realisation OWNER TO postgres; - -- --- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_realisation_id_seq @@ -16548,17 +15054,15 @@ CREATE SEQUENCE subcontractorportal_realisation_id_seq CACHE 1; -ALTER TABLE subcontractorportal_realisation_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_realisation_id_seq OWNED BY subcontractorportal_realisation.id; -- --- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborder_id_seq @@ -16569,17 +15073,15 @@ CREATE SEQUENCE subcontractorportal_suborder_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborder_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborder_id_seq OWNED BY subcontractorportal_suborder.id; -- --- Name: subcontractorportal_suborderattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborderattachment ( @@ -16594,10 +15096,8 @@ CREATE TABLE subcontractorportal_suborderattachment ( ); -ALTER TABLE subcontractorportal_suborderattachment OWNER TO postgres; - -- --- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborderattachment_id_seq @@ -16608,17 +15108,15 @@ CREATE SEQUENCE subcontractorportal_suborderattachment_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborderattachment_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborderattachment_id_seq OWNED BY subcontractorportal_suborderattachment.id; -- --- Name: subcontractorportal_suborderinput; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborderinput ( @@ -16636,10 +15134,8 @@ CREATE TABLE subcontractorportal_suborderinput ( ); -ALTER TABLE subcontractorportal_suborderinput OWNER TO postgres; - -- --- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborderinput_id_seq @@ -16650,17 +15146,15 @@ CREATE SEQUENCE subcontractorportal_suborderinput_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborderinput_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborderinput_id_seq OWNED BY subcontractorportal_suborderinput.id; -- --- Name: subcontractorportal_suborderoperation; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborderoperation ( @@ -16683,10 +15177,8 @@ CREATE TABLE subcontractorportal_suborderoperation ( ); -ALTER TABLE subcontractorportal_suborderoperation OWNER TO postgres; - -- --- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborderoperation_id_seq @@ -16697,17 +15189,15 @@ CREATE SEQUENCE subcontractorportal_suborderoperation_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborderoperation_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborderoperation_id_seq OWNED BY subcontractorportal_suborderoperation.id; -- --- Name: subcontractorportal_suborderoutput; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_suborderoutput ( @@ -16728,10 +15218,8 @@ CREATE TABLE subcontractorportal_suborderoutput ( ); -ALTER TABLE subcontractorportal_suborderoutput OWNER TO postgres; - -- --- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_suborderoutput_id_seq @@ -16742,17 +15230,15 @@ CREATE SEQUENCE subcontractorportal_suborderoutput_id_seq CACHE 1; -ALTER TABLE subcontractorportal_suborderoutput_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_suborderoutput_id_seq OWNED BY subcontractorportal_suborderoutput.id; -- --- Name: subcontractorportal_subordertmp; Type: TABLE; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE subcontractorportal_subordertmp ( @@ -16770,10 +15256,8 @@ CREATE TABLE subcontractorportal_subordertmp ( ); -ALTER TABLE subcontractorportal_subordertmp OWNER TO postgres; - -- --- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE subcontractorportal_subordertmp_id_seq @@ -16784,17 +15268,15 @@ CREATE SEQUENCE subcontractorportal_subordertmp_id_seq CACHE 1; -ALTER TABLE subcontractorportal_subordertmp_id_seq OWNER TO postgres; - -- --- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE subcontractorportal_subordertmp_id_seq OWNED BY subcontractorportal_subordertmp.id; -- --- Name: supplynegotiations_columnforoffers; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_columnforoffers ( @@ -16810,10 +15292,8 @@ CREATE TABLE supplynegotiations_columnforoffers ( ); -ALTER TABLE supplynegotiations_columnforoffers OWNER TO postgres; - -- --- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_columnforoffers_id_seq @@ -16824,17 +15304,15 @@ CREATE SEQUENCE supplynegotiations_columnforoffers_id_seq CACHE 1; -ALTER TABLE supplynegotiations_columnforoffers_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_columnforoffers_id_seq OWNED BY supplynegotiations_columnforoffers.id; -- --- Name: supplynegotiations_columnforrequests; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_columnforrequests ( @@ -16850,10 +15328,8 @@ CREATE TABLE supplynegotiations_columnforrequests ( ); -ALTER TABLE supplynegotiations_columnforrequests OWNER TO postgres; - -- --- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_columnforrequests_id_seq @@ -16864,17 +15340,15 @@ CREATE SEQUENCE supplynegotiations_columnforrequests_id_seq CACHE 1; -ALTER TABLE supplynegotiations_columnforrequests_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_columnforrequests_id_seq OWNED BY supplynegotiations_columnforrequests.id; -- --- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_negotiation_id_seq @@ -16885,17 +15359,15 @@ CREATE SEQUENCE supplynegotiations_negotiation_id_seq CACHE 1; -ALTER TABLE supplynegotiations_negotiation_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_negotiation_id_seq OWNED BY supplynegotiations_negotiation.id; -- --- Name: supplynegotiations_negotiationproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_negotiationproduct ( @@ -16913,10 +15385,8 @@ CREATE TABLE supplynegotiations_negotiationproduct ( ); -ALTER TABLE supplynegotiations_negotiationproduct OWNER TO postgres; - -- --- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_negotiationproduct_id_seq @@ -16927,17 +15397,15 @@ CREATE SEQUENCE supplynegotiations_negotiationproduct_id_seq CACHE 1; -ALTER TABLE supplynegotiations_negotiationproduct_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_negotiationproduct_id_seq OWNED BY supplynegotiations_negotiationproduct.id; -- --- Name: supplynegotiations_negotiationstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_negotiationstatechange ( @@ -16954,10 +15422,8 @@ CREATE TABLE supplynegotiations_negotiationstatechange ( ); -ALTER TABLE supplynegotiations_negotiationstatechange OWNER TO postgres; - -- --- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_negotiationstatechange_id_seq @@ -16968,17 +15434,15 @@ CREATE SEQUENCE supplynegotiations_negotiationstatechange_id_seq CACHE 1; -ALTER TABLE supplynegotiations_negotiationstatechange_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_negotiationstatechange_id_seq OWNED BY supplynegotiations_negotiationstatechange.id; -- --- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_offer_id_seq @@ -16989,17 +15453,15 @@ CREATE SEQUENCE supplynegotiations_offer_id_seq CACHE 1; -ALTER TABLE supplynegotiations_offer_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_offer_id_seq OWNED BY supplynegotiations_offer.id; -- --- Name: supplynegotiations_offerproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_offerproduct ( @@ -17016,10 +15478,8 @@ CREATE TABLE supplynegotiations_offerproduct ( ); -ALTER TABLE supplynegotiations_offerproduct OWNER TO postgres; - -- --- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_offerproduct_id_seq @@ -17030,17 +15490,15 @@ CREATE SEQUENCE supplynegotiations_offerproduct_id_seq CACHE 1; -ALTER TABLE supplynegotiations_offerproduct_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_offerproduct_id_seq OWNED BY supplynegotiations_offerproduct.id; -- --- Name: supplynegotiations_offerstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_offerstatechange ( @@ -17057,10 +15515,8 @@ CREATE TABLE supplynegotiations_offerstatechange ( ); -ALTER TABLE supplynegotiations_offerstatechange OWNER TO postgres; - -- --- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_offerstatechange_id_seq @@ -17071,17 +15527,15 @@ CREATE SEQUENCE supplynegotiations_offerstatechange_id_seq CACHE 1; -ALTER TABLE supplynegotiations_offerstatechange_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_offerstatechange_id_seq OWNED BY supplynegotiations_offerstatechange.id; -- --- Name: supplynegotiations_parametercolumnforoffers; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_parametercolumnforoffers ( @@ -17093,10 +15547,8 @@ CREATE TABLE supplynegotiations_parametercolumnforoffers ( ); -ALTER TABLE supplynegotiations_parametercolumnforoffers OWNER TO postgres; - -- --- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_parametercolumnforoffers_id_seq @@ -17107,17 +15559,15 @@ CREATE SEQUENCE supplynegotiations_parametercolumnforoffers_id_seq CACHE 1; -ALTER TABLE supplynegotiations_parametercolumnforoffers_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_parametercolumnforoffers_id_seq OWNED BY supplynegotiations_parametercolumnforoffers.id; -- --- Name: supplynegotiations_parametercolumnforrequests; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_parametercolumnforrequests ( @@ -17129,10 +15579,8 @@ CREATE TABLE supplynegotiations_parametercolumnforrequests ( ); -ALTER TABLE supplynegotiations_parametercolumnforrequests OWNER TO postgres; - -- --- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_parametercolumnforrequests_id_seq @@ -17143,17 +15591,15 @@ CREATE SEQUENCE supplynegotiations_parametercolumnforrequests_id_seq CACHE 1; -ALTER TABLE supplynegotiations_parametercolumnforrequests_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_parametercolumnforrequests_id_seq OWNED BY supplynegotiations_parametercolumnforrequests.id; -- --- Name: supplynegotiations_requestforquotation; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_requestforquotation ( @@ -17175,10 +15621,8 @@ CREATE TABLE supplynegotiations_requestforquotation ( ); -ALTER TABLE supplynegotiations_requestforquotation OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_requestforquotation_id_seq @@ -17189,17 +15633,15 @@ CREATE SEQUENCE supplynegotiations_requestforquotation_id_seq CACHE 1; -ALTER TABLE supplynegotiations_requestforquotation_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_requestforquotation_id_seq OWNED BY supplynegotiations_requestforquotation.id; -- --- Name: supplynegotiations_requestforquotationproduct; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_requestforquotationproduct ( @@ -17214,10 +15656,8 @@ CREATE TABLE supplynegotiations_requestforquotationproduct ( ); -ALTER TABLE supplynegotiations_requestforquotationproduct OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_requestforquotationproduct_id_seq @@ -17228,17 +15668,15 @@ CREATE SEQUENCE supplynegotiations_requestforquotationproduct_id_seq CACHE 1; -ALTER TABLE supplynegotiations_requestforquotationproduct_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_requestforquotationproduct_id_seq OWNED BY supplynegotiations_requestforquotationproduct.id; -- --- Name: supplynegotiations_requestforquotationstatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE supplynegotiations_requestforquotationstatechange ( @@ -17255,10 +15693,8 @@ CREATE TABLE supplynegotiations_requestforquotationstatechange ( ); -ALTER TABLE supplynegotiations_requestforquotationstatechange OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE supplynegotiations_requestforquotationstatechange_id_seq @@ -17269,17 +15705,15 @@ CREATE SEQUENCE supplynegotiations_requestforquotationstatechange_id_seq CACHE 1; -ALTER TABLE supplynegotiations_requestforquotationstatechange_id_seq OWNER TO postgres; - -- --- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE supplynegotiations_requestforquotationstatechange_id_seq OWNED BY supplynegotiations_requestforquotationstatechange.id; -- --- Name: technologies_barcodeoperationcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_barcodeoperationcomponent ( @@ -17292,10 +15726,8 @@ CREATE TABLE technologies_barcodeoperationcomponent ( ); -ALTER TABLE technologies_barcodeoperationcomponent OWNER TO postgres; - -- --- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_barcodeoperationcomponent_id_seq @@ -17306,17 +15738,15 @@ CREATE SEQUENCE technologies_barcodeoperationcomponent_id_seq CACHE 1; -ALTER TABLE technologies_barcodeoperationcomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_barcodeoperationcomponent_id_seq OWNED BY technologies_barcodeoperationcomponent.id; -- --- Name: technologies_barcodeoperationcomponent_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_barcodeoperationcomponent_number_seq @@ -17327,10 +15757,8 @@ CREATE SEQUENCE technologies_barcodeoperationcomponent_number_seq CACHE 1; -ALTER TABLE technologies_barcodeoperationcomponent_number_seq OWNER TO postgres; - -- --- Name: technologies_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_operation_id_seq @@ -17341,17 +15769,15 @@ CREATE SEQUENCE technologies_operation_id_seq CACHE 1; -ALTER TABLE technologies_operation_id_seq OWNER TO postgres; - -- --- Name: technologies_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_operation_id_seq OWNED BY technologies_operation.id; -- --- Name: technologies_operationgroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_operationgroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_operationgroup ( @@ -17363,10 +15789,8 @@ CREATE TABLE technologies_operationgroup ( ); -ALTER TABLE technologies_operationgroup OWNER TO postgres; - -- --- Name: technologies_operationgroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_operationgroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_operationgroup_id_seq @@ -17377,17 +15801,15 @@ CREATE SEQUENCE technologies_operationgroup_id_seq CACHE 1; -ALTER TABLE technologies_operationgroup_id_seq OWNER TO postgres; - -- --- Name: technologies_operationgroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_operationgroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_operationgroup_id_seq OWNED BY technologies_operationgroup.id; -- --- Name: technologies_operationproductincomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_operationproductincomponent ( @@ -17423,10 +15845,8 @@ CREATE TABLE technologies_operationproductincomponent ( ); -ALTER TABLE technologies_operationproductincomponent OWNER TO postgres; - -- --- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_operationproductincomponent_id_seq @@ -17437,17 +15857,15 @@ CREATE SEQUENCE technologies_operationproductincomponent_id_seq CACHE 1; -ALTER TABLE technologies_operationproductincomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_operationproductincomponent_id_seq OWNED BY technologies_operationproductincomponent.id; -- --- Name: technologies_operationproductoutcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_operationproductoutcomponent ( @@ -17468,10 +15886,8 @@ CREATE TABLE technologies_operationproductoutcomponent ( ); -ALTER TABLE technologies_operationproductoutcomponent OWNER TO postgres; - -- --- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_operationproductoutcomponent_id_seq @@ -17482,17 +15898,15 @@ CREATE SEQUENCE technologies_operationproductoutcomponent_id_seq CACHE 1; -ALTER TABLE technologies_operationproductoutcomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_operationproductoutcomponent_id_seq OWNED BY technologies_operationproductoutcomponent.id; -- --- Name: technologies_productcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_productcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_productcomponent ( @@ -17505,10 +15919,8 @@ CREATE TABLE technologies_productcomponent ( ); -ALTER TABLE technologies_productcomponent OWNER TO postgres; - -- --- Name: technologies_productcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_productcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_productcomponent_id_seq @@ -17519,17 +15931,15 @@ CREATE SEQUENCE technologies_productcomponent_id_seq CACHE 1; -ALTER TABLE technologies_productcomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_productcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_productcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_productcomponent_id_seq OWNED BY technologies_productcomponent.id; -- --- Name: technologies_productstructuretreenode; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_productstructuretreenode ( @@ -17550,10 +15960,8 @@ CREATE TABLE technologies_productstructuretreenode ( ); -ALTER TABLE technologies_productstructuretreenode OWNER TO postgres; - -- --- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_productstructuretreenode_id_seq @@ -17564,17 +15972,15 @@ CREATE SEQUENCE technologies_productstructuretreenode_id_seq CACHE 1; -ALTER TABLE technologies_productstructuretreenode_id_seq OWNER TO postgres; - -- --- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_productstructuretreenode_id_seq OWNED BY technologies_productstructuretreenode.id; -- --- Name: technologies_technology_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technology_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technology_id_seq @@ -17585,17 +15991,15 @@ CREATE SEQUENCE technologies_technology_id_seq CACHE 1; -ALTER TABLE technologies_technology_id_seq OWNER TO postgres; - -- --- Name: technologies_technology_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technology_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technology_id_seq OWNED BY technologies_technology.id; -- --- Name: technologies_technologyattachment; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologyattachment ( @@ -17609,10 +16013,8 @@ CREATE TABLE technologies_technologyattachment ( ); -ALTER TABLE technologies_technologyattachment OWNER TO postgres; - -- --- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologyattachment_id_seq @@ -17623,17 +16025,15 @@ CREATE SEQUENCE technologies_technologyattachment_id_seq CACHE 1; -ALTER TABLE technologies_technologyattachment_id_seq OWNER TO postgres; - -- --- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologyattachment_id_seq OWNED BY technologies_technologyattachment.id; -- --- Name: technologies_technologydto; Type: VIEW; Schema: public; Owner: postgres +-- Name: technologies_technologydto; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW technologies_technologydto AS @@ -17660,10 +16060,8 @@ CREATE VIEW technologies_technologydto AS LEFT JOIN technologiesgenerator_generatorcontext tcontext ON ((tcontext.id = tgenn.generatorcontext_id))); -ALTER TABLE technologies_technologydto OWNER TO postgres; - -- --- Name: technologies_technologydto_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologydto_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologydto_id_seq @@ -17674,10 +16072,8 @@ CREATE SEQUENCE technologies_technologydto_id_seq CACHE 1; -ALTER TABLE technologies_technologydto_id_seq OWNER TO postgres; - -- --- Name: technologies_technologygroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologygroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologygroup_id_seq @@ -17688,17 +16084,15 @@ CREATE SEQUENCE technologies_technologygroup_id_seq CACHE 1; -ALTER TABLE technologies_technologygroup_id_seq OWNER TO postgres; - -- --- Name: technologies_technologygroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologygroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologygroup_id_seq OWNED BY technologies_technologygroup.id; -- --- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologyoperationcomponent_id_seq @@ -17709,17 +16103,15 @@ CREATE SEQUENCE technologies_technologyoperationcomponent_id_seq CACHE 1; -ALTER TABLE technologies_technologyoperationcomponent_id_seq OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologyoperationcomponent_id_seq OWNED BY technologies_technologyoperationcomponent.id; -- --- Name: technologies_technologyoperationcomponentmergeproductin; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologyoperationcomponentmergeproductin ( @@ -17734,10 +16126,8 @@ CREATE TABLE technologies_technologyoperationcomponentmergeproductin ( ); -ALTER TABLE technologies_technologyoperationcomponentmergeproductin OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologyoperationcomponentmergeproductin_id_seq @@ -17748,17 +16138,15 @@ CREATE SEQUENCE technologies_technologyoperationcomponentmergeproductin_id_seq CACHE 1; -ALTER TABLE technologies_technologyoperationcomponentmergeproductin_id_seq OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologyoperationcomponentmergeproductin_id_seq OWNED BY technologies_technologyoperationcomponentmergeproductin.id; -- --- Name: technologies_technologyoperationcomponentmergeproductout; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologyoperationcomponentmergeproductout ( @@ -17773,10 +16161,8 @@ CREATE TABLE technologies_technologyoperationcomponentmergeproductout ( ); -ALTER TABLE technologies_technologyoperationcomponentmergeproductout OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologyoperationcomponentmergeproductout_id_seq @@ -17787,17 +16173,15 @@ CREATE SEQUENCE technologies_technologyoperationcomponentmergeproductout_id_seq CACHE 1; -ALTER TABLE technologies_technologyoperationcomponentmergeproductout_id_seq OWNER TO postgres; - -- --- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologyoperationcomponentmergeproductout_id_seq OWNED BY technologies_technologyoperationcomponentmergeproductout.id; -- --- Name: technologies_technologystatechange; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologies_technologystatechange ( @@ -17814,10 +16198,8 @@ CREATE TABLE technologies_technologystatechange ( ); -ALTER TABLE technologies_technologystatechange OWNER TO postgres; - -- --- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologies_technologystatechange_id_seq @@ -17828,17 +16210,15 @@ CREATE SEQUENCE technologies_technologystatechange_id_seq CACHE 1; -ALTER TABLE technologies_technologystatechange_id_seq OWNER TO postgres; - -- --- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologies_technologystatechange_id_seq OWNED BY technologies_technologystatechange.id; -- --- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologiesgenerator_generatorcontext_id_seq @@ -17849,17 +16229,15 @@ CREATE SEQUENCE technologiesgenerator_generatorcontext_id_seq CACHE 1; -ALTER TABLE technologiesgenerator_generatorcontext_id_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologiesgenerator_generatorcontext_id_seq OWNED BY technologiesgenerator_generatorcontext.id; -- --- Name: technologiesgenerator_generatorcontext_number_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_number_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologiesgenerator_generatorcontext_number_seq @@ -17870,10 +16248,8 @@ CREATE SEQUENCE technologiesgenerator_generatorcontext_number_seq CACHE 1; -ALTER TABLE technologiesgenerator_generatorcontext_number_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologiesgenerator_generatortechnologiesforproduct_id_seq @@ -17884,17 +16260,15 @@ CREATE SEQUENCE technologiesgenerator_generatortechnologiesforproduct_id_seq CACHE 1; -ALTER TABLE technologiesgenerator_generatortechnologiesforproduct_id_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologiesgenerator_generatortechnologiesforproduct_id_seq OWNED BY technologiesgenerator_generatortechnologiesforproduct.id; -- --- Name: technologiesgenerator_generatortreenode; Type: TABLE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE technologiesgenerator_generatortreenode ( @@ -17916,10 +16290,8 @@ CREATE TABLE technologiesgenerator_generatortreenode ( ); -ALTER TABLE technologiesgenerator_generatortreenode OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE technologiesgenerator_generatortreenode_id_seq @@ -17930,17 +16302,15 @@ CREATE SEQUENCE technologiesgenerator_generatortreenode_id_seq CACHE 1; -ALTER TABLE technologiesgenerator_generatortreenode_id_seq OWNER TO postgres; - -- --- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE technologiesgenerator_generatortreenode_id_seq OWNED BY technologiesgenerator_generatortreenode.id; -- --- Name: timegapspreview_timegap; Type: TABLE; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE timegapspreview_timegap ( @@ -17954,10 +16324,8 @@ CREATE TABLE timegapspreview_timegap ( ); -ALTER TABLE timegapspreview_timegap OWNER TO postgres; - -- --- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE timegapspreview_timegap_id_seq @@ -17968,17 +16336,15 @@ CREATE SEQUENCE timegapspreview_timegap_id_seq CACHE 1; -ALTER TABLE timegapspreview_timegap_id_seq OWNER TO postgres; - -- --- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE timegapspreview_timegap_id_seq OWNED BY timegapspreview_timegap.id; -- --- Name: timegapspreview_timegapscontext; Type: TABLE; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE timegapspreview_timegapscontext ( @@ -17996,10 +16362,8 @@ CREATE TABLE timegapspreview_timegapscontext ( ); -ALTER TABLE timegapspreview_timegapscontext OWNER TO postgres; - -- --- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE timegapspreview_timegapscontext_id_seq @@ -18010,17 +16374,15 @@ CREATE SEQUENCE timegapspreview_timegapscontext_id_seq CACHE 1; -ALTER TABLE timegapspreview_timegapscontext_id_seq OWNER TO postgres; - -- --- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE timegapspreview_timegapscontext_id_seq OWNED BY timegapspreview_timegapscontext.id; -- --- Name: timenormsforoperations_techopercomptimecalculation; Type: TABLE; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE timenormsforoperations_techopercomptimecalculation ( @@ -18036,10 +16398,8 @@ CREATE TABLE timenormsforoperations_techopercomptimecalculation ( ); -ALTER TABLE timenormsforoperations_techopercomptimecalculation OWNER TO postgres; - -- --- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE timenormsforoperations_techopercomptimecalculation_id_seq @@ -18050,17 +16410,15 @@ CREATE SEQUENCE timenormsforoperations_techopercomptimecalculation_id_seq CACHE 1; -ALTER TABLE timenormsforoperations_techopercomptimecalculation_id_seq OWNER TO postgres; - -- --- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE timenormsforoperations_techopercomptimecalculation_id_seq OWNED BY timenormsforoperations_techopercomptimecalculation.id; -- --- Name: urccore_lastsynchronizationdate; Type: TABLE; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE urccore_lastsynchronizationdate ( @@ -18070,10 +16428,8 @@ CREATE TABLE urccore_lastsynchronizationdate ( ); -ALTER TABLE urccore_lastsynchronizationdate OWNER TO postgres; - -- --- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE urccore_lastsynchronizationdate_id_seq @@ -18084,17 +16440,15 @@ CREATE SEQUENCE urccore_lastsynchronizationdate_id_seq CACHE 1; -ALTER TABLE urccore_lastsynchronizationdate_id_seq OWNER TO postgres; - -- --- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE urccore_lastsynchronizationdate_id_seq OWNED BY urccore_lastsynchronizationdate.id; -- --- Name: urccore_synchronizationstatus; Type: TABLE; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE urccore_synchronizationstatus ( @@ -18106,10 +16460,8 @@ CREATE TABLE urccore_synchronizationstatus ( ); -ALTER TABLE urccore_synchronizationstatus OWNER TO postgres; - -- --- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE urccore_synchronizationstatus_id_seq @@ -18120,17 +16472,15 @@ CREATE SEQUENCE urccore_synchronizationstatus_id_seq CACHE 1; -ALTER TABLE urccore_synchronizationstatus_id_seq OWNER TO postgres; - -- --- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE urccore_synchronizationstatus_id_seq OWNED BY urccore_synchronizationstatus.id; -- --- Name: urcmaterialavailability_requiredcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE urcmaterialavailability_requiredcomponent ( @@ -18151,10 +16501,8 @@ CREATE TABLE urcmaterialavailability_requiredcomponent ( ); -ALTER TABLE urcmaterialavailability_requiredcomponent OWNER TO postgres; - -- --- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE urcmaterialavailability_requiredcomponent_id_seq @@ -18165,17 +16513,15 @@ CREATE SEQUENCE urcmaterialavailability_requiredcomponent_id_seq CACHE 1; -ALTER TABLE urcmaterialavailability_requiredcomponent_id_seq OWNER TO postgres; - -- --- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE urcmaterialavailability_requiredcomponent_id_seq OWNED BY urcmaterialavailability_requiredcomponent.id; -- --- Name: urcproductioncounting_requestrepair; Type: TABLE; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE urcproductioncounting_requestrepair ( @@ -18188,10 +16534,8 @@ CREATE TABLE urcproductioncounting_requestrepair ( ); -ALTER TABLE urcproductioncounting_requestrepair OWNER TO postgres; - -- --- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE urcproductioncounting_requestrepair_id_seq @@ -18202,17 +16546,15 @@ CREATE SEQUENCE urcproductioncounting_requestrepair_id_seq CACHE 1; -ALTER TABLE urcproductioncounting_requestrepair_id_seq OWNER TO postgres; - -- --- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE urcproductioncounting_requestrepair_id_seq OWNED BY urcproductioncounting_requestrepair.id; -- --- Name: wagegroups_wagegroup; Type: TABLE; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE wagegroups_wagegroup ( @@ -18229,10 +16571,8 @@ CREATE TABLE wagegroups_wagegroup ( ); -ALTER TABLE wagegroups_wagegroup OWNER TO postgres; - -- --- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE wagegroups_wagegroup_id_seq @@ -18243,17 +16583,15 @@ CREATE SEQUENCE wagegroups_wagegroup_id_seq CACHE 1; -ALTER TABLE wagegroups_wagegroup_id_seq OWNER TO postgres; - -- --- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE wagegroups_wagegroup_id_seq OWNED BY wagegroups_wagegroup.id; -- --- Name: walusiak_exportdocumenthistory; Type: TABLE; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE walusiak_exportdocumenthistory ( @@ -18265,10 +16603,8 @@ CREATE TABLE walusiak_exportdocumenthistory ( ); -ALTER TABLE walusiak_exportdocumenthistory OWNER TO postgres; - -- --- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE walusiak_exportdocumenthistory_id_seq @@ -18279,17 +16615,15 @@ CREATE SEQUENCE walusiak_exportdocumenthistory_id_seq CACHE 1; -ALTER TABLE walusiak_exportdocumenthistory_id_seq OWNER TO postgres; - -- --- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE walusiak_exportdocumenthistory_id_seq OWNED BY walusiak_exportdocumenthistory.id; -- --- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE warehouseminimalstate_warehouseminimumstate_id_seq @@ -18300,17 +16634,15 @@ CREATE SEQUENCE warehouseminimalstate_warehouseminimumstate_id_seq CACHE 1; -ALTER TABLE warehouseminimalstate_warehouseminimumstate_id_seq OWNER TO postgres; - -- --- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE warehouseminimalstate_warehouseminimumstate_id_seq OWNED BY warehouseminimalstate_warehouseminimumstate.id; -- --- Name: warehouseminimalstate_warehouseminimumstatemulti; Type: TABLE; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE warehouseminimalstate_warehouseminimumstatemulti ( @@ -18326,10 +16658,8 @@ CREATE TABLE warehouseminimalstate_warehouseminimumstatemulti ( ); -ALTER TABLE warehouseminimalstate_warehouseminimumstatemulti OWNER TO postgres; - -- --- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE warehouseminimalstate_warehouseminimumstatemulti_id_seq @@ -18340,17 +16670,15 @@ CREATE SEQUENCE warehouseminimalstate_warehouseminimumstatemulti_id_seq CACHE 1; -ALTER TABLE warehouseminimalstate_warehouseminimumstatemulti_id_seq OWNER TO postgres; - -- --- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE warehouseminimalstate_warehouseminimumstatemulti_id_seq OWNED BY warehouseminimalstate_warehouseminimumstatemulti.id; -- --- Name: workplans_columnforinputproducts; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_columnforinputproducts ( @@ -18364,10 +16692,8 @@ CREATE TABLE workplans_columnforinputproducts ( ); -ALTER TABLE workplans_columnforinputproducts OWNER TO postgres; - -- --- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_columnforinputproducts_id_seq @@ -18378,17 +16704,15 @@ CREATE SEQUENCE workplans_columnforinputproducts_id_seq CACHE 1; -ALTER TABLE workplans_columnforinputproducts_id_seq OWNER TO postgres; - -- --- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_columnforinputproducts_id_seq OWNED BY workplans_columnforinputproducts.id; -- --- Name: workplans_columnfororders; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_columnfororders; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_columnfororders ( @@ -18402,10 +16726,8 @@ CREATE TABLE workplans_columnfororders ( ); -ALTER TABLE workplans_columnfororders OWNER TO postgres; - -- --- Name: workplans_columnfororders_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_columnfororders_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_columnfororders_id_seq @@ -18416,17 +16738,15 @@ CREATE SEQUENCE workplans_columnfororders_id_seq CACHE 1; -ALTER TABLE workplans_columnfororders_id_seq OWNER TO postgres; - -- --- Name: workplans_columnfororders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_columnfororders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_columnfororders_id_seq OWNED BY workplans_columnfororders.id; -- --- Name: workplans_columnforoutputproducts; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_columnforoutputproducts ( @@ -18440,10 +16760,8 @@ CREATE TABLE workplans_columnforoutputproducts ( ); -ALTER TABLE workplans_columnforoutputproducts OWNER TO postgres; - -- --- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_columnforoutputproducts_id_seq @@ -18454,17 +16772,15 @@ CREATE SEQUENCE workplans_columnforoutputproducts_id_seq CACHE 1; -ALTER TABLE workplans_columnforoutputproducts_id_seq OWNER TO postgres; - -- --- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_columnforoutputproducts_id_seq OWNED BY workplans_columnforoutputproducts.id; -- --- Name: workplans_parameterinputcolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_parameterinputcolumn ( @@ -18476,10 +16792,8 @@ CREATE TABLE workplans_parameterinputcolumn ( ); -ALTER TABLE workplans_parameterinputcolumn OWNER TO postgres; - -- --- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_parameterinputcolumn_id_seq @@ -18490,17 +16804,15 @@ CREATE SEQUENCE workplans_parameterinputcolumn_id_seq CACHE 1; -ALTER TABLE workplans_parameterinputcolumn_id_seq OWNER TO postgres; - -- --- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_parameterinputcolumn_id_seq OWNED BY workplans_parameterinputcolumn.id; -- --- Name: workplans_parameterordercolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_parameterordercolumn ( @@ -18512,10 +16824,8 @@ CREATE TABLE workplans_parameterordercolumn ( ); -ALTER TABLE workplans_parameterordercolumn OWNER TO postgres; - -- --- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_parameterordercolumn_id_seq @@ -18526,17 +16836,15 @@ CREATE SEQUENCE workplans_parameterordercolumn_id_seq CACHE 1; -ALTER TABLE workplans_parameterordercolumn_id_seq OWNER TO postgres; - -- --- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_parameterordercolumn_id_seq OWNED BY workplans_parameterordercolumn.id; -- --- Name: workplans_parameteroutputcolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_parameteroutputcolumn ( @@ -18548,10 +16856,8 @@ CREATE TABLE workplans_parameteroutputcolumn ( ); -ALTER TABLE workplans_parameteroutputcolumn OWNER TO postgres; - -- --- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_parameteroutputcolumn_id_seq @@ -18562,17 +16868,15 @@ CREATE SEQUENCE workplans_parameteroutputcolumn_id_seq CACHE 1; -ALTER TABLE workplans_parameteroutputcolumn_id_seq OWNER TO postgres; - -- --- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_parameteroutputcolumn_id_seq OWNED BY workplans_parameteroutputcolumn.id; -- --- Name: workplans_workplan; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_workplan; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_workplan ( @@ -18591,10 +16895,8 @@ CREATE TABLE workplans_workplan ( ); -ALTER TABLE workplans_workplan OWNER TO postgres; - -- --- Name: workplans_workplan_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_workplan_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_workplan_id_seq @@ -18605,17 +16907,15 @@ CREATE SEQUENCE workplans_workplan_id_seq CACHE 1; -ALTER TABLE workplans_workplan_id_seq OWNER TO postgres; - -- --- Name: workplans_workplan_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_workplan_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_workplan_id_seq OWNED BY workplans_workplan.id; -- --- Name: workplans_workplanordercolumn; Type: TABLE; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE workplans_workplanordercolumn ( @@ -18627,10 +16927,8 @@ CREATE TABLE workplans_workplanordercolumn ( ); -ALTER TABLE workplans_workplanordercolumn OWNER TO postgres; - -- --- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE workplans_workplanordercolumn_id_seq @@ -18641,17 +16939,15 @@ CREATE SEQUENCE workplans_workplanordercolumn_id_seq CACHE 1; -ALTER TABLE workplans_workplanordercolumn_id_seq OWNER TO postgres; - -- --- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE workplans_workplanordercolumn_id_seq OWNED BY workplans_workplanordercolumn.id; -- --- Name: zmbak_meatcuttingindicator; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_meatcuttingindicator ( @@ -18662,10 +16958,8 @@ CREATE TABLE zmbak_meatcuttingindicator ( ); -ALTER TABLE zmbak_meatcuttingindicator OWNER TO postgres; - -- --- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_meatcuttingindicator_id_seq @@ -18676,17 +16970,15 @@ CREATE SEQUENCE zmbak_meatcuttingindicator_id_seq CACHE 1; -ALTER TABLE zmbak_meatcuttingindicator_id_seq OWNER TO postgres; - -- --- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_meatcuttingindicator_id_seq OWNED BY zmbak_meatcuttingindicator.id; -- --- Name: zmbak_meatcuttingindicatorcomponent; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_meatcuttingindicatorcomponent ( @@ -18704,10 +16996,8 @@ CREATE TABLE zmbak_meatcuttingindicatorcomponent ( ); -ALTER TABLE zmbak_meatcuttingindicatorcomponent OWNER TO postgres; - -- --- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_meatcuttingindicatorcomponent_id_seq @@ -18718,17 +17008,15 @@ CREATE SEQUENCE zmbak_meatcuttingindicatorcomponent_id_seq CACHE 1; -ALTER TABLE zmbak_meatcuttingindicatorcomponent_id_seq OWNER TO postgres; - -- --- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_meatcuttingindicatorcomponent_id_seq OWNED BY zmbak_meatcuttingindicatorcomponent.id; -- --- Name: zmbak_parameter; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_parameter; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_parameter ( @@ -18744,10 +17032,8 @@ CREATE TABLE zmbak_parameter ( ); -ALTER TABLE zmbak_parameter OWNER TO postgres; - -- --- Name: zmbak_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_parameter_id_seq @@ -18758,17 +17044,15 @@ CREATE SEQUENCE zmbak_parameter_id_seq CACHE 1; -ALTER TABLE zmbak_parameter_id_seq OWNER TO postgres; - -- --- Name: zmbak_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_parameter_id_seq OWNED BY zmbak_parameter.id; -- --- Name: zmbak_tpcreport; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_tpcreport ( @@ -18782,10 +17066,8 @@ CREATE TABLE zmbak_tpcreport ( ); -ALTER TABLE zmbak_tpcreport OWNER TO postgres; - -- --- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_tpcreport_id_seq @@ -18796,17 +17078,15 @@ CREATE SEQUENCE zmbak_tpcreport_id_seq CACHE 1; -ALTER TABLE zmbak_tpcreport_id_seq OWNER TO postgres; - -- --- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_tpcreport_id_seq OWNED BY zmbak_tpcreport.id; -- --- Name: zmbak_tpctable; Type: TABLE; Schema: public; Owner: postgres +-- Name: zmbak_tpctable; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE zmbak_tpctable ( @@ -18819,10 +17099,8 @@ CREATE TABLE zmbak_tpctable ( ); -ALTER TABLE zmbak_tpctable OWNER TO postgres; - -- --- Name: zmbak_tpctable_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres +-- Name: zmbak_tpctable_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE zmbak_tpctable_id_seq @@ -18833,2474 +17111,2479 @@ CREATE SEQUENCE zmbak_tpctable_id_seq CACHE 1; -ALTER TABLE zmbak_tpctable_id_seq OWNER TO postgres; - -- --- Name: zmbak_tpctable_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres +-- Name: zmbak_tpctable_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE zmbak_tpctable_id_seq OWNED BY zmbak_tpctable.id; -- --- Name: advancedgenealogy_batch id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batch ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_batch_id_seq'::regclass); -- --- Name: advancedgenealogy_batchstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batchstatechange ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_batchstatechange_id_seq'::regclass); -- --- Name: advancedgenealogy_genealogyreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_genealogyreport ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_genealogyreport_id_seq'::regclass); -- --- Name: advancedgenealogy_trackingrecord id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecord ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_trackingrecord_id_seq'::regclass); -- --- Name: advancedgenealogy_trackingrecordstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_trackingrecordstatechange_id_seq'::regclass); -- --- Name: advancedgenealogy_usedbatchsimple id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_usedbatchsimple ALTER COLUMN id SET DEFAULT nextval('advancedgenealogy_usedbatchsimple_id_seq'::regclass); -- --- Name: advancedgenealogyfororders_genealogyproductinbatch id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch ALTER COLUMN id SET DEFAULT nextval('advancedgenealogyfororders_genealogyproductinbatch_id_seq'::regclass); -- --- Name: advancedgenealogyfororders_genealogyproductincomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent ALTER COLUMN id SET DEFAULT nextval('advancedgenealogyfororders_genealogyproductincomponent_id_seq'::regclass); -- --- Name: assignmenttoshift_assignmenttoshift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_assignmenttoshift_id_seq'::regclass); -- --- Name: assignmenttoshift_assignmenttoshiftreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_assignmenttoshiftreport_id_seq'::regclass); -- --- Name: assignmenttoshift_assignmenttoshiftstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_assignmenttoshiftstatechange_id_seq'::regclass); -- --- Name: assignmenttoshift_multiassignmenttoshift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_multiassignmenttoshift_id_seq'::regclass); -- --- Name: assignmenttoshift_staffassignmenttoshift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift ALTER COLUMN id SET DEFAULT nextval('assignmenttoshift_staffassignmenttoshift_id_seq'::regclass); -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift ALTER COLUMN id SET DEFAULT nextval('avglaborcostcalcfororder_assignmentworkertoshift_id_seq'::regclass); -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder ALTER COLUMN id SET DEFAULT nextval('avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq'::regclass); -- --- Name: basic_additionalcode id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_additionalcode id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_additionalcode ALTER COLUMN id SET DEFAULT nextval('basic_additionalcode_id_seq'::regclass); -- --- Name: basic_address id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_address id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_address ALTER COLUMN id SET DEFAULT nextval('basic_address_id_seq'::regclass); -- --- Name: basic_assortment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_assortment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortment ALTER COLUMN id SET DEFAULT nextval('basic_assortment_id_seq'::regclass); -- --- Name: basic_assortmentelement id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_assortmentelement id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortmentelement ALTER COLUMN id SET DEFAULT nextval('basic_assortmentelement_id_seq'::regclass); -- --- Name: basic_company id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_company id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_company ALTER COLUMN id SET DEFAULT nextval('basic_company_id_seq'::regclass); -- --- Name: basic_country id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_country id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_country ALTER COLUMN id SET DEFAULT nextval('basic_country_id_seq'::regclass); -- --- Name: basic_crew id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_crew id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_crew ALTER COLUMN id SET DEFAULT nextval('basic_crew_id_seq'::regclass); -- --- Name: basic_currency id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_currency id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_currency ALTER COLUMN id SET DEFAULT nextval('basic_currency_id_seq'::regclass); -- --- Name: basic_division id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_division id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division ALTER COLUMN id SET DEFAULT nextval('basic_division_id_seq'::regclass); -- --- Name: basic_factory id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_factory id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_factory ALTER COLUMN id SET DEFAULT nextval('basic_factory_id_seq'::regclass); -- --- Name: basic_faulttype id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_faulttype id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_faulttype ALTER COLUMN id SET DEFAULT nextval('basic_faulttype_id_seq'::regclass); -- --- Name: basic_log id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_log id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_log ALTER COLUMN id SET DEFAULT nextval('basic_log_id_seq'::regclass); -- --- Name: basic_palletnumber id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_palletnumber id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_palletnumber ALTER COLUMN id SET DEFAULT nextval('basic_palletnumber_id_seq'::regclass); -- --- Name: basic_palletnumberhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_palletnumberhelper ALTER COLUMN id SET DEFAULT nextval('basic_palletnumberhelper_id_seq'::regclass); -- --- Name: basic_parameter id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_parameter id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter ALTER COLUMN id SET DEFAULT nextval('basic_parameter_id_seq'::regclass); -- --- Name: basic_product id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_product id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product ALTER COLUMN id SET DEFAULT nextval('basic_product_id_seq'::regclass); -- --- Name: basic_reportcolumnwidth id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_reportcolumnwidth ALTER COLUMN id SET DEFAULT nextval('basic_reportcolumnwidth_id_seq'::regclass); -- --- Name: basic_shift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_shift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shift ALTER COLUMN id SET DEFAULT nextval('basic_shift_id_seq'::regclass); -- --- Name: basic_shifttimetableexception id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shifttimetableexception ALTER COLUMN id SET DEFAULT nextval('basic_shifttimetableexception_id_seq'::regclass); -- --- Name: basic_staff id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_staff id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff ALTER COLUMN id SET DEFAULT nextval('basic_staff_id_seq'::regclass); -- --- Name: basic_subassembly id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_subassembly id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassembly ALTER COLUMN id SET DEFAULT nextval('basic_subassembly_id_seq'::regclass); -- --- Name: basic_subassemblyattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblyattachment ALTER COLUMN id SET DEFAULT nextval('basic_subassemblyattachment_id_seq'::regclass); -- --- Name: basic_subassemblytoworkstationhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblytoworkstationhelper ALTER COLUMN id SET DEFAULT nextval('basic_subassemblytoworkstationhelper_id_seq'::regclass); -- --- Name: basic_substitute id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_substitute id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitute ALTER COLUMN id SET DEFAULT nextval('basic_substitute_id_seq'::regclass); -- --- Name: basic_substitutecomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent ALTER COLUMN id SET DEFAULT nextval('basic_substitutecomponent_id_seq'::regclass); -- --- Name: basic_workstation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_workstation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation ALTER COLUMN id SET DEFAULT nextval('basic_workstation_id_seq'::regclass); -- --- Name: basic_workstationattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_workstationattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationattachment ALTER COLUMN id SET DEFAULT nextval('basic_workstationattachment_id_seq'::regclass); -- --- Name: basic_workstationtype id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basic_workstationtype id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationtype ALTER COLUMN id SET DEFAULT nextval('basic_workstationtype_id_seq'::regclass); -- --- Name: basicproductioncounting_basicproductioncounting id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_basicproductioncounting ALTER COLUMN id SET DEFAULT nextval('basicproductioncounting_basicproductioncounting_id_seq'::regclass); -- --- Name: basicproductioncounting_productioncountingoperationrun id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun ALTER COLUMN id SET DEFAULT nextval('basicproductioncounting_productioncountingoperationrun_id_seq'::regclass); -- --- Name: basicproductioncounting_productioncountingquantity id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity ALTER COLUMN id SET DEFAULT nextval('basicproductioncounting_productioncountingquantity_id_seq'::regclass); -- --- Name: cdnrcgoodfood_highestmasterordernum id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cdnrcgoodfood_highestmasterordernum ALTER COLUMN id SET DEFAULT nextval('cdnrcgoodfood_highestmasterordernum_id_seq'::regclass); -- --- Name: cmmsmachineparts_action id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_action ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_action_id_seq'::regclass); -- --- Name: cmmsmachineparts_actionforplannedevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_actionforplannedevent_id_seq'::regclass); -- --- Name: cmmsmachineparts_eventattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_eventattachment ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_eventattachment_id_seq'::regclass); -- --- Name: cmmsmachineparts_machinepartattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartattachment ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_machinepartattachment_id_seq'::regclass); -- --- Name: cmmsmachineparts_machinepartforevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_machinepartforevent_id_seq'::regclass); -- --- Name: cmmsmachineparts_maintenanceevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_maintenanceevent_id_seq'::regclass); -- --- Name: cmmsmachineparts_maintenanceeventcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_maintenanceeventcontext_id_seq'::regclass); -- --- Name: cmmsmachineparts_maintenanceeventstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_maintenanceeventstatechange_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedevent_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventattachment_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventcontext_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventrealization id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventrealization_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventstatechange_id_seq'::regclass); -- --- Name: cmmsmachineparts_plannedeventxlshelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventxlshelper ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_plannedeventxlshelper_id_seq'::regclass); -- --- Name: cmmsmachineparts_sourcecost id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecost ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_sourcecost_id_seq'::regclass); -- --- Name: cmmsmachineparts_sourcecostreportfilter id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_sourcecostreportfilter_id_seq'::regclass); -- --- Name: cmmsmachineparts_staffworktime id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_staffworktime ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_staffworktime_id_seq'::regclass); -- --- Name: cmmsmachineparts_timeusagereportfilter id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_timeusagereportfilter ALTER COLUMN id SET DEFAULT nextval('cmmsmachineparts_timeusagereportfilter_id_seq'::regclass); -- --- Name: cmmsscheduler_actionforrecurringevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_actionforrecurringevent_id_seq'::regclass); -- --- Name: cmmsscheduler_recurringevent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_recurringevent_id_seq'::regclass); -- --- Name: cmmsscheduler_recurringeventattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventattachment ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_recurringeventattachment_id_seq'::regclass); -- --- Name: cmmsscheduler_recurringeventcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventcontext ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_recurringeventcontext_id_seq'::regclass); -- --- Name: cmmsscheduler_recurringeventstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange ALTER COLUMN id SET DEFAULT nextval('cmmsscheduler_recurringeventstatechange_id_seq'::regclass); -- --- Name: costcalculation_componentcost id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_componentcost ALTER COLUMN id SET DEFAULT nextval('costcalculation_componentcost_id_seq'::regclass); -- --- Name: costcalculation_costcalculation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation ALTER COLUMN id SET DEFAULT nextval('costcalculation_costcalculation_id_seq'::regclass); -- --- Name: costnormsformaterials_technologyinstoperproductincomp id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp ALTER COLUMN id SET DEFAULT nextval('costnormsformaterials_technologyinstoperproductincomp_id_seq'::regclass); -- --- Name: costnormsforoperation_calculationoperationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent ALTER COLUMN id SET DEFAULT nextval('costnormsforoperation_calculationoperationcomponent_id_seq'::regclass); -- --- Name: deliveries_columnfordeliveries id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfordeliveries ALTER COLUMN id SET DEFAULT nextval('deliveries_columnfordeliveries_id_seq'::regclass); -- --- Name: deliveries_columnfororders id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfororders ALTER COLUMN id SET DEFAULT nextval('deliveries_columnfororders_id_seq'::regclass); -- --- Name: deliveries_companyproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproduct ALTER COLUMN id SET DEFAULT nextval('deliveries_companyproduct_id_seq'::regclass); -- --- Name: deliveries_companyproductsfamily id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproductsfamily ALTER COLUMN id SET DEFAULT nextval('deliveries_companyproductsfamily_id_seq'::regclass); -- --- Name: deliveries_deliveredproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveredproduct_id_seq'::regclass); -- --- Name: deliveries_deliveredproductmulti id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveredproductmulti_id_seq'::regclass); -- --- Name: deliveries_deliveredproductmultiposition id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveredproductmultiposition_id_seq'::regclass); -- --- Name: deliveries_deliveredproductreservation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductreservation ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveredproductreservation_id_seq'::regclass); -- --- Name: deliveries_delivery id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_delivery id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery ALTER COLUMN id SET DEFAULT nextval('deliveries_delivery_id_seq'::regclass); -- --- Name: deliveries_deliveryattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveryattachment ALTER COLUMN id SET DEFAULT nextval('deliveries_deliveryattachment_id_seq'::regclass); -- --- Name: deliveries_deliverybypallettypereport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverybypallettypereport ALTER COLUMN id SET DEFAULT nextval('deliveries_deliverybypallettypereport_id_seq'::regclass); -- --- Name: deliveries_deliverystatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverystatechange ALTER COLUMN id SET DEFAULT nextval('deliveries_deliverystatechange_id_seq'::regclass); -- --- Name: deliveries_orderedproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct ALTER COLUMN id SET DEFAULT nextval('deliveries_orderedproduct_id_seq'::regclass); -- --- Name: deliveries_orderedproductreservation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproductreservation ALTER COLUMN id SET DEFAULT nextval('deliveries_orderedproductreservation_id_seq'::regclass); -- --- Name: deliveries_parameterdeliveryordercolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn ALTER COLUMN id SET DEFAULT nextval('deliveries_parameterdeliveryordercolumn_id_seq'::regclass); -- --- Name: ebr_ebr id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_ebr id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr ALTER COLUMN id SET DEFAULT nextval('ebr_ebr_id_seq'::regclass); -- --- Name: ebr_ebrstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebrstatechange ALTER COLUMN id SET DEFAULT nextval('ebr_ebrstatechange_id_seq'::regclass); -- --- Name: ebr_formula id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_formula id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_formula ALTER COLUMN id SET DEFAULT nextval('ebr_formula_id_seq'::regclass); -- --- Name: ebr_instruction id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_instruction id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instruction ALTER COLUMN id SET DEFAULT nextval('ebr_instruction_id_seq'::regclass); -- --- Name: ebr_instructionstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instructionstatechange ALTER COLUMN id SET DEFAULT nextval('ebr_instructionstatechange_id_seq'::regclass); -- --- Name: efcsimple_enovaimportedorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorder ALTER COLUMN id SET DEFAULT nextval('efcsimple_enovaimportedorder_id_seq'::regclass); -- --- Name: efcsimple_enovaimportedorderproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorderproduct ALTER COLUMN id SET DEFAULT nextval('efcsimple_enovaimportedorderproduct_id_seq'::regclass); -- --- Name: efcsimple_enovaimportedproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedproduct ALTER COLUMN id SET DEFAULT nextval('efcsimple_enovaimportedproduct_id_seq'::regclass); -- --- Name: emailnotifications_staffnotification id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification ALTER COLUMN id SET DEFAULT nextval('emailnotifications_staffnotification_id_seq'::regclass); -- --- Name: esilco_printdocuments id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: esilco_importpositionerror id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY esilco_importpositionerror ALTER COLUMN id SET DEFAULT nextval('esilco_importpositionerror_id_seq'::regclass); + + +-- +-- Name: esilco_printdocuments id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY esilco_printdocuments ALTER COLUMN id SET DEFAULT nextval('esilco_printdocuments_id_seq'::regclass); -- --- Name: goodfood_confectionadditionalinputproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionadditionalinputproduct_id_seq'::regclass); -- --- Name: goodfood_confectioncontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext ALTER COLUMN id SET DEFAULT nextval('goodfood_confectioncontext_id_seq'::regclass); -- --- Name: goodfood_confectioninputproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct ALTER COLUMN id SET DEFAULT nextval('goodfood_confectioninputproduct_id_seq'::regclass); -- --- Name: goodfood_confectionprotocol id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionprotocol_id_seq'::regclass); -- --- Name: goodfood_confectionprotocolcorrect id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolcorrect ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionprotocolcorrect_id_seq'::regclass); -- --- Name: goodfood_confectionprotocolstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolstatechange ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionprotocolstatechange_id_seq'::regclass); -- --- Name: goodfood_confectionremainderinputproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionremainderinputproduct ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionremainderinputproduct_id_seq'::regclass); -- --- Name: goodfood_confectionstaff id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionstaff ALTER COLUMN id SET DEFAULT nextval('goodfood_confectionstaff_id_seq'::regclass); -- --- Name: goodfood_eventlog id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_eventlog id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_eventlog ALTER COLUMN id SET DEFAULT nextval('goodfood_eventlog_id_seq'::regclass); -- --- Name: goodfood_extrusionaddedingrediententry id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionaddedingrediententry_id_seq'::regclass); -- --- Name: goodfood_extrusionaddedmixentry id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionaddedmixentry_id_seq'::regclass); -- --- Name: goodfood_extrusioncontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusioncontext_id_seq'::regclass); -- --- Name: goodfood_extrusionprotocol id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionprotocol_id_seq'::regclass); -- --- Name: goodfood_extrusionprotocolcorrect id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolcorrect ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionprotocolcorrect_id_seq'::regclass); -- --- Name: goodfood_extrusionprotocolstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolstatechange ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionprotocolstatechange_id_seq'::regclass); -- --- Name: goodfood_extrusionsouse id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionsouse ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusionsouse_id_seq'::regclass); -- --- Name: goodfood_extrusiontakenoffmixentry id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry ALTER COLUMN id SET DEFAULT nextval('goodfood_extrusiontakenoffmixentry_id_seq'::regclass); -- --- Name: goodfood_goodfoodreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_goodfoodreport ALTER COLUMN id SET DEFAULT nextval('goodfood_goodfoodreport_id_seq'::regclass); -- --- Name: goodfood_label id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_label id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label ALTER COLUMN id SET DEFAULT nextval('goodfood_label_id_seq'::regclass); -- --- Name: goodfood_labelstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_labelstatechange ALTER COLUMN id SET DEFAULT nextval('goodfood_labelstatechange_id_seq'::regclass); -- --- Name: goodfood_pallet id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_pallet id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet ALTER COLUMN id SET DEFAULT nextval('goodfood_pallet_id_seq'::regclass); -- --- Name: goodfood_palletcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletcontext ALTER COLUMN id SET DEFAULT nextval('goodfood_palletcontext_id_seq'::regclass); -- --- Name: goodfood_palletstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletstatechange ALTER COLUMN id SET DEFAULT nextval('goodfood_palletstatechange_id_seq'::regclass); -- --- Name: goodfood_printedlabel id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel ALTER COLUMN id SET DEFAULT nextval('goodfood_printedlabel_id_seq'::regclass); -- --- Name: goodfood_ssccnumber id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_ssccnumber ALTER COLUMN id SET DEFAULT nextval('goodfood_ssccnumber_id_seq'::regclass); -- --- Name: integrationbartender_printlabelshelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_printlabelshelper ALTER COLUMN id SET DEFAULT nextval('integrationbartender_printlabelshelper_id_seq'::regclass); -- --- Name: integrationbartender_sendtoprint id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_sendtoprint ALTER COLUMN id SET DEFAULT nextval('integrationbartender_sendtoprint_id_seq'::regclass); -- --- Name: integrationbaselinker_baselinkerparameters id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_baselinkerparameters ALTER COLUMN id SET DEFAULT nextval('integrationbaselinker_baselinkerparameters_id_seq'::regclass); -- --- Name: integrationbaselinker_statusesfordocument id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesfordocument ALTER COLUMN id SET DEFAULT nextval('integrationbaselinker_statusesfordocument_id_seq'::regclass); -- --- Name: integrationbaselinker_statusesformasterorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesformasterorder ALTER COLUMN id SET DEFAULT nextval('integrationbaselinker_statusesformasterorder_id_seq'::regclass); -- --- Name: linechangeovernorms_linechangeovernorms id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms ALTER COLUMN id SET DEFAULT nextval('linechangeovernorms_linechangeovernorms_id_seq'::regclass); -- --- Name: masterorders_masterorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder ALTER COLUMN id SET DEFAULT nextval('masterorders_masterorder_id_seq'::regclass); -- --- Name: masterorders_masterorderdefinition id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderdefinition ALTER COLUMN id SET DEFAULT nextval('masterorders_masterorderdefinition_id_seq'::regclass); -- --- Name: masterorders_masterorderproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct ALTER COLUMN id SET DEFAULT nextval('masterorders_masterorderproduct_id_seq'::regclass); -- --- Name: materialflow_location id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_location id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_location ALTER COLUMN id SET DEFAULT nextval('materialflow_location_id_seq'::regclass); -- --- Name: materialflow_materialsinlocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocation ALTER COLUMN id SET DEFAULT nextval('materialflow_materialsinlocation_id_seq'::regclass); -- --- Name: materialflow_materialsinlocationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocationcomponent ALTER COLUMN id SET DEFAULT nextval('materialflow_materialsinlocationcomponent_id_seq'::regclass); -- --- Name: materialflow_stockcorrection id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection ALTER COLUMN id SET DEFAULT nextval('materialflow_stockcorrection_id_seq'::regclass); -- --- Name: materialflow_transfer id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_transfer id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer ALTER COLUMN id SET DEFAULT nextval('materialflow_transfer_id_seq'::regclass); -- --- Name: materialflow_transformations id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_transformations id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations ALTER COLUMN id SET DEFAULT nextval('materialflow_transformations_id_seq'::regclass); -- --- Name: materialflow_userlocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflow_userlocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_userlocation ALTER COLUMN id SET DEFAULT nextval('materialflow_userlocation_id_seq'::regclass); -- --- Name: materialflowmultitransfers_productquantity id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_productquantity ALTER COLUMN id SET DEFAULT nextval('materialflowmultitransfers_productquantity_id_seq'::regclass); -- --- Name: materialflowmultitransfers_transfertemplate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate ALTER COLUMN id SET DEFAULT nextval('materialflowmultitransfers_transfertemplate_id_seq'::regclass); -- --- Name: materialflowresources_attribute id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attribute ALTER COLUMN id SET DEFAULT nextval('materialflowresources_attribute_id_seq'::regclass); -- --- Name: materialflowresources_attributevalue id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue ALTER COLUMN id SET DEFAULT nextval('materialflowresources_attributevalue_id_seq'::regclass); -- --- Name: materialflowresources_costnormsgenerator id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormsgenerator ALTER COLUMN id SET DEFAULT nextval('materialflowresources_costnormsgenerator_id_seq'::regclass); -- --- Name: materialflowresources_costnormslocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormslocation ALTER COLUMN id SET DEFAULT nextval('materialflowresources_costnormslocation_id_seq'::regclass); -- --- Name: materialflowresources_document id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_document id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document ALTER COLUMN id SET DEFAULT nextval('materialflowresources_document_id_seq'::regclass); -- --- Name: materialflowresources_documentpositionparameters id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparameters ALTER COLUMN id SET DEFAULT nextval('materialflowresources_documentpositionparameters_id_seq'::regclass); -- --- Name: materialflowresources_documentpositionparametersitem id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparametersitem ALTER COLUMN id SET DEFAULT nextval('materialflowresources_documentpositionparametersitem_id_seq'::regclass); -- --- Name: materialflowresources_palletbalance id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_palletbalance ALTER COLUMN id SET DEFAULT nextval('materialflowresources_palletbalance_id_seq'::regclass); -- --- Name: materialflowresources_palletmovehelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_palletmovehelper ALTER COLUMN id SET DEFAULT nextval('materialflowresources_palletmovehelper_id_seq'::regclass); -- --- Name: materialflowresources_position id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_position id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position ALTER COLUMN id SET DEFAULT nextval('materialflowresources_position_id_seq'::regclass); -- --- Name: materialflowresources_productstoragelocationhistory id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory ALTER COLUMN id SET DEFAULT nextval('materialflowresources_productstoragelocationhistory_id_seq'::regclass); -- --- Name: materialflowresources_reservation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation ALTER COLUMN id SET DEFAULT nextval('materialflowresources_reservation_id_seq'::regclass); -- --- Name: materialflowresources_resource id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource ALTER COLUMN id SET DEFAULT nextval('materialflowresources_resource_id_seq'::regclass); -- --- Name: materialflowresources_resourcecorrection id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection ALTER COLUMN id SET DEFAULT nextval('materialflowresources_resourcecorrection_id_seq'::regclass); -- --- Name: materialflowresources_resourcestock id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcestock ALTER COLUMN id SET DEFAULT nextval('materialflowresources_resourcestock_id_seq'::regclass); -- --- Name: materialflowresources_storagelocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocation ALTER COLUMN id SET DEFAULT nextval('materialflowresources_storagelocation_id_seq'::regclass); -- --- Name: materialflowresources_storagelocationhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhelper ALTER COLUMN id SET DEFAULT nextval('materialflowresources_storagelocationhelper_id_seq'::regclass); -- --- Name: materialflowresources_storagelocationhistory id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory ALTER COLUMN id SET DEFAULT nextval('materialflowresources_storagelocationhistory_id_seq'::regclass); -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_columnforcoveragesfororder ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_columnforcoveragesfororder_'::regclass); -- --- Name: materialrequirementcoveragefororder_coveragefororder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_coveragefororder_id_seq'::regclass); -- --- Name: materialrequirementcoveragefororder_coveragelocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_coveragelocation_id_seq'::regclass); -- --- Name: materialrequirementcoveragefororder_coverageproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_coverageproduct_id_seq'::regclass); -- --- Name: materialrequirementcoveragefororder_coverageproductlogging id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging ALTER COLUMN id SET DEFAULT nextval('materialrequirementcoveragefororder_coverageproductlogging_id_s'::regclass); -- --- Name: materialrequirements_materialrequirement id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirements_materialrequirement ALTER COLUMN id SET DEFAULT nextval('materialrequirements_materialrequirement_id_seq'::regclass); -- --- Name: nblsport_fabric id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nblsport_fabric id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_fabric ALTER COLUMN id SET DEFAULT nextval('nblsport_fabric_id_seq'::regclass); -- --- Name: nblsport_overhead id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nblsport_overhead id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_overhead ALTER COLUMN id SET DEFAULT nextval('nblsport_overhead_id_seq'::regclass); -- --- Name: nutritionfacts_nutrientcalculation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrientcalculation ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_nutrientcalculation_id_seq'::regclass); -- --- Name: nutritionfacts_nutrition id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrition ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_nutrition_id_seq'::regclass); -- --- Name: nutritionfacts_nutritionelement id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_nutritionelement_id_seq'::regclass); -- --- Name: nutritionfacts_nutritiongroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritiongroup ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_nutritiongroup_id_seq'::regclass); -- --- Name: nutritionfacts_prototypeproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproduct ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_prototypeproduct_id_seq'::regclass); -- --- Name: nutritionfacts_prototypeproductcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent ALTER COLUMN id SET DEFAULT nextval('nutritionfacts_prototypeproductcomponent_id_seq'::regclass); -- --- Name: operationaltasks_operationaltask id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask ALTER COLUMN id SET DEFAULT nextval('operationaltasks_operationaltask_id_seq'::regclass); -- --- Name: operationaltasksfororders_techopercompoperationaltask id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask ALTER COLUMN id SET DEFAULT nextval('operationaltasksfororders_techopercompoperationaltask_id_seq'::regclass); -- --- Name: orders_formula id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_formula id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_formula ALTER COLUMN id SET DEFAULT nextval('orders_formula_id_seq'::regclass); -- --- Name: orders_instruction id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_instruction id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_instruction ALTER COLUMN id SET DEFAULT nextval('orders_instruction_id_seq'::regclass); -- --- Name: orders_material id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_material id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material ALTER COLUMN id SET DEFAULT nextval('orders_material_id_seq'::regclass); -- --- Name: orders_materialforinstruction id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_materialforinstruction ALTER COLUMN id SET DEFAULT nextval('orders_materialforinstruction_id_seq'::regclass); -- --- Name: orders_mbrstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_mbrstatechange ALTER COLUMN id SET DEFAULT nextval('orders_mbrstatechange_id_seq'::regclass); -- --- Name: orders_order id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_order id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order ALTER COLUMN id SET DEFAULT nextval('orders_order_id_seq'::regclass); -- --- Name: orders_ordercategorycolor id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_ordercategorycolor ALTER COLUMN id SET DEFAULT nextval('orders_ordercategorycolor_id_seq'::regclass); -- --- Name: orders_orderstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_orderstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_orderstatechange ALTER COLUMN id SET DEFAULT nextval('orders_orderstatechange_id_seq'::regclass); -- --- Name: orders_reasontypecorrectiondatefrom id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondatefrom ALTER COLUMN id SET DEFAULT nextval('orders_reasontypecorrectiondatefrom_id_seq'::regclass); -- --- Name: orders_reasontypecorrectiondateto id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondateto ALTER COLUMN id SET DEFAULT nextval('orders_reasontypecorrectiondateto_id_seq'::regclass); -- --- Name: orders_reasontypedeviationeffectiveend id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectiveend ALTER COLUMN id SET DEFAULT nextval('orders_reasontypedeviationeffectiveend_id_seq'::regclass); -- --- Name: orders_reasontypedeviationeffectivestart id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectivestart ALTER COLUMN id SET DEFAULT nextval('orders_reasontypedeviationeffectivestart_id_seq'::regclass); -- --- Name: orders_reasontypeofchangingorderstate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypeofchangingorderstate ALTER COLUMN id SET DEFAULT nextval('orders_reasontypeofchangingorderstate_id_seq'::regclass); -- --- Name: orders_recipe id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_recipe id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_recipe ALTER COLUMN id SET DEFAULT nextval('orders_recipe_id_seq'::regclass); -- --- Name: orders_typeofcorrectioncauses id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_typeofcorrectioncauses ALTER COLUMN id SET DEFAULT nextval('orders_typeofcorrectioncauses_id_seq'::regclass); -- --- Name: ordersforsubproductsgeneration_suborders id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersforsubproductsgeneration_suborders ALTER COLUMN id SET DEFAULT nextval('ordersforsubproductsgeneration_suborders_id_seq'::regclass); -- --- Name: ordersgantt_ordersganttparameters id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgantt_ordersganttparameters ALTER COLUMN id SET DEFAULT nextval('ordersgantt_ordersganttparameters_id_seq'::regclass); -- --- Name: ordersgroups_ordersgroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup ALTER COLUMN id SET DEFAULT nextval('ordersgroups_ordersgroup_id_seq'::regclass); -- --- Name: ordersupplies_columnforcoverages id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_columnforcoverages ALTER COLUMN id SET DEFAULT nextval('ordersupplies_columnforcoverages_id_seq'::regclass); -- --- Name: ordersupplies_coveragelocation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coveragelocation_id_seq'::regclass); -- --- Name: ordersupplies_coverageorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorder ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageorder_id_seq'::regclass); -- --- Name: ordersupplies_coverageorderhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorderhelper ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageorderhelper_id_seq'::regclass); -- --- Name: ordersupplies_coverageproductgenerated id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductgenerated ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageproductgenerated_id_seq'::regclass); -- --- Name: ordersupplies_coverageproductselected id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductselected ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageproductselected_id_seq'::regclass); -- --- Name: ordersupplies_coverageregister id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister ALTER COLUMN id SET DEFAULT nextval('ordersupplies_coverageregister_id_seq'::regclass); -- --- Name: ordersupplies_materialrequirementcoverage id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage ALTER COLUMN id SET DEFAULT nextval('ordersupplies_materialrequirementcoverage_id_seq'::regclass); -- --- Name: pantone_importpantones id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_importpantones id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_importpantones ALTER COLUMN id SET DEFAULT nextval('pantone_importpantones_id_seq'::regclass); -- --- Name: pantone_operationproductdeleted id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_operationproductdeleted ALTER COLUMN id SET DEFAULT nextval('pantone_operationproductdeleted_id_seq'::regclass); -- --- Name: pantone_pantone id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_pantone id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantone ALTER COLUMN id SET DEFAULT nextval('pantone_pantone_id_seq'::regclass); -- --- Name: pantone_pantoneforoperationproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct ALTER COLUMN id SET DEFAULT nextval('pantone_pantoneforoperationproduct_id_seq'::regclass); -- --- Name: pantone_pantoneforproducts id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforproducts ALTER COLUMN id SET DEFAULT nextval('pantone_pantoneforproducts_id_seq'::regclass); -- --- Name: pantone_parameters id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_parameters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_parameters ALTER COLUMN id SET DEFAULT nextval('pantone_parameters_id_seq'::regclass); -- --- Name: pantone_selectedtechnologyoperationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_selectedtechnologyoperationcomponent ALTER COLUMN id SET DEFAULT nextval('pantone_selectedtechnologyoperationcomponent_id_seq'::regclass); -- --- Name: productcatalognumbers_productcatalognumbers id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productcatalognumbers_productcatalognumbers ALTER COLUMN id SET DEFAULT nextval('productcatalognumbers_productcatalognumbers_id_seq'::regclass); -- --- Name: productcharacteristics_forms id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_forms ALTER COLUMN id SET DEFAULT nextval('productcharacteristics_forms_id_seq'::regclass); -- --- Name: productcharacteristics_shelves id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_shelves ALTER COLUMN id SET DEFAULT nextval('productcharacteristics_shelves_id_seq'::regclass); -- --- Name: productdata_productdata id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_productdata id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata ALTER COLUMN id SET DEFAULT nextval('productdata_productdata_id_seq'::regclass); -- --- Name: productdata_productdataattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataattachment ALTER COLUMN id SET DEFAULT nextval('productdata_productdataattachment_id_seq'::regclass); -- --- Name: productdata_productdatainput id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_productdatainput id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdatainput ALTER COLUMN id SET DEFAULT nextval('productdata_productdatainput_id_seq'::regclass); -- --- Name: productdata_productdataoperation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataoperation ALTER COLUMN id SET DEFAULT nextval('productdata_productdataoperation_id_seq'::regclass); -- --- Name: productdata_selectedtechnology id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_selectedtechnology ALTER COLUMN id SET DEFAULT nextval('productdata_selectedtechnology_id_seq'::regclass); -- --- Name: productflowthrudivision_issue id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_issue_id_seq'::regclass); -- --- Name: productflowthrudivision_materialavailability id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_materialavailability_id_seq'::regclass); -- --- Name: productflowthrudivision_productandquantityhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productandquantityhelper ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_productandquantityhelper_id_seq'::regclass); -- --- Name: productflowthrudivision_productstoissue id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_productstoissue_id_seq'::regclass); -- --- Name: productflowthrudivision_productstoissuehelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissuehelper ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_productstoissuehelper_id_seq'::regclass); -- --- Name: productflowthrudivision_producttoissuecorrection id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_producttoissuecorrection_id_seq'::regclass); -- --- Name: productflowthrudivision_producttoissuecorrectionhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_producttoissuecorrectionhelper_id_seq'::regclass); -- --- Name: productflowthrudivision_warehouseissue id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_warehouseissue_id_seq'::regclass); -- --- Name: productflowthrudivision_warehouseissuestatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange ALTER COLUMN id SET DEFAULT nextval('productflowthrudivision_warehouseissuestatechange_id_seq'::regclass); -- --- Name: productionbalancepershift_balance id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balance ALTER COLUMN id SET DEFAULT nextval('productionbalancepershift_balance_id_seq'::regclass); -- --- Name: productionbalancepershift_balancecontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balancecontext ALTER COLUMN id SET DEFAULT nextval('productionbalancepershift_balancecontext_id_seq'::regclass); -- --- Name: productioncounting_anomaly id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomaly_id_seq'::regclass); -- --- Name: productioncounting_anomalyexplanation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyexplanation ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyexplanation_id_seq'::regclass); -- --- Name: productioncounting_anomalyproductiontrackingentryhelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyproductiontrackingentryhelper_id_seq'::regclass); -- --- Name: productioncounting_anomalyproductiontrackinghelper id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackinghelper ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyproductiontrackinghelper_id_seq'::regclass); -- --- Name: productioncounting_anomalyreason id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreason ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyreason_id_seq'::regclass); -- --- Name: productioncounting_anomalyreasoncontainer id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreasoncontainer ALTER COLUMN id SET DEFAULT nextval('productioncounting_anomalyreasoncontainer_id_seq'::regclass); -- --- Name: productioncounting_balanceoperationproductincomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_balanceoperationproductincomponent_id_seq'::regclass); -- --- Name: productioncounting_balanceoperationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_balanceoperationproductoutcomponent_id_seq'::regclass); -- --- Name: productioncounting_operationpieceworkcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationpieceworkcomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_operationpieceworkcomponent_id_seq'::regclass); -- --- Name: productioncounting_operationtimecomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationtimecomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_operationtimecomponent_id_seq'::regclass); -- --- Name: productioncounting_productionbalance id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance ALTER COLUMN id SET DEFAULT nextval('productioncounting_productionbalance_id_seq'::regclass); -- --- Name: productioncounting_productioncountingquantitysetcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_productioncountingquantitysetcomponent_id_se'::regclass); -- --- Name: productioncounting_productiontracking id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking ALTER COLUMN id SET DEFAULT nextval('productioncounting_productiontracking_id_seq'::regclass); -- --- Name: productioncounting_productiontrackingreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingreport ALTER COLUMN id SET DEFAULT nextval('productioncounting_productiontrackingreport_id_seq'::regclass); -- --- Name: productioncounting_productiontrackingstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingstatechange ALTER COLUMN id SET DEFAULT nextval('productioncounting_productiontrackingstatechange_id_seq'::regclass); -- --- Name: productioncounting_settechnologyincomponents id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settechnologyincomponents ALTER COLUMN id SET DEFAULT nextval('productioncounting_settechnologyincomponents_id_seq'::regclass); -- --- Name: productioncounting_settrackingoperationproductincomponents id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents ALTER COLUMN id SET DEFAULT nextval('productioncounting_settrackingoperationproductincomponents_id_s'::regclass); -- --- Name: productioncounting_staffworktime id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_staffworktime ALTER COLUMN id SET DEFAULT nextval('productioncounting_staffworktime_id_seq'::regclass); -- --- Name: productioncounting_trackingoperationproductincomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_trackingoperationproductincomponent_id_seq'::regclass); -- --- Name: productioncounting_trackingoperationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent ALTER COLUMN id SET DEFAULT nextval('productioncounting_trackingoperationproductoutcomponent_id_seq'::regclass); -- --- Name: productioncountingwithcosts_operationcostcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent ALTER COLUMN id SET DEFAULT nextval('productioncountingwithcosts_operationcostcomponent_id_seq'::regclass); -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent ALTER COLUMN id SET DEFAULT nextval('productioncountingwithcosts_operationpieceworkcostcomponent_id_'::regclass); -- --- Name: productioncountingwithcosts_technologyoperationproductincomp id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp ALTER COLUMN id SET DEFAULT nextval('productioncountingwithcosts_technologyoperationproductincomp_id'::regclass); -- --- Name: productionlines_factorystructureelement id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement ALTER COLUMN id SET DEFAULT nextval('productionlines_factorystructureelement_id_seq'::regclass); -- --- Name: productionlines_productionline id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionlines_productionline id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_productionline ALTER COLUMN id SET DEFAULT nextval('productionlines_productionline_id_seq'::regclass); -- --- Name: productionlines_workstationtypecomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_workstationtypecomponent ALTER COLUMN id SET DEFAULT nextval('productionlines_workstationtypecomponent_id_seq'::regclass); -- --- Name: productionpershift_dailyprogress id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_dailyprogress ALTER COLUMN id SET DEFAULT nextval('productionpershift_dailyprogress_id_seq'::regclass); -- --- Name: productionpershift_ppsreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_ppsreport ALTER COLUMN id SET DEFAULT nextval('productionpershift_ppsreport_id_seq'::regclass); -- --- Name: productionpershift_productionpershift id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_productionpershift ALTER COLUMN id SET DEFAULT nextval('productionpershift_productionpershift_id_seq'::regclass); -- --- Name: productionpershift_progressforday id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_progressforday ALTER COLUMN id SET DEFAULT nextval('productionpershift_progressforday_id_seq'::regclass); -- --- Name: productionpershift_reasontypeofcorrectionplan id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan ALTER COLUMN id SET DEFAULT nextval('productionpershift_reasontypeofcorrectionplan_id_seq'::regclass); -- --- Name: qcadoocustomtranslation_customtranslation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoocustomtranslation_customtranslation ALTER COLUMN id SET DEFAULT nextval('qcadoocustomtranslation_customtranslation_id_seq'::regclass); -- --- Name: qcadoomodel_dictionary id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionary ALTER COLUMN id SET DEFAULT nextval('qcadoomodel_dictionary_id_seq'::regclass); -- --- Name: qcadoomodel_dictionaryitem id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionaryitem ALTER COLUMN id SET DEFAULT nextval('qcadoomodel_dictionaryitem_id_seq'::regclass); -- --- Name: qcadoomodel_globalunitconversionsaggregate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_globalunitconversionsaggregate ALTER COLUMN id SET DEFAULT nextval('qcadoomodel_globalunitconversionsaggregate_id_seq'::regclass); -- --- Name: qcadoomodel_unitconversionitem id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_unitconversionitem ALTER COLUMN id SET DEFAULT nextval('qcadoomodel_unitconversionitem_id_seq'::regclass); -- --- Name: qcadooplugin_plugin id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooplugin_plugin ALTER COLUMN id SET DEFAULT nextval('qcadooplugin_plugin_id_seq'::regclass); -- --- Name: qcadoosecurity_group id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_group ALTER COLUMN id SET DEFAULT nextval('qcadoosecurity_group_id_seq'::regclass); -- --- Name: qcadoosecurity_persistenttoken id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_persistenttoken ALTER COLUMN id SET DEFAULT nextval('qcadoosecurity_persistenttoken_id_seq'::regclass); -- --- Name: qcadoosecurity_role id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_role ALTER COLUMN id SET DEFAULT nextval('qcadoosecurity_role_id_seq'::regclass); -- --- Name: qcadoosecurity_user id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user ALTER COLUMN id SET DEFAULT nextval('qcadoosecurity_user_id_seq'::regclass); -- --- Name: qcadooview_alert id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_alert id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_alert ALTER COLUMN id SET DEFAULT nextval('qcadooview_alert_id_seq'::regclass); -- --- Name: qcadooview_category id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_category id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_category ALTER COLUMN id SET DEFAULT nextval('qcadooview_category_id_seq'::regclass); -- --- Name: qcadooview_item id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_item id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_item ALTER COLUMN id SET DEFAULT nextval('qcadooview_item_id_seq'::regclass); -- --- Name: qcadooview_view id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_view id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_view ALTER COLUMN id SET DEFAULT nextval('qcadooview_view_id_seq'::regclass); -- --- Name: qcadooview_viewedalert id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_viewedalert ALTER COLUMN id SET DEFAULT nextval('qcadooview_viewedalert_id_seq'::regclass); -- --- Name: repairs_repairorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: repairs_repairorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder ALTER COLUMN id SET DEFAULT nextval('repairs_repairorder_id_seq'::regclass); -- --- Name: repairs_repairorderproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct ALTER COLUMN id SET DEFAULT nextval('repairs_repairorderproduct_id_seq'::regclass); -- --- Name: repairs_repairorderstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderstatechange ALTER COLUMN id SET DEFAULT nextval('repairs_repairorderstatechange_id_seq'::regclass); -- --- Name: repairs_repairorderworktime id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderworktime ALTER COLUMN id SET DEFAULT nextval('repairs_repairorderworktime_id_seq'::regclass); -- --- Name: sfcsimple_subiektimportedorder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorder ALTER COLUMN id SET DEFAULT nextval('sfcsimple_subiektimportedorder_id_seq'::regclass); -- --- Name: sfcsimple_subiektimportedorderproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct ALTER COLUMN id SET DEFAULT nextval('sfcsimple_subiektimportedorderproduct_id_seq'::regclass); -- --- Name: sfcsimple_subiektimportedproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedproduct ALTER COLUMN id SET DEFAULT nextval('sfcsimple_subiektimportedproduct_id_seq'::regclass); -- --- Name: simplematerialbalance_simplematerialbalance id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalance ALTER COLUMN id SET DEFAULT nextval('simplematerialbalance_simplematerialbalance_id_seq'::regclass); -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent ALTER COLUMN id SET DEFAULT nextval('simplematerialbalance_simplematerialbalancelocationscomponent_i'::regclass); -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent ALTER COLUMN id SET DEFAULT nextval('simplematerialbalance_simplematerialbalanceorderscomponent_id_s'::regclass); -- --- Name: states_message id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: states_message id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message ALTER COLUMN id SET DEFAULT nextval('states_message_id_seq'::regclass); -- --- Name: stoppage_stoppage id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: stoppage_stoppage id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY stoppage_stoppage ALTER COLUMN id SET DEFAULT nextval('stoppage_stoppage_id_seq'::regclass); -- --- Name: subcontractorportal_cost id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_cost ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_cost_id_seq'::regclass); -- --- Name: subcontractorportal_event id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_event id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_event ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_event_id_seq'::regclass); -- --- Name: subcontractorportal_message id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_message_id_seq'::regclass); -- --- Name: subcontractorportal_operation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_operation ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_operation_id_seq'::regclass); -- --- Name: subcontractorportal_realisation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_realisation ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_realisation_id_seq'::regclass); -- --- Name: subcontractorportal_suborder id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborder ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborder_id_seq'::regclass); -- --- Name: subcontractorportal_suborderattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderattachment ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborderattachment_id_seq'::regclass); -- --- Name: subcontractorportal_suborderinput id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborderinput_id_seq'::regclass); -- --- Name: subcontractorportal_suborderoperation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborderoperation_id_seq'::regclass); -- --- Name: subcontractorportal_suborderoutput id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_suborderoutput_id_seq'::regclass); -- --- Name: subcontractorportal_subordertmp id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_subordertmp ALTER COLUMN id SET DEFAULT nextval('subcontractorportal_subordertmp_id_seq'::regclass); -- --- Name: supplynegotiations_columnforoffers id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforoffers ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_columnforoffers_id_seq'::regclass); -- --- Name: supplynegotiations_columnforrequests id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforrequests ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_columnforrequests_id_seq'::regclass); -- --- Name: supplynegotiations_negotiation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiation ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_negotiation_id_seq'::regclass); -- --- Name: supplynegotiations_negotiationproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_negotiationproduct_id_seq'::regclass); -- --- Name: supplynegotiations_negotiationstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationstatechange ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_negotiationstatechange_id_seq'::regclass); -- --- Name: supplynegotiations_offer id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_offer_id_seq'::regclass); -- --- Name: supplynegotiations_offerproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_offerproduct_id_seq'::regclass); -- --- Name: supplynegotiations_offerstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerstatechange ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_offerstatechange_id_seq'::regclass); -- --- Name: supplynegotiations_parametercolumnforoffers id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_parametercolumnforoffers_id_seq'::regclass); -- --- Name: supplynegotiations_parametercolumnforrequests id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_parametercolumnforrequests_id_seq'::regclass); -- --- Name: supplynegotiations_requestforquotation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotation ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_requestforquotation_id_seq'::regclass); -- --- Name: supplynegotiations_requestforquotationproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_requestforquotationproduct_id_seq'::regclass); -- --- Name: supplynegotiations_requestforquotationstatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange ALTER COLUMN id SET DEFAULT nextval('supplynegotiations_requestforquotationstatechange_id_seq'::regclass); -- --- Name: technologies_barcodeoperationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_barcodeoperationcomponent ALTER COLUMN id SET DEFAULT nextval('technologies_barcodeoperationcomponent_id_seq'::regclass); -- --- Name: technologies_operation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_operation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation ALTER COLUMN id SET DEFAULT nextval('technologies_operation_id_seq'::regclass); -- --- Name: technologies_operationgroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_operationgroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationgroup ALTER COLUMN id SET DEFAULT nextval('technologies_operationgroup_id_seq'::regclass); -- --- Name: technologies_operationproductincomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent ALTER COLUMN id SET DEFAULT nextval('technologies_operationproductincomponent_id_seq'::regclass); -- --- Name: technologies_operationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent ALTER COLUMN id SET DEFAULT nextval('technologies_operationproductoutcomponent_id_seq'::regclass); -- --- Name: technologies_productcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent ALTER COLUMN id SET DEFAULT nextval('technologies_productcomponent_id_seq'::regclass); -- --- Name: technologies_productstructuretreenode id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode ALTER COLUMN id SET DEFAULT nextval('technologies_productstructuretreenode_id_seq'::regclass); -- --- Name: technologies_technology id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technology id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology ALTER COLUMN id SET DEFAULT nextval('technologies_technology_id_seq'::regclass); -- --- Name: technologies_technologyattachment id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyattachment ALTER COLUMN id SET DEFAULT nextval('technologies_technologyattachment_id_seq'::regclass); -- --- Name: technologies_technologygroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologygroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologygroup ALTER COLUMN id SET DEFAULT nextval('technologies_technologygroup_id_seq'::regclass); -- --- Name: technologies_technologyoperationcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent ALTER COLUMN id SET DEFAULT nextval('technologies_technologyoperationcomponent_id_seq'::regclass); -- --- Name: technologies_technologyoperationcomponentmergeproductin id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin ALTER COLUMN id SET DEFAULT nextval('technologies_technologyoperationcomponentmergeproductin_id_seq'::regclass); -- --- Name: technologies_technologyoperationcomponentmergeproductout id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout ALTER COLUMN id SET DEFAULT nextval('technologies_technologyoperationcomponentmergeproductout_id_seq'::regclass); -- --- Name: technologies_technologystatechange id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologystatechange ALTER COLUMN id SET DEFAULT nextval('technologies_technologystatechange_id_seq'::regclass); -- --- Name: technologiesgenerator_generatorcontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatorcontext ALTER COLUMN id SET DEFAULT nextval('technologiesgenerator_generatorcontext_id_seq'::regclass); -- --- Name: technologiesgenerator_generatortechnologiesforproduct id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct ALTER COLUMN id SET DEFAULT nextval('technologiesgenerator_generatortechnologiesforproduct_id_seq'::regclass); -- --- Name: technologiesgenerator_generatortreenode id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode ALTER COLUMN id SET DEFAULT nextval('technologiesgenerator_generatortreenode_id_seq'::regclass); -- --- Name: timegapspreview_timegap id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegap ALTER COLUMN id SET DEFAULT nextval('timegapspreview_timegap_id_seq'::regclass); -- --- Name: timegapspreview_timegapscontext id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext ALTER COLUMN id SET DEFAULT nextval('timegapspreview_timegapscontext_id_seq'::regclass); -- --- Name: timenormsforoperations_techopercomptimecalculation id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY timenormsforoperations_techopercomptimecalculation ALTER COLUMN id SET DEFAULT nextval('timenormsforoperations_techopercomptimecalculation_id_seq'::regclass); -- --- Name: urccore_lastsynchronizationdate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY urccore_lastsynchronizationdate ALTER COLUMN id SET DEFAULT nextval('urccore_lastsynchronizationdate_id_seq'::regclass); -- --- Name: urccore_synchronizationstatus id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY urccore_synchronizationstatus ALTER COLUMN id SET DEFAULT nextval('urccore_synchronizationstatus_id_seq'::regclass); -- --- Name: urcmaterialavailability_requiredcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent ALTER COLUMN id SET DEFAULT nextval('urcmaterialavailability_requiredcomponent_id_seq'::regclass); -- --- Name: urcproductioncounting_requestrepair id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair ALTER COLUMN id SET DEFAULT nextval('urcproductioncounting_requestrepair_id_seq'::regclass); -- --- Name: wagegroups_wagegroup id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY wagegroups_wagegroup ALTER COLUMN id SET DEFAULT nextval('wagegroups_wagegroup_id_seq'::regclass); -- --- Name: walusiak_exportdocumenthistory id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY walusiak_exportdocumenthistory ALTER COLUMN id SET DEFAULT nextval('walusiak_exportdocumenthistory_id_seq'::regclass); -- --- Name: warehouseminimalstate_warehouseminimumstate id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate ALTER COLUMN id SET DEFAULT nextval('warehouseminimalstate_warehouseminimumstate_id_seq'::regclass); -- --- Name: warehouseminimalstate_warehouseminimumstatemulti id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti ALTER COLUMN id SET DEFAULT nextval('warehouseminimalstate_warehouseminimumstatemulti_id_seq'::regclass); -- --- Name: workplans_columnforinputproducts id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnforinputproducts ALTER COLUMN id SET DEFAULT nextval('workplans_columnforinputproducts_id_seq'::regclass); -- --- Name: workplans_columnfororders id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_columnfororders id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnfororders ALTER COLUMN id SET DEFAULT nextval('workplans_columnfororders_id_seq'::regclass); -- --- Name: workplans_columnforoutputproducts id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnforoutputproducts ALTER COLUMN id SET DEFAULT nextval('workplans_columnforoutputproducts_id_seq'::regclass); -- --- Name: workplans_parameterinputcolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterinputcolumn ALTER COLUMN id SET DEFAULT nextval('workplans_parameterinputcolumn_id_seq'::regclass); -- --- Name: workplans_parameterordercolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterordercolumn ALTER COLUMN id SET DEFAULT nextval('workplans_parameterordercolumn_id_seq'::regclass); -- --- Name: workplans_parameteroutputcolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameteroutputcolumn ALTER COLUMN id SET DEFAULT nextval('workplans_parameteroutputcolumn_id_seq'::regclass); -- --- Name: workplans_workplan id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_workplan id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplan ALTER COLUMN id SET DEFAULT nextval('workplans_workplan_id_seq'::regclass); -- --- Name: workplans_workplanordercolumn id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplanordercolumn ALTER COLUMN id SET DEFAULT nextval('workplans_workplanordercolumn_id_seq'::regclass); -- --- Name: zmbak_meatcuttingindicator id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicator ALTER COLUMN id SET DEFAULT nextval('zmbak_meatcuttingindicator_id_seq'::regclass); -- --- Name: zmbak_meatcuttingindicatorcomponent id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent ALTER COLUMN id SET DEFAULT nextval('zmbak_meatcuttingindicatorcomponent_id_seq'::regclass); -- --- Name: zmbak_parameter id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_parameter id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter ALTER COLUMN id SET DEFAULT nextval('zmbak_parameter_id_seq'::regclass); -- --- Name: zmbak_tpcreport id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_tpcreport ALTER COLUMN id SET DEFAULT nextval('zmbak_tpcreport_id_seq'::regclass); -- --- Name: zmbak_tpctable id; Type: DEFAULT; Schema: public; Owner: postgres +-- Name: zmbak_tpctable id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_tpctable ALTER COLUMN id SET DEFAULT nextval('zmbak_tpctable_id_seq'::regclass); -- --- Data for Name: advancedgenealogy_batch; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_batch; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_batch (id, number, product_id, supplier_id, state, externalnumber, createdate, updatedate, createuser, updateuser, active, entityversion) FROM stdin; @@ -21308,14 +19591,14 @@ COPY advancedgenealogy_batch (id, number, product_id, supplier_id, state, extern -- --- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_batch_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_batchstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_batchstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_batchstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, batch_id, shift_id, entityversion) FROM stdin; @@ -21323,14 +19606,14 @@ COPY advancedgenealogy_batchstatechange (id, dateandtime, sourcestate, targetsta -- --- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_batchstatechange_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_genealogyreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_genealogyreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_genealogyreport (id, date, name, type, batch_id, worker, filename, generated, includedraft, directrelatedonly, active, entityversion) FROM stdin; @@ -21338,14 +19621,14 @@ COPY advancedgenealogy_genealogyreport (id, date, name, type, batch_id, worker, -- --- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_genealogyreport_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_trackingrecord; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_trackingrecord; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_trackingrecord (id, entitytype, state, quantity, producedbatch_id, number, externalnumber, active, createdate, updatedate, createuser, updateuser, order_id, entityversion) FROM stdin; @@ -21353,14 +19636,14 @@ COPY advancedgenealogy_trackingrecord (id, entitytype, state, quantity, produced -- --- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_trackingrecord_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_trackingrecordstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_trackingrecordstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_trackingrecordstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, trackingrecord_id, shift_id, entityversion) FROM stdin; @@ -21368,14 +19651,14 @@ COPY advancedgenealogy_trackingrecordstatechange (id, dateandtime, sourcestate, -- --- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_trackingrecordstatechange_id_seq', 1, false); -- --- Data for Name: advancedgenealogy_usedbatchsimple; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogy_usedbatchsimple; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogy_usedbatchsimple (id, batch_id, trackingrecord_id, worker, dateandtime, quantity, entityversion) FROM stdin; @@ -21383,14 +19666,14 @@ COPY advancedgenealogy_usedbatchsimple (id, batch_id, trackingrecord_id, worker, -- --- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogy_usedbatchsimple_id_seq', 1, false); -- --- Data for Name: advancedgenealogyfororders_genealogyproductinbatch; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogyfororders_genealogyproductinbatch; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogyfororders_genealogyproductinbatch (id, worker, dateandtime, batch_id, genealogyproductincomponent_id, entityversion) FROM stdin; @@ -21398,14 +19681,14 @@ COPY advancedgenealogyfororders_genealogyproductinbatch (id, worker, dateandtime -- --- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogyfororders_genealogyproductinbatch_id_seq', 1, false); -- --- Data for Name: advancedgenealogyfororders_genealogyproductincomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: advancedgenealogyfororders_genealogyproductincomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY advancedgenealogyfororders_genealogyproductincomponent (id, trackingrecord_id, technologyinstanceoperationcomponent_id, productincomponent_id, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -21413,14 +19696,14 @@ COPY advancedgenealogyfororders_genealogyproductincomponent (id, trackingrecord_ -- --- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('advancedgenealogyfororders_genealogyproductincomponent_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_assignmenttoshift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_assignmenttoshift; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_assignmenttoshift (id, startdate, shift_id, state, approvedattendancelist, active, externalnumber, externalsynchronized, showlaststatechangeresult, laststatechangefails, laststatechangefailcause, factory_id, entityversion, crew_id) FROM stdin; @@ -21428,21 +19711,21 @@ COPY assignmenttoshift_assignmenttoshift (id, startdate, shift_id, state, approv -- --- Name: assignmenttoshift_assignmenttoshift_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_assignmenttoshift_externalnumber_seq', 1, false); -- --- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_assignmenttoshift_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_assignmenttoshiftreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_assignmenttoshiftreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_assignmenttoshiftreport (id, number, name, datefrom, dateto, shift_id, filename, generated, active, createdate, updatedate, createuser, updateuser, factory_id, entityversion) FROM stdin; @@ -21450,14 +19733,14 @@ COPY assignmenttoshift_assignmenttoshiftreport (id, number, name, datefrom, date -- --- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_assignmenttoshiftreport_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_assignmenttoshiftstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_assignmenttoshiftstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_assignmenttoshiftstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, assignmenttoshift_id, shift_id, additionalinformation, entityversion) FROM stdin; @@ -21465,14 +19748,14 @@ COPY assignmenttoshift_assignmenttoshiftstatechange (id, dateandtime, sourcestat -- --- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_assignmenttoshiftstatechange_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_multiassignmenttoshift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_multiassignmenttoshift; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_multiassignmenttoshift (id, productionline_id, occupationtype, occupationtypename, occupationtypeenum, masterorder_id, assignmenttoshift_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -21480,14 +19763,14 @@ COPY assignmenttoshift_multiassignmenttoshift (id, productionline_id, occupation -- --- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_multiassignmenttoshift_id_seq', 1, false); -- --- Data for Name: assignmenttoshift_staffassignmenttoshift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: assignmenttoshift_staffassignmenttoshift; Type: TABLE DATA; Schema: public; Owner: - -- COPY assignmenttoshift_staffassignmenttoshift (id, assignmenttoshift_id, worker_id, productionline_id, occupationtype, occupationtypename, state, occupationtypeenum, occupationtypevalueforgrid, masterorder_id, entityversion, description) FROM stdin; @@ -21495,14 +19778,14 @@ COPY assignmenttoshift_staffassignmenttoshift (id, assignmenttoshift_id, worker_ -- --- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('assignmenttoshift_staffassignmenttoshift_id_seq', 1, false); -- --- Data for Name: avglaborcostcalcfororder_assignmentworkertoshift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: avglaborcostcalcfororder_assignmentworkertoshift; Type: TABLE DATA; Schema: public; Owner: - -- COPY avglaborcostcalcfororder_assignmentworkertoshift (id, worker_id, assignmenttoshift_id, workedhours, avglaborcostcalcfororder_id, entityversion) FROM stdin; @@ -21510,14 +19793,14 @@ COPY avglaborcostcalcfororder_assignmentworkertoshift (id, worker_id, assignment -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('avglaborcostcalcfororder_assignmentworkertoshift_id_seq', 1, false); -- --- Data for Name: avglaborcostcalcfororder_avglaborcostcalcfororder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: avglaborcostcalcfororder_avglaborcostcalcfororder; Type: TABLE DATA; Schema: public; Owner: - -- COPY avglaborcostcalcfororder_avglaborcostcalcfororder (id, startdate, finishdate, order_id, productionline_id, basedon, averagelaborhourlycost, entityversion) FROM stdin; @@ -21525,14 +19808,14 @@ COPY avglaborcostcalcfororder_avglaborcostcalcfororder (id, startdate, finishdat -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('avglaborcostcalcfororder_avglaborcostcalcfororder_id_seq', 1, false); -- --- Data for Name: basic_additionalcode; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_additionalcode; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_additionalcode (id, code, product_id) FROM stdin; @@ -21540,14 +19823,14 @@ COPY basic_additionalcode (id, code, product_id) FROM stdin; -- --- Name: basic_additionalcode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_additionalcode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_additionalcode_id_seq', 1, false); -- --- Data for Name: basic_address; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_address; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_address (id, company_id, addresstype, number, name, phone, email, website, street, house, flat, zipcode, city, state, country_id, contactperson, canbedeleted, active, externalnumber) FROM stdin; @@ -21556,14 +19839,14 @@ COPY basic_address (id, company_id, addresstype, number, name, phone, email, web -- --- Name: basic_address_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_address_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_address_id_seq', 1, true); -- --- Data for Name: basic_assortment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_assortment; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_assortment (id, name, active) FROM stdin; @@ -21571,14 +19854,14 @@ COPY basic_assortment (id, name, active) FROM stdin; -- --- Name: basic_assortment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_assortment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_assortment_id_seq', 1, false); -- --- Data for Name: basic_assortmentelement; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_assortmentelement; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_assortmentelement (id, descriptiontype, description, assortment_id, main) FROM stdin; @@ -21586,14 +19869,14 @@ COPY basic_assortmentelement (id, descriptiontype, description, assortment_id, m -- --- Name: basic_assortmentelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_assortmentelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_assortmentelement_id_seq', 1, false); -- --- Data for Name: basic_company; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_company; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_company (id, number, name, taxcountrycode_id, tax, street, house, flat, zipcode, city, state, country_id, email, website, phone, externalnumber, buffer, active, paymentform, country, entityversion, contactperson, issupplier, isreceiver, logoimage) FROM stdin; @@ -21602,14 +19885,14 @@ COPY basic_company (id, number, name, taxcountrycode_id, tax, street, house, fla -- --- Name: basic_company_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_company_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_company_id_seq', 1, true); -- --- Data for Name: basic_country; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_country; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_country (id, country, code, entityversion) FROM stdin; @@ -21866,14 +20149,14 @@ COPY basic_country (id, country, code, entityversion) FROM stdin; -- --- Name: basic_country_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_country_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_country_id_seq', 249, true); -- --- Data for Name: basic_crew; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_crew; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_crew (id, number, leader_id, active, eventsscheduler) FROM stdin; @@ -21881,14 +20164,14 @@ COPY basic_crew (id, number, leader_id, active, eventsscheduler) FROM stdin; -- --- Name: basic_crew_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_crew_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_crew_id_seq', 1, false); -- --- Data for Name: basic_currency; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_currency; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_currency (id, currency, alphabeticcode, isocode, minorunit, exchangerate, entityversion) FROM stdin; @@ -22078,14 +20361,14 @@ COPY basic_currency (id, currency, alphabeticcode, isocode, minorunit, exchanger -- --- Name: basic_currency_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_currency_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_currency_id_seq', 182, true); -- --- Data for Name: basic_division; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_division; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_division (id, number, name, supervisor_id, componentslocation_id, componentsoutputlocation_id, productsinputlocation_id, productionline_id, parameter_id, productsflowlocation_id, productionflow, automaticmoveforintermediate, automaticmoveforfinal, factory_id, active, comment, entityversion) FROM stdin; @@ -22093,14 +20376,14 @@ COPY basic_division (id, number, name, supervisor_id, componentslocation_id, com -- --- Name: basic_division_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_division_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_division_id_seq', 1, false); -- --- Data for Name: basic_factory; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_factory; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_factory (id, number, name, city, active, entityversion, warehouse_id) FROM stdin; @@ -22108,14 +20391,14 @@ COPY basic_factory (id, number, name, city, active, entityversion, warehouse_id) -- --- Name: basic_factory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_factory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_factory_id_seq', 1, false); -- --- Data for Name: basic_faulttype; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_faulttype; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_faulttype (id, name, appliesto, entityversion, isdefault) FROM stdin; @@ -22124,14 +20407,14 @@ COPY basic_faulttype (id, name, appliesto, entityversion, isdefault) FROM stdin; -- --- Name: basic_faulttype_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_faulttype_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_faulttype_id_seq', 1, true); -- --- Data for Name: basic_log; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_log; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_log (id, createtime, user_id, message, item1, item2, item3, details, loglevel, logtype, action) FROM stdin; @@ -22139,14 +20422,14 @@ COPY basic_log (id, createtime, user_id, message, item1, item2, item3, details, -- --- Name: basic_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_log_id_seq', 1, false); -- --- Data for Name: basic_palletnumber; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_palletnumber; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_palletnumber (id, number, active, createdate, updatedate, createuser, updateuser, issuedatetime) FROM stdin; @@ -22154,14 +20437,14 @@ COPY basic_palletnumber (id, number, active, createdate, updatedate, createuser, -- --- Name: basic_palletnumber_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_palletnumber_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_palletnumber_id_seq', 1, false); -- --- Data for Name: basic_palletnumberhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_palletnumberhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_palletnumberhelper (id, quantity, active, createdate, updatedate, createuser, updateuser, temporary) FROM stdin; @@ -22169,30 +20452,30 @@ COPY basic_palletnumberhelper (id, quantity, active, createdate, updatedate, cre -- --- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_palletnumberhelper_id_seq', 1, false); -- --- Data for Name: basic_parameter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_parameter; Type: TABLE DATA; Schema: public; Owner: - -- -COPY basic_parameter (id, country_id, currency_id, unit, additionaltextinfooter, company_id, registerproductiontime, reasonneededwhendelayedeffectivedatefrom, earliereffectivedatetotime, reasonneededwhencorrectingtherequestedvolume, reasonneededwhencorrectingdateto, changedatewhentransfertowarehousetype, reasonneededwhenchangingstatetodeclined, imageurlinworkplan, hidedescriptioninworkplans, defaultproductionline_id, reasonneededwhenearliereffectivedateto, earliereffectivedatefromtime, defaultaddress, blockabilitytochangeapprovalorder, reasonneededwhendelayedeffectivedateto, justone, registerquantityinproduct, reasonneededwhenchangingstatetointerrupted, registerquantityoutproduct, dontprintordersinworkplans, location_id, typeofproductionrecording, dontprintinputproductsinworkplans, delayedeffectivedatefromtime, registerpiecework, hideemptycolumnsfororders, reasonneededwhenchangingstatetoabandoned, autocloseorder, allowtoclose, dontprintoutputproductsinworkplans, inputproductsrequiredfortype, otheraddress, reasonneededwhenearliereffectivedatefrom, defaultdescription, delayedeffectivedatetotime, hidetechnologyandorderinworkplans, reasonneededwhencorrectingdatefrom, ssccnumberprefix, lowerlimit, negativetrend, upperlimit, positivetrend, dueweight, generateproductionrecordnumberfromordernumber, printoperationatfirstpageinworkplans, averagelaborhourlycostpb, calculatematerialcostsmodepb, additionaloverheadpb, calculateoperationcostsmodepb, materialcostmarginpb, includetpzpb, printoperationnormspb, printcostnormsofmaterialspb, productioncostmarginpb, sourceofmaterialcostspb, averagemachinehourlycostpb, includeadditionaltimepb, trackingrecordforordertreatment, batchnumberrequiredproducts, batchnumberuniqueness, batchnumberrequiredinputproducts, defaultcoveragefromdays, includedraftdeliveries, productextracted, coveragetype, belongstofamily_id, hideemptycolumnsforoffers, hideemptycolumnsforrequests, validateproductionrecordtimes, workstationsquantityfromproductionline, locktechnologytree, lockproductionprogress, hidebarcodeoperationcomponentinworkplans, ignoremissingcomponents, additionaloutputrows, additionalinputrows, allowmultipleregisteringtimeforworker, pricebasedon, takeactualprogressinworkplans, confectionplanrequirereasontypethreshold, confectionplancorrectionreasontype, autogeneratesuborders, automaticsavecoverage, externaldeliveriesextension, warehouse_id, documentstate, positivepurchaseprice, sameordernumber, automaticdeliveriesminstate, possibleworktimedeviation, ordersincludeperiod, includerequirements, ratio, resin_id, hardener_id, entityversion, labelsbtpath, profitpb, registrationpriceoverheadpb, sourceofoperationcostspb, acceptanceevents, useblackbox, generatewarehouseissuestoorders, daysbeforeorderstart, issuelocation_id, consumptionofrawmaterialsbasedonstandards, documentpositionparameters_id, includecomponents, warehouseissuesreservestates, drawndocuments, generatewarehouseissuestodeliveries, issuedquantityuptoneed, documentsstatus, warehouseissueproductssource, productstoissue, trackingcorrectionrecalculatepps, deliveredbiggerthanordered, ordersganttparameters_id, additionalimage, esilcointegrationdir, autorecalculateorder, ppsisautomatic, ppsproducedamountrecalculateplan, ppsalgorithm, enablepkt, baselinkerparameters_id, technologiesgeneratorcopyproductsize, cartonlabelsbtpath, esilcodispositionshiftlocation_id, resinandhardenerlocation_id, maxproductsquantity, allowerrorsinmasterorderpositions, companyname_id, hideassignedstaff, fillorderdescriptionbasedontechnologydescription, allowanomalycreationonacceptancerecord, esilcoaccountwithreservationlocation_id, includelevelandsuffix) FROM stdin; -1 167 124 szt \N 1 t \N \N \N \N 01never \N \N f 1 \N \N \N \N \N f t \N t \N \N 02cumulated f \N f \N \N f f f 01startOrder \N \N \N \N f \N 0005900125 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N 01duringProduction f 01globally f \N \N \N \N \N \N \N \N \N \N t \N t \N \N \N 01nominalProductCost \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N 0 \N \N \N \N \N \N \N \N \N f 1 \N \N 01transfer \N \N 01accepted 01order 01allInputProducts \N t \N \N \N f \N \N \N \N \N \N \N \N \N 150 \N \N f \N f \N t +COPY basic_parameter (id, country_id, currency_id, unit, additionaltextinfooter, company_id, registerproductiontime, reasonneededwhendelayedeffectivedatefrom, earliereffectivedatetotime, reasonneededwhencorrectingtherequestedvolume, reasonneededwhencorrectingdateto, changedatewhentransfertowarehousetype, reasonneededwhenchangingstatetodeclined, imageurlinworkplan, hidedescriptioninworkplans, defaultproductionline_id, reasonneededwhenearliereffectivedateto, earliereffectivedatefromtime, defaultaddress, blockabilitytochangeapprovalorder, reasonneededwhendelayedeffectivedateto, justone, registerquantityinproduct, reasonneededwhenchangingstatetointerrupted, registerquantityoutproduct, dontprintordersinworkplans, location_id, typeofproductionrecording, dontprintinputproductsinworkplans, delayedeffectivedatefromtime, registerpiecework, hideemptycolumnsfororders, reasonneededwhenchangingstatetoabandoned, autocloseorder, allowtoclose, dontprintoutputproductsinworkplans, inputproductsrequiredfortype, otheraddress, reasonneededwhenearliereffectivedatefrom, defaultdescription, delayedeffectivedatetotime, hidetechnologyandorderinworkplans, reasonneededwhencorrectingdatefrom, ssccnumberprefix, lowerlimit, negativetrend, upperlimit, positivetrend, dueweight, generateproductionrecordnumberfromordernumber, printoperationatfirstpageinworkplans, averagelaborhourlycostpb, calculatematerialcostsmodepb, additionaloverheadpb, calculateoperationcostsmodepb, materialcostmarginpb, includetpzpb, printoperationnormspb, printcostnormsofmaterialspb, productioncostmarginpb, sourceofmaterialcostspb, averagemachinehourlycostpb, includeadditionaltimepb, trackingrecordforordertreatment, batchnumberrequiredproducts, batchnumberuniqueness, batchnumberrequiredinputproducts, defaultcoveragefromdays, includedraftdeliveries, productextracted, coveragetype, belongstofamily_id, hideemptycolumnsforoffers, hideemptycolumnsforrequests, validateproductionrecordtimes, workstationsquantityfromproductionline, locktechnologytree, lockproductionprogress, hidebarcodeoperationcomponentinworkplans, ignoremissingcomponents, additionaloutputrows, additionalinputrows, allowmultipleregisteringtimeforworker, pricebasedon, takeactualprogressinworkplans, confectionplanrequirereasontypethreshold, confectionplancorrectionreasontype, autogeneratesuborders, automaticsavecoverage, externaldeliveriesextension, warehouse_id, documentstate, positivepurchaseprice, sameordernumber, automaticdeliveriesminstate, possibleworktimedeviation, ordersincludeperiod, includerequirements, ratio, resin_id, hardener_id, entityversion, labelsbtpath, profitpb, registrationpriceoverheadpb, sourceofoperationcostspb, acceptanceevents, useblackbox, generatewarehouseissuestoorders, daysbeforeorderstart, issuelocation_id, consumptionofrawmaterialsbasedonstandards, documentpositionparameters_id, includecomponents, warehouseissuesreservestates, drawndocuments, generatewarehouseissuestodeliveries, issuedquantityuptoneed, documentsstatus, warehouseissueproductssource, productstoissue, trackingcorrectionrecalculatepps, deliveredbiggerthanordered, ordersganttparameters_id, additionalimage, esilcointegrationdir, autorecalculateorder, ppsisautomatic, ppsproducedamountrecalculateplan, ppsalgorithm, enablepkt, baselinkerparameters_id, technologiesgeneratorcopyproductsize, cartonlabelsbtpath, esilcodispositionshiftlocation_id, resinandhardenerlocation_id, maxproductsquantity, allowerrorsinmasterorderpositions, companyname_id, hideassignedstaff, fillorderdescriptionbasedontechnologydescription, allowanomalycreationonacceptancerecord, esilcoaccountwithreservationlocation_id, includelevelandsuffix, orderedproductsunit, allowincompleteunits) FROM stdin; +1 167 124 szt \N 1 t \N \N \N \N 01never \N \N f 1 \N \N \N \N \N f t \N t \N \N 02cumulated f \N f \N \N f f f 01startOrder \N \N \N \N f \N 0005900125 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N 01duringProduction f 01globally f \N \N \N \N \N \N \N \N \N \N t \N t \N \N \N 01nominalProductCost \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N 0 \N \N \N \N \N \N \N \N \N f 1 \N \N 01transfer \N \N 01accepted 01order 01allInputProducts \N t \N \N \N f \N \N \N \N \N \N \N \N \N 150 \N \N f \N f \N t \N f \. -- --- Name: basic_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_parameter_id_seq', 1, true); -- --- Data for Name: basic_product; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_product; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_product (id, number, name, globaltypeofmaterial, ean, category, unit, externalnumber, description, parent_id, nodenumber, entitytype, durabilityinmonths, averageoffercost, costfornumber, lastpurchasecost, lastoffercost, isglutenproduct, symbol, averagecost, goodsgroup, nominalcost, bio, isdoublepallet, technologygroup_id, active, createdate, updatedate, createuser, updateuser, quantityofextrusioningredient, norm, actualversion, hasnutritionelements, quantityfornutritions, quantityfornutritionsunit, showinproductdata, doublequantityfordoublepallet, size, uppershelf, lowershelf, upperform, lowerform, usedquantitycontrol, automaticusedquantity, nominalweight, countusedquantityforfullpallets, quantityinpackage, synchronize, capacitynorm, downform_id, upform_id, downshelve_id, upshelve_id, costnormsgenerator_id, producer_id, machinepart, drawingnumber, catalognumber, isproductiondate, fabric, fabricgrammage, entityversion, ispallet, additionalunit, fromgenerator, generatorcontext_id, dateformatinqcp5code, assortment_id, isoil, isaroma) FROM stdin; @@ -22200,14 +20483,14 @@ COPY basic_product (id, number, name, globaltypeofmaterial, ean, category, unit, -- --- Name: basic_product_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_product_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_product_id_seq', 1, false); -- --- Data for Name: basic_reportcolumnwidth; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_reportcolumnwidth; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_reportcolumnwidth (id, identifier, name, width, chartype, parameter_id, entityversion) FROM stdin; @@ -22223,14 +20506,14 @@ COPY basic_reportcolumnwidth (id, identifier, name, width, chartype, parameter_i -- --- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_reportcolumnwidth_id_seq', 8, true); -- --- Data for Name: basic_shift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_shift; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_shift (id, name, mondayworking, mondayhours, tuesdayworking, tuesdayhours, wensdayworking, wensdayhours, thursdayworking, thursdayhours, fridayworking, fridayhours, saturdayworking, saturdayhours, sundayworking, sundayhours, entityversion) FROM stdin; @@ -22239,14 +20522,14 @@ COPY basic_shift (id, name, mondayworking, mondayhours, tuesdayworking, tuesdayh -- --- Name: basic_shift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_shift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_shift_id_seq', 1, true); -- --- Data for Name: basic_shifttimetableexception; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_shifttimetableexception; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_shifttimetableexception (id, name, fromdate, todate, type, shift_id, relatestoprevday, entityversion) FROM stdin; @@ -22254,14 +20537,14 @@ COPY basic_shifttimetableexception (id, name, fromdate, todate, type, shift_id, -- --- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_shifttimetableexception_id_seq', 1, false); -- --- Data for Name: basic_staff; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_staff; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_staff (id, number, name, surname, email, phone, workfor_id, post, shift_id, division_id, individuallaborcost, determinedindividual, laborhourlycost, wagegroup_id, active, parameter_id, "position", entityversion, crew_id) FROM stdin; @@ -22269,14 +20552,14 @@ COPY basic_staff (id, number, name, surname, email, phone, workfor_id, post, shi -- --- Name: basic_staff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_staff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_staff_id_seq', 1, false); -- --- Data for Name: basic_subassembly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_subassembly; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_subassembly (id, number, name, workstationtype_id, workstation_id, serialnumber, series, producer, productiondate, lastrepairsdate, active, type, entityversion) FROM stdin; @@ -22284,14 +20567,14 @@ COPY basic_subassembly (id, number, name, workstationtype_id, workstation_id, se -- --- Name: basic_subassembly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_subassembly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_subassembly_id_seq', 1, false); -- --- Data for Name: basic_subassemblyattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_subassemblyattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_subassemblyattachment (id, subassembly_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22299,21 +20582,21 @@ COPY basic_subassemblyattachment (id, subassembly_id, attachment, name, size, ex -- --- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_subassemblyattachment_id_seq', 1, false); -- --- Name: basic_subassemblylistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_subassemblylistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_subassemblylistdto_id_seq', 1, false); -- --- Data for Name: basic_subassemblytoworkstationhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_subassemblytoworkstationhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_subassemblytoworkstationhelper (id, subassembly_id, type, workstation_id, entityversion) FROM stdin; @@ -22321,14 +20604,14 @@ COPY basic_subassemblytoworkstationhelper (id, subassembly_id, type, workstation -- --- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_subassemblytoworkstationhelper_id_seq', 1, false); -- --- Data for Name: basic_substitute; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_substitute; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_substitute (id, number, name, product_id, priority, entityversion) FROM stdin; @@ -22336,14 +20619,14 @@ COPY basic_substitute (id, number, name, product_id, priority, entityversion) FR -- --- Name: basic_substitute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_substitute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_substitute_id_seq', 1, false); -- --- Data for Name: basic_substitutecomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_substitutecomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_substitutecomponent (id, product_id, substitute_id, quantity, baseproduct_id, entityversion) FROM stdin; @@ -22351,14 +20634,14 @@ COPY basic_substitutecomponent (id, product_id, substitute_id, quantity, basepro -- --- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_substitutecomponent_id_seq', 1, false); -- --- Data for Name: basic_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_workstation (id, number, name, description, workstationtype_id, operation_id, active, productionline_id, division_id, serialnumber, udtnumber, series, producer, productiondate, wnknumber, entityversion) FROM stdin; @@ -22366,14 +20649,14 @@ COPY basic_workstation (id, number, name, description, workstationtype_id, opera -- --- Name: basic_workstation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_workstation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_workstation_id_seq', 1, false); -- --- Data for Name: basic_workstationattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_workstationattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_workstationattachment (id, workstation_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22381,14 +20664,14 @@ COPY basic_workstationattachment (id, workstation_id, attachment, name, size, ex -- --- Name: basic_workstationattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_workstationattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_workstationattachment_id_seq', 1, false); -- --- Data for Name: basic_workstationtype; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basic_workstationtype; Type: TABLE DATA; Schema: public; Owner: - -- COPY basic_workstationtype (id, name, number, description, division_id, active, subassembly, entityversion) FROM stdin; @@ -22397,14 +20680,14 @@ COPY basic_workstationtype (id, name, number, description, division_id, active, -- --- Name: basic_workstationtype_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basic_workstationtype_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basic_workstationtype_id_seq', 1, true); -- --- Data for Name: basicproductioncounting_basicproductioncounting; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basicproductioncounting_basicproductioncounting; Type: TABLE DATA; Schema: public; Owner: - -- COPY basicproductioncounting_basicproductioncounting (id, order_id, product_id, usedquantity, producedquantity, entityversion) FROM stdin; @@ -22412,14 +20695,14 @@ COPY basicproductioncounting_basicproductioncounting (id, order_id, product_id, -- --- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basicproductioncounting_basicproductioncounting_id_seq', 1, false); -- --- Data for Name: basicproductioncounting_productioncountingoperationrun; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basicproductioncounting_productioncountingoperationrun; Type: TABLE DATA; Schema: public; Owner: - -- COPY basicproductioncounting_productioncountingoperationrun (id, order_id, technologyoperationcomponent_id, runs, entityversion) FROM stdin; @@ -22427,14 +20710,14 @@ COPY basicproductioncounting_productioncountingoperationrun (id, order_id, techn -- --- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basicproductioncounting_productioncountingoperationrun_id_seq', 1, false); -- --- Data for Name: basicproductioncounting_productioncountingquantity; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: basicproductioncounting_productioncountingquantity; Type: TABLE DATA; Schema: public; Owner: - -- COPY basicproductioncounting_productioncountingquantity (id, order_id, product_id, plannedquantity, isnoncomponent, technologyoperationcomponent_id, basicproductioncounting_id, typeofmaterial, role, flowtypeincomponent, isdivisionlocation, componentsoutputlocation_id, flowtypeoutcomponent, isdivisioninputlocationmodified, componentslocation_id, isdivisionoutputlocation, isdivisionlocationmodified, isdivisionoutputlocationmodified, isdivisioninputlocation, productsinputlocation_id, productionflow, productsflowlocation_id, entityversion, set) FROM stdin; @@ -22442,14 +20725,14 @@ COPY basicproductioncounting_productioncountingquantity (id, order_id, product_i -- --- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('basicproductioncounting_productioncountingquantity_id_seq', 1, false); -- --- Data for Name: cdnrcgoodfood_highestmasterordernum; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cdnrcgoodfood_highestmasterordernum; Type: TABLE DATA; Schema: public; Owner: - -- COPY cdnrcgoodfood_highestmasterordernum (id, type, number, entityversion) FROM stdin; @@ -22457,14 +20740,14 @@ COPY cdnrcgoodfood_highestmasterordernum (id, type, number, entityversion) FROM -- --- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cdnrcgoodfood_highestmasterordernum_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_action; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_action; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_action (id, name, appliesto, entityversion, isdefault) FROM stdin; @@ -22473,14 +20756,14 @@ COPY cmmsmachineparts_action (id, name, appliesto, entityversion, isdefault) FRO -- --- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_action_id_seq', 1, true); -- --- Data for Name: cmmsmachineparts_actionforplannedevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_actionforplannedevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_actionforplannedevent (id, plannedevent_id, description, action_id, responsibleworker_id, responsibleworkername, state, reason, entityversion, actionname) FROM stdin; @@ -22488,14 +20771,14 @@ COPY cmmsmachineparts_actionforplannedevent (id, plannedevent_id, description, a -- --- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_actionforplannedevent_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_eventattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_eventattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_eventattachment (id, maintenanceevent_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22503,14 +20786,14 @@ COPY cmmsmachineparts_eventattachment (id, maintenanceevent_id, attachment, name -- --- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_eventattachment_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_machinepartattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_machinepartattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_machinepartattachment (id, product_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22518,14 +20801,14 @@ COPY cmmsmachineparts_machinepartattachment (id, product_id, attachment, name, s -- --- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_machinepartattachment_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_machinepartforevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_machinepartforevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_machinepartforevent (id, maintenanceevent_id, machinepart_id, warehouse_id, plannedquantity, availablequantity, plannedevent_id, machinepartname, machinepartnumber, machinepartunit, warehousenumber, entityversion, recurringevent_id) FROM stdin; @@ -22533,14 +20816,14 @@ COPY cmmsmachineparts_machinepartforevent (id, maintenanceevent_id, machinepart_ -- --- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_machinepartforevent_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_maintenanceevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_maintenanceevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_maintenanceevent (id, number, type, description, personreceiving_id, personreceivingname, state, createdate, updatedate, createuser, updateuser, factory_id, division_id, productionline_id, workstation_id, subassembly_id, faulttype_id, solutiondescription, maintenanceeventcontext_id, entityversion, sourcecost_id, soundnotifications) FROM stdin; @@ -22548,21 +20831,21 @@ COPY cmmsmachineparts_maintenanceevent (id, number, type, description, personrec -- --- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceevent_id_seq', 1, false); -- --- Name: cmmsmachineparts_maintenanceevent_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceevent_number_seq', 1, false); -- --- Data for Name: cmmsmachineparts_maintenanceeventcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_maintenanceeventcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_maintenanceeventcontext (id, factory_id, division_id, generated, confirmed, entityversion) FROM stdin; @@ -22570,21 +20853,21 @@ COPY cmmsmachineparts_maintenanceeventcontext (id, factory_id, division_id, gene -- --- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceeventcontext_id_seq', 1, false); -- --- Name: cmmsmachineparts_maintenanceeventlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceeventlistdto_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_maintenanceeventstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_maintenanceeventstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_maintenanceeventstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, maintenanceevent_id, shift_id, comment, commentrequired, entityversion, plannedeventtype, plannedeventtyperequired) FROM stdin; @@ -22592,14 +20875,14 @@ COPY cmmsmachineparts_maintenanceeventstatechange (id, dateandtime, sourcestate, -- --- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceeventstatechange_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_maintenanceeventxlshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_maintenanceeventxlshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_maintenanceeventxlshelper (id, query, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -22607,14 +20890,14 @@ COPY cmmsmachineparts_maintenanceeventxlshelper (id, query, createdate, updateda -- --- Name: cmmsmachineparts_maintenanceeventxlshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventxlshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_maintenanceeventxlshelper_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedevent (id, number, type, description, owner_id, ownername, state, factory_id, division_id, productionline_id, workstation_id, subassembly_id, plannedeventcontext_id, createdate, updatedate, createuser, updateuser, plannedseparately, afterreview, requiresshutdown, company_id, basedon, date, counter, countertolerance, duration, effectiveduration, effectivecounter, startdate, finishdate, isdeadline, solutiondescription, entityversion, maintenanceevent_id, sourcecost_id, recurringevent_id) FROM stdin; @@ -22622,14 +20905,14 @@ COPY cmmsmachineparts_plannedevent (id, number, type, description, owner_id, own -- --- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedevent_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventattachment (id, plannedevent_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -22637,14 +20920,14 @@ COPY cmmsmachineparts_plannedeventattachment (id, plannedevent_id, attachment, n -- --- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventattachment_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventcontext (id, factory_id, division_id, generated, confirmed, entityversion) FROM stdin; @@ -22652,21 +20935,21 @@ COPY cmmsmachineparts_plannedeventcontext (id, factory_id, division_id, generate -- --- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventcontext_id_seq', 1, false); -- --- Name: cmmsmachineparts_plannedeventlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventlistdto_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventrealization; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventrealization; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventrealization (id, plannedevent_id, worker_id, action_id, startdate, finishdate, duration, entityversion, confirmed) FROM stdin; @@ -22674,14 +20957,14 @@ COPY cmmsmachineparts_plannedeventrealization (id, plannedevent_id, worker_id, a -- --- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventrealization_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, plannedevent_id, shift_id, comment, commentrequired) FROM stdin; @@ -22689,14 +20972,14 @@ COPY cmmsmachineparts_plannedeventstatechange (id, dateandtime, sourcestate, tar -- --- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventstatechange_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_plannedeventxlshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_plannedeventxlshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_plannedeventxlshelper (id, query, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -22704,14 +20987,14 @@ COPY cmmsmachineparts_plannedeventxlshelper (id, query, createdate, updatedate, -- --- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_plannedeventxlshelper_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_sourcecost; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_sourcecost; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_sourcecost (id, number, name, factory_id, defaultcost, active) FROM stdin; @@ -22719,14 +21002,14 @@ COPY cmmsmachineparts_sourcecost (id, number, name, factory_id, defaultcost, act -- --- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_sourcecost_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_sourcecostreportfilter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_sourcecostreportfilter; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_sourcecostreportfilter (id, fromdate, todate, sourcecost_id, createdate, updatedate, createuser, updateuser, dontsave) FROM stdin; @@ -22734,14 +21017,14 @@ COPY cmmsmachineparts_sourcecostreportfilter (id, fromdate, todate, sourcecost_i -- --- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_sourcecostreportfilter_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_staffworktime; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_staffworktime; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_staffworktime (id, maintenanceevent_id, worker_id, labortime, effectiveexecutiontimestart, effectiveexecutiontimeend, entityversion) FROM stdin; @@ -22749,14 +21032,14 @@ COPY cmmsmachineparts_staffworktime (id, maintenanceevent_id, worker_id, laborti -- --- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_staffworktime_id_seq', 1, false); -- --- Data for Name: cmmsmachineparts_timeusagereportfilter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsmachineparts_timeusagereportfilter; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsmachineparts_timeusagereportfilter (id, fromdate, todate, workersselection, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -22764,21 +21047,21 @@ COPY cmmsmachineparts_timeusagereportfilter (id, fromdate, todate, workersselect -- --- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_timeusagereportfilter_id_seq', 1, false); -- --- Name: cmmsmachineparts_worktimeforuserdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_worktimeforuserdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsmachineparts_worktimeforuserdto_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_actionforrecurringevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_actionforrecurringevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_actionforrecurringevent (id, recurringevent_id, description, action_id) FROM stdin; @@ -22786,14 +21069,14 @@ COPY cmmsscheduler_actionforrecurringevent (id, recurringevent_id, description, -- --- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_actionforrecurringevent_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_recurringevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_recurringevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_recurringevent (id, number, type, periodicitydate, periodicitystate, generation, description, owner_id, ownername, state, factory_id, division_id, productionline_id, workstation_id, subassembly_id, company_id, sourcecost_id, plannedseparately, requiresshutdown, basedon, date, counter, countertolerance, duration, effectiveduration, effectivecounter, recurringeventcontext_id, active, createdate, updatedate, createuser, updateuser, nextgenerationdate, nextdate, multiplier) FROM stdin; @@ -22801,14 +21084,14 @@ COPY cmmsscheduler_recurringevent (id, number, type, periodicitydate, periodicit -- --- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_recurringevent_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_recurringeventattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_recurringeventattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_recurringeventattachment (id, recurringevent_id, attachment, name, size, ext) FROM stdin; @@ -22816,14 +21099,14 @@ COPY cmmsscheduler_recurringeventattachment (id, recurringevent_id, attachment, -- --- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_recurringeventattachment_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_recurringeventcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_recurringeventcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_recurringeventcontext (id, factory_id, division_id, generated, confirmed) FROM stdin; @@ -22831,14 +21114,14 @@ COPY cmmsscheduler_recurringeventcontext (id, factory_id, division_id, generated -- --- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_recurringeventcontext_id_seq', 1, false); -- --- Data for Name: cmmsscheduler_recurringeventstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: cmmsscheduler_recurringeventstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY cmmsscheduler_recurringeventstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, recurringevent_id, shift_id) FROM stdin; @@ -22846,14 +21129,14 @@ COPY cmmsscheduler_recurringeventstatechange (id, dateandtime, sourcestate, targ -- --- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('cmmsscheduler_recurringeventstatechange_id_seq', 1, false); -- --- Data for Name: costcalculation_componentcost; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: costcalculation_componentcost; Type: TABLE DATA; Schema: public; Owner: - -- COPY costcalculation_componentcost (id, costcalculation_id, product_id, priceperunit) FROM stdin; @@ -22861,14 +21144,14 @@ COPY costcalculation_componentcost (id, costcalculation_id, product_id, priceper -- --- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('costcalculation_componentcost_id_seq', 1, false); -- --- Data for Name: costcalculation_costcalculation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: costcalculation_costcalculation; Type: TABLE DATA; Schema: public; Owner: - -- COPY costcalculation_costcalculation (id, number, product_id, defaulttechnology_id, technology_id, productionline_id, quantity, order_id, totalmaterialcosts, totalmachinehourlycosts, totalpieceworkcosts, totallaborhourlycosts, totaltechnicalproductioncosts, productioncostmargin, productioncostmarginvalue, materialcostmargin, materialcostmarginvalue, additionaloverhead, additionaloverheadvalue, totaloverhead, totalcosts, totalcostperunit, description, includetpz, includeadditionaltime, printcostnormsofmaterials, printoperationnorms, sourceofmaterialcosts, calculatematerialcostsmode, calculateoperationcostsmode, date, generated, filename, includecomponents, entityversion, sourceofoperationcosts, registrationpriceoverhead, profit, registrationpriceoverheadvalue, profitvalue, sellpricevalue, technicalproductioncosts) FROM stdin; @@ -22876,14 +21159,14 @@ COPY costcalculation_costcalculation (id, number, product_id, defaulttechnology_ -- --- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('costcalculation_costcalculation_id_seq', 1, false); -- --- Data for Name: costnormsformaterials_technologyinstoperproductincomp; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: costnormsformaterials_technologyinstoperproductincomp; Type: TABLE DATA; Schema: public; Owner: - -- COPY costnormsformaterials_technologyinstoperproductincomp (id, order_id, product_id, costfornumber, nominalcost, lastpurchasecost, averagecost, costfororder, lastoffercost, averageoffercost, entityversion) FROM stdin; @@ -22891,14 +21174,14 @@ COPY costnormsformaterials_technologyinstoperproductincomp (id, order_id, produc -- --- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('costnormsformaterials_technologyinstoperproductincomp_id_seq', 1, false); -- --- Data for Name: costnormsforoperation_calculationoperationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: costnormsforoperation_calculationoperationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY costnormsforoperation_calculationoperationcomponent (id, nodenumber, operation_id, technologyoperationcomponent_id, parent_id, entitytype, priority, tpz, tj, areproductquantitiesdivisible, istjdivisible, machineutilization, laborutilization, productioninonecycle, nextoperationafterproducedtype, nextoperationafterproducedquantity, timenextoperation, operationoffset, effectiveoperationrealizationtime, effectivedatefrom, effectivedateto, duration, machineworktime, laborworktime, pieces, operationcost, operationmargincost, totaloperationcost, totalmachineoperationcost, totallaboroperationcost, pieceworkcost, laborhourlycost, machinehourlycost, totalmachineoperationcostwithmargin, totallaboroperationcostwithmargin, numberofoperations, productionbalance_id, costcalculation_id, entityversion) FROM stdin; @@ -22906,14 +21189,14 @@ COPY costnormsforoperation_calculationoperationcomponent (id, nodenumber, operat -- --- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('costnormsforoperation_calculationoperationcomponent_id_seq', 1, false); -- --- Data for Name: deliveries_columnfordeliveries; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_columnfordeliveries; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_columnfordeliveries (id, identifier, name, description, columnfiller, alignment, parameter_id, succession, entityversion) FROM stdin; @@ -22934,14 +21217,14 @@ COPY deliveries_columnfordeliveries (id, identifier, name, description, columnfi -- --- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_columnfordeliveries_id_seq', 13, true); -- --- Data for Name: deliveries_columnfororders; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_columnfororders; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_columnfororders (id, identifier, name, description, columnfiller, alignment, parameter_id, succession, entityversion) FROM stdin; @@ -22961,14 +21244,14 @@ COPY deliveries_columnfororders (id, identifier, name, description, columnfiller -- --- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_columnfororders_id_seq', 12, true); -- --- Data for Name: deliveries_companyproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_companyproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_companyproduct (id, company_id, product_id, isdefault, entityversion) FROM stdin; @@ -22976,14 +21259,14 @@ COPY deliveries_companyproduct (id, company_id, product_id, isdefault, entityver -- --- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_companyproduct_id_seq', 1, false); -- --- Data for Name: deliveries_companyproductsfamily; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_companyproductsfamily; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_companyproductsfamily (id, company_id, product_id, isdefault, entityversion) FROM stdin; @@ -22991,14 +21274,14 @@ COPY deliveries_companyproductsfamily (id, company_id, product_id, isdefault, en -- --- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_companyproductsfamily_id_seq', 1, false); -- --- Data for Name: deliveries_deliveredproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveredproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveredproduct (id, delivery_id, product_id, deliveredquantity, damagedquantity, priceperunit, totalprice, succession, operation_id, offer_id, batch, productiondate, expirationdate, entityversion, palletnumber_id, pallettype, storagelocation_id, additionalcode_id, additionalquantity, conversion, iswaste, additionalunit) FROM stdin; @@ -23006,21 +21289,21 @@ COPY deliveries_deliveredproduct (id, delivery_id, product_id, deliveredquantity -- --- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproduct_id_seq', 1, false); -- --- Name: deliveries_deliveredproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproductdto_id_seq', 1, false); -- --- Data for Name: deliveries_deliveredproductmulti; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveredproductmulti; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveredproductmulti (id, delivery_id, palletnumber_id, pallettype, storagelocation_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -23028,14 +21311,14 @@ COPY deliveries_deliveredproductmulti (id, delivery_id, palletnumber_id, pallett -- --- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproductmulti_id_seq', 1, false); -- --- Data for Name: deliveries_deliveredproductmultiposition; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveredproductmultiposition; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveredproductmultiposition (id, deliveredproductmulti_id, product_id, quantity, additionalquantity, conversion, iswaste, expirationdate, unit, additionalunit, additionalcode_id, offer_id, batch) FROM stdin; @@ -23043,14 +21326,14 @@ COPY deliveries_deliveredproductmultiposition (id, deliveredproductmulti_id, pro -- --- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproductmultiposition_id_seq', 1, false); -- --- Data for Name: deliveries_deliveredproductreservation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveredproductreservation; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveredproductreservation (id, deliveredproduct_id, location_id, deliveredquantity, additionalquantity) FROM stdin; @@ -23058,14 +21341,14 @@ COPY deliveries_deliveredproductreservation (id, deliveredproduct_id, location_i -- --- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveredproductreservation_id_seq', 1, false); -- --- Data for Name: deliveries_delivery; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_delivery; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_delivery (id, number, name, description, supplier_id, deliverydate, deliveryaddress, relateddelivery_id, currency_id, externalnumber, externalsynchronized, state, location_id, active, createdate, updatedate, createuser, updateuser, synchronizationstatus, entityversion, positionsfile) FROM stdin; @@ -23073,14 +21356,14 @@ COPY deliveries_delivery (id, number, name, description, supplier_id, deliveryda -- --- Name: deliveries_delivery_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_delivery_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_delivery_id_seq', 1, false); -- --- Data for Name: deliveries_deliveryattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliveryattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliveryattachment (id, delivery_id, attachment, name, size, ext) FROM stdin; @@ -23088,14 +21371,14 @@ COPY deliveries_deliveryattachment (id, delivery_id, attachment, name, size, ext -- --- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliveryattachment_id_seq', 1, false); -- --- Data for Name: deliveries_deliverybypallettypereport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliverybypallettypereport; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliverybypallettypereport (id, fromdate, todate) FROM stdin; @@ -23103,14 +21386,14 @@ COPY deliveries_deliverybypallettypereport (id, fromdate, todate) FROM stdin; -- --- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliverybypallettypereport_id_seq', 1, false); -- --- Data for Name: deliveries_deliverystatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_deliverystatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_deliverystatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, delivery_id, entityversion) FROM stdin; @@ -23118,14 +21401,14 @@ COPY deliveries_deliverystatechange (id, dateandtime, sourcestate, targetstate, -- --- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_deliverystatechange_id_seq', 1, false); -- --- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_orderedproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, priceperunit, totalprice, description, succession, operation_id, offer_id, actualversion, entityversion, additionalquantity, conversion, additionalcode_id, deliveredquantity, additionaldeliveredquantity) FROM stdin; @@ -23133,28 +21416,28 @@ COPY deliveries_orderedproduct (id, delivery_id, product_id, orderedquantity, pr -- --- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_orderedproduct_id_seq', 1, false); -- --- Name: deliveries_orderedproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_orderedproductdto_id_seq', 1, false); -- --- Name: deliveries_orderedproductlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_orderedproductlistdto_id_seq', 1, false); -- --- Data for Name: deliveries_orderedproductreservation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_orderedproductreservation; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_orderedproductreservation (id, orderedproduct_id, location_id, orderedquantity, additionalquantity) FROM stdin; @@ -23162,14 +21445,14 @@ COPY deliveries_orderedproductreservation (id, orderedproduct_id, location_id, o -- --- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_orderedproductreservation_id_seq', 1, false); -- --- Data for Name: deliveries_parameterdeliveryordercolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: deliveries_parameterdeliveryordercolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY deliveries_parameterdeliveryordercolumn (id, parameter_id, columnfororders_id, succession, entityversion) FROM stdin; @@ -23189,14 +21472,14 @@ COPY deliveries_parameterdeliveryordercolumn (id, parameter_id, columnfororders_ -- --- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('deliveries_parameterdeliveryordercolumn_id_seq', 12, true); -- --- Data for Name: ebr_ebr; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_ebr; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_ebr (id, startdate, batchnumber, company_id, recipe_id, order_id, state, active, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -23204,14 +21487,14 @@ COPY ebr_ebr (id, startdate, batchnumber, company_id, recipe_id, order_id, state -- --- Name: ebr_ebr_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_ebr_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_ebr_id_seq', 1, false); -- --- Data for Name: ebr_ebrstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_ebrstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_ebrstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, ebr_id, shift_id, entityversion) FROM stdin; @@ -23219,14 +21502,14 @@ COPY ebr_ebrstatechange (id, dateandtime, sourcestate, targetstate, status, phas -- --- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_ebrstatechange_id_seq', 1, false); -- --- Data for Name: ebr_formula; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_formula; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_formula (id, value, instruction_id, choseninstruction_id, operator, prefix, suffix, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -23234,14 +21517,14 @@ COPY ebr_formula (id, value, instruction_id, choseninstruction_id, operator, pre -- --- Name: ebr_formula_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_formula_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_formula_id_seq', 1, false); -- --- Data for Name: ebr_instruction; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_instruction; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_instruction (id, orderid, description, rangefrom, rangeto, rangeunit, targetvalue, verificationrequired, ebr_id, result, value, comments, state, createdate, updatedate, createuser, updateuser, instruction_id, entityversion) FROM stdin; @@ -23249,14 +21532,14 @@ COPY ebr_instruction (id, orderid, description, rangefrom, rangeto, rangeunit, t -- --- Name: ebr_instruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_instruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_instruction_id_seq', 1, false); -- --- Data for Name: ebr_instructionstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ebr_instructionstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY ebr_instructionstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, instruction_id, shift_id, entityversion) FROM stdin; @@ -23264,14 +21547,14 @@ COPY ebr_instructionstatechange (id, dateandtime, sourcestate, targetstate, stat -- --- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ebr_instructionstatechange_id_seq', 1, false); -- --- Data for Name: efcsimple_enovaimportedorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: efcsimple_enovaimportedorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY efcsimple_enovaimportedorder (id, number, clientname, clientaddress, state, drawdate, realizationdate, converted, entityversion) FROM stdin; @@ -23279,14 +21562,14 @@ COPY efcsimple_enovaimportedorder (id, number, clientname, clientaddress, state, -- --- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('efcsimple_enovaimportedorder_id_seq', 1, false); -- --- Data for Name: efcsimple_enovaimportedorderproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: efcsimple_enovaimportedorderproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY efcsimple_enovaimportedorderproduct (id, order_id, product_id, ordernumber, quantity, entityversion) FROM stdin; @@ -23294,14 +21577,14 @@ COPY efcsimple_enovaimportedorderproduct (id, order_id, product_id, ordernumber, -- --- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('efcsimple_enovaimportedorderproduct_id_seq', 1, false); -- --- Data for Name: efcsimple_enovaimportedproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: efcsimple_enovaimportedproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY efcsimple_enovaimportedproduct (id, type, identificationcode, ean, name, description, unit, converted, entityversion) FROM stdin; @@ -23309,14 +21592,14 @@ COPY efcsimple_enovaimportedproduct (id, type, identificationcode, ean, name, de -- --- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('efcsimple_enovaimportedproduct_id_seq', 1, false); -- --- Data for Name: emailnotifications_staffnotification; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: emailnotifications_staffnotification; Type: TABLE DATA; Schema: public; Owner: - -- COPY emailnotifications_staffnotification (id, email, staff_id, createdate, updatedate, createuser, updateuser, _id, parameter_id, createdeliveryminstate, entityversion) FROM stdin; @@ -23324,14 +21607,29 @@ COPY emailnotifications_staffnotification (id, email, staff_id, createdate, upda -- --- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('emailnotifications_staffnotification_id_seq', 1, false); -- --- Data for Name: esilco_printdocuments; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: esilco_importpositionerror; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY esilco_importpositionerror (id, document_id, quantity, productcode, name) FROM stdin; +\. + + +-- +-- Name: esilco_importpositionerror_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('esilco_importpositionerror_id_seq', 1, false); + + +-- +-- Data for Name: esilco_printdocuments; Type: TABLE DATA; Schema: public; Owner: - -- COPY esilco_printdocuments (id, active, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -23339,14 +21637,14 @@ COPY esilco_printdocuments (id, active, createdate, updatedate, createuser, upda -- --- Name: esilco_printdocuments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: esilco_printdocuments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('esilco_printdocuments_id_seq', 1, false); -- --- Data for Name: goodfood_confectionadditionalinputproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionadditionalinputproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionadditionalinputproduct (id, confectionprotocol_id, batch_id, product_id, takenonquantity, takenofquantity, cullquantity, effectivequantity, entityversion) FROM stdin; @@ -23354,14 +21652,14 @@ COPY goodfood_confectionadditionalinputproduct (id, confectionprotocol_id, batch -- --- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionadditionalinputproduct_id_seq', 1, false); -- --- Data for Name: goodfood_confectioncontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectioncontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectioncontext (id, day, generated, confirmed, place, productionline_id, shift_id, operator_id, entityversion) FROM stdin; @@ -23369,14 +21667,14 @@ COPY goodfood_confectioncontext (id, day, generated, confirmed, place, productio -- --- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectioncontext_id_seq', 1, false); -- --- Data for Name: goodfood_confectioninputproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectioninputproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectioninputproduct (id, confectionprotocol_id, batch_id, product_id, takenonquantity, takenofquantity, cullquantity, effectivequantity, entityversion) FROM stdin; @@ -23384,14 +21682,14 @@ COPY goodfood_confectioninputproduct (id, confectionprotocol_id, batch_id, produ -- --- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectioninputproduct_id_seq', 1, false); -- --- Data for Name: goodfood_confectionprotocol; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionprotocol; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionprotocol (id, generationdate, state, laststatechangefails, confectioncontext_id, number, dayofshiftstart, productionline_id, toproduce, startdate, finishdate, order_id, ordernumber, productnameandnumber, qcp5code, filmproduct_id, restoneofcartonsquantity, resttwoofcartonsquantity, allpalletquantity, quantityofallcartonsquantity, wastewafers, effectiveproducedquantity, effectiveexecutiontimestart, effectiveexecutiontimeend, externalnumber, externalsynchronized, active, laststatechangefailcause, showlaststatechangeresult, isdoubled, additionalfilmproduct_id, iscorrected, productiondate, entityversion, comments, sendagaintoblackbox, finalprotocol, plannextorderinfo, plannextorderinfoargs) FROM stdin; @@ -23399,21 +21697,21 @@ COPY goodfood_confectionprotocol (id, generationdate, state, laststatechangefail -- --- Name: goodfood_confectionprotocol_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionprotocol_externalnumber_seq', 1, false); -- --- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionprotocol_id_seq', 1, false); -- --- Data for Name: goodfood_confectionprotocolcorrect; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionprotocolcorrect; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionprotocolcorrect (id, confectionprotocol_id, correctdate, correctreason, createdate, updatedate, createuser, updateuser, isconfirmed, entityversion) FROM stdin; @@ -23421,14 +21719,14 @@ COPY goodfood_confectionprotocolcorrect (id, confectionprotocol_id, correctdate, -- --- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionprotocolcorrect_id_seq', 1, false); -- --- Data for Name: goodfood_confectionprotocolstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionprotocolstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionprotocolstatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, confectionprotocol_id, entityversion) FROM stdin; @@ -23436,14 +21734,14 @@ COPY goodfood_confectionprotocolstatechange (id, dateandtime, sourcestate, targe -- --- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionprotocolstatechange_id_seq', 1, false); -- --- Data for Name: goodfood_confectionremainderinputproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionremainderinputproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionremainderinputproduct (id, confectionprotocol_id, product_id, usedquantity, isdoubled, entityversion, usedbatches) FROM stdin; @@ -23451,14 +21749,14 @@ COPY goodfood_confectionremainderinputproduct (id, confectionprotocol_id, produc -- --- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionremainderinputproduct_id_seq', 1, false); -- --- Data for Name: goodfood_confectionstaff; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_confectionstaff; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_confectionstaff (id, confectionprotocol_id, worker_id, labortime, effectiveexecutiontimestart, effectiveexecutiontimeend, entityversion) FROM stdin; @@ -23466,14 +21764,14 @@ COPY goodfood_confectionstaff (id, confectionprotocol_id, worker_id, labortime, -- --- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_confectionstaff_id_seq', 1, false); -- --- Data for Name: goodfood_eventlog; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_eventlog; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_eventlog (id, eventtype, description, user_id, startdate, finishdate, product_id, ssccnumber, quantity, sourcelocation, destinationlocation, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -23481,14 +21779,14 @@ COPY goodfood_eventlog (id, eventtype, description, user_id, startdate, finishda -- --- Name: goodfood_eventlog_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_eventlog_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_eventlog_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionaddedingrediententry; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionaddedingrediententry; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionaddedingrediententry (id, extrusionprotocol_id, ingredient_id, batch_id, quantity, succession, partialquantity1, partialquantity2, partialquantity3, partialquantity4, partialquantity5, partialquantity6, entityversion) FROM stdin; @@ -23496,14 +21794,14 @@ COPY goodfood_extrusionaddedingrediententry (id, extrusionprotocol_id, ingredien -- --- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionaddedingrediententry_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionaddedmixentry; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionaddedmixentry; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionaddedmixentry (id, extrusionprotocol_id, ingredient_id, batch_id, quantity, succession, partialquantity1, partialquantity2, partialquantity3, partialquantity4, partialquantity5, partialquantity6, entityversion) FROM stdin; @@ -23511,14 +21809,14 @@ COPY goodfood_extrusionaddedmixentry (id, extrusionprotocol_id, ingredient_id, b -- --- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionaddedmixentry_id_seq', 1, false); -- --- Data for Name: goodfood_extrusioncontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusioncontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusioncontext (id, day, generated, confirmed, place, productionline_id, shift_id, operator_id, entityversion) FROM stdin; @@ -23526,14 +21824,14 @@ COPY goodfood_extrusioncontext (id, day, generated, confirmed, place, production -- --- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusioncontext_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionprotocol; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionprotocol; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionprotocol (id, generationdate, state, laststatechangefails, extrusioncontext_id, number, dayofshiftstart, productionline_id, toproduce, changeover, startdate, finishdate, numberofavailableworkstation, order_id, ordernumber, productnameandnumber, mixproduct, operatorworkstartdate, operatorworkfinishdate, externalnumber, externalsynchronized, active, laststatechangefailcause, showlaststatechangeresult, iscorrected, entityversion, comments, sendagaintoblackbox) FROM stdin; @@ -23541,21 +21839,21 @@ COPY goodfood_extrusionprotocol (id, generationdate, state, laststatechangefails -- --- Name: goodfood_extrusionprotocol_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionprotocol_externalnumber_seq', 1, false); -- --- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionprotocol_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionprotocolcorrect; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionprotocolcorrect; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionprotocolcorrect (id, extrusionprotocol_id, correctdate, correctreason, createdate, updatedate, createuser, updateuser, isconfirmed, entityversion) FROM stdin; @@ -23563,14 +21861,14 @@ COPY goodfood_extrusionprotocolcorrect (id, extrusionprotocol_id, correctdate, c -- --- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionprotocolcorrect_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionprotocolstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionprotocolstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionprotocolstatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, extrusionprotocol_id, entityversion) FROM stdin; @@ -23578,14 +21876,14 @@ COPY goodfood_extrusionprotocolstatechange (id, dateandtime, sourcestate, target -- --- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionprotocolstatechange_id_seq', 1, false); -- --- Data for Name: goodfood_extrusionsouse; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusionsouse; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusionsouse (id, extrusionprotocol_id, category, datesouse, datedownload, worker_id, wetness, entityversion) FROM stdin; @@ -23593,14 +21891,14 @@ COPY goodfood_extrusionsouse (id, extrusionprotocol_id, category, datesouse, dat -- --- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusionsouse_id_seq', 1, false); -- --- Data for Name: goodfood_extrusiontakenoffmixentry; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_extrusiontakenoffmixentry; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_extrusiontakenoffmixentry (id, extrusionprotocol_id, ingredient_id, batch_id, quantity, succession, partialquantity1, partialquantity2, partialquantity3, partialquantity4, partialquantity5, partialquantity6, entityversion) FROM stdin; @@ -23608,14 +21906,14 @@ COPY goodfood_extrusiontakenoffmixentry (id, extrusionprotocol_id, ingredient_id -- --- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_extrusiontakenoffmixentry_id_seq', 1, false); -- --- Data for Name: goodfood_goodfoodreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_goodfoodreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_goodfoodreport (id, number, name, datefrom, dateto, filename, generated, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -23623,14 +21921,14 @@ COPY goodfood_goodfoodreport (id, number, name, datefrom, dateto, filename, gene -- --- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_goodfoodreport_id_seq', 1, false); -- --- Data for Name: goodfood_label; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_label; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_label (id, palletcontext_id, printedcount, firstssccnumber, firstpalletnumber, lastssccnumber, lastpalletnumber, masterorder_id, productionline_id, batchnumber, bestbefore, registrationdate, active, batch_id, state, entityversion) FROM stdin; @@ -23638,21 +21936,21 @@ COPY goodfood_label (id, palletcontext_id, printedcount, firstssccnumber, firstp -- --- Name: goodfood_label_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_label_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_label_id_seq', 1, false); -- --- Name: goodfood_labeldto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_labeldto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_labeldto_id_seq', 1, false); -- --- Data for Name: goodfood_labelstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_labelstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_labelstatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, label_id, entityversion) FROM stdin; @@ -23660,14 +21958,14 @@ COPY goodfood_labelstatechange (id, dateandtime, sourcestate, targetstate, statu -- --- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_labelstatechange_id_seq', 1, false); -- --- Data for Name: goodfood_pallet; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_pallet; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_pallet (id, palletcontext_id, label_id, typeoflogistics, printedcount, ssccnumber, palletnumber, secondpallet_id, state, isstateerror, stateerror, registrationdate, senddate, active, packagescount, laststatechangefails, laststatechangefailcause, externalnumber, externalsynchronized, eurocod, entityversion, sendagaintoblackbox) FROM stdin; @@ -23675,21 +21973,21 @@ COPY goodfood_pallet (id, palletcontext_id, label_id, typeoflogistics, printedco -- --- Name: goodfood_pallet_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_pallet_externalnumber_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_pallet_externalnumber_seq', 1, false); -- --- Name: goodfood_pallet_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_pallet_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_pallet_id_seq', 1, false); -- --- Data for Name: goodfood_palletcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_palletcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_palletcontext (id, confirmed, day, shift_id, createdate, updatedate, createuser, updateuser, operator_id, entityversion) FROM stdin; @@ -23697,21 +21995,21 @@ COPY goodfood_palletcontext (id, confirmed, day, shift_id, createdate, updatedat -- --- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_palletcontext_id_seq', 1, false); -- --- Name: goodfood_palletdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_palletdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_palletdto_id_seq', 1, false); -- --- Data for Name: goodfood_palletstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_palletstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_palletstatechange (id, dateandtime, sourcestate, targetstate, status, phase, shift_id, worker, pallet_id, entityversion) FROM stdin; @@ -23719,14 +22017,14 @@ COPY goodfood_palletstatechange (id, dateandtime, sourcestate, targetstate, stat -- --- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_palletstatechange_id_seq', 1, false); -- --- Data for Name: goodfood_printedlabel; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_printedlabel; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_printedlabel (id, cartonlabel, masterorder_id, ssccnumber, palletcontext_id, productionline_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -23734,21 +22032,21 @@ COPY goodfood_printedlabel (id, cartonlabel, masterorder_id, ssccnumber, palletc -- --- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_printedlabel_id_seq', 1, false); -- --- Name: goodfood_printedlabeldto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_printedlabeldto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_printedlabeldto_id_seq', 1, false); -- --- Data for Name: goodfood_ssccnumber; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: goodfood_ssccnumber; Type: TABLE DATA; Schema: public; Owner: - -- COPY goodfood_ssccnumber (id, prefix, number, suffix, entityversion) FROM stdin; @@ -23756,21 +22054,21 @@ COPY goodfood_ssccnumber (id, prefix, number, suffix, entityversion) FROM stdin; -- --- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('goodfood_ssccnumber_id_seq', 1, false); -- --- Name: hibernate_sequence; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: hibernate_sequence; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('hibernate_sequence', 1, false); -- --- Data for Name: integrationbartender_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbartender_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbartender_printlabelshelper (id, printer, createdate, updatedate, createuser, updateuser, quantity, masterorder_id) FROM stdin; @@ -23778,14 +22076,14 @@ COPY integrationbartender_printlabelshelper (id, printer, createdate, updatedate -- --- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbartender_printlabelshelper_id_seq', 1, false); -- --- Data for Name: integrationbartender_sendtoprint; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbartender_sendtoprint; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbartender_sendtoprint (id, printlabelshelper_id, path, printer, createdate, updatedate, createuser, updateuser, quantity) FROM stdin; @@ -23793,14 +22091,14 @@ COPY integrationbartender_sendtoprint (id, printlabelshelper_id, path, printer, -- --- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbartender_sendtoprint_id_seq', 1, false); -- --- Data for Name: integrationbaselinker_baselinkerparameters; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbaselinker_baselinkerparameters; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbaselinker_baselinkerparameters (id, documenttype, locationfrom_id, locationto_id, createmasterorders, createdocuments) FROM stdin; @@ -23808,14 +22106,14 @@ COPY integrationbaselinker_baselinkerparameters (id, documenttype, locationfrom_ -- --- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbaselinker_baselinkerparameters_id_seq', 1, false); -- --- Data for Name: integrationbaselinker_statusesfordocument; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbaselinker_statusesfordocument; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbaselinker_statusesfordocument (id, baselinkerparameters_id, statustaken, statusawarded) FROM stdin; @@ -23823,14 +22121,14 @@ COPY integrationbaselinker_statusesfordocument (id, baselinkerparameters_id, sta -- --- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbaselinker_statusesfordocument_id_seq', 1, false); -- --- Data for Name: integrationbaselinker_statusesformasterorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: integrationbaselinker_statusesformasterorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY integrationbaselinker_statusesformasterorder (id, baselinkerparameters_id, statustaken, statusawarded) FROM stdin; @@ -23838,14 +22136,14 @@ COPY integrationbaselinker_statusesformasterorder (id, baselinkerparameters_id, -- --- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('integrationbaselinker_statusesformasterorder_id_seq', 1, false); -- --- Data for Name: jointable_action_subassembly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_action_subassembly; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_action_subassembly (action_id, subassembly_id) FROM stdin; @@ -23853,7 +22151,7 @@ COPY jointable_action_subassembly (action_id, subassembly_id) FROM stdin; -- --- Data for Name: jointable_action_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_action_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_action_workstation (action_id, workstation_id) FROM stdin; @@ -23861,7 +22159,7 @@ COPY jointable_action_workstation (action_id, workstation_id) FROM stdin; -- --- Data for Name: jointable_action_workstationtype; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_action_workstationtype; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_action_workstationtype (action_id, workstationtype_id) FROM stdin; @@ -23869,7 +22167,7 @@ COPY jointable_action_workstationtype (action_id, workstationtype_id) FROM stdin -- --- Data for Name: jointable_anomaly_anomalyreason; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_anomaly_anomalyreason; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_anomaly_anomalyreason (anomalyreason_id, anomaly_id) FROM stdin; @@ -23877,7 +22175,7 @@ COPY jointable_anomaly_anomalyreason (anomalyreason_id, anomaly_id) FROM stdin; -- --- Data for Name: jointable_company_negotiation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_negotiation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_negotiation (negotiation_id, company_id) FROM stdin; @@ -23885,7 +22183,7 @@ COPY jointable_company_negotiation (negotiation_id, company_id) FROM stdin; -- --- Data for Name: jointable_company_operation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_operation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_operation (operation_id, company_id) FROM stdin; @@ -23893,7 +22191,7 @@ COPY jointable_company_operation (operation_id, company_id) FROM stdin; -- --- Data for Name: jointable_company_operationgroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_operationgroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_operationgroup (operationgroup_id, company_id) FROM stdin; @@ -23901,7 +22199,7 @@ COPY jointable_company_operationgroup (operationgroup_id, company_id) FROM stdin -- --- Data for Name: jointable_company_subassembly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_subassembly; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_subassembly (company_id, subassembly_id) FROM stdin; @@ -23909,7 +22207,7 @@ COPY jointable_company_subassembly (company_id, subassembly_id) FROM stdin; -- --- Data for Name: jointable_company_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_company_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_company_workstation (company_id, workstation_id) FROM stdin; @@ -23917,7 +22215,7 @@ COPY jointable_company_workstation (company_id, workstation_id) FROM stdin; -- --- Data for Name: jointable_coverageorderhelper_orderdto; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_coverageorderhelper_orderdto; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_coverageorderhelper_orderdto (coverageorderhelper_id, orderdto_id) FROM stdin; @@ -23925,7 +22223,7 @@ COPY jointable_coverageorderhelper_orderdto (coverageorderhelper_id, orderdto_id -- --- Data for Name: jointable_division_productionline; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_division_productionline; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_division_productionline (productionline_id, division_id) FROM stdin; @@ -23933,7 +22231,7 @@ COPY jointable_division_productionline (productionline_id, division_id) FROM std -- --- Data for Name: jointable_faulttype_subassembly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_faulttype_subassembly; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_faulttype_subassembly (faulttype_id, subassembly_id) FROM stdin; @@ -23941,7 +22239,7 @@ COPY jointable_faulttype_subassembly (faulttype_id, subassembly_id) FROM stdin; -- --- Data for Name: jointable_faulttype_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_faulttype_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_faulttype_workstation (workstation_id, faulttype_id) FROM stdin; @@ -23949,7 +22247,7 @@ COPY jointable_faulttype_workstation (workstation_id, faulttype_id) FROM stdin; -- --- Data for Name: jointable_faulttype_workstationtype; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_faulttype_workstationtype; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_faulttype_workstationtype (workstationtype_id, faulttype_id) FROM stdin; @@ -23957,7 +22255,7 @@ COPY jointable_faulttype_workstationtype (workstationtype_id, faulttype_id) FROM -- --- Data for Name: jointable_group_role; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_group_role; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_group_role (group_id, role_id) FROM stdin; @@ -23974,7 +22272,7 @@ COPY jointable_group_role (group_id, role_id) FROM stdin; -- --- Data for Name: jointable_instruction_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_instruction_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_instruction_workstation (workstation_id, instruction_id) FROM stdin; @@ -23982,7 +22280,7 @@ COPY jointable_instruction_workstation (workstation_id, instruction_id) FROM std -- --- Data for Name: jointable_issue_productstoissuehelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_issue_productstoissuehelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_issue_productstoissuehelper (productstoissuehelper_id, issue_id) FROM stdin; @@ -23990,7 +22288,7 @@ COPY jointable_issue_productstoissuehelper (productstoissuehelper_id, issue_id) -- --- Data for Name: jointable_label_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_label_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_label_printlabelshelper (printlabelshelper_id, label_id) FROM stdin; @@ -23998,7 +22296,7 @@ COPY jointable_label_printlabelshelper (printlabelshelper_id, label_id) FROM std -- --- Data for Name: jointable_materialrequirement_order; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_materialrequirement_order; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_materialrequirement_order (materialrequirement_id, order_id) FROM stdin; @@ -24006,7 +22304,7 @@ COPY jointable_materialrequirement_order (materialrequirement_id, order_id) FROM -- --- Data for Name: jointable_multiassignmenttoshift_staff; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_multiassignmenttoshift_staff; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_multiassignmenttoshift_staff (multiassignmenttoshift_id, staff_id) FROM stdin; @@ -24014,7 +22312,7 @@ COPY jointable_multiassignmenttoshift_staff (multiassignmenttoshift_id, staff_id -- --- Data for Name: jointable_operation_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_operation_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_operation_workstation (workstation_id, operation_id) FROM stdin; @@ -24022,7 +22320,7 @@ COPY jointable_operation_workstation (workstation_id, operation_id) FROM stdin; -- --- Data for Name: jointable_order_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_order_printlabelshelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_order_printlabelshelper (printlabelshelper_id, order_id) FROM stdin; @@ -24030,7 +22328,7 @@ COPY jointable_order_printlabelshelper (printlabelshelper_id, order_id) FROM std -- --- Data for Name: jointable_order_workplan; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_order_workplan; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_order_workplan (workplan_id, order_id) FROM stdin; @@ -24038,7 +22336,7 @@ COPY jointable_order_workplan (workplan_id, order_id) FROM stdin; -- --- Data for Name: jointable_palletnumber_palletnumberhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_palletnumber_palletnumberhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_palletnumber_palletnumberhelper (palletnumberhelper_id, palletnumber_id) FROM stdin; @@ -24046,7 +22344,7 @@ COPY jointable_palletnumber_palletnumberhelper (palletnumberhelper_id, palletnum -- --- Data for Name: jointable_plannedevent_plannedevent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_plannedevent_plannedevent; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_plannedevent_plannedevent (plannedevent_id, relatedevent_id) FROM stdin; @@ -24054,7 +22352,7 @@ COPY jointable_plannedevent_plannedevent (plannedevent_id, relatedevent_id) FROM -- --- Data for Name: jointable_plannedevent_staff; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_plannedevent_staff; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_plannedevent_staff (plannedevent_id, staff_id) FROM stdin; @@ -24062,7 +22360,7 @@ COPY jointable_plannedevent_staff (plannedevent_id, staff_id) FROM stdin; -- --- Data for Name: jointable_printlabelshelper_printedlabel; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_printlabelshelper_printedlabel; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_printlabelshelper_printedlabel (printedlabel_id, printlabelshelper_id) FROM stdin; @@ -24070,7 +22368,7 @@ COPY jointable_printlabelshelper_printedlabel (printedlabel_id, printlabelshelpe -- --- Data for Name: jointable_product_warehouseminimumstatemulti; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_product_warehouseminimumstatemulti; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_product_warehouseminimumstatemulti (product_id, warehouseminimumstatemulti_id) FROM stdin; @@ -24078,7 +22376,7 @@ COPY jointable_product_warehouseminimumstatemulti (product_id, warehouseminimums -- --- Data for Name: jointable_productionline_shift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_productionline_shift; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_productionline_shift (productionline_id, shift_id) FROM stdin; @@ -24086,7 +22384,7 @@ COPY jointable_productionline_shift (productionline_id, shift_id) FROM stdin; -- --- Data for Name: jointable_productionline_technology; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_productionline_technology; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_productionline_technology (technology_id, productionline_id) FROM stdin; @@ -24094,7 +22392,7 @@ COPY jointable_productionline_technology (technology_id, productionline_id) FROM -- --- Data for Name: jointable_productionline_technologygroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_productionline_technologygroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_productionline_technologygroup (technologygroup_id, productionline_id) FROM stdin; @@ -24102,7 +22400,7 @@ COPY jointable_productionline_technologygroup (technologygroup_id, productionlin -- --- Data for Name: jointable_recipe_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_recipe_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_recipe_workstation (recipe_id, workstation_id) FROM stdin; @@ -24110,7 +22408,7 @@ COPY jointable_recipe_workstation (recipe_id, workstation_id) FROM stdin; -- --- Data for Name: jointable_staff_timeusagereportfilter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_staff_timeusagereportfilter; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_staff_timeusagereportfilter (staff_id, timeusagereportfilter_id) FROM stdin; @@ -24118,7 +22416,7 @@ COPY jointable_staff_timeusagereportfilter (staff_id, timeusagereportfilter_id) -- --- Data for Name: jointable_technologyoperationcomponent_workstation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: jointable_technologyoperationcomponent_workstation; Type: TABLE DATA; Schema: public; Owner: - -- COPY jointable_technologyoperationcomponent_workstation (technologyoperationcomponent_id, workstation_id) FROM stdin; @@ -24126,14 +22424,14 @@ COPY jointable_technologyoperationcomponent_workstation (technologyoperationcomp -- --- Name: linechangeovernorms_groupsview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: linechangeovernorms_groupsview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('linechangeovernorms_groupsview_id_seq', 1, false); -- --- Data for Name: linechangeovernorms_linechangeovernorms; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: linechangeovernorms_linechangeovernorms; Type: TABLE DATA; Schema: public; Owner: - -- COPY linechangeovernorms_linechangeovernorms (id, number, changeovertype, fromtechnology_id, totechnology_id, fromtechnologygroup_id, totechnologygroup_id, productionline_id, duration, name, entityversion) FROM stdin; @@ -24141,28 +22439,28 @@ COPY linechangeovernorms_linechangeovernorms (id, number, changeovertype, fromte -- --- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('linechangeovernorms_linechangeovernorms_id_seq', 1, false); -- --- Name: linechangeovernorms_normflatview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: linechangeovernorms_normflatview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('linechangeovernorms_normflatview_id_seq', 1, false); -- --- Name: linechangeovernorms_ordersnormview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: linechangeovernorms_ordersnormview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('linechangeovernorms_ordersnormview_id_seq', 1, false); -- --- Data for Name: masterorders_masterorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: masterorders_masterorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY masterorders_masterorder (id, number, name, description, externalnumber, deadline, addmasterprefixtonumber, masterorderstate, company_id, externalsynchronized, generationdateoneec, cancelsynchronizationreason, active, pw2prod, batch_id, masterorderdefinition_id, startdate, finishdate, entityversion, sendagaintoblackbox, dateofreceipt, address_id, externalproductionorderid, ponumber, direction, createdate, updatedate, createuser, updateuser, deliverynotenumber, cancelsynchronizationtype, companypayer_id) FROM stdin; @@ -24170,14 +22468,14 @@ COPY masterorders_masterorder (id, number, name, description, externalnumber, de -- --- Name: masterorders_masterorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorder_id_seq', 1, false); -- --- Data for Name: masterorders_masterorderdefinition; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: masterorders_masterorderdefinition; Type: TABLE DATA; Schema: public; Owner: - -- COPY masterorders_masterorderdefinition (id, number, name, parameter_id, active, entityversion) FROM stdin; @@ -24185,42 +22483,42 @@ COPY masterorders_masterorderdefinition (id, number, name, parameter_id, active, -- --- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderdefinition_id_seq', 1, false); -- --- Name: masterorders_masterorderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderdto_id_seq', 1, false); -- --- Name: masterorders_masterorderposition_manyproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_manyproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderposition_manyproducts_id_seq', 1, false); -- --- Name: masterorders_masterorderposition_oneproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_oneproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderposition_oneproduct_id_seq', 1, false); -- --- Name: masterorders_masterorderpositiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderpositiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderpositiondto_id_seq', 1, false); -- --- Data for Name: masterorders_masterorderproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: masterorders_masterorderproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY masterorders_masterorderproduct (id, product_id, technology_id, masterorder_id, masterorderquantity, cumulatedorderquantity, producedorderquantity, entityversion, lefttorelease, comments, masterorderpositionstatus) FROM stdin; @@ -24228,14 +22526,14 @@ COPY masterorders_masterorderproduct (id, product_id, technology_id, masterorder -- --- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('masterorders_masterorderproduct_id_seq', 1, false); -- --- Data for Name: materialflow_location; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_location; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_location (id, number, name, type, externalnumber, algorithm, requireprice, requirebatch, requireproductiondate, requireexpirationdate, entityversion) FROM stdin; @@ -24243,14 +22541,14 @@ COPY materialflow_location (id, number, name, type, externalnumber, algorithm, r -- --- Name: materialflow_location_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_location_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_location_id_seq', 1, false); -- --- Data for Name: materialflow_materialsinlocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_materialsinlocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_materialsinlocation (id, name, materialflowfordate, "time", worker, generated, filename, active, entityversion) FROM stdin; @@ -24258,14 +22556,14 @@ COPY materialflow_materialsinlocation (id, name, materialflowfordate, "time", wo -- --- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_materialsinlocation_id_seq', 1, false); -- --- Data for Name: materialflow_materialsinlocationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_materialsinlocationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_materialsinlocationcomponent (id, materialsinlocation_id, location_id, entityversion) FROM stdin; @@ -24273,14 +22571,14 @@ COPY materialflow_materialsinlocationcomponent (id, materialsinlocation_id, loca -- --- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_materialsinlocationcomponent_id_seq', 1, false); -- --- Data for Name: materialflow_stockcorrection; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_stockcorrection; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_stockcorrection (id, number, stockcorrectiondate, location_id, product_id, found, staff_id, entityversion) FROM stdin; @@ -24288,14 +22586,14 @@ COPY materialflow_stockcorrection (id, number, stockcorrectiondate, location_id, -- --- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_stockcorrection_id_seq', 1, false); -- --- Data for Name: materialflow_transfer; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_transfer; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_transfer (id, number, type, "time", locationfrom_id, locationto_id, product_id, quantity, staff_id, transformationsconsumption_id, transformationsproduction_id, fromdelivery_id, price, entityversion) FROM stdin; @@ -24303,14 +22601,14 @@ COPY materialflow_transfer (id, number, type, "time", locationfrom_id, locationt -- --- Name: materialflow_transfer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_transfer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_transfer_id_seq', 1, false); -- --- Data for Name: materialflow_transformations; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_transformations; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_transformations (id, number, name, "time", locationfrom_id, locationto_id, staff_id, operation_id, entityversion) FROM stdin; @@ -24318,14 +22616,14 @@ COPY materialflow_transformations (id, number, name, "time", locationfrom_id, lo -- --- Name: materialflow_transformations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_transformations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_transformations_id_seq', 1, false); -- --- Data for Name: materialflow_userlocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflow_userlocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflow_userlocation (id, location_id, user_id) FROM stdin; @@ -24333,14 +22631,14 @@ COPY materialflow_userlocation (id, location_id, user_id) FROM stdin; -- --- Name: materialflow_userlocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflow_userlocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflow_userlocation_id_seq', 1, false); -- --- Data for Name: materialflowmultitransfers_productquantity; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowmultitransfers_productquantity; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowmultitransfers_productquantity (id, product_id, quantity, transfer_id, price, entityversion) FROM stdin; @@ -24348,14 +22646,14 @@ COPY materialflowmultitransfers_productquantity (id, product_id, quantity, trans -- --- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowmultitransfers_productquantity_id_seq', 1, false); -- --- Data for Name: materialflowmultitransfers_transfertemplate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowmultitransfers_transfertemplate; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowmultitransfers_transfertemplate (id, locationfrom_id, locationto_id, product_id, entityversion) FROM stdin; @@ -24363,14 +22661,14 @@ COPY materialflowmultitransfers_transfertemplate (id, locationfrom_id, locationt -- --- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowmultitransfers_transfertemplate_id_seq', 1, false); -- --- Data for Name: materialflowresources_attribute; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_attribute; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_attribute (id, name, location_id, defaultvalue, entityversion) FROM stdin; @@ -24378,14 +22676,14 @@ COPY materialflowresources_attribute (id, name, location_id, defaultvalue, entit -- --- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_attribute_id_seq', 1, false); -- --- Data for Name: materialflowresources_attributevalue; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_attributevalue; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_attributevalue (id, attribute_id, value, position_id, resource_id, entityversion) FROM stdin; @@ -24393,14 +22691,14 @@ COPY materialflowresources_attributevalue (id, attribute_id, value, position_id, -- --- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_attributevalue_id_seq', 1, false); -- --- Data for Name: materialflowresources_costnormsgenerator; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_costnormsgenerator; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_costnormsgenerator (id, costssource, productstoupdate, entityversion) FROM stdin; @@ -24408,14 +22706,14 @@ COPY materialflowresources_costnormsgenerator (id, costssource, productstoupdate -- --- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_costnormsgenerator_id_seq', 1, false); -- --- Data for Name: materialflowresources_costnormslocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_costnormslocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_costnormslocation (id, costnormsgenerator_id, location_id, entityversion) FROM stdin; @@ -24423,14 +22721,14 @@ COPY materialflowresources_costnormslocation (id, costnormsgenerator_id, locatio -- --- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_costnormslocation_id_seq', 1, false); -- --- Data for Name: materialflowresources_document; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_document; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_document (id, number, type, "time", state, locationfrom_id, locationto_id, user_id, delivery_id, active, createdate, updatedate, createuser, updateuser, order_id, description, suborder_id, company_id, maintenanceevent_id, entityversion, plannedevent_id, name, createlinkedpzdocument, linkedpzdocumentlocation_id, address_id, inbuffer, dispositionshift_id) FROM stdin; @@ -24438,56 +22736,56 @@ COPY materialflowresources_document (id, number, type, "time", state, locationfr -- --- Name: materialflowresources_document_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_id_seq', 1, false); -- --- Name: materialflowresources_document_number_mm; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_mm; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_mm', 1, false); -- --- Name: materialflowresources_document_number_pw; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_pw; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_pw', 1, false); -- --- Name: materialflowresources_document_number_pz; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_pz; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_pz', 1, false); -- --- Name: materialflowresources_document_number_rw; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_rw; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_rw', 1, false); -- --- Name: materialflowresources_document_number_wz; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_document_number_wz; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_document_number_wz', 1, false); -- --- Name: materialflowresources_documentdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_documentdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_documentdto_id_seq', 1, false); -- --- Data for Name: materialflowresources_documentpositionparameters; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_documentpositionparameters; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_documentpositionparameters (id, suggestresource, draftmakesreservation, acceptanceofdocumentbeforeprinting, notshowprices, presenttotalamountandrest, pallettoshift, palletwithfreeplace) FROM stdin; @@ -24496,14 +22794,14 @@ COPY materialflowresources_documentpositionparameters (id, suggestresource, draf -- --- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_documentpositionparameters_id_seq', 1, true); -- --- Data for Name: materialflowresources_documentpositionparametersitem; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_documentpositionparametersitem; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_documentpositionparametersitem (id, checked, editable, parameters_id, name, ordering) FROM stdin; @@ -24530,14 +22828,14 @@ COPY materialflowresources_documentpositionparametersitem (id, checked, editable -- --- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_documentpositionparametersitem_id_seq', 19, true); -- --- Data for Name: materialflowresources_palletbalance; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_palletbalance; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_palletbalance (id, number, name, datefrom, dateto, includeweekends, createdate, updatedate, createuser, updateuser, generated, filename, generateddate, generatedby) FROM stdin; @@ -24545,14 +22843,14 @@ COPY materialflowresources_palletbalance (id, number, name, datefrom, dateto, in -- --- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_palletbalance_id_seq', 1, false); -- --- Data for Name: materialflowresources_palletmovehelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_palletmovehelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_palletmovehelper (id) FROM stdin; @@ -24560,28 +22858,28 @@ COPY materialflowresources_palletmovehelper (id) FROM stdin; -- --- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_palletmovehelper_id_seq', 1, false); -- --- Name: materialflowresources_palletstoragestatedetailsdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedetailsdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_palletstoragestatedetailsdto_id_seq', 1, false); -- --- Name: materialflowresources_palletstoragestatedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_palletstoragestatedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_palletstoragestatedto_id_seq', 1, false); -- --- Data for Name: materialflowresources_position; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_position; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_position (id, document_id, product_id, quantity, price, batch, productiondate, expirationdate, number, resource_id, state, type, givenunit, givenquantity, entityversion, storagelocation_id, additionalcode_id, conversion, palletnumber_id, typeofpallet, waste, resourcereceiptdocument) FROM stdin; @@ -24589,21 +22887,21 @@ COPY materialflowresources_position (id, document_id, product_id, quantity, pric -- --- Name: materialflowresources_position_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_position_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_position_id_seq', 1, false); -- --- Name: materialflowresources_positiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_positiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_positiondto_id_seq', 1, false); -- --- Data for Name: materialflowresources_productstoragelocationhistory; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_productstoragelocationhistory; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_productstoragelocationhistory (id, storagelocationfrom_id, storagelocationto_id, product_id, location_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -24611,14 +22909,14 @@ COPY materialflowresources_productstoragelocationhistory (id, storagelocationfro -- --- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_productstoragelocationhistory_id_seq', 1, false); -- --- Data for Name: materialflowresources_reservation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_reservation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_reservation (id, location_id, product_id, quantity, position_id, productstoissue_id, resource_id) FROM stdin; @@ -24626,14 +22924,14 @@ COPY materialflowresources_reservation (id, location_id, product_id, quantity, p -- --- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_reservation_id_seq', 1, false); -- --- Data for Name: materialflowresources_resource; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_resource; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_resource (id, location_id, product_id, quantity, price, batch, "time", productiondate, expirationdate, iscorrected, entityversion, storagelocation_id, number, quantityinadditionalunit, additionalcode_id, conversion, palletnumber_id, typeofpallet, givenunit, username, waste, availablequantity, reservedquantity, deliverynumber) FROM stdin; @@ -24641,42 +22939,42 @@ COPY materialflowresources_resource (id, location_id, product_id, quantity, pric -- --- Name: materialflowresources_resource_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_id_seq', 1, false); -- --- Name: materialflowresources_resource_number_2014; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2014; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_number_2014', 1, false); -- --- Name: materialflowresources_resource_number_2015; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2015; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_number_2015', 1, false); -- --- Name: materialflowresources_resource_number_2016; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2016; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_number_2016', 1, false); -- --- Name: materialflowresources_resource_number_2017; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resource_number_2017; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resource_number_2017', 1, false); -- --- Data for Name: materialflowresources_resourcecorrection; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_resourcecorrection; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_resourcecorrection (id, number, product_id, newquantity, oldquantity, location_id, "time", createdate, updatedate, createuser, updateuser, oldbatch, resource_id, entityversion, oldstoragelocation_id, newstoragelocation_id, oldprice, newprice, newbatch, oldpalletnumber_id, newpalletnumber_id, oldtypeofpallet, newtypeofpallet, oldexpirationdate, newexpirationdate, productiondate) FROM stdin; @@ -24684,21 +22982,21 @@ COPY materialflowresources_resourcecorrection (id, number, product_id, newquanti -- --- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcecorrection_id_seq', 1, false); -- --- Name: materialflowresources_resourcecorrectiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrectiondto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcecorrectiondto_id_seq', 1, false); -- --- Data for Name: materialflowresources_resourcestock; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_resourcestock; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_resourcestock (id, location_id, product_id, quantity, reservedquantity, availablequantity) FROM stdin; @@ -24706,28 +23004,28 @@ COPY materialflowresources_resourcestock (id, location_id, product_id, quantity, -- --- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcestock_id_seq', 1, false); -- --- Name: materialflowresources_resourcestockdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcestockdto_id_seq', 1, false); -- --- Name: materialflowresources_resourcestockdto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestockdto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_resourcestockdto_internal_id_seq', 1, false); -- --- Data for Name: materialflowresources_storagelocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_storagelocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_storagelocation (id, number, state, location_id, product_id, placestoragelocation, maximumnumberofpallets, createdate, updatedate, createuser, updateuser, active, highstoragelocation) FROM stdin; @@ -24735,21 +23033,21 @@ COPY materialflowresources_storagelocation (id, number, state, location_id, prod -- --- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_storagelocation_id_seq', 1, false); -- --- Name: materialflowresources_storagelocationdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_storagelocationdto_id_seq', 1, false); -- --- Data for Name: materialflowresources_storagelocationhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_storagelocationhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_storagelocationhelper (id, prefix, number, location_id, placestoragelocation, numberofstoragelocations, maximumnumberofpallets, highstoragelocation) FROM stdin; @@ -24757,14 +23055,14 @@ COPY materialflowresources_storagelocationhelper (id, prefix, number, location_i -- --- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_storagelocationhelper_id_seq', 1, false); -- --- Data for Name: materialflowresources_storagelocationhistory; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialflowresources_storagelocationhistory; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialflowresources_storagelocationhistory (id, storagelocation_id, productfrom_id, productto_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -24772,35 +23070,35 @@ COPY materialflowresources_storagelocationhistory (id, storagelocation_id, produ -- --- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_storagelocationhistory_id_seq', 1, false); -- --- Name: materialflowresources_warehousestock_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestock_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_warehousestock_id_seq', 1, false); -- --- Name: materialflowresources_warehousestocklistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_warehousestocklistdto_id_seq', 1, false); -- --- Name: materialflowresources_warehousestocklistdto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialflowresources_warehousestocklistdto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialflowresources_warehousestocklistdto_internal_id_seq', 1, false); -- --- Data for Name: materialrequirementcoveragefororder_columnforcoveragesfororder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_columnforcoveragesfororder; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_columnforcoveragesfororder (id, identifier, name, description, columnfiller, alignment, succession, entityversion) FROM stdin; @@ -24818,14 +23116,14 @@ COPY materialrequirementcoveragefororder_columnforcoveragesfororder (id, identif -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder_; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_columnforcoveragesfororder_', 10, true); -- --- Data for Name: materialrequirementcoveragefororder_coveragefororder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_coveragefororder; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_coveragefororder (id, number, coveragetodate, actualdate, generateddate, generatedby, generated, saved, filename, belongstofamily_id, productextracted, coveragetype, includedraftdeliveries, order_id, createdate, updatedate, createuser, updateuser, generatedorders, entityversion) FROM stdin; @@ -24833,14 +23131,14 @@ COPY materialrequirementcoveragefororder_coveragefororder (id, number, coveraget -- --- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_coveragefororder_id_seq', 1, false); -- --- Data for Name: materialrequirementcoveragefororder_coveragelocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_coveragelocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_coveragelocation (id, coveragefororder_id, location_id, parameter_id, entityversion) FROM stdin; @@ -24848,14 +23146,14 @@ COPY materialrequirementcoveragefororder_coveragelocation (id, coveragefororder_ -- --- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_coveragelocation_id_seq', 1, false); -- --- Data for Name: materialrequirementcoveragefororder_coverageproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_coverageproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_coverageproduct (id, coveragefororder_id, product_id, lackfromdate, demandquantity, coveredquantity, reservemissingquantity, deliveredquantity, locationsquantity, state, ispurchased, issubcontracted, producttype, order_id, planedquantity, entityversion) FROM stdin; @@ -24863,14 +23161,14 @@ COPY materialrequirementcoveragefororder_coverageproduct (id, coveragefororder_i -- --- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_coverageproduct_id_seq', 1, false); -- --- Data for Name: materialrequirementcoveragefororder_coverageproductlogging; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirementcoveragefororder_coverageproductlogging; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirementcoveragefororder_coverageproductlogging (id, coverageproduct_id, date, delivery_id, order_id, operation_id, reservemissingquantity, changes, eventtype, state, subcontractedoperation_id, entityversion) FROM stdin; @@ -24878,14 +23176,14 @@ COPY materialrequirementcoveragefororder_coverageproductlogging (id, coveragepro -- --- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging_id_s; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirementcoveragefororder_coverageproductlogging_id_s', 1, false); -- --- Data for Name: materialrequirements_materialrequirement; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: materialrequirements_materialrequirement; Type: TABLE DATA; Schema: public; Owner: - -- COPY materialrequirements_materialrequirement (id, name, number, date, worker, mrpalgorithm, generated, filename, active, entityversion) FROM stdin; @@ -24893,14 +23191,14 @@ COPY materialrequirements_materialrequirement (id, name, number, date, worker, m -- --- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('materialrequirements_materialrequirement_id_seq', 1, false); -- --- Data for Name: nblsport_fabric; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nblsport_fabric; Type: TABLE DATA; Schema: public; Owner: - -- COPY nblsport_fabric (id, technologyoperationcomponent_id, product_id, hardener, resin, quantity, unit) FROM stdin; @@ -24908,14 +23206,14 @@ COPY nblsport_fabric (id, technologyoperationcomponent_id, product_id, hardener, -- --- Name: nblsport_fabric_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nblsport_fabric_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nblsport_fabric_id_seq', 1, false); -- --- Data for Name: nblsport_overhead; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nblsport_overhead; Type: TABLE DATA; Schema: public; Owner: - -- COPY nblsport_overhead (id, parameterproductioncost_id, parametermaterialcost_id, quantity) FROM stdin; @@ -24923,14 +23221,14 @@ COPY nblsport_overhead (id, parameterproductioncost_id, parametermaterialcost_id -- --- Name: nblsport_overhead_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nblsport_overhead_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nblsport_overhead_id_seq', 1, false); -- --- Data for Name: nutritionfacts_nutrientcalculation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_nutrientcalculation; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_nutrientcalculation (id, product_id, productportion, formatue, formatusa, generated, entityversion) FROM stdin; @@ -24938,14 +23236,14 @@ COPY nutritionfacts_nutrientcalculation (id, product_id, productportion, formatu -- --- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_nutrientcalculation_id_seq', 1, false); -- --- Data for Name: nutritionfacts_nutrition; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_nutrition; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_nutrition (id, name, nameen, unit, nutritiongroup_id, priority, rwsvalue, reportue, dvvalue, entityversion) FROM stdin; @@ -24953,14 +23251,14 @@ COPY nutritionfacts_nutrition (id, name, nameen, unit, nutritiongroup_id, priori -- --- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_nutrition_id_seq', 1, false); -- --- Data for Name: nutritionfacts_nutritionelement; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_nutritionelement; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_nutritionelement (id, nutrition_id, quantity, product_id, prototypeproduct_id, entityversion) FROM stdin; @@ -24968,14 +23266,14 @@ COPY nutritionfacts_nutritionelement (id, nutrition_id, quantity, product_id, pr -- --- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_nutritionelement_id_seq', 1, false); -- --- Data for Name: nutritionfacts_nutritiongroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_nutritiongroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_nutritiongroup (id, name, priority, rws, entityversion) FROM stdin; @@ -24983,14 +23281,14 @@ COPY nutritionfacts_nutritiongroup (id, name, priority, rws, entityversion) FROM -- --- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_nutritiongroup_id_seq', 1, false); -- --- Data for Name: nutritionfacts_prototypeproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_prototypeproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_prototypeproduct (id, name, number, status, createdate, updatedate, createuser, updateuser, generated, productportion, entityversion) FROM stdin; @@ -24998,14 +23296,14 @@ COPY nutritionfacts_prototypeproduct (id, name, number, status, createdate, upda -- --- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_prototypeproduct_id_seq', 1, false); -- --- Data for Name: nutritionfacts_prototypeproductcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: nutritionfacts_prototypeproductcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY nutritionfacts_prototypeproductcomponent (id, prototypeproduct_id, quantity, product_id, entityversion) FROM stdin; @@ -25013,14 +23311,14 @@ COPY nutritionfacts_prototypeproductcomponent (id, prototypeproduct_id, quantity -- --- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('nutritionfacts_prototypeproductcomponent_id_seq', 1, false); -- --- Data for Name: operationaltasks_operationaltask; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: operationaltasks_operationaltask; Type: TABLE DATA; Schema: public; Owner: - -- COPY operationaltasks_operationaltask (id, number, name, description, typetask, startdate, finishdate, productionline_id, technologyinstanceoperationcomponent_id, order_id, techopercompoperationaltask_id, entityversion) FROM stdin; @@ -25028,14 +23326,14 @@ COPY operationaltasks_operationaltask (id, number, name, description, typetask, -- --- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('operationaltasks_operationaltask_id_seq', 1, false); -- --- Data for Name: operationaltasksfororders_techopercompoperationaltask; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: operationaltasksfororders_techopercompoperationaltask; Type: TABLE DATA; Schema: public; Owner: - -- COPY operationaltasksfororders_techopercompoperationaltask (id, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -25043,14 +23341,14 @@ COPY operationaltasksfororders_techopercompoperationaltask (id, technologyoperat -- --- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('operationaltasksfororders_techopercompoperationaltask_id_seq', 1, false); -- --- Data for Name: orders_formula; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_formula; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_formula (id, value, instruction_id, choseninstruction_id, operator, createdate, updatedate, createuser, updateuser, prefix, suffix, entityversion) FROM stdin; @@ -25058,14 +23356,14 @@ COPY orders_formula (id, value, instruction_id, choseninstruction_id, operator, -- --- Name: orders_formula_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_formula_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_formula_id_seq', 1, false); -- --- Data for Name: orders_instruction; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_instruction; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_instruction (id, orderid, description, rangefrom, rangeto, rangeunit, targetvalue, verificationrequired, recipe_id, state, result, comments, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -25073,14 +23371,14 @@ COPY orders_instruction (id, orderid, description, rangefrom, rangeto, rangeunit -- --- Name: orders_instruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_instruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_instruction_id_seq', 1, false); -- --- Data for Name: orders_material; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_material; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_material (id, number, product_id, quantity, recipe_id, createdate, updatedate, createuser, updateuser, materials_id, entityversion) FROM stdin; @@ -25088,14 +23386,14 @@ COPY orders_material (id, number, product_id, quantity, recipe_id, createdate, u -- --- Name: orders_material_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_material_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_material_id_seq', 1, false); -- --- Data for Name: orders_materialforinstruction; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_materialforinstruction; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_materialforinstruction (id, material_id, quantity, instruction_id, entityversion) FROM stdin; @@ -25103,14 +23401,14 @@ COPY orders_materialforinstruction (id, material_id, quantity, instruction_id, e -- --- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_materialforinstruction_id_seq', 1, false); -- --- Data for Name: orders_mbrstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_mbrstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_mbrstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, recipe_id, shift_id, entityversion) FROM stdin; @@ -25118,14 +23416,14 @@ COPY orders_mbrstatechange (id, dateandtime, sourcestate, targetstate, status, p -- --- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_mbrstatechange_id_seq', 1, false); -- --- Data for Name: orders_order; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_order; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_order (id, number, name, description, commentreasontypecorrectiondatefrom, commentreasontypecorrectiondateto, commentreasondeviationeffectivestart, commentreasondeviationeffectiveend, externalnumber, commentreasontypedeviationsquantity, datefrom, dateto, effectivedatefrom, effectivedateto, deadline, correcteddatefrom, correcteddateto, startdate, finishdate, state, company_id, product_id, technology_id, productionline_id, plannedquantity, donequantity, externalsynchronized, commissionedplannedquantity, commissionedcorrectedquantity, amountofproductproduced, remainingamountofproducttoproduce, ownlinechangeoverduration, registerproductiontime, justone, registerquantityinproduct, laborworktime, includetpz, inputproductsrequiredfortype, registerpiecework, generatedenddate, machineworktime, ownlinechangeover, autocloseorder, registerquantityoutproduct, operationdurationquantityunit, realizationtime, calculate, includeadditionaltime, allowtoclose, typeofproductionrecording, masterorder_id, active, productpriceperunit, trackingrecordtreatment, failuresyncmessage, targetstate, ignorerequiredcomponents, automaticallymoveoverusage, updatecomponentsavailability, ordertype, technologyprototype_id, level, parent_id, ignoremissingcomponents, masterorderproduct_id, dateschanged, sourcecorrecteddatefrom, sourcecorrecteddateto, sourcestartdate, sourcefinishdate, recipe_id, batchnumber, root_id, includeordersforcomponent, plannedfinishallorders, plannedstartallorders, calculatedfinishallorders, issubcontracted, registerfilled, workplandelivered, calculatedstartallorders, scadacreatedorupdatestate, entityversion, workertochange, masterorderproductcomponent_id, wastesquantity, existsrepairorders, ordercategory, address_id, finalproductiontracking, updatefinishdate, ordersgroup_id, plannedquantityforadditionalunit) FROM stdin; @@ -25133,14 +23431,14 @@ COPY orders_order (id, number, name, description, commentreasontypecorrectiondat -- --- Name: orders_order_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_order_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_order_id_seq', 1, false); -- --- Data for Name: orders_ordercategorycolor; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_ordercategorycolor; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_ordercategorycolor (id, parameter_id, ordercategory, color) FROM stdin; @@ -25148,35 +23446,35 @@ COPY orders_ordercategorycolor (id, parameter_id, ordercategory, color) FROM std -- --- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_ordercategorycolor_id_seq', 1, false); -- --- Name: orders_orderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_orderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_orderdto_id_seq', 1, false); -- --- Name: orders_orderlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_orderlistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_orderlistdto_id_seq', 1, false); -- --- Name: orders_orderplanninglistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_orderplanninglistdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_orderplanninglistdto_id_seq', 1, false); -- --- Data for Name: orders_orderstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_orderstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_orderstatechange (id, comment, reasonrequired, dateandtime, sourcestate, targetstate, status, phase, worker, order_id, shift_id, additionalinformation, sourcecorrecteddatefrom, sourcecorrecteddateto, sourcestartdate, sourcefinishdate, targetcorrecteddatefrom, targetcorrecteddateto, targetstartdate, targetfinishdate, dateschanged, entityversion) FROM stdin; @@ -25184,14 +23482,14 @@ COPY orders_orderstatechange (id, comment, reasonrequired, dateandtime, sourcest -- --- Name: orders_orderstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_orderstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_orderstatechange_id_seq', 1, false); -- --- Data for Name: orders_reasontypecorrectiondatefrom; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypecorrectiondatefrom; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypecorrectiondatefrom (id, order_id, reasontypeofchangingorderstate, date, entityversion) FROM stdin; @@ -25199,14 +23497,14 @@ COPY orders_reasontypecorrectiondatefrom (id, order_id, reasontypeofchangingorde -- --- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypecorrectiondatefrom_id_seq', 1, false); -- --- Data for Name: orders_reasontypecorrectiondateto; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypecorrectiondateto; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypecorrectiondateto (id, order_id, reasontypeofchangingorderstate, date, entityversion) FROM stdin; @@ -25214,14 +23512,14 @@ COPY orders_reasontypecorrectiondateto (id, order_id, reasontypeofchangingorders -- --- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypecorrectiondateto_id_seq', 1, false); -- --- Data for Name: orders_reasontypedeviationeffectiveend; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypedeviationeffectiveend; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypedeviationeffectiveend (id, order_id, reasontypeofchangingorderstate, date, entityversion) FROM stdin; @@ -25229,14 +23527,14 @@ COPY orders_reasontypedeviationeffectiveend (id, order_id, reasontypeofchangingo -- --- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypedeviationeffectiveend_id_seq', 1, false); -- --- Data for Name: orders_reasontypedeviationeffectivestart; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypedeviationeffectivestart; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypedeviationeffectivestart (id, order_id, reasontypeofchangingorderstate, date, entityversion) FROM stdin; @@ -25244,14 +23542,14 @@ COPY orders_reasontypedeviationeffectivestart (id, order_id, reasontypeofchangin -- --- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypedeviationeffectivestart_id_seq', 1, false); -- --- Data for Name: orders_reasontypeofchangingorderstate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_reasontypeofchangingorderstate; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_reasontypeofchangingorderstate (id, orderstatechange_id, reasontypeofchangingorderstate, entityversion) FROM stdin; @@ -25259,14 +23557,14 @@ COPY orders_reasontypeofchangingorderstate (id, orderstatechange_id, reasontypeo -- --- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_reasontypeofchangingorderstate_id_seq', 1, false); -- --- Data for Name: orders_recipe; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_recipe; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_recipe (id, product_id, name, version, isdefault, strenght, batchquantity, batchsize, description, state, active, createdate, updatedate, createuser, updateuser, strength, entityversion) FROM stdin; @@ -25274,14 +23572,14 @@ COPY orders_recipe (id, product_id, name, version, isdefault, strenght, batchqua -- --- Name: orders_recipe_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_recipe_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_recipe_id_seq', 1, false); -- --- Data for Name: orders_typeofcorrectioncauses; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: orders_typeofcorrectioncauses; Type: TABLE DATA; Schema: public; Owner: - -- COPY orders_typeofcorrectioncauses (id, order_id, reasontype, date, entityversion) FROM stdin; @@ -25289,14 +23587,14 @@ COPY orders_typeofcorrectioncauses (id, order_id, reasontype, date, entityversio -- --- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('orders_typeofcorrectioncauses_id_seq', 1, false); -- --- Data for Name: ordersforsubproductsgeneration_suborders; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersforsubproductsgeneration_suborders; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersforsubproductsgeneration_suborders (id, order_id, ordersgroup_id, createdate, updatedate, createuser, updateuser, ordersgroupsgenerated, generatedorders, ordergenerationinprogress) FROM stdin; @@ -25304,14 +23602,14 @@ COPY ordersforsubproductsgeneration_suborders (id, order_id, ordersgroup_id, cre -- --- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersforsubproductsgeneration_suborders_id_seq', 1, false); -- --- Data for Name: ordersgantt_ordersganttparameters; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersgantt_ordersganttparameters; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersgantt_ordersganttparameters (id, datasource, manualwritingplan, calculateorderstime, detectcollisions, donotletcollisions, changeovernormsfrom, typeofsave) FROM stdin; @@ -25319,14 +23617,14 @@ COPY ordersgantt_ordersganttparameters (id, datasource, manualwritingplan, calcu -- --- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersgantt_ordersganttparameters_id_seq', 1, false); -- --- Data for Name: ordersgroups_ordersgroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersgroups_ordersgroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersgroups_ordersgroup (id, number, assortment_id, productionline_id, startdate, finishdate, deadline, quantity, producedquantity, remainingquantity, state, active, masterorder_id, parent_id) FROM stdin; @@ -25334,28 +23632,28 @@ COPY ordersgroups_ordersgroup (id, number, assortment_id, productionline_id, sta -- --- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersgroups_ordersgroup_id_seq', 1, false); -- --- Name: ordersgroups_ordersgroupdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroupdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersgroups_ordersgroupdto_id_seq', 1, false); -- --- Name: ordersgroups_plannedworkingtimeanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersgroups_plannedworkingtimeanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersgroups_plannedworkingtimeanalysisdto_id_seq', 1, false); -- --- Data for Name: ordersupplies_columnforcoverages; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_columnforcoverages; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_columnforcoverages (id, identifier, name, description, columnfiller, alignment, succession, entityversion) FROM stdin; @@ -25375,14 +23673,14 @@ COPY ordersupplies_columnforcoverages (id, identifier, name, description, column -- --- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_columnforcoverages_id_seq', 12, true); -- --- Data for Name: ordersupplies_coveragelocation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coveragelocation; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coveragelocation (id, materialrequirementcoverage_id, location_id, parameter_id, entityversion) FROM stdin; @@ -25390,14 +23688,14 @@ COPY ordersupplies_coveragelocation (id, materialrequirementcoverage_id, locatio -- --- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coveragelocation_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageorder (id, materialrequirementcoverage_id, order_id, ordernumber, ordername, orderstate, productnumber, productunit, orderplannedquantity, entityversion) FROM stdin; @@ -25405,14 +23703,14 @@ COPY ordersupplies_coverageorder (id, materialrequirementcoverage_id, order_id, -- --- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageorder_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageorderhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageorderhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageorderhelper (id, materialrequirementcoverage_id, entityversion) FROM stdin; @@ -25420,14 +23718,14 @@ COPY ordersupplies_coverageorderhelper (id, materialrequirementcoverage_id, enti -- --- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageorderhelper_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageproduct (id, materialrequirementcoverage_id, product_id, lackfromdate, demandquantity, coveredquantity, reservemissingquantity, deliveredquantity, locationsquantity, state, negotiatedquantity, issubcontracted, ispurchased, productnumber, productname, productunit, producttype, planedquantity, producequantity, fromselectedorder, entityversion) FROM stdin; @@ -25435,14 +23733,14 @@ COPY ordersupplies_coverageproduct (id, materialrequirementcoverage_id, product_ -- --- Name: ordersupplies_coverageproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageproduct_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageproductgenerated; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageproductgenerated; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageproductgenerated (id, productid, entityversion) FROM stdin; @@ -25450,14 +23748,14 @@ COPY ordersupplies_coverageproductgenerated (id, productid, entityversion) FROM -- --- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageproductgenerated_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageproductlogging; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageproductlogging; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageproductlogging (id, coverageproduct_id, date, delivery_id, order_id, operation_id, reservemissingquantity, changes, eventtype, state, subcontractedoperation_id, deliverynumberexternal, warehousenumber, entityversion) FROM stdin; @@ -25465,14 +23763,14 @@ COPY ordersupplies_coverageproductlogging (id, coverageproduct_id, date, deliver -- --- Name: ordersupplies_coverageproductlogging_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageproductlogging_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageproductselected; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageproductselected; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageproductselected (id, coverageproduct_id, entityversion) FROM stdin; @@ -25480,14 +23778,14 @@ COPY ordersupplies_coverageproductselected (id, coverageproduct_id, entityversio -- --- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageproductselected_id_seq', 1, false); -- --- Data for Name: ordersupplies_coverageregister; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_coverageregister; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_coverageregister (id, fromproductioncountingquantity, product_id, productnumber, order_id, ordernumber, delivery_id, operation_id, technologyoperationcomponent_id, date, quantity, productioncountingquantities, eventtype, state, entityversion, producttype) FROM stdin; @@ -25495,14 +23793,14 @@ COPY ordersupplies_coverageregister (id, fromproductioncountingquantity, product -- --- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_coverageregister_id_seq', 1, false); -- --- Data for Name: ordersupplies_materialrequirementcoverage; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: ordersupplies_materialrequirementcoverage; Type: TABLE DATA; Schema: public; Owner: - -- COPY ordersupplies_materialrequirementcoverage (id, number, coveragetodate, actualdate, generateddate, generatedby, generated, saved, belongstofamily_id, productextracted, coveragetype, includedraftdeliveries, createdate, updatedate, createuser, updateuser, filename, automaticsavecoverage, order_id, entityversion, ordergenerationinprogress, forordersgroup_id, ordersgroupsgenerated) FROM stdin; @@ -25510,28 +23808,28 @@ COPY ordersupplies_materialrequirementcoverage (id, number, coveragetodate, actu -- --- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_materialrequirementcoverage_id_seq', 1, false); -- --- Name: ordersupplies_materialrequirementcoveragedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoveragedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_materialrequirementcoveragedto_id_seq', 1, false); -- --- Name: ordersupplies_orderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: ordersupplies_orderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('ordersupplies_orderdto_id_seq', 1, false); -- --- Data for Name: pantone_importpantones; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_importpantones; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_importpantones (id, filetoimport, entityversion) FROM stdin; @@ -25539,14 +23837,14 @@ COPY pantone_importpantones (id, filetoimport, entityversion) FROM stdin; -- --- Name: pantone_importpantones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_importpantones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_importpantones_id_seq', 1, false); -- --- Data for Name: pantone_operationproductdeleted; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_operationproductdeleted; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_operationproductdeleted (id, deletedid, active, entityversion) FROM stdin; @@ -25554,14 +23852,14 @@ COPY pantone_operationproductdeleted (id, deletedid, active, entityversion) FROM -- --- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_operationproductdeleted_id_seq', 1, false); -- --- Data for Name: pantone_pantone; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_pantone; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_pantone (id, number, code, unit, weighthardener, weightpaste, active, weight, pantone, isdefault, entityversion) FROM stdin; @@ -25569,14 +23867,14 @@ COPY pantone_pantone (id, number, code, unit, weighthardener, weightpaste, activ -- --- Name: pantone_pantone_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_pantone_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_pantone_id_seq', 1, false); -- --- Data for Name: pantone_pantoneforoperationproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_pantoneforoperationproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_pantoneforoperationproduct (id, pantoneforproducts_id, operationproductincomponent_id, active, weight, pantone_id, entityversion) FROM stdin; @@ -25584,14 +23882,14 @@ COPY pantone_pantoneforoperationproduct (id, pantoneforproducts_id, operationpro -- --- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_pantoneforoperationproduct_id_seq', 1, false); -- --- Data for Name: pantone_pantoneforproducts; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_pantoneforproducts; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_pantoneforproducts (id, weight, pantone_id, active, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -25599,14 +23897,14 @@ COPY pantone_pantoneforproducts (id, weight, pantone_id, active, technologyopera -- --- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_pantoneforproducts_id_seq', 1, false); -- --- Data for Name: pantone_parameters; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_parameters; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_parameters (id, hardener_id, paste_id, active, entityversion) FROM stdin; @@ -25614,14 +23912,14 @@ COPY pantone_parameters (id, hardener_id, paste_id, active, entityversion) FROM -- --- Name: pantone_parameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_parameters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_parameters_id_seq', 1, false); -- --- Data for Name: pantone_selectedtechnologyoperationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: pantone_selectedtechnologyoperationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY pantone_selectedtechnologyoperationcomponent (id, operationcomponentid, active, entityversion) FROM stdin; @@ -25629,14 +23927,14 @@ COPY pantone_selectedtechnologyoperationcomponent (id, operationcomponentid, act -- --- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('pantone_selectedtechnologyoperationcomponent_id_seq', 1, false); -- --- Data for Name: productcatalognumbers_productcatalognumbers; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productcatalognumbers_productcatalognumbers; Type: TABLE DATA; Schema: public; Owner: - -- COPY productcatalognumbers_productcatalognumbers (id, catalognumber, product_id, company_id, entityversion) FROM stdin; @@ -25644,14 +23942,14 @@ COPY productcatalognumbers_productcatalognumbers (id, catalognumber, product_id, -- --- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productcatalognumbers_productcatalognumbers_id_seq', 1, false); -- --- Data for Name: productcharacteristics_forms; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productcharacteristics_forms; Type: TABLE DATA; Schema: public; Owner: - -- COPY productcharacteristics_forms (id, number, name, company_id, size, unit, upform, downform, active, entityversion) FROM stdin; @@ -25659,14 +23957,14 @@ COPY productcharacteristics_forms (id, number, name, company_id, size, unit, upf -- --- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productcharacteristics_forms_id_seq', 1, false); -- --- Data for Name: productcharacteristics_shelves; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productcharacteristics_shelves; Type: TABLE DATA; Schema: public; Owner: - -- COPY productcharacteristics_shelves (id, number, name, company_id, upshelve, downshelve, active, entityversion) FROM stdin; @@ -25674,14 +23972,14 @@ COPY productcharacteristics_shelves (id, number, name, company_id, upshelve, dow -- --- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productcharacteristics_shelves_id_seq', 1, false); -- --- Data for Name: productdata_productdata; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_productdata; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_productdata (id, number, filename, generated, loaded, saved, dategenerated, staff_id, product_id, technology_id, active, description, entityversion) FROM stdin; @@ -25689,14 +23987,14 @@ COPY productdata_productdata (id, number, filename, generated, loaded, saved, da -- --- Name: productdata_productdata_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_productdata_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_productdata_id_seq', 1, false); -- --- Data for Name: productdata_productdataattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_productdataattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_productdataattachment (id, attachment, name, ext, size, productdata_id, active, entityversion) FROM stdin; @@ -25704,14 +24002,14 @@ COPY productdata_productdataattachment (id, attachment, name, ext, size, product -- --- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_productdataattachment_id_seq', 1, false); -- --- Data for Name: productdata_productdatainput; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_productdatainput; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_productdatainput (id, name, number, product_id, productdata_id, succession, active, quantity, entityversion, unit) FROM stdin; @@ -25719,14 +24017,14 @@ COPY productdata_productdatainput (id, name, number, product_id, productdata_id, -- --- Name: productdata_productdatainput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_productdatainput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_productdatainput_id_seq', 1, false); -- --- Data for Name: productdata_productdataoperation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_productdataoperation; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_productdataoperation (id, number, name, description, productdata_id, operationcomponent_id, succession, active, entityversion) FROM stdin; @@ -25734,14 +24032,14 @@ COPY productdata_productdataoperation (id, number, name, description, productdat -- --- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_productdataoperation_id_seq', 1, false); -- --- Data for Name: productdata_selectedtechnology; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productdata_selectedtechnology; Type: TABLE DATA; Schema: public; Owner: - -- COPY productdata_selectedtechnology (id, technologyid, active, entityversion) FROM stdin; @@ -25749,14 +24047,14 @@ COPY productdata_selectedtechnology (id, technologyid, active, entityversion) FR -- --- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productdata_selectedtechnology_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_issue; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_issue; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_issue (id, warehouseissue_id, product_id, productincomponent_id, demandquantity, locationsquantity, issuequantity, location_id, entityversion, locationtoquantity, quantityperunit, issued, storagelocation_id, additionalcode_id, additionaldemandquantity, conversion) FROM stdin; @@ -25764,14 +24062,14 @@ COPY productflowthrudivision_issue (id, warehouseissue_id, product_id, productin -- --- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_issue_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_materialavailability; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_materialavailability; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_materialavailability (id, order_id, product_id, availablequantity, requiredquantity, unit, entityversion, location_id, availability) FROM stdin; @@ -25779,14 +24077,14 @@ COPY productflowthrudivision_materialavailability (id, order_id, product_id, ava -- --- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_materialavailability_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_productandquantityhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_productandquantityhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_productandquantityhelper (id, product_id, location_id, locationsquantity) FROM stdin; @@ -25794,14 +24092,14 @@ COPY productflowthrudivision_productandquantityhelper (id, product_id, location_ -- --- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_productandquantityhelper_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_productstoissue; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_productstoissue; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_productstoissue (id, warehouseissue_id, product_id, productincomponent_id, demandquantity, locationsquantity, placeofissuequantity, issuequantity, location_id, entityversion, issued, additionalcode_id, storagelocation_id, additionaldemandquantity, conversion, correction) FROM stdin; @@ -25809,14 +24107,14 @@ COPY productflowthrudivision_productstoissue (id, warehouseissue_id, product_id, -- --- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_productstoissue_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_productstoissuehelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_productstoissuehelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_productstoissuehelper (id, locationfrom_id, productstoissueids, generated, additionalinfo) FROM stdin; @@ -25824,14 +24122,14 @@ COPY productflowthrudivision_productstoissuehelper (id, locationfrom_id, product -- --- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_productstoissuehelper_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_producttoissuecorrection; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_producttoissuecorrection; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_producttoissuecorrection (id, producttoissuecorrectionhelper_id, warehouseissue_id, product_id, additionalcode_id, correctionquantity, correctionquantityinadditionalunit, quantitytoissue, demandquantity, conversion, location_id, description, createdate, updatedate, createuser, updateuser, productstoissue_id, accountwithreservation_id) FROM stdin; @@ -25839,14 +24137,14 @@ COPY productflowthrudivision_producttoissuecorrection (id, producttoissuecorrect -- --- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_producttoissuecorrection_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_producttoissuecorrectionhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_producttoissuecorrectionhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_producttoissuecorrectionhelper (id, locationfrom_id, locationto_id, productstoissueids) FROM stdin; @@ -25854,28 +24152,28 @@ COPY productflowthrudivision_producttoissuecorrectionhelper (id, locationfrom_id -- --- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_producttoissuecorrectionhelper_id_seq', 1, false); -- --- Name: productflowthrudivision_producttoissuedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_producttoissuedto_id_seq', 1, false); -- --- Name: productflowthrudivision_producttoissuedto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuedto_internal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_producttoissuedto_internal_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_warehouseissue; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_warehouseissue; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_warehouseissue (id, number, description, order_id, placeofissue_id, division_id, workerwhoissued_id, workerwhocollected_id, dateofissued, dateofcreation, technologyoperationcomponent_id, collectionproducts, state, createdate, updatedate, createuser, updateuser, entityversion, orderstartdate, orderproductionlinenumber, productstoissuemode) FROM stdin; @@ -25883,14 +24181,14 @@ COPY productflowthrudivision_warehouseissue (id, number, description, order_id, -- --- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_warehouseissue_id_seq', 1, false); -- --- Data for Name: productflowthrudivision_warehouseissuestatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productflowthrudivision_warehouseissuestatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY productflowthrudivision_warehouseissuestatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, warehouseissue_id, shift_id, additionalinformation, entityversion) FROM stdin; @@ -25898,14 +24196,14 @@ COPY productflowthrudivision_warehouseissuestatechange (id, dateandtime, sources -- --- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productflowthrudivision_warehouseissuestatechange_id_seq', 1, false); -- --- Data for Name: productionbalancepershift_balance; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionbalancepershift_balance; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionbalancepershift_balance (id, context_id, day, shiftname, ordernumber, operationnumber, productnumber, productunit, registeredquantity, plannedquantity, difference, percentagedeviation, entityversion) FROM stdin; @@ -25913,14 +24211,14 @@ COPY productionbalancepershift_balance (id, context_id, day, shiftname, ordernum -- --- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionbalancepershift_balance_id_seq', 1, false); -- --- Data for Name: productionbalancepershift_balancecontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionbalancepershift_balancecontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionbalancepershift_balancecontext (id, fromdate, todate, viewisinitialized, plannedquantityrequired, deviationrequired, deviationthreshold, entityversion) FROM stdin; @@ -25928,14 +24226,14 @@ COPY productionbalancepershift_balancecontext (id, fromdate, todate, viewisiniti -- --- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionbalancepershift_balancecontext_id_seq', 1, false); -- --- Data for Name: productioncounting_anomaly; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomaly; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomaly (id, number, productiontracking_id, masterproduct_id, product_id, usedquantity, state, issued, createdate, updatedate, createuser, updateuser, location_id) FROM stdin; @@ -25943,21 +24241,21 @@ COPY productioncounting_anomaly (id, number, productiontracking_id, masterproduc -- --- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomaly_id_seq', 1, false); -- --- Name: productioncounting_anomalydto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalydto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalydto_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyexplanation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyexplanation; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyexplanation (id, anomaly_id, product_id, location_id, usedquantity, givenquantity, givenunit, usewaste, description, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -25965,21 +24263,21 @@ COPY productioncounting_anomalyexplanation (id, anomaly_id, product_id, location -- --- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyexplanation_id_seq', 1, false); -- --- Name: productioncounting_anomalyexplanationdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanationdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyexplanationdto_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyproductiontrackingentryhelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyproductiontrackingentryhelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyproductiontrackingentryhelper (id, anomalyproductiontracking_id, trackingoperationproductincomponent_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -25987,14 +24285,14 @@ COPY productioncounting_anomalyproductiontrackingentryhelper (id, anomalyproduct -- --- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyproductiontrackingentryhelper_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyproductiontrackinghelper; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyproductiontrackinghelper; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyproductiontrackinghelper (id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -26002,14 +24300,14 @@ COPY productioncounting_anomalyproductiontrackinghelper (id, createdate, updated -- --- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyproductiontrackinghelper_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyreason; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyreason; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyreason (id, name, defaultreason) FROM stdin; @@ -26017,14 +24315,14 @@ COPY productioncounting_anomalyreason (id, name, defaultreason) FROM stdin; -- --- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyreason_id_seq', 1, false); -- --- Data for Name: productioncounting_anomalyreasoncontainer; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_anomalyreasoncontainer; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_anomalyreasoncontainer (id, anomalyproductiontrackingentryhelper_id, anomalyreason_id) FROM stdin; @@ -26032,14 +24330,14 @@ COPY productioncounting_anomalyreasoncontainer (id, anomalyproductiontrackingent -- --- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_anomalyreasoncontainer_id_seq', 1, false); -- --- Data for Name: productioncounting_balanceoperationproductincomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_balanceoperationproductincomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_balanceoperationproductincomponent (id, productionbalance_id, product_id, plannedquantity, usedquantity, balance, entityversion) FROM stdin; @@ -26047,14 +24345,14 @@ COPY productioncounting_balanceoperationproductincomponent (id, productionbalanc -- --- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_balanceoperationproductincomponent_id_seq', 1, false); -- --- Data for Name: productioncounting_balanceoperationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_balanceoperationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_balanceoperationproductoutcomponent (id, productionbalance_id, product_id, plannedquantity, usedquantity, balance, entityversion) FROM stdin; @@ -26062,28 +24360,28 @@ COPY productioncounting_balanceoperationproductoutcomponent (id, productionbalan -- --- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_balanceoperationproductoutcomponent_id_seq', 1, false); -- --- Name: productioncounting_beforeadditionalactionsanalysisentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_beforeadditionalactionsanalysisentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_beforeadditionalactionsanalysisentry_id_seq', 1, false); -- --- Name: productioncounting_finalproductanalysisentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_finalproductanalysisentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_finalproductanalysisentry_id_seq', 1, false); -- --- Data for Name: productioncounting_operationpieceworkcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_operationpieceworkcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_operationpieceworkcomponent (id, productionbalance_id, technologyinstanceoperationcomponent_id, plannedcycles, cycles, cyclesbalance, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -26091,14 +24389,14 @@ COPY productioncounting_operationpieceworkcomponent (id, productionbalance_id, t -- --- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_operationpieceworkcomponent_id_seq', 1, false); -- --- Data for Name: productioncounting_operationtimecomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_operationtimecomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_operationtimecomponent (id, productionbalance_id, technologyinstanceoperationcomponent_id, plannedmachinetime, machinetime, machinetimebalance, plannedlabortime, labortime, labortimebalance, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -26106,35 +24404,35 @@ COPY productioncounting_operationtimecomponent (id, productionbalance_id, techno -- --- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_operationtimecomponent_id_seq', 1, false); -- --- Name: productioncounting_performanceanalysisdetaildto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdetaildto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_performanceanalysisdetaildto_id_seq', 1, false); -- --- Name: productioncounting_performanceanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_performanceanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_performanceanalysisdto_id_seq', 1, false); -- --- Name: productioncounting_productionanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productionanalysisdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productionanalysisdto_id_seq', 1, false); -- --- Data for Name: productioncounting_productionbalance; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productionbalance; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productionbalance (id, generated, order_id, product_id, name, date, worker, trackingsnumber, description, filename, printoperationnorms, calculateoperationcostsmode, includetpz, includeadditionaltime, plannedmachinetime, machinetime, machinetimebalance, plannedlabortime, labortime, labortimebalance, plannedmachinecosts, averagelaborhourlycost, additionaloverheadvalue, averagemachinehourlycost, materialcostmargin, plannedcyclescosts, registeredtotaltechnicalproductioncostperunit, componentscostsbalance, plannedlaborcosts, sourceofmaterialcosts, cyclescosts, calculatematerialcostsmode, productionline_id, machinecosts, laborcosts, quantity, totalcostperunit, printcostnormsofmaterials, generatedwithcosts, plannedcomponentscosts, materialcostmarginvalue, machinecostsbalance, totaltechnicalproductioncosts, totaltechnicalproductioncostperunit, componentscosts, additionaloverhead, totaloverhead, balancetechnicalproductioncostperunit, laborcostsbalance, cyclescostsbalance, productioncostmarginvalue, productioncostmargin, technology_id, registeredtotaltechnicalproductioncosts, totalcosts, balancetechnicalproductioncosts, active, entityversion) FROM stdin; @@ -26142,14 +24440,14 @@ COPY productioncounting_productionbalance (id, generated, order_id, product_id, -- --- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productionbalance_id_seq', 1, false); -- --- Data for Name: productioncounting_productioncountingquantitysetcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productioncountingquantitysetcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productioncountingquantitysetcomponent (id, productioncountingquantity_id, product_id, quantityfromsets, plannedquantityfromproduct, outquantity) FROM stdin; @@ -26157,14 +24455,14 @@ COPY productioncounting_productioncountingquantitysetcomponent (id, productionco -- --- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent_id_se; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productioncountingquantitysetcomponent_id_se', 1, false); -- --- Data for Name: productioncounting_productiontracking; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productiontracking; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productiontracking (id, number, order_id, technologyinstanceoperationcomponent_id, shift_id, state, lasttracking, machinetime, labortime, executedoperationcycles, staff_id, workstationtype_id, division_id, active, createdate, updatedate, createuser, updateuser, laststatechangefails, laststatechangefailcause, isexternalsynchronized, timerangefrom, timerangeto, shiftstartday, changeovertime, subcontractor_id, technologyoperationcomponent_id, entityversion, repairorder_id, correction_id, iscorrection, planforordercompleted, workstation_id) FROM stdin; @@ -26172,42 +24470,42 @@ COPY productioncounting_productiontracking (id, number, order_id, technologyinst -- --- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontracking_id_seq', 1, false); -- --- Name: productioncounting_productiontracking_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontracking_number_seq', 1, false); -- --- Name: productioncounting_productiontrackingdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingdto_id_seq', 1, false); -- --- Name: productioncounting_productiontrackingforproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingforproductdto_id_seq', 1, false); -- --- Name: productioncounting_productiontrackingforproductgroupeddto_id_se; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingforproductgroupeddto_id_se; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingforproductgroupeddto_id_se', 1, false); -- --- Data for Name: productioncounting_productiontrackingreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productiontrackingreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productiontrackingreport (id, generated, order_id, product_id, name, date, worker, description, filename, active, entityversion) FROM stdin; @@ -26215,14 +24513,14 @@ COPY productioncounting_productiontrackingreport (id, generated, order_id, produ -- --- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingreport_id_seq', 1, false); -- --- Data for Name: productioncounting_productiontrackingstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_productiontrackingstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_productiontrackingstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, productiontracking_id, shift_id, entityversion) FROM stdin; @@ -26230,14 +24528,14 @@ COPY productioncounting_productiontrackingstatechange (id, dateandtime, sourcest -- --- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_productiontrackingstatechange_id_seq', 1, false); -- --- Data for Name: productioncounting_settechnologyincomponents; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_settechnologyincomponents; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_settechnologyincomponents (id, trackingoperationproductincomponent_id, product_id, quantityfromsets) FROM stdin; @@ -26245,14 +24543,14 @@ COPY productioncounting_settechnologyincomponents (id, trackingoperationproducti -- --- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_settechnologyincomponents_id_seq', 1, false); -- --- Data for Name: productioncounting_settrackingoperationproductincomponents; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_settrackingoperationproductincomponents; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_settrackingoperationproductincomponents (id, trackingoperationproductoutcomponent_id, product_id, quantityfromsets) FROM stdin; @@ -26260,14 +24558,14 @@ COPY productioncounting_settrackingoperationproductincomponents (id, trackingope -- --- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents_id_s; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_settrackingoperationproductincomponents_id_s', 1, false); -- --- Data for Name: productioncounting_staffworktime; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_staffworktime; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_staffworktime (id, productionrecord_id, worker_id, labortime, effectiveexecutiontimestart, effectiveexecutiontimeend, entityversion) FROM stdin; @@ -26275,21 +24573,21 @@ COPY productioncounting_staffworktime (id, productionrecord_id, worker_id, labor -- --- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_staffworktime_id_seq', 1, false); -- --- Name: productioncounting_trackingoperationproductcomponentdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductcomponentdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductcomponentdto_id_seq', 1, false); -- --- Data for Name: productioncounting_trackingoperationproductincomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_trackingoperationproductincomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_trackingoperationproductincomponent (id, productiontracking_id, product_id, usedquantity, balance, batch_id, obtainedquantity, remainedquantity, effectiveusedquantity, givenunit, givenquantity, entityversion, typeofmaterial, wasteused, wasteusedonly, wasteusedquantity, wasteunit, additionalinformation) FROM stdin; @@ -26297,21 +24595,21 @@ COPY productioncounting_trackingoperationproductincomponent (id, productiontrack -- --- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductincomponent_id_seq', 1, false); -- --- Name: productioncounting_trackingoperationproductincomponentdto_id_se; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponentdto_id_se; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductincomponentdto_id_se', 1, false); -- --- Data for Name: productioncounting_trackingoperationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncounting_trackingoperationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncounting_trackingoperationproductoutcomponent (id, productiontracking_id, product_id, usedquantity, balance, batch_id, wastedquantity, givenunit, givenquantity, entityversion, wastesquantity, typeofmaterial) FROM stdin; @@ -26319,21 +24617,21 @@ COPY productioncounting_trackingoperationproductoutcomponent (id, productiontrac -- --- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductoutcomponent_id_seq', 1, false); -- --- Name: productioncounting_trackingoperationproductoutcomponentdto_id_s; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponentdto_id_s; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncounting_trackingoperationproductoutcomponentdto_id_s', 1, false); -- --- Data for Name: productioncountingwithcosts_operationcostcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncountingwithcosts_operationcostcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncountingwithcosts_operationcostcomponent (id, productionbalance_id, technologyinstanceoperationcomponent_id, plannedmachinecosts, machinecosts, machinecostsbalance, plannedlaborcosts, laborcosts, laborcostsbalance, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -26341,14 +24639,14 @@ COPY productioncountingwithcosts_operationcostcomponent (id, productionbalance_i -- --- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncountingwithcosts_operationcostcomponent_id_seq', 1, false); -- --- Data for Name: productioncountingwithcosts_operationpieceworkcostcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncountingwithcosts_operationpieceworkcostcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncountingwithcosts_operationpieceworkcostcomponent (id, productionbalance_id, technologyinstanceoperationcomponent_id, plannedcyclescosts, cyclescosts, cyclescostsbalance, technologyoperationcomponent_id, entityversion) FROM stdin; @@ -26356,14 +24654,14 @@ COPY productioncountingwithcosts_operationpieceworkcostcomponent (id, production -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent_id_; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncountingwithcosts_operationpieceworkcostcomponent_id_', 1, false); -- --- Data for Name: productioncountingwithcosts_technologyoperationproductincomp; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productioncountingwithcosts_technologyoperationproductincomp; Type: TABLE DATA; Schema: public; Owner: - -- COPY productioncountingwithcosts_technologyoperationproductincomp (id, productionbalance_id, product_id, plannedcost, registeredcost, balance, entityversion) FROM stdin; @@ -26371,14 +24669,14 @@ COPY productioncountingwithcosts_technologyoperationproductincomp (id, productio -- --- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp_id; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productioncountingwithcosts_technologyoperationproductincomp_id', 1, false); -- --- Data for Name: productionlines_factorystructureelement; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionlines_factorystructureelement; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionlines_factorystructureelement (id, number, name, parent_id, priority, nodenumber, entitytype, current, subassembly_id, workstation_id, entityid, maintenanceevent_id, entityversion, productionline_id) FROM stdin; @@ -26386,14 +24684,14 @@ COPY productionlines_factorystructureelement (id, number, name, parent_id, prior -- --- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionlines_factorystructureelement_id_seq', 1, false); -- --- Data for Name: productionlines_productionline; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionlines_productionline; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionlines_productionline (id, number, name, division_id, place, description, supportsalltechnologies, documentation, supportsothertechnologiesworkstationtypes, quantityforotherworkstationtypes, active, eurocodsymbol, availabilityindicator, production, entityversion) FROM stdin; @@ -26402,14 +24700,14 @@ COPY productionlines_productionline (id, number, name, division_id, place, descr -- --- Name: productionlines_productionline_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionlines_productionline_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionlines_productionline_id_seq', 1, true); -- --- Data for Name: productionlines_workstationtypecomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionlines_workstationtypecomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionlines_workstationtypecomponent (id, productionline_id, workstationtype_id, quantity, entityversion, datefrom, dateto) FROM stdin; @@ -26417,14 +24715,14 @@ COPY productionlines_workstationtypecomponent (id, productionline_id, workstatio -- --- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionlines_workstationtypecomponent_id_seq', 1, false); -- --- Data for Name: productionpershift_dailyprogress; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_dailyprogress; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionpershift_dailyprogress (id, progressforday_id, shift_id, quantity, locked, entityversion, efficiencytime) FROM stdin; @@ -26432,14 +24730,14 @@ COPY productionpershift_dailyprogress (id, progressforday_id, shift_id, quantity -- --- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_dailyprogress_id_seq', 1, false); -- --- Data for Name: productionpershift_ppsreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_ppsreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionpershift_ppsreport (id, number, name, datefrom, dateto, filename, generated, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -26447,14 +24745,14 @@ COPY productionpershift_ppsreport (id, number, name, datefrom, dateto, filename, -- --- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_ppsreport_id_seq', 1, false); -- --- Data for Name: productionpershift_productionpershift; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_productionpershift; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionpershift_productionpershift (id, order_id, plannedprogresscorrectioncomment, orderfinishdate, entityversion) FROM stdin; @@ -26462,29 +24760,29 @@ COPY productionpershift_productionpershift (id, order_id, plannedprogresscorrect -- --- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_productionpershift_id_seq', 1, false); -- --- Data for Name: productionpershift_progressforday; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_progressforday; Type: TABLE DATA; Schema: public; Owner: - -- -COPY productionpershift_progressforday (id, technologyinstanceoperationcomponent_id, day, corrected, dateofday, technologyoperationcomponent_id, actualdateofday, entityversion) FROM stdin; +COPY productionpershift_progressforday (id, technologyinstanceoperationcomponent_id, day, corrected, dateofday, technologyoperationcomponent_id, actualdateofday, entityversion, productionpershift_id) FROM stdin; \. -- --- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_progressforday_id_seq', 1, false); -- --- Data for Name: productionpershift_reasontypeofcorrectionplan; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: productionpershift_reasontypeofcorrectionplan; Type: TABLE DATA; Schema: public; Owner: - -- COPY productionpershift_reasontypeofcorrectionplan (id, productionpershift_id, reasontype, date, entityversion) FROM stdin; @@ -26492,14 +24790,14 @@ COPY productionpershift_reasontypeofcorrectionplan (id, productionpershift_id, r -- --- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('productionpershift_reasontypeofcorrectionplan_id_seq', 1, false); -- --- Data for Name: qcadoocustomtranslation_customtranslation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoocustomtranslation_customtranslation; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoocustomtranslation_customtranslation (id, pluginidentifier, key, propertiestranslation, customtranslation, active, locale, entityversion) FROM stdin; @@ -26507,14 +24805,14 @@ COPY qcadoocustomtranslation_customtranslation (id, pluginidentifier, key, prope -- --- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoocustomtranslation_customtranslation_id_seq', 1, false); -- --- Data for Name: qcadoomodel_dictionary; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoomodel_dictionary; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoomodel_dictionary (id, name, pluginidentifier, active, entityversion) FROM stdin; @@ -26539,63 +24837,63 @@ COPY qcadoomodel_dictionary (id, name, pluginidentifier, active, entityversion) -- --- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoomodel_dictionary_id_seq', 17, true); -- --- Data for Name: qcadoomodel_dictionaryitem; Type: TABLE DATA; Schema: public; Owner: postgres --- - -COPY qcadoomodel_dictionaryitem (id, name, externalnumber, description, technicalcode, dictionary_id, active, entityversion) FROM stdin; -1 EPAL \N \N 01epal 5 t 0 -2 CHEAP EUR \N \N 02cheapEur 5 t 0 -3 główny \N \N 01main 4 t 0 -4 biały \N #ffffff 01white 2 t 0 -5 szary \N #bfbfbf 02grey 2 t 0 -6 żółty \N #ffff99 03yellow 2 t 0 -7 pomarańczowy \N #ff944d 04orange 2 t 0 -8 czerwony \N #ff6666 05red 2 t 0 -9 zielony \N #85e085 06green 2 t 0 -10 niebieski \N #66a3ff 07blue 2 t 0 -11 Praca na linii \N \N 01workOnLine 17 t 0 -12 L4 \N \N \N 17 t 0 -13 Inne zadanie \N \N 02otherCase 17 t 0 -14 mm \N Milimetr \N 1 t 0 -15 cm \N Centymetr \N 1 t 0 -16 dm \N Decymetr \N 1 t 0 -17 m \N Metr \N 1 t 0 -18 cm2 \N Centymetr kwadratowy \N 1 t 0 -19 m2 \N Metr kwadratowy \N 1 t 0 -20 dm3 \N Decymetr sześcienny \N 1 t 0 -21 m3 \N Metr sześcienny \N 1 t 0 -22 g \N Gram \N 1 t 0 -23 kg \N Kilogram \N 1 t 0 -24 l \N Litr \N 1 t 0 -25 hl \N Hektolitr \N 1 t 0 -26 szt \N Sztuka \N 1 t 0 -27 para \N Para \N 1 t 0 -28 kpl \N Komplet \N 1 t 0 -29 Nieobecność pracownika \N \N \N 7 t 0 -30 Opóźnienia w dostawie surowców \N \N \N 7 t 0 -31 Wadliwe surowce \N \N \N 7 t 0 -32 Przeciążenia zasobów produkcji \N \N \N 7 t 0 -33 Awaria maszyny \N \N \N 7 t 0 -34 Inne \N \N \N 7 t 0 -\. - - --- --- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Data for Name: qcadoomodel_dictionaryitem; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY qcadoomodel_dictionaryitem (id, name, externalnumber, description, technicalcode, dictionary_id, active, entityversion, isinteger) FROM stdin; +1 EPAL \N \N 01epal 5 t 0 f +2 CHEAP EUR \N \N 02cheapEur 5 t 0 f +3 główny \N \N 01main 4 t 0 f +4 biały \N #ffffff 01white 2 t 0 f +5 szary \N #bfbfbf 02grey 2 t 0 f +6 żółty \N #ffff99 03yellow 2 t 0 f +7 pomarańczowy \N #ff944d 04orange 2 t 0 f +8 czerwony \N #ff6666 05red 2 t 0 f +9 zielony \N #85e085 06green 2 t 0 f +10 niebieski \N #66a3ff 07blue 2 t 0 f +11 Praca na linii \N \N 01workOnLine 17 t 0 f +12 L4 \N \N \N 17 t 0 f +13 Inne zadanie \N \N 02otherCase 17 t 0 f +14 mm \N Milimetr \N 1 t 0 f +15 cm \N Centymetr \N 1 t 0 f +16 dm \N Decymetr \N 1 t 0 f +17 m \N Metr \N 1 t 0 f +18 cm2 \N Centymetr kwadratowy \N 1 t 0 f +19 m2 \N Metr kwadratowy \N 1 t 0 f +20 dm3 \N Decymetr sześcienny \N 1 t 0 f +21 m3 \N Metr sześcienny \N 1 t 0 f +22 g \N Gram \N 1 t 0 f +23 kg \N Kilogram \N 1 t 0 f +24 l \N Litr \N 1 t 0 f +25 hl \N Hektolitr \N 1 t 0 f +26 szt \N Sztuka \N 1 t 0 f +27 para \N Para \N 1 t 0 f +28 kpl \N Komplet \N 1 t 0 f +29 Nieobecność pracownika \N \N \N 7 t 0 f +30 Opóźnienia w dostawie surowców \N \N \N 7 t 0 f +31 Wadliwe surowce \N \N \N 7 t 0 f +32 Przeciążenia zasobów produkcji \N \N \N 7 t 0 f +33 Awaria maszyny \N \N \N 7 t 0 f +34 Inne \N \N \N 7 t 0 f +\. + + +-- +-- Name: qcadoomodel_dictionaryitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoomodel_dictionaryitem_id_seq', 34, true); -- --- Data for Name: qcadoomodel_globalunitconversionsaggregate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoomodel_globalunitconversionsaggregate; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoomodel_globalunitconversionsaggregate (id, entityversion) FROM stdin; @@ -26604,14 +24902,14 @@ COPY qcadoomodel_globalunitconversionsaggregate (id, entityversion) FROM stdin; -- --- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoomodel_globalunitconversionsaggregate_id_seq', 1, true); -- --- Data for Name: qcadoomodel_unitconversionitem; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoomodel_unitconversionitem; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoomodel_unitconversionitem (id, quantityfrom, quantityto, unitfrom, unitto, globalunitconversionsaggregate_id, product_id, entityversion) FROM stdin; @@ -26628,14 +24926,14 @@ COPY qcadoomodel_unitconversionitem (id, quantityfrom, quantityto, unitfrom, uni -- --- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoomodel_unitconversionitem_id_seq', 9, true); -- --- Data for Name: qcadooplugin_plugin; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooplugin_plugin; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooplugin_plugin (id, identifier, version, state, issystem, entityversion, groupname, license) FROM stdin; @@ -26790,14 +25088,14 @@ COPY qcadooplugin_plugin (id, identifier, version, state, issystem, entityversio -- --- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooplugin_plugin_id_seq', 149, true); -- --- Data for Name: qcadoosecurity_group; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoosecurity_group; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoosecurity_group (id, name, description, identifier, entityversion) FROM stdin; @@ -26810,14 +25108,14 @@ COPY qcadoosecurity_group (id, name, description, identifier, entityversion) FRO -- --- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoosecurity_group_id_seq', 5, true); -- --- Data for Name: qcadoosecurity_persistenttoken; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoosecurity_persistenttoken; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoosecurity_persistenttoken (id, username, series, token, lastused, entityversion) FROM stdin; @@ -26825,14 +25123,14 @@ COPY qcadoosecurity_persistenttoken (id, username, series, token, lastused, enti -- --- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoosecurity_persistenttoken_id_seq', 1, false); -- --- Data for Name: qcadoosecurity_role; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoosecurity_role; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoosecurity_role (id, identifier, description, entityversion) FROM stdin; @@ -26948,14 +25246,14 @@ COPY qcadoosecurity_role (id, identifier, description, entityversion) FROM stdin -- --- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoosecurity_role_id_seq', 108, true); -- --- Data for Name: qcadoosecurity_user; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadoosecurity_user; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadoosecurity_user (id, username, email, firstname, lastname, enabled, description, password, lastactivity, staff_id, group_id, entityversion, factory_id, ipaddress) FROM stdin; @@ -26965,14 +25263,14 @@ COPY qcadoosecurity_user (id, username, email, firstname, lastname, enabled, des -- --- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadoosecurity_user_id_seq', 2, true); -- --- Data for Name: qcadooview_alert; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_alert; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_alert (id, message, type, expirationdate, sound) FROM stdin; @@ -26980,14 +25278,14 @@ COPY qcadooview_alert (id, message, type, expirationdate, sound) FROM stdin; -- --- Name: qcadooview_alert_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_alert_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_alert_id_seq', 1, false); -- --- Data for Name: qcadooview_category; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_category; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_category (id, pluginidentifier, name, succession, authrole, entityversion) FROM stdin; @@ -27009,14 +25307,14 @@ COPY qcadooview_category (id, pluginidentifier, name, succession, authrole, enti -- --- Name: qcadooview_category_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_category_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_category_id_seq', 15, true); -- --- Data for Name: qcadooview_item; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_item; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_item (id, pluginidentifier, name, active, category_id, view_id, succession, authrole, entityversion) FROM stdin; @@ -27148,14 +25446,14 @@ COPY qcadooview_item (id, pluginidentifier, name, active, category_id, view_id, -- --- Name: qcadooview_item_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_item_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_item_id_seq', 128, true); -- --- Data for Name: qcadooview_view; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_view; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_view (id, pluginidentifier, name, view, url, entityversion) FROM stdin; @@ -27286,14 +25584,14 @@ COPY qcadooview_view (id, pluginidentifier, name, view, url, entityversion) FROM -- --- Name: qcadooview_view_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_view_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_view_id_seq', 127, true); -- --- Data for Name: qcadooview_viewedalert; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: qcadooview_viewedalert; Type: TABLE DATA; Schema: public; Owner: - -- COPY qcadooview_viewedalert (id, user_id, alert_id) FROM stdin; @@ -27301,14 +25599,14 @@ COPY qcadooview_viewedalert (id, user_id, alert_id) FROM stdin; -- --- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('qcadooview_viewedalert_id_seq', 1, false); -- --- Data for Name: repairs_repairorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: repairs_repairorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY repairs_repairorder (id, number, state, order_id, division_id, createdate, shift_id, startdate, enddate, staff_id, product_id, faulttype_id, description, quantitytorepair, quantityrepaired, lack, active, orderdto_id, entityversion, productiontracking_id, labortime, machinetime, repairorderproduct_id) FROM stdin; @@ -27316,28 +25614,28 @@ COPY repairs_repairorder (id, number, state, order_id, division_id, createdate, -- --- Name: repairs_repairorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorder_id_seq', 1, false); -- --- Name: repairs_repairorder_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorder_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorder_number_seq', 1, false); -- --- Name: repairs_repairorderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorderdto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorderdto_id_seq', 1, false); -- --- Data for Name: repairs_repairorderproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: repairs_repairorderproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY repairs_repairorderproduct (id, trackingoperationproductincomponent_id, division_id, location_id, product_id, faulttype_id, description, givenquantity, givenunit, entityversion) FROM stdin; @@ -27345,14 +25643,14 @@ COPY repairs_repairorderproduct (id, trackingoperationproductincomponent_id, div -- --- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorderproduct_id_seq', 1, false); -- --- Data for Name: repairs_repairorderstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: repairs_repairorderstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY repairs_repairorderstatechange (id, dateandtime, sourcestate, targetstate, phase, worker, repairorder_id, shift_id, status) FROM stdin; @@ -27360,14 +25658,14 @@ COPY repairs_repairorderstatechange (id, dateandtime, sourcestate, targetstate, -- --- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorderstatechange_id_seq', 1, false); -- --- Data for Name: repairs_repairorderworktime; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: repairs_repairorderworktime; Type: TABLE DATA; Schema: public; Owner: - -- COPY repairs_repairorderworktime (id, repairorder_id, staff_id, labortime, effectiveexecutiontimestart, effectiveexecutiontimeend) FROM stdin; @@ -27375,14 +25673,14 @@ COPY repairs_repairorderworktime (id, repairorder_id, staff_id, labortime, effec -- --- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('repairs_repairorderworktime_id_seq', 1, false); -- --- Data for Name: sfcsimple_subiektimportedorder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: sfcsimple_subiektimportedorder; Type: TABLE DATA; Schema: public; Owner: - -- COPY sfcsimple_subiektimportedorder (id, number, clientname, clientaddress, drawdate, realizationdate, converted, entityversion) FROM stdin; @@ -27390,14 +25688,14 @@ COPY sfcsimple_subiektimportedorder (id, number, clientname, clientaddress, draw -- --- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('sfcsimple_subiektimportedorder_id_seq', 1, false); -- --- Data for Name: sfcsimple_subiektimportedorderproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: sfcsimple_subiektimportedorderproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY sfcsimple_subiektimportedorderproduct (id, order_id, product_id, ordernumber, quantity, entityversion) FROM stdin; @@ -27405,14 +25703,14 @@ COPY sfcsimple_subiektimportedorderproduct (id, order_id, product_id, ordernumbe -- --- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('sfcsimple_subiektimportedorderproduct_id_seq', 1, false); -- --- Data for Name: sfcsimple_subiektimportedproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: sfcsimple_subiektimportedproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY sfcsimple_subiektimportedproduct (id, type, identificationcode, ean, name, description, unit, converted, entityversion) FROM stdin; @@ -27420,14 +25718,14 @@ COPY sfcsimple_subiektimportedproduct (id, type, identificationcode, ean, name, -- --- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('sfcsimple_subiektimportedproduct_id_seq', 1, false); -- --- Data for Name: simplematerialbalance_simplematerialbalance; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: simplematerialbalance_simplematerialbalance; Type: TABLE DATA; Schema: public; Owner: - -- COPY simplematerialbalance_simplematerialbalance (id, name, date, worker, mrpalgorithm, generated, filename, entityversion) FROM stdin; @@ -27435,14 +25733,14 @@ COPY simplematerialbalance_simplematerialbalance (id, name, date, worker, mrpalg -- --- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('simplematerialbalance_simplematerialbalance_id_seq', 1, false); -- --- Data for Name: simplematerialbalance_simplematerialbalancelocationscomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: simplematerialbalance_simplematerialbalancelocationscomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY simplematerialbalance_simplematerialbalancelocationscomponent (id, simplematerialbalance_id, location_id, entityversion) FROM stdin; @@ -27450,14 +25748,14 @@ COPY simplematerialbalance_simplematerialbalancelocationscomponent (id, simplema -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent_i; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('simplematerialbalance_simplematerialbalancelocationscomponent_i', 1, false); -- --- Data for Name: simplematerialbalance_simplematerialbalanceorderscomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: simplematerialbalance_simplematerialbalanceorderscomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY simplematerialbalance_simplematerialbalanceorderscomponent (id, simplematerialbalance_id, order_id, entityversion) FROM stdin; @@ -27465,14 +25763,14 @@ COPY simplematerialbalance_simplematerialbalanceorderscomponent (id, simplemater -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent_id_s; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('simplematerialbalance_simplematerialbalanceorderscomponent_id_s', 1, false); -- --- Data for Name: states_message; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: states_message; Type: TABLE DATA; Schema: public; Owner: - -- COPY states_message (id, type, translationkey, translationargs, correspondfieldname, autoclose, productiontrackingstatechange_id, deliverystatechange_id, assignmenttoshiftstatechange_id, technologystatechange_id, orderstatechange_id, extrusionprotocolstatechange_id, confectionprotocolstatechange_id, palletstatechange_id, batchstatechange_id, trackingrecordstatechange_id, requestforquotationstatechange_id, offerstatechange_id, negotiationstatechange_id, warehouseissuestatechange_id, mbrstatechange_id, instructionstatechange_id, ebrstatechange_id, labelstatechange_id, maintenanceeventstatechange_id, entityversion, plannedeventstatechange_id, recurringeventstatechange_id) FROM stdin; @@ -27480,14 +25778,14 @@ COPY states_message (id, type, translationkey, translationargs, correspondfieldn -- --- Name: states_message_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: states_message_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('states_message_id_seq', 1, false); -- --- Data for Name: stoppage_stoppage; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: stoppage_stoppage; Type: TABLE DATA; Schema: public; Owner: - -- COPY stoppage_stoppage (id, order_id, duration, reason, active, entityversion) FROM stdin; @@ -27495,14 +25793,14 @@ COPY stoppage_stoppage (id, order_id, duration, reason, active, entityversion) F -- --- Name: stoppage_stoppage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: stoppage_stoppage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('stoppage_stoppage_id_seq', 1, false); -- --- Data for Name: subcontractorportal_cost; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_cost; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_cost (id, unit, operation, ordernumber, plannedquantity, deliveredquantity, unitprice, totalprice, suborder_id, product_id, active, entityversion) FROM stdin; @@ -27510,14 +25808,14 @@ COPY subcontractorportal_cost (id, unit, operation, ordernumber, plannedquantity -- --- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_cost_id_seq', 1, false); -- --- Data for Name: subcontractorportal_event; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_event; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_event (id, date, prevvalue, currvalue, type, action, staff_id, suborder_id, active, entityversion) FROM stdin; @@ -27525,14 +25823,14 @@ COPY subcontractorportal_event (id, date, prevvalue, currvalue, type, action, st -- --- Name: subcontractorportal_event_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_event_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_event_id_seq', 1, false); -- --- Data for Name: subcontractorportal_message; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_message; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_message (id, date, createdat, description, staff_id, company_id, suborder_id, active, entityversion) FROM stdin; @@ -27540,14 +25838,14 @@ COPY subcontractorportal_message (id, date, createdat, description, staff_id, co -- --- Name: subcontractorportal_message_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_message_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_message_id_seq', 1, false); -- --- Data for Name: subcontractorportal_operation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_operation; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_operation (id, orderid, operationid, cost, number, operation, ordernumber, ordername, datefrom, dateto, status, company_id, operationcomponent_id, active, entityversion) FROM stdin; @@ -27555,14 +25853,14 @@ COPY subcontractorportal_operation (id, orderid, operationid, cost, number, oper -- --- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_operation_id_seq', 1, false); -- --- Data for Name: subcontractorportal_realisation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_realisation; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_realisation (id, date, producedquantity, remainingquantity, product_id, suborder_id, active, entityversion) FROM stdin; @@ -27570,14 +25868,14 @@ COPY subcontractorportal_realisation (id, date, producedquantity, remainingquant -- --- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_realisation_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborder; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborder; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborder (id, number, ordernumber, description, datefrom, dateto, planneddatefrom, planneddateto, status, company_id, active, changedby_id, hasoperations, entityversion) FROM stdin; @@ -27585,14 +25883,14 @@ COPY subcontractorportal_suborder (id, number, ordernumber, description, datefro -- --- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborder_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborderattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborderattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborderattachment (id, attachment, name, ext, size, suborder_id, active, entityversion) FROM stdin; @@ -27600,14 +25898,14 @@ COPY subcontractorportal_suborderattachment (id, attachment, name, ext, size, su -- --- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborderattachment_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborderinput; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborderinput; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborderinput (id, unit, plannedquantity, deliveredquantity, remainingquantity, product_id, storage_id, suborder_id, active, operations, entityversion) FROM stdin; @@ -27615,14 +25913,14 @@ COPY subcontractorportal_suborderinput (id, unit, plannedquantity, deliveredquan -- --- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborderinput_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborderoperation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborderoperation; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborderoperation (id, orderid, operationid, cost, number, operation, ordernumber, ordername, datefrom, dateto, status, company_id, suborder_id, operationcomponent_id, active, entityversion) FROM stdin; @@ -27630,14 +25928,14 @@ COPY subcontractorportal_suborderoperation (id, orderid, operationid, cost, numb -- --- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborderoperation_id_seq', 1, false); -- --- Data for Name: subcontractorportal_suborderoutput; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_suborderoutput; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_suborderoutput (id, unit, plannedquantity, deliveredquantity, producedquantity, remainingquantity, unitprice, createdmanually, product_id, storage_id, suborder_id, active, operations, entityversion) FROM stdin; @@ -27645,14 +25943,14 @@ COPY subcontractorportal_suborderoutput (id, unit, plannedquantity, deliveredqua -- --- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_suborderoutput_id_seq', 1, false); -- --- Data for Name: subcontractorportal_subordertmp; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: subcontractorportal_subordertmp; Type: TABLE DATA; Schema: public; Owner: - -- COPY subcontractorportal_subordertmp (id, number, ordernumber, datefrom, dateto, planneddatefrom, planneddateto, status, company_id, active, entityversion) FROM stdin; @@ -27660,14 +25958,14 @@ COPY subcontractorportal_subordertmp (id, number, ordernumber, datefrom, dateto, -- --- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('subcontractorportal_subordertmp_id_seq', 1, false); -- --- Data for Name: supplynegotiations_columnforoffers; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_columnforoffers; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_columnforoffers (id, identifier, name, description, columnfiller, alignment, parameter_id, succession, entityversion) FROM stdin; @@ -27684,14 +25982,14 @@ COPY supplynegotiations_columnforoffers (id, identifier, name, description, colu -- --- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_columnforoffers_id_seq', 9, true); -- --- Data for Name: supplynegotiations_columnforrequests; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_columnforrequests; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_columnforrequests (id, identifier, name, description, columnfiller, alignment, parameter_id, succession, entityversion) FROM stdin; @@ -27707,14 +26005,14 @@ COPY supplynegotiations_columnforrequests (id, identifier, name, description, co -- --- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_columnforrequests_id_seq', 8, true); -- --- Data for Name: supplynegotiations_negotiation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_negotiation; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_negotiation (id, number, name, state, generatedate, active, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -27722,14 +26020,14 @@ COPY supplynegotiations_negotiation (id, number, name, state, generatedate, acti -- --- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_negotiation_id_seq', 1, false); -- --- Data for Name: supplynegotiations_negotiationproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_negotiationproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_negotiationproduct (id, negotiation_id, product_id, neededquantity, approveddeliveredquantity, draftdeliveredquantity, leftquantity, duedate, operation_id, requestforquotationsnumber, entityversion) FROM stdin; @@ -27737,14 +26035,14 @@ COPY supplynegotiations_negotiationproduct (id, negotiation_id, product_id, need -- --- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_negotiationproduct_id_seq', 1, false); -- --- Data for Name: supplynegotiations_negotiationstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_negotiationstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_negotiationstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, negotiation_id, shift_id, entityversion) FROM stdin; @@ -27752,14 +26050,14 @@ COPY supplynegotiations_negotiationstatechange (id, dateandtime, sourcestate, ta -- --- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_negotiationstatechange_id_seq', 1, false); -- --- Data for Name: supplynegotiations_offer; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_offer; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_offer (id, number, name, description, supplier_id, requestforquotation_id, offereddate, attachment, transportcost, state, active, createdate, updatedate, createuser, updateuser, workingdaysafterorder, negotiation_id, entityversion) FROM stdin; @@ -27767,14 +26065,14 @@ COPY supplynegotiations_offer (id, number, name, description, supplier_id, reque -- --- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_offer_id_seq', 1, false); -- --- Data for Name: supplynegotiations_offerproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_offerproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_offerproduct (id, offer_id, product_id, quantity, priceperunit, totalprice, operation_id, succession, actualversion, entityversion) FROM stdin; @@ -27782,14 +26080,14 @@ COPY supplynegotiations_offerproduct (id, offer_id, product_id, quantity, pricep -- --- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_offerproduct_id_seq', 1, false); -- --- Data for Name: supplynegotiations_offerstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_offerstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_offerstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, offer_id, shift_id, entityversion) FROM stdin; @@ -27797,14 +26095,14 @@ COPY supplynegotiations_offerstatechange (id, dateandtime, sourcestate, targetst -- --- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_offerstatechange_id_seq', 1, false); -- --- Data for Name: supplynegotiations_parametercolumnforoffers; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_parametercolumnforoffers; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_parametercolumnforoffers (id, parameter_id, columnforoffers_id, succession, entityversion) FROM stdin; @@ -27821,14 +26119,14 @@ COPY supplynegotiations_parametercolumnforoffers (id, parameter_id, columnforoff -- --- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_parametercolumnforoffers_id_seq', 9, true); -- --- Data for Name: supplynegotiations_parametercolumnforrequests; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_parametercolumnforrequests; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_parametercolumnforrequests (id, parameter_id, columnforrequests_id, succession, entityversion) FROM stdin; @@ -27844,14 +26142,14 @@ COPY supplynegotiations_parametercolumnforrequests (id, parameter_id, columnforr -- --- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_parametercolumnforrequests_id_seq', 8, true); -- --- Data for Name: supplynegotiations_requestforquotation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_requestforquotation; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_requestforquotation (id, number, name, description, supplier_id, desireddate, active, createdate, updatedate, createuser, updateuser, state, workingdaysafterorder, negotiation_id, entityversion) FROM stdin; @@ -27859,14 +26157,14 @@ COPY supplynegotiations_requestforquotation (id, number, name, description, supp -- --- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_requestforquotation_id_seq', 1, false); -- --- Data for Name: supplynegotiations_requestforquotationproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_requestforquotationproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_requestforquotationproduct (id, requestforquotation_id, product_id, orderedquantity, annualvolume, operation_id, succession, entityversion) FROM stdin; @@ -27874,14 +26172,14 @@ COPY supplynegotiations_requestforquotationproduct (id, requestforquotation_id, -- --- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_requestforquotationproduct_id_seq', 1, false); -- --- Data for Name: supplynegotiations_requestforquotationstatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: supplynegotiations_requestforquotationstatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY supplynegotiations_requestforquotationstatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, requestforquotation_id, shift_id, entityversion) FROM stdin; @@ -27889,14 +26187,14 @@ COPY supplynegotiations_requestforquotationstatechange (id, dateandtime, sources -- --- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('supplynegotiations_requestforquotationstatechange_id_seq', 1, false); -- --- Data for Name: technologies_barcodeoperationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_barcodeoperationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_barcodeoperationcomponent (id, operationcomponent_id, code, active, entityversion, order_id) FROM stdin; @@ -27904,21 +26202,21 @@ COPY technologies_barcodeoperationcomponent (id, operationcomponent_id, code, ac -- --- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_barcodeoperationcomponent_id_seq', 1, false); -- --- Name: technologies_barcodeoperationcomponent_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_barcodeoperationcomponent_number_seq', 1, false); -- --- Data for Name: technologies_operation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_operation; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_operation (id, number, name, comment, workstationtype_id, attachment, areproductquantitiesdivisible, istjdivisible, operationgroup_id, imageurlinworkplan, pieceworkcost, productioninonecycle, laborhourlycost, numberofoperations, laborutilization, nextoperationafterproducedtype, nextoperationafterproducedquantityunit, machinehourlycost, tj, nextoperationafterproducedquantity, machineutilization, timenextoperation, tpz, productioninonecycleunit, active, issubcontracting, assignedtooperation, quantityofworkstations, division_id, showinproductdata, productdatanumber, productionline_id, entityversion) FROM stdin; @@ -27926,14 +26224,14 @@ COPY technologies_operation (id, number, name, comment, workstationtype_id, atta -- --- Name: technologies_operation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_operation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_operation_id_seq', 1, false); -- --- Data for Name: technologies_operationgroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_operationgroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_operationgroup (id, number, name, active, entityversion) FROM stdin; @@ -27941,14 +26239,14 @@ COPY technologies_operationgroup (id, number, name, active, entityversion) FROM -- --- Name: technologies_operationgroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_operationgroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_operationgroup_id_seq', 1, false); -- --- Data for Name: technologies_operationproductincomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_operationproductincomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_operationproductincomponent (id, operationcomponent_id, product_id, quantity, productbatchrequired, itemnumberintheexplodedview, componentslocation_id, componentsoutputlocation_id, isdivisionlocation, isdivisionoutputlocation, isdivisionoutputlocationmodified, isdivisionlocationmodified, flowtypeincomponent, priority, showinproductdata, productdatanumber, pantone_id, productsflowlocation_id, productionflow, value, givenquantity, givenunit, entityversion, hardener, resin, fabric, ondelete, showmaterialcomponent, quantityformula) FROM stdin; @@ -27956,14 +26254,14 @@ COPY technologies_operationproductincomponent (id, operationcomponent_id, produc -- --- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_operationproductincomponent_id_seq', 1, false); -- --- Data for Name: technologies_operationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_operationproductoutcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_operationproductoutcomponent (id, operationcomponent_id, product_id, quantity, productsinputlocation_id, isdivisioninputlocation, isdivisioninputlocationmodified, flowtypeoutcomponent, productsflowlocation_id, productsshiftinglocation_id, productionflow, automaticmove, entityversion, set) FROM stdin; @@ -27971,14 +26269,14 @@ COPY technologies_operationproductoutcomponent (id, operationcomponent_id, produ -- --- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_operationproductoutcomponent_id_seq', 1, false); -- --- Data for Name: technologies_productcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_productcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_productcomponent (id, product_id, operationin_id, operationout_id, active, entityversion) FROM stdin; @@ -27986,14 +26284,14 @@ COPY technologies_productcomponent (id, product_id, operationin_id, operationout -- --- Name: technologies_productcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_productcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_productcomponent_id_seq', 1, false); -- --- Data for Name: technologies_productstructuretreenode; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_productstructuretreenode; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_productstructuretreenode (id, priority, technology_id, parent_id, nodenumber, number, product_id, createdate, updatedate, createuser, updateuser, entityversion, standardperformancetechnology, technologygroup_id) FROM stdin; @@ -28001,14 +26299,14 @@ COPY technologies_productstructuretreenode (id, priority, technology_id, parent_ -- --- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_productstructuretreenode_id_seq', 1, false); -- --- Data for Name: technologies_technology; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technology; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technology (id, number, name, product_id, technologygroup_id, externalsynchronized, master, description, state, recipeimportstatus, recipeimportmsg, formula, minimalquantity, active, technologybatchrequired, isstandardgoodfoodtechnology, range, division_id, componentslocation_id, componentsoutputlocation_id, productsinputlocation_id, isdivisionlocation, isdivisioninputlocation, isdivisionoutputlocation, technologytype, technologyprototype_id, productionline_id, productionflow, productsflowlocation_id, automaticmoveforintermediate, automaticmoveforfinal, graphicsaccepted, constructionandtechnologyaccepted, typeofproductionrecording, justone, generateproductionrecordnumberfromordernumber, allowtoclose, registerquantityoutproduct, autocloseorder, registerpiecework, registerquantityinproduct, registerproductiontime, entityversion, standardperformancetechnology, template, additionalactions) FROM stdin; @@ -28016,14 +26314,14 @@ COPY technologies_technology (id, number, name, product_id, technologygroup_id, -- --- Name: technologies_technology_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technology_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technology_id_seq', 1, false); -- --- Data for Name: technologies_technologyattachment; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologyattachment; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologyattachment (id, technology_id, attachment, name, size, ext, entityversion) FROM stdin; @@ -28031,21 +26329,21 @@ COPY technologies_technologyattachment (id, technology_id, attachment, name, siz -- --- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologyattachment_id_seq', 1, false); -- --- Name: technologies_technologydto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologydto_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologydto_id_seq', 1, false); -- --- Data for Name: technologies_technologygroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologygroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologygroup (id, number, name, active, entityversion) FROM stdin; @@ -28053,14 +26351,14 @@ COPY technologies_technologygroup (id, number, name, active, entityversion) FROM -- --- Name: technologies_technologygroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologygroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologygroup_id_seq', 1, false); -- --- Data for Name: technologies_technologyoperationcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologyoperationcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologyoperationcomponent (id, technology_id, operation_id, parent_id, entitytype, priority, nodenumber, referencetechnology_id, comment, attachment, areproductquantitiesdivisible, istjdivisible, tpz, laborworktime, productioninonecycleunit, nextoperationafterproducedquantityunit, nextoperationafterproducedquantity, nextoperationafterproducedtype, machineutilization, timenextoperation, pieceworkcost, machineworktime, productioninonecycle, laborutilization, duration, numberofoperations, tj, machinehourlycost, laborhourlycost, issubcontracting, assignedtooperation, workstationtype_id, quantityofworkstations, createdate, updatedate, createuser, updateuser, techopercomptimecalculation_id, hascorrections, division_id, showinproductdata, productdatanumber, productionlinechange, productionline_id, entityversion) FROM stdin; @@ -28068,14 +26366,14 @@ COPY technologies_technologyoperationcomponent (id, technology_id, operation_id, -- --- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologyoperationcomponent_id_seq', 1, false); -- --- Data for Name: technologies_technologyoperationcomponentmergeproductin; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologyoperationcomponentmergeproductin; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologyoperationcomponentmergeproductin (id, operationcomponent_id, mergedoperationcomponent_id, mergedoperationproductcomponent_id, quantitychange, order_id, active, entityversion) FROM stdin; @@ -28083,14 +26381,14 @@ COPY technologies_technologyoperationcomponentmergeproductin (id, operationcompo -- --- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologyoperationcomponentmergeproductin_id_seq', 1, false); -- --- Data for Name: technologies_technologyoperationcomponentmergeproductout; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologyoperationcomponentmergeproductout; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologyoperationcomponentmergeproductout (id, operationcomponent_id, mergedoperationcomponent_id, mergedoperationproductcomponent_id, quantitychange, order_id, active, entityversion) FROM stdin; @@ -28098,14 +26396,14 @@ COPY technologies_technologyoperationcomponentmergeproductout (id, operationcomp -- --- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologyoperationcomponentmergeproductout_id_seq', 1, false); -- --- Data for Name: technologies_technologystatechange; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologies_technologystatechange; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologies_technologystatechange (id, dateandtime, sourcestate, targetstate, status, phase, worker, technology_id, shift_id, entityversion) FROM stdin; @@ -28113,14 +26411,14 @@ COPY technologies_technologystatechange (id, dateandtime, sourcestate, targetsta -- --- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologies_technologystatechange_id_seq', 1, false); -- --- Data for Name: technologiesgenerator_generatorcontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologiesgenerator_generatorcontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologiesgenerator_generatorcontext (id, technology_id, product_id, fetchtechnologiesforcomponents, createandswapproducts, createdate, updatedate, createuser, updateuser, generated, entityversion, saved, generationinprogress, number) FROM stdin; @@ -28128,21 +26426,21 @@ COPY technologiesgenerator_generatorcontext (id, technology_id, product_id, fetc -- --- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologiesgenerator_generatorcontext_id_seq', 1, false); -- --- Name: technologiesgenerator_generatorcontext_number_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext_number_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologiesgenerator_generatorcontext_number_seq', 1, false); -- --- Data for Name: technologiesgenerator_generatortechnologiesforproduct; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologiesgenerator_generatortechnologiesforproduct; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologiesgenerator_generatortechnologiesforproduct (id, technology_id, product_id, generatorcontext_id, createdate, updatedate, createuser, updateuser) FROM stdin; @@ -28150,14 +26448,14 @@ COPY technologiesgenerator_generatortechnologiesforproduct (id, technology_id, p -- --- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologiesgenerator_generatortechnologiesforproduct_id_seq', 1, false); -- --- Data for Name: technologiesgenerator_generatortreenode; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: technologiesgenerator_generatortreenode; Type: TABLE DATA; Schema: public; Owner: - -- COPY technologiesgenerator_generatortreenode (id, parent_id, generatorcontext_id, entitytype, priority, nodenumber, quantity, product_id, operation_id, producttechnology_id, originaltechnology_id, division_id, entityversion, standardperformancetechnology, technologygroup_id) FROM stdin; @@ -28165,14 +26463,14 @@ COPY technologiesgenerator_generatortreenode (id, parent_id, generatorcontext_id -- --- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('technologiesgenerator_generatortreenode_id_seq', 1, false); -- --- Data for Name: timegapspreview_timegap; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: timegapspreview_timegap; Type: TABLE DATA; Schema: public; Owner: - -- COPY timegapspreview_timegap (id, productionline_id, fromdate, todate, duration, context_id, entityversion) FROM stdin; @@ -28180,14 +26478,14 @@ COPY timegapspreview_timegap (id, productionline_id, fromdate, todate, duration, -- --- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('timegapspreview_timegap_id_seq', 1, false); -- --- Data for Name: timegapspreview_timegapscontext; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: timegapspreview_timegapscontext; Type: TABLE DATA; Schema: public; Owner: - -- COPY timegapspreview_timegapscontext (id, fromdate, todate, supportedtechnology_id, supportedtechnologygroup_id, totalduration, longestduration, longestdurationline_id, viewisinitialized, durationfilter, entityversion) FROM stdin; @@ -28195,14 +26493,14 @@ COPY timegapspreview_timegapscontext (id, fromdate, todate, supportedtechnology_ -- --- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('timegapspreview_timegapscontext_id_seq', 1, false); -- --- Data for Name: timenormsforoperations_techopercomptimecalculation; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: timenormsforoperations_techopercomptimecalculation; Type: TABLE DATA; Schema: public; Owner: - -- COPY timenormsforoperations_techopercomptimecalculation (id, operationoffset, effectiveoperationrealizationtime, effectivedatefrom, effectivedateto, duration, machineworktime, laborworktime, entityversion) FROM stdin; @@ -28210,14 +26508,14 @@ COPY timenormsforoperations_techopercomptimecalculation (id, operationoffset, ef -- --- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('timenormsforoperations_techopercomptimecalculation_id_seq', 1, false); -- --- Data for Name: urccore_lastsynchronizationdate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: urccore_lastsynchronizationdate; Type: TABLE DATA; Schema: public; Owner: - -- COPY urccore_lastsynchronizationdate (id, lastsynchronizationdate, entityversion) FROM stdin; @@ -28225,14 +26523,14 @@ COPY urccore_lastsynchronizationdate (id, lastsynchronizationdate, entityversion -- --- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('urccore_lastsynchronizationdate_id_seq', 1, false); -- --- Data for Name: urccore_synchronizationstatus; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: urccore_synchronizationstatus; Type: TABLE DATA; Schema: public; Owner: - -- COPY urccore_synchronizationstatus (id, syncphase, syncfinishedat, successful, entityversion) FROM stdin; @@ -28240,14 +26538,14 @@ COPY urccore_synchronizationstatus (id, syncphase, syncfinishedat, successful, e -- --- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('urccore_synchronizationstatus_id_seq', 1, false); -- --- Data for Name: urcmaterialavailability_requiredcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: urcmaterialavailability_requiredcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY urcmaterialavailability_requiredcomponent (id, order_id, technology_id, product_id, availablequantity, reservedquantity, requiredquantity, unit, availability, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -28255,14 +26553,14 @@ COPY urcmaterialavailability_requiredcomponent (id, order_id, technology_id, pro -- --- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('urcmaterialavailability_requiredcomponent_id_seq', 1, false); -- --- Data for Name: urcproductioncounting_requestrepair; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: urcproductioncounting_requestrepair; Type: TABLE DATA; Schema: public; Owner: - -- COPY urcproductioncounting_requestrepair (id, division_id, quantitytorepair, faulttype_id, description, location_id) FROM stdin; @@ -28270,14 +26568,14 @@ COPY urcproductioncounting_requestrepair (id, division_id, quantitytorepair, fau -- --- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('urcproductioncounting_requestrepair_id_seq', 1, false); -- --- Data for Name: wagegroups_wagegroup; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: wagegroups_wagegroup; Type: TABLE DATA; Schema: public; Owner: - -- COPY wagegroups_wagegroup (id, number, name, superiorwagegroup, laborhourlycost, laborhourlycostcurrency, laborhourlycostfromwagegroup, determinedindividually, individuallaborhourlycost, entityversion) FROM stdin; @@ -28285,14 +26583,14 @@ COPY wagegroups_wagegroup (id, number, name, superiorwagegroup, laborhourlycost, -- --- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('wagegroups_wagegroup_id_seq', 1, false); -- --- Data for Name: walusiak_exportdocumenthistory; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: walusiak_exportdocumenthistory; Type: TABLE DATA; Schema: public; Owner: - -- COPY walusiak_exportdocumenthistory (id, dateexported, datefrom, dateto, entityversion) FROM stdin; @@ -28300,14 +26598,14 @@ COPY walusiak_exportdocumenthistory (id, dateexported, datefrom, dateto, entityv -- --- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('walusiak_exportdocumenthistory_id_seq', 1, false); -- --- Data for Name: warehouseminimalstate_warehouseminimumstate; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: warehouseminimalstate_warehouseminimumstate; Type: TABLE DATA; Schema: public; Owner: - -- COPY warehouseminimalstate_warehouseminimumstate (id, product_id, location_id, minimumstate, optimalorderquantity, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -28315,14 +26613,14 @@ COPY warehouseminimalstate_warehouseminimumstate (id, product_id, location_id, m -- --- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('warehouseminimalstate_warehouseminimumstate_id_seq', 1, false); -- --- Data for Name: warehouseminimalstate_warehouseminimumstatemulti; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: warehouseminimalstate_warehouseminimumstatemulti; Type: TABLE DATA; Schema: public; Owner: - -- COPY warehouseminimalstate_warehouseminimumstatemulti (id, location_id, minimumstate, optimalorderquantity, createdate, updatedate, createuser, updateuser, entityversion) FROM stdin; @@ -28330,14 +26628,14 @@ COPY warehouseminimalstate_warehouseminimumstatemulti (id, location_id, minimums -- --- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('warehouseminimalstate_warehouseminimumstatemulti_id_seq', 1, false); -- --- Data for Name: workplans_columnforinputproducts; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_columnforinputproducts; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_columnforinputproducts (id, identifier, name, description, columnfiller, alignment, entityversion) FROM stdin; @@ -28353,14 +26651,14 @@ COPY workplans_columnforinputproducts (id, identifier, name, description, column -- --- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_columnforinputproducts_id_seq', 8, true); -- --- Data for Name: workplans_columnfororders; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_columnfororders; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_columnfororders (id, identifier, name, description, columnfiller, alignment, entityversion) FROM stdin; @@ -28374,14 +26672,14 @@ COPY workplans_columnfororders (id, identifier, name, description, columnfiller, -- --- Name: workplans_columnfororders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_columnfororders_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_columnfororders_id_seq', 6, true); -- --- Data for Name: workplans_columnforoutputproducts; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_columnforoutputproducts; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_columnforoutputproducts (id, identifier, name, description, columnfiller, alignment, entityversion) FROM stdin; @@ -28395,14 +26693,14 @@ COPY workplans_columnforoutputproducts (id, identifier, name, description, colum -- --- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_columnforoutputproducts_id_seq', 6, true); -- --- Data for Name: workplans_parameterinputcolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_parameterinputcolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_parameterinputcolumn (id, parameter_id, columnforinputproducts_id, succession, entityversion) FROM stdin; @@ -28416,14 +26714,14 @@ COPY workplans_parameterinputcolumn (id, parameter_id, columnforinputproducts_id -- --- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_parameterinputcolumn_id_seq', 6, true); -- --- Data for Name: workplans_parameterordercolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_parameterordercolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_parameterordercolumn (id, parameter_id, columnfororders_id, succession, entityversion) FROM stdin; @@ -28436,14 +26734,14 @@ COPY workplans_parameterordercolumn (id, parameter_id, columnfororders_id, succe -- --- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_parameterordercolumn_id_seq', 5, true); -- --- Data for Name: workplans_parameteroutputcolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_parameteroutputcolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_parameteroutputcolumn (id, parameter_id, columnforoutputproducts_id, succession, entityversion) FROM stdin; @@ -28457,14 +26755,14 @@ COPY workplans_parameteroutputcolumn (id, parameter_id, columnforoutputproducts_ -- --- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_parameteroutputcolumn_id_seq', 6, true); -- --- Data for Name: workplans_workplan; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_workplan; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_workplan (id, name, date, worker, generated, filename, type, dontprintordersinworkplans, active, ordersorting, inputproductcolumntosortby_id, entityversion) FROM stdin; @@ -28472,14 +26770,14 @@ COPY workplans_workplan (id, name, date, worker, generated, filename, type, dont -- --- Name: workplans_workplan_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_workplan_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_workplan_id_seq', 1, false); -- --- Data for Name: workplans_workplanordercolumn; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: workplans_workplanordercolumn; Type: TABLE DATA; Schema: public; Owner: - -- COPY workplans_workplanordercolumn (id, workplan_id, columnfororders_id, succession, entityversion) FROM stdin; @@ -28487,14 +26785,14 @@ COPY workplans_workplanordercolumn (id, workplan_id, columnfororders_id, success -- --- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('workplans_workplanordercolumn_id_seq', 1, false); -- --- Data for Name: zmbak_meatcuttingindicator; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_meatcuttingindicator; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_meatcuttingindicator (id, number, name, entityversion) FROM stdin; @@ -28502,14 +26800,14 @@ COPY zmbak_meatcuttingindicator (id, number, name, entityversion) FROM stdin; -- --- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_meatcuttingindicator_id_seq', 1, false); -- --- Data for Name: zmbak_meatcuttingindicatorcomponent; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_meatcuttingindicatorcomponent; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_meatcuttingindicatorcomponent (id, meatcuttingindicator_id, parent_id, product_id, nodenumber, priority, yieldindicator, entitytype, priceindicator, twinsdiscriminator, entityversion) FROM stdin; @@ -28517,14 +26815,14 @@ COPY zmbak_meatcuttingindicatorcomponent (id, meatcuttingindicator_id, parent_id -- --- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_meatcuttingindicatorcomponent_id_seq', 1, false); -- --- Data for Name: zmbak_parameter; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_parameter; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_parameter (id, slaughterlocation_id, freezerlocation_id, meatcuttinglocation_id, slaughteroperation_id, meatcuttingoperation_id, acceptableloss, errormargin, entityversion) FROM stdin; @@ -28532,14 +26830,14 @@ COPY zmbak_parameter (id, slaughterlocation_id, freezerlocation_id, meatcuttingl -- --- Name: zmbak_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_parameter_id_seq', 1, false); -- --- Data for Name: zmbak_tpcreport; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_tpcreport; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_tpcreport (id, name, datefrom, overhead, margin, dateto, entityversion) FROM stdin; @@ -28547,14 +26845,14 @@ COPY zmbak_tpcreport (id, name, datefrom, overhead, margin, dateto, entityversio -- --- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_tpcreport_id_seq', 1, false); -- --- Data for Name: zmbak_tpctable; Type: TABLE DATA; Schema: public; Owner: postgres +-- Data for Name: zmbak_tpctable; Type: TABLE DATA; Schema: public; Owner: - -- COPY zmbak_tpctable (id, product_id, quantity, price, date, entityversion) FROM stdin; @@ -28562,14 +26860,14 @@ COPY zmbak_tpctable (id, product_id, quantity, price, date, entityversion) FROM -- --- Name: zmbak_tpctable_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- Name: zmbak_tpctable_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('zmbak_tpctable_id_seq', 1, false); -- --- Name: advancedgenealogy_batch advancedgenealogy_batch_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch advancedgenealogy_batch_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batch @@ -28577,7 +26875,7 @@ ALTER TABLE ONLY advancedgenealogy_batch -- --- Name: advancedgenealogy_batchstatechange advancedgenealogy_batchlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange advancedgenealogy_batchlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batchstatechange @@ -28585,7 +26883,7 @@ ALTER TABLE ONLY advancedgenealogy_batchstatechange -- --- Name: advancedgenealogy_genealogyreport advancedgenealogy_genealogyreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport advancedgenealogy_genealogyreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_genealogyreport @@ -28593,7 +26891,7 @@ ALTER TABLE ONLY advancedgenealogy_genealogyreport -- --- Name: advancedgenealogy_trackingrecord advancedgenealogy_trackingrecord_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord advancedgenealogy_trackingrecord_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecord @@ -28601,7 +26899,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecord -- --- Name: advancedgenealogy_trackingrecordstatechange advancedgenealogy_trackingrecordlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange advancedgenealogy_trackingrecordlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange @@ -28609,7 +26907,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange -- --- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_usedbatchsimple @@ -28617,7 +26915,7 @@ ALTER TABLE ONLY advancedgenealogy_usedbatchsimple -- --- Name: advancedgenealogyfororders_genealogyproductinbatch advancedgenealogyfororders_genealogyproductinbatch_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch advancedgenealogyfororders_genealogyproductinbatch_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch @@ -28625,7 +26923,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch -- --- Name: advancedgenealogyfororders_genealogyproductincomponent advancedgenealogyfororders_genealogyproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent advancedgenealogyfororders_genealogyproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent @@ -28633,7 +26931,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -28641,7 +26939,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -28649,7 +26947,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshift_assignmenttoshiftreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshift_assignmenttoshiftreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport @@ -28657,7 +26955,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport -- --- Name: assignmenttoshift_assignmenttoshiftstatechange assignmenttoshift_assignmenttoshiftstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange assignmenttoshift_assignmenttoshiftstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange @@ -28665,7 +26963,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange -- --- Name: assignmenttoshift_multiassignmenttoshift assignmenttoshift_multiassignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift assignmenttoshift_multiassignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift @@ -28673,7 +26971,7 @@ ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift -- --- Name: assignmenttoshift_staffassignmenttoshift assignmenttoshift_staffassignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift assignmenttoshift_staffassignmenttoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -28681,7 +26979,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift avglaborcostcalcfororder_assignmentworkertoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift avglaborcostcalcfororder_assignmentworkertoshift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift @@ -28689,7 +26987,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder avglaborcostcalcfororder_avglaborcostcalcfororder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder avglaborcostcalcfororder_avglaborcostcalcfororder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder @@ -28697,7 +26995,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder -- --- Name: basic_additionalcode basic_additionalcode_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_additionalcode basic_additionalcode_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_additionalcode @@ -28705,7 +27003,7 @@ ALTER TABLE ONLY basic_additionalcode -- --- Name: basic_address basic_address_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_address basic_address_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_address @@ -28713,7 +27011,7 @@ ALTER TABLE ONLY basic_address -- --- Name: basic_assortment basic_assortment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_assortment basic_assortment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortment @@ -28721,7 +27019,7 @@ ALTER TABLE ONLY basic_assortment -- --- Name: basic_assortmentelement basic_assortmentelement_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_assortmentelement basic_assortmentelement_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortmentelement @@ -28729,7 +27027,7 @@ ALTER TABLE ONLY basic_assortmentelement -- --- Name: basic_company basic_company_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_company basic_company_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_company @@ -28737,7 +27035,7 @@ ALTER TABLE ONLY basic_company -- --- Name: basic_country basic_country_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_country basic_country_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_country @@ -28745,7 +27043,7 @@ ALTER TABLE ONLY basic_country -- --- Name: basic_crew basic_crew_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_crew basic_crew_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_crew @@ -28753,7 +27051,7 @@ ALTER TABLE ONLY basic_crew -- --- Name: basic_currency basic_currency_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_currency basic_currency_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_currency @@ -28761,7 +27059,7 @@ ALTER TABLE ONLY basic_currency -- --- Name: basic_division basic_division_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division basic_division_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -28769,7 +27067,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_factory basic_factory_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_factory basic_factory_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_factory @@ -28777,7 +27075,7 @@ ALTER TABLE ONLY basic_factory -- --- Name: basic_faulttype basic_faulttype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_faulttype basic_faulttype_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_faulttype @@ -28785,7 +27083,7 @@ ALTER TABLE ONLY basic_faulttype -- --- Name: basic_log basic_log_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_log basic_log_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_log @@ -28793,7 +27091,7 @@ ALTER TABLE ONLY basic_log -- --- Name: basic_palletnumber basic_palletnumber_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_palletnumber basic_palletnumber_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_palletnumber @@ -28801,7 +27099,7 @@ ALTER TABLE ONLY basic_palletnumber -- --- Name: basic_palletnumberhelper basic_palletnumberhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_palletnumberhelper basic_palletnumberhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_palletnumberhelper @@ -28809,7 +27107,7 @@ ALTER TABLE ONLY basic_palletnumberhelper -- --- Name: basic_parameter basic_parameter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter basic_parameter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -28817,7 +27115,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_product basic_product_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product basic_product_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -28825,7 +27123,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_reportcolumnwidth basic_reportcolumnwidth_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth basic_reportcolumnwidth_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_reportcolumnwidth @@ -28833,7 +27131,7 @@ ALTER TABLE ONLY basic_reportcolumnwidth -- --- Name: basic_shift basic_shift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_shift basic_shift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shift @@ -28841,7 +27139,7 @@ ALTER TABLE ONLY basic_shift -- --- Name: basic_shifttimetableexception basic_shifttimetableexception_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception basic_shifttimetableexception_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shifttimetableexception @@ -28849,7 +27147,7 @@ ALTER TABLE ONLY basic_shifttimetableexception -- --- Name: basic_staff basic_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff basic_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -28857,7 +27155,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: basic_subassembly basic_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassembly basic_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassembly @@ -28865,7 +27163,7 @@ ALTER TABLE ONLY basic_subassembly -- --- Name: basic_subassemblyattachment basic_subassemblyattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment basic_subassemblyattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblyattachment @@ -28873,7 +27171,7 @@ ALTER TABLE ONLY basic_subassemblyattachment -- --- Name: basic_subassemblytoworkstationhelper basic_subassemblytoworkstationhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper basic_subassemblytoworkstationhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblytoworkstationhelper @@ -28881,7 +27179,7 @@ ALTER TABLE ONLY basic_subassemblytoworkstationhelper -- --- Name: basic_substitute basic_substitute_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitute basic_substitute_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitute @@ -28889,7 +27187,7 @@ ALTER TABLE ONLY basic_substitute -- --- Name: basic_substitutecomponent basic_substitutecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent basic_substitutecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent @@ -28897,7 +27195,7 @@ ALTER TABLE ONLY basic_substitutecomponent -- --- Name: basic_workstation basic_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation basic_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -28905,7 +27203,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: basic_workstationattachment basic_workstationattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstationattachment basic_workstationattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationattachment @@ -28913,7 +27211,7 @@ ALTER TABLE ONLY basic_workstationattachment -- --- Name: basic_workstationtype basic_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstationtype basic_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationtype @@ -28921,7 +27219,7 @@ ALTER TABLE ONLY basic_workstationtype -- --- Name: basicproductioncounting_basicproductioncounting basicproductioncounting_basicproductioncounting_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting basicproductioncounting_basicproductioncounting_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_basicproductioncounting @@ -28929,7 +27227,7 @@ ALTER TABLE ONLY basicproductioncounting_basicproductioncounting -- --- Name: basicproductioncounting_productioncountingoperationrun basicproductioncounting_productioncountingoperationrun_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun basicproductioncounting_productioncountingoperationrun_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun @@ -28937,7 +27235,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun -- --- Name: basicproductioncounting_productioncountingquantity basicproductioncounting_productioncountingquantity_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity basicproductioncounting_productioncountingquantity_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -28945,7 +27243,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: cdnrcgoodfood_highestmasterordernum cdnrcgoodfood_highestmasterordernum_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cdnrcgoodfood_highestmasterordernum cdnrcgoodfood_highestmasterordernum_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cdnrcgoodfood_highestmasterordernum @@ -28953,7 +27251,7 @@ ALTER TABLE ONLY cdnrcgoodfood_highestmasterordernum -- --- Name: cmmsmachineparts_action cmmsmachineparts_action_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_action cmmsmachineparts_action_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_action @@ -28961,7 +27259,7 @@ ALTER TABLE ONLY cmmsmachineparts_action -- --- Name: cmmsmachineparts_actionforplannedevent cmmsmachineparts_actionforplannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent cmmsmachineparts_actionforplannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent @@ -28969,7 +27267,7 @@ ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent -- --- Name: cmmsmachineparts_eventattachment cmmsmachineparts_eventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment cmmsmachineparts_eventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_eventattachment @@ -28977,7 +27275,7 @@ ALTER TABLE ONLY cmmsmachineparts_eventattachment -- --- Name: cmmsmachineparts_machinepartattachment cmmsmachineparts_machinepartattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment cmmsmachineparts_machinepartattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartattachment @@ -28985,7 +27283,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartattachment -- --- Name: cmmsmachineparts_machinepartforevent cmmsmachineparts_machinepartforevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent cmmsmachineparts_machinepartforevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -28993,7 +27291,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_number_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_number_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -29001,7 +27299,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -29009,7 +27307,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceeventcontext cmmsmachineparts_maintenanceeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext cmmsmachineparts_maintenanceeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext @@ -29017,7 +27315,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext -- --- Name: cmmsmachineparts_maintenanceeventstatechange cmmsmachineparts_maintenanceeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange cmmsmachineparts_maintenanceeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange @@ -29025,7 +27323,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange -- --- Name: cmmsmachineparts_maintenanceeventxlshelper cmmsmachineparts_maintenanceeventxlshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventxlshelper cmmsmachineparts_maintenanceeventxlshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventxlshelper @@ -29033,7 +27331,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventxlshelper -- --- Name: cmmsmachineparts_plannedevent cmmsmachineparts_plannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent cmmsmachineparts_plannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -29041,7 +27339,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedeventattachment cmmsmachineparts_plannedeventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment cmmsmachineparts_plannedeventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment @@ -29049,7 +27347,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment -- --- Name: cmmsmachineparts_plannedeventcontext cmmsmachineparts_plannedeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext cmmsmachineparts_plannedeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext @@ -29057,7 +27355,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext -- --- Name: cmmsmachineparts_plannedeventrealization cmmsmachineparts_plannedeventrealization_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization cmmsmachineparts_plannedeventrealization_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization @@ -29065,7 +27363,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization -- --- Name: cmmsmachineparts_plannedeventstatechange cmmsmachineparts_plannedeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange cmmsmachineparts_plannedeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange @@ -29073,7 +27371,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange -- --- Name: cmmsmachineparts_plannedeventxlshelper cmmsmachineparts_plannedeventxlshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventxlshelper cmmsmachineparts_plannedeventxlshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventxlshelper @@ -29081,7 +27379,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventxlshelper -- --- Name: cmmsmachineparts_sourcecost cmmsmachineparts_sourcecost_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost cmmsmachineparts_sourcecost_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecost @@ -29089,7 +27387,7 @@ ALTER TABLE ONLY cmmsmachineparts_sourcecost -- --- Name: cmmsmachineparts_sourcecostreportfilter cmmsmachineparts_sourcecostreportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter cmmsmachineparts_sourcecostreportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter @@ -29097,7 +27395,7 @@ ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter -- --- Name: cmmsmachineparts_staffworktime cmmsmachineparts_staffworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime cmmsmachineparts_staffworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_staffworktime @@ -29105,7 +27403,7 @@ ALTER TABLE ONLY cmmsmachineparts_staffworktime -- --- Name: cmmsmachineparts_timeusagereportfilter cmmsmachineparts_timeusagereportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_timeusagereportfilter cmmsmachineparts_timeusagereportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_timeusagereportfilter @@ -29113,7 +27411,7 @@ ALTER TABLE ONLY cmmsmachineparts_timeusagereportfilter -- --- Name: cmmsscheduler_actionforrecurringevent cmmsscheduler_actionforrecurringevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent cmmsscheduler_actionforrecurringevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent @@ -29121,7 +27419,7 @@ ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent -- --- Name: cmmsscheduler_recurringevent cmmsscheduler_recurringevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent cmmsscheduler_recurringevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -29129,7 +27427,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringeventattachment cmmsscheduler_recurringeventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment cmmsscheduler_recurringeventattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventattachment @@ -29137,7 +27435,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventattachment -- --- Name: cmmsscheduler_recurringeventcontext cmmsscheduler_recurringeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext cmmsscheduler_recurringeventcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventcontext @@ -29145,7 +27443,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventcontext -- --- Name: cmmsscheduler_recurringeventstatechange cmmsscheduler_recurringeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange cmmsscheduler_recurringeventstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange @@ -29153,7 +27451,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange -- --- Name: costcalculation_componentcost costcalculation_componentcost_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost costcalculation_componentcost_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_componentcost @@ -29161,7 +27459,7 @@ ALTER TABLE ONLY costcalculation_componentcost -- --- Name: costcalculation_costcalculation costcalculation_costcalculation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation costcalculation_costcalculation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -29169,7 +27467,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costnormsforoperation_calculationoperationcomponent costnormsforoperation_calculationoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent costnormsforoperation_calculationoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -29177,7 +27475,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp @@ -29185,7 +27483,7 @@ ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp -- --- Name: deliveries_columnfordeliveries deliveries_columnfordeliveries_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries deliveries_columnfordeliveries_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfordeliveries @@ -29193,7 +27491,7 @@ ALTER TABLE ONLY deliveries_columnfordeliveries -- --- Name: deliveries_columnfororders deliveries_columnfororders_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders deliveries_columnfororders_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfororders @@ -29201,7 +27499,7 @@ ALTER TABLE ONLY deliveries_columnfororders -- --- Name: deliveries_companyproduct deliveries_companyproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct deliveries_companyproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproduct @@ -29209,7 +27507,7 @@ ALTER TABLE ONLY deliveries_companyproduct -- --- Name: deliveries_companyproductsfamily deliveries_companyproductsfamily_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily deliveries_companyproductsfamily_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproductsfamily @@ -29217,7 +27515,7 @@ ALTER TABLE ONLY deliveries_companyproductsfamily -- --- Name: deliveries_deliveredproduct deliveries_deliveredproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveries_deliveredproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -29225,7 +27523,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproductmulti deliveries_deliveredproductmulti_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti deliveries_deliveredproductmulti_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti @@ -29233,7 +27531,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmulti -- --- Name: deliveries_deliveredproductmultiposition deliveries_deliveredproductmultiposition_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveries_deliveredproductmultiposition_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -29241,7 +27539,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductreservation deliveries_deliveredproductreservation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation deliveries_deliveredproductreservation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductreservation @@ -29249,7 +27547,7 @@ ALTER TABLE ONLY deliveries_deliveredproductreservation -- --- Name: deliveries_delivery deliveries_delivery_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_delivery deliveries_delivery_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery @@ -29257,7 +27555,7 @@ ALTER TABLE ONLY deliveries_delivery -- --- Name: deliveries_deliveryattachment deliveries_deliveryattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment deliveries_deliveryattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveryattachment @@ -29265,7 +27563,7 @@ ALTER TABLE ONLY deliveries_deliveryattachment -- --- Name: deliveries_deliverybypallettypereport deliveries_deliverybypallettypereport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliverybypallettypereport deliveries_deliverybypallettypereport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverybypallettypereport @@ -29273,7 +27571,7 @@ ALTER TABLE ONLY deliveries_deliverybypallettypereport -- --- Name: deliveries_deliverystatechange deliveries_deliverystatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange deliveries_deliverystatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverystatechange @@ -29281,7 +27579,7 @@ ALTER TABLE ONLY deliveries_deliverystatechange -- --- Name: deliveries_orderedproduct deliveries_orderedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct deliveries_orderedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -29289,7 +27587,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_orderedproductreservation deliveries_orderedproductreservation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation deliveries_orderedproductreservation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproductreservation @@ -29297,7 +27595,7 @@ ALTER TABLE ONLY deliveries_orderedproductreservation -- --- Name: deliveries_parameterdeliveryordercolumn deliveries_parameterdeliveryordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn deliveries_parameterdeliveryordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn @@ -29305,7 +27603,7 @@ ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn -- --- Name: materialflowresources_document document_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -29313,7 +27611,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: ebr_ebr ebr_ebr_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -29321,7 +27619,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebrstatechange ebr_ebrstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange ebr_ebrstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebrstatechange @@ -29329,7 +27627,7 @@ ALTER TABLE ONLY ebr_ebrstatechange -- --- Name: ebr_formula ebr_formula_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_formula ebr_formula_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_formula @@ -29337,7 +27635,7 @@ ALTER TABLE ONLY ebr_formula -- --- Name: ebr_instruction ebr_instruction_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instruction ebr_instruction_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instruction @@ -29345,7 +27643,7 @@ ALTER TABLE ONLY ebr_instruction -- --- Name: ebr_instructionstatechange ebr_instructionstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange ebr_instructionstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instructionstatechange @@ -29353,7 +27651,7 @@ ALTER TABLE ONLY ebr_instructionstatechange -- --- Name: emailnotifications_staffnotification emailnotifications_staffnotification_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification emailnotifications_staffnotification_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification @@ -29361,7 +27659,7 @@ ALTER TABLE ONLY emailnotifications_staffnotification -- --- Name: efcsimple_enovaimportedorder enovafileconnector_enovaimportedorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorder enovafileconnector_enovaimportedorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorder @@ -29369,7 +27667,7 @@ ALTER TABLE ONLY efcsimple_enovaimportedorder -- --- Name: efcsimple_enovaimportedorderproduct enovafileconnector_enovaimportedorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct enovafileconnector_enovaimportedorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorderproduct @@ -29377,7 +27675,7 @@ ALTER TABLE ONLY efcsimple_enovaimportedorderproduct -- --- Name: efcsimple_enovaimportedproduct enovafileconnector_enovaimportedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedproduct enovafileconnector_enovaimportedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedproduct @@ -29385,7 +27683,15 @@ ALTER TABLE ONLY efcsimple_enovaimportedproduct -- --- Name: esilco_printdocuments esilco_printdocuments_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: esilco_importpositionerror esilco_importpositionerror_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY esilco_importpositionerror + ADD CONSTRAINT esilco_importpositionerror_pkey PRIMARY KEY (id); + + +-- +-- Name: esilco_printdocuments esilco_printdocuments_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY esilco_printdocuments @@ -29393,7 +27699,7 @@ ALTER TABLE ONLY esilco_printdocuments -- --- Name: goodfood_confectionadditionalinputproduct goodfood_confectionadditionalinputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct goodfood_confectionadditionalinputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct @@ -29401,7 +27707,7 @@ ALTER TABLE ONLY goodfood_confectionadditionalinputproduct -- --- Name: goodfood_confectioncontext goodfood_confectioncontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext goodfood_confectioncontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext @@ -29409,7 +27715,7 @@ ALTER TABLE ONLY goodfood_confectioncontext -- --- Name: goodfood_confectioninputproduct goodfood_confectioninputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct goodfood_confectioninputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct @@ -29417,7 +27723,7 @@ ALTER TABLE ONLY goodfood_confectioninputproduct -- --- Name: goodfood_confectionprotocol goodfood_confectionprotocol_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol goodfood_confectionprotocol_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -29425,7 +27731,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_confectionprotocol goodfood_confectionprotocol_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol goodfood_confectionprotocol_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -29433,7 +27739,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_confectionprotocolcorrect goodfood_confectionprotocolcorrect_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect goodfood_confectionprotocolcorrect_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolcorrect @@ -29441,7 +27747,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolcorrect -- --- Name: goodfood_confectionprotocolstatechange goodfood_confectionprotocolstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange goodfood_confectionprotocolstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolstatechange @@ -29449,7 +27755,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolstatechange -- --- Name: goodfood_confectionremainderinputproduct goodfood_confectionremainderinputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct goodfood_confectionremainderinputproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionremainderinputproduct @@ -29457,7 +27763,7 @@ ALTER TABLE ONLY goodfood_confectionremainderinputproduct -- --- Name: goodfood_confectionstaff goodfood_confectionstaff_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff goodfood_confectionstaff_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionstaff @@ -29465,7 +27771,7 @@ ALTER TABLE ONLY goodfood_confectionstaff -- --- Name: goodfood_eventlog goodfood_eventlog_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_eventlog goodfood_eventlog_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_eventlog @@ -29473,7 +27779,7 @@ ALTER TABLE ONLY goodfood_eventlog -- --- Name: goodfood_extrusionaddedingrediententry goodfood_extrusionaddedingrediententry_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry goodfood_extrusionaddedingrediententry_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry @@ -29481,7 +27787,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedingrediententry -- --- Name: goodfood_extrusionaddedmixentry goodfood_extrusionaddedmixentry_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry goodfood_extrusionaddedmixentry_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry @@ -29489,7 +27795,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedmixentry -- --- Name: goodfood_extrusioncontext goodfood_extrusioncontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext goodfood_extrusioncontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext @@ -29497,7 +27803,7 @@ ALTER TABLE ONLY goodfood_extrusioncontext -- --- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -29505,7 +27811,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -29513,7 +27819,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: goodfood_extrusionprotocolcorrect goodfood_extrusionprotocolcorrect_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect goodfood_extrusionprotocolcorrect_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolcorrect @@ -29521,7 +27827,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolcorrect -- --- Name: goodfood_extrusionprotocolstatechange goodfood_extrusionprotocolstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange goodfood_extrusionprotocolstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolstatechange @@ -29529,7 +27835,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolstatechange -- --- Name: goodfood_extrusionsouse goodfood_extrusionsouse_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse goodfood_extrusionsouse_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionsouse @@ -29537,7 +27843,7 @@ ALTER TABLE ONLY goodfood_extrusionsouse -- --- Name: goodfood_extrusiontakenoffmixentry goodfood_extrusiontakenoffmixentry_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry goodfood_extrusiontakenoffmixentry_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry @@ -29545,7 +27851,7 @@ ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry -- --- Name: goodfood_goodfoodreport goodfood_goodfoodreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_goodfoodreport goodfood_goodfoodreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_goodfoodreport @@ -29553,7 +27859,7 @@ ALTER TABLE ONLY goodfood_goodfoodreport -- --- Name: goodfood_label goodfood_label_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label goodfood_label_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -29561,7 +27867,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_labelstatechange goodfood_labelstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange goodfood_labelstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_labelstatechange @@ -29569,7 +27875,7 @@ ALTER TABLE ONLY goodfood_labelstatechange -- --- Name: goodfood_pallet goodfood_pallet_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet goodfood_pallet_externalnumber_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -29577,7 +27883,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_pallet goodfood_pallet_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet goodfood_pallet_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -29585,7 +27891,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_palletcontext goodfood_palletcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext goodfood_palletcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletcontext @@ -29593,7 +27899,7 @@ ALTER TABLE ONLY goodfood_palletcontext -- --- Name: goodfood_palletstatechange goodfood_palletstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange goodfood_palletstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletstatechange @@ -29601,7 +27907,7 @@ ALTER TABLE ONLY goodfood_palletstatechange -- --- Name: goodfood_printedlabel goodfood_printedlabel_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel goodfood_printedlabel_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel @@ -29609,7 +27915,7 @@ ALTER TABLE ONLY goodfood_printedlabel -- --- Name: goodfood_ssccnumber goodfood_ssccnumber_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_ssccnumber goodfood_ssccnumber_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_ssccnumber @@ -29617,7 +27923,7 @@ ALTER TABLE ONLY goodfood_ssccnumber -- --- Name: integrationbartender_printlabelshelper integrationbartender_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper integrationbartender_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_printlabelshelper @@ -29625,7 +27931,7 @@ ALTER TABLE ONLY integrationbartender_printlabelshelper -- --- Name: integrationbartender_sendtoprint integrationbartender_sendtoprint_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint integrationbartender_sendtoprint_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_sendtoprint @@ -29633,7 +27939,7 @@ ALTER TABLE ONLY integrationbartender_sendtoprint -- --- Name: integrationbaselinker_baselinkerparameters integrationbaselinker_baselinkerparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters integrationbaselinker_baselinkerparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_baselinkerparameters @@ -29641,7 +27947,7 @@ ALTER TABLE ONLY integrationbaselinker_baselinkerparameters -- --- Name: integrationbaselinker_statusesfordocument integrationbaselinker_statusesfordocument_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument integrationbaselinker_statusesfordocument_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesfordocument @@ -29649,7 +27955,7 @@ ALTER TABLE ONLY integrationbaselinker_statusesfordocument -- --- Name: integrationbaselinker_statusesformasterorder integrationbaselinker_statusesformasterorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder integrationbaselinker_statusesformasterorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesformasterorder @@ -29657,7 +27963,7 @@ ALTER TABLE ONLY integrationbaselinker_statusesformasterorder -- --- Name: jointable_action_subassembly jointable_action_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_subassembly jointable_action_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_subassembly @@ -29665,7 +27971,7 @@ ALTER TABLE ONLY jointable_action_subassembly -- --- Name: jointable_action_workstation jointable_action_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstation jointable_action_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstation @@ -29673,7 +27979,7 @@ ALTER TABLE ONLY jointable_action_workstation -- --- Name: jointable_action_workstationtype jointable_action_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstationtype jointable_action_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstationtype @@ -29681,7 +27987,7 @@ ALTER TABLE ONLY jointable_action_workstationtype -- --- Name: jointable_anomaly_anomalyreason jointable_anomaly_anomalyreason_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_anomaly_anomalyreason jointable_anomaly_anomalyreason_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_anomaly_anomalyreason @@ -29689,7 +27995,7 @@ ALTER TABLE ONLY jointable_anomaly_anomalyreason -- --- Name: jointable_company_negotiation jointable_company_negotiation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_negotiation jointable_company_negotiation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_negotiation @@ -29697,7 +28003,7 @@ ALTER TABLE ONLY jointable_company_negotiation -- --- Name: jointable_company_operation jointable_company_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operation jointable_company_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operation @@ -29705,7 +28011,7 @@ ALTER TABLE ONLY jointable_company_operation -- --- Name: jointable_company_operationgroup jointable_company_operationgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operationgroup jointable_company_operationgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operationgroup @@ -29713,7 +28019,7 @@ ALTER TABLE ONLY jointable_company_operationgroup -- --- Name: jointable_company_subassembly jointable_company_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_subassembly jointable_company_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_subassembly @@ -29721,7 +28027,7 @@ ALTER TABLE ONLY jointable_company_subassembly -- --- Name: jointable_company_workstation jointable_company_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_workstation jointable_company_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_workstation @@ -29729,7 +28035,7 @@ ALTER TABLE ONLY jointable_company_workstation -- --- Name: jointable_coverageorderhelper_orderdto jointable_coverageorderhelper_orderdto_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_coverageorderhelper_orderdto jointable_coverageorderhelper_orderdto_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_coverageorderhelper_orderdto @@ -29737,7 +28043,7 @@ ALTER TABLE ONLY jointable_coverageorderhelper_orderdto -- --- Name: jointable_division_productionline jointable_division_productionline_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_division_productionline jointable_division_productionline_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_division_productionline @@ -29745,7 +28051,7 @@ ALTER TABLE ONLY jointable_division_productionline -- --- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_subassembly @@ -29753,7 +28059,7 @@ ALTER TABLE ONLY jointable_faulttype_subassembly -- --- Name: jointable_faulttype_workstation jointable_faulttype_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstation jointable_faulttype_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstation @@ -29761,7 +28067,7 @@ ALTER TABLE ONLY jointable_faulttype_workstation -- --- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstationtype @@ -29769,7 +28075,7 @@ ALTER TABLE ONLY jointable_faulttype_workstationtype -- --- Name: jointable_group_role jointable_group_role_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_group_role jointable_group_role_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_group_role @@ -29777,7 +28083,7 @@ ALTER TABLE ONLY jointable_group_role -- --- Name: jointable_instruction_workstation jointable_instruction_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_instruction_workstation jointable_instruction_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_instruction_workstation @@ -29785,7 +28091,7 @@ ALTER TABLE ONLY jointable_instruction_workstation -- --- Name: jointable_issue_productstoissuehelper jointable_issue_productstoissuehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_issue_productstoissuehelper jointable_issue_productstoissuehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_issue_productstoissuehelper @@ -29793,7 +28099,7 @@ ALTER TABLE ONLY jointable_issue_productstoissuehelper -- --- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_label_printlabelshelper @@ -29801,7 +28107,7 @@ ALTER TABLE ONLY jointable_label_printlabelshelper -- --- Name: jointable_materialrequirement_order jointable_materialrequirement_order_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_materialrequirement_order jointable_materialrequirement_order_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_materialrequirement_order @@ -29809,7 +28115,7 @@ ALTER TABLE ONLY jointable_materialrequirement_order -- --- Name: jointable_multiassignmenttoshift_staff jointable_multiassignmenttoshift_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_multiassignmenttoshift_staff jointable_multiassignmenttoshift_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_multiassignmenttoshift_staff @@ -29817,7 +28123,7 @@ ALTER TABLE ONLY jointable_multiassignmenttoshift_staff -- --- Name: jointable_operation_workstation jointable_operation_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_operation_workstation jointable_operation_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_operation_workstation @@ -29825,7 +28131,7 @@ ALTER TABLE ONLY jointable_operation_workstation -- --- Name: jointable_order_printlabelshelper jointable_order_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_printlabelshelper jointable_order_printlabelshelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_printlabelshelper @@ -29833,7 +28139,7 @@ ALTER TABLE ONLY jointable_order_printlabelshelper -- --- Name: jointable_order_workplan jointable_order_workplan_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_workplan jointable_order_workplan_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_workplan @@ -29841,7 +28147,7 @@ ALTER TABLE ONLY jointable_order_workplan -- --- Name: jointable_palletnumber_palletnumberhelper jointable_palletnumber_palletnumberhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_palletnumber_palletnumberhelper jointable_palletnumber_palletnumberhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper @@ -29849,7 +28155,7 @@ ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper -- --- Name: jointable_plannedevent_plannedevent jointable_plannedevent_plannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_plannedevent jointable_plannedevent_plannedevent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_plannedevent @@ -29857,7 +28163,7 @@ ALTER TABLE ONLY jointable_plannedevent_plannedevent -- --- Name: jointable_plannedevent_staff jointable_plannedevent_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_staff jointable_plannedevent_staff_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_staff @@ -29865,7 +28171,7 @@ ALTER TABLE ONLY jointable_plannedevent_staff -- --- Name: jointable_printlabelshelper_printedlabel jointable_printlabelshelper_printedlabel_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_printlabelshelper_printedlabel jointable_printlabelshelper_printedlabel_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_printlabelshelper_printedlabel @@ -29873,7 +28179,7 @@ ALTER TABLE ONLY jointable_printlabelshelper_printedlabel -- --- Name: jointable_product_warehouseminimumstatemulti jointable_product_warehouseminimumstatemulti_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_product_warehouseminimumstatemulti jointable_product_warehouseminimumstatemulti_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti @@ -29881,7 +28187,7 @@ ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti -- --- Name: jointable_productionline_shift jointable_productionline_shift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_shift jointable_productionline_shift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_shift @@ -29889,7 +28195,7 @@ ALTER TABLE ONLY jointable_productionline_shift -- --- Name: jointable_productionline_technology jointable_productionline_technology_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technology jointable_productionline_technology_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technology @@ -29897,7 +28203,7 @@ ALTER TABLE ONLY jointable_productionline_technology -- --- Name: jointable_productionline_technologygroup jointable_productionline_technologygroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technologygroup jointable_productionline_technologygroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technologygroup @@ -29905,7 +28211,7 @@ ALTER TABLE ONLY jointable_productionline_technologygroup -- --- Name: jointable_recipe_workstation jointable_recipe_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_recipe_workstation jointable_recipe_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_recipe_workstation @@ -29913,7 +28219,7 @@ ALTER TABLE ONLY jointable_recipe_workstation -- --- Name: jointable_staff_timeusagereportfilter jointable_staff_timeusagereportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_staff_timeusagereportfilter jointable_staff_timeusagereportfilter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_staff_timeusagereportfilter @@ -29921,7 +28227,7 @@ ALTER TABLE ONLY jointable_staff_timeusagereportfilter -- --- Name: jointable_technologyoperationcomponent_workstation jointable_technologyoperationcomponent_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_technologyoperationcomponent_workstation jointable_technologyoperationcomponent_workstation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation @@ -29929,7 +28235,7 @@ ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_linechangeovernorms_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_linechangeovernorms_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -29937,7 +28243,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: masterorders_masterorder masterorders_masterorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder masterorders_masterorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -29945,7 +28251,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: masterorders_masterorderdefinition masterorders_masterorderdefinition_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition masterorders_masterorderdefinition_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderdefinition @@ -29953,7 +28259,7 @@ ALTER TABLE ONLY masterorders_masterorderdefinition -- --- Name: masterorders_masterorderproduct masterorders_masterorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct masterorders_masterorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct @@ -29961,7 +28267,7 @@ ALTER TABLE ONLY masterorders_masterorderproduct -- --- Name: materialflow_location materialflow_location_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_location materialflow_location_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_location @@ -29969,7 +28275,7 @@ ALTER TABLE ONLY materialflow_location -- --- Name: materialflow_materialsinlocation materialflow_materialsinlocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocation materialflow_materialsinlocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocation @@ -29977,7 +28283,7 @@ ALTER TABLE ONLY materialflow_materialsinlocation -- --- Name: materialflow_materialsinlocationcomponent materialflow_materialsinstockareascomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent materialflow_materialsinstockareascomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocationcomponent @@ -29985,7 +28291,7 @@ ALTER TABLE ONLY materialflow_materialsinlocationcomponent -- --- Name: materialflow_stockcorrection materialflow_stockcorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection materialflow_stockcorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection @@ -29993,7 +28299,7 @@ ALTER TABLE ONLY materialflow_stockcorrection -- --- Name: materialflow_transfer materialflow_transfer_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer materialflow_transfer_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -30001,7 +28307,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transformations materialflow_transformations_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations materialflow_transformations_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -30009,7 +28315,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: materialflow_userlocation materialflow_userlocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_userlocation materialflow_userlocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_userlocation @@ -30017,7 +28323,7 @@ ALTER TABLE ONLY materialflow_userlocation -- --- Name: materialflowmultitransfers_productquantity materialflowmultitransfers_productquantity_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity materialflowmultitransfers_productquantity_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_productquantity @@ -30025,7 +28331,7 @@ ALTER TABLE ONLY materialflowmultitransfers_productquantity -- --- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate @@ -30033,7 +28339,7 @@ ALTER TABLE ONLY materialflowmultitransfers_transfertemplate -- --- Name: materialflowresources_attribute materialflowresources_attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute materialflowresources_attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attribute @@ -30041,7 +28347,7 @@ ALTER TABLE ONLY materialflowresources_attribute -- --- Name: materialflowresources_attributevalue materialflowresources_attributevalue_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue materialflowresources_attributevalue_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue @@ -30049,7 +28355,7 @@ ALTER TABLE ONLY materialflowresources_attributevalue -- --- Name: materialflowresources_costnormsgenerator materialflowresources_costnormsgenerator_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormsgenerator materialflowresources_costnormsgenerator_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormsgenerator @@ -30057,7 +28363,7 @@ ALTER TABLE ONLY materialflowresources_costnormsgenerator -- --- Name: materialflowresources_costnormslocation materialflowresources_costnormslocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation materialflowresources_costnormslocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormslocation @@ -30065,7 +28371,7 @@ ALTER TABLE ONLY materialflowresources_costnormslocation -- --- Name: materialflowresources_document materialflowresources_document_number_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document materialflowresources_document_number_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -30073,7 +28379,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_documentpositionparameters materialflowresources_documentpositionparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparameters materialflowresources_documentpositionparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparameters @@ -30081,7 +28387,7 @@ ALTER TABLE ONLY materialflowresources_documentpositionparameters -- --- Name: materialflowresources_documentpositionparametersitem materialflowresources_documentpositionparametersitem_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem materialflowresources_documentpositionparametersitem_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparametersitem @@ -30089,7 +28395,7 @@ ALTER TABLE ONLY materialflowresources_documentpositionparametersitem -- --- Name: materialflowresources_palletbalance materialflowresources_palletbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_palletbalance materialflowresources_palletbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_palletbalance @@ -30097,7 +28403,7 @@ ALTER TABLE ONLY materialflowresources_palletbalance -- --- Name: materialflowresources_palletmovehelper materialflowresources_palletmovehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_palletmovehelper materialflowresources_palletmovehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_palletmovehelper @@ -30105,7 +28411,7 @@ ALTER TABLE ONLY materialflowresources_palletmovehelper -- --- Name: materialflowresources_productstoragelocationhistory materialflowresources_productstoragelocationhistory_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory materialflowresources_productstoragelocationhistory_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -30113,7 +28419,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: materialflowresources_reservation materialflowresources_reservation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation materialflowresources_reservation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -30121,7 +28427,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_resource materialflowresources_resource_number_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource materialflowresources_resource_number_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -30129,7 +28435,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource materialflowresources_resource_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource materialflowresources_resource_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -30137,7 +28443,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resourcecorrection materialflowresources_resourcecorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection materialflowresources_resourcecorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -30145,7 +28451,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcestock materialflowresources_resourcestock_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock materialflowresources_resourcestock_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcestock @@ -30153,7 +28459,7 @@ ALTER TABLE ONLY materialflowresources_resourcestock -- --- Name: materialflowresources_storagelocation materialflowresources_storagelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation materialflowresources_storagelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocation @@ -30161,7 +28467,7 @@ ALTER TABLE ONLY materialflowresources_storagelocation -- --- Name: materialflowresources_storagelocationhelper materialflowresources_storagelocationhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper materialflowresources_storagelocationhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhelper @@ -30169,7 +28475,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhelper -- --- Name: materialflowresources_storagelocationhistory materialflowresources_storagelocationhistory_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory materialflowresources_storagelocationhistory_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory @@ -30177,7 +28483,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhistory -- --- Name: materialrequirementcoveragefororder_columnforcoveragesfororder materialrequirementcoveragefororder_columnforcoveragesforo_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_columnforcoveragesfororder materialrequirementcoveragefororder_columnforcoveragesforo_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_columnforcoveragesfororder @@ -30185,7 +28491,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_columnforcoveragesfororder -- --- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoveragefororder_coveragefororder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoveragefororder_coveragefororder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder @@ -30193,7 +28499,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder -- --- Name: materialrequirementcoveragefororder_coveragelocation materialrequirementcoveragefororder_coveragelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation materialrequirementcoveragefororder_coveragelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation @@ -30201,7 +28507,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation -- --- Name: materialrequirementcoveragefororder_coverageproduct materialrequirementcoveragefororder_coverageproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct materialrequirementcoveragefororder_coverageproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct @@ -30209,7 +28515,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct -- --- Name: materialrequirementcoveragefororder_coverageproductlogging materialrequirementcoveragefororder_coverageproductlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging materialrequirementcoveragefororder_coverageproductlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -30217,7 +28523,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: materialrequirements_materialrequirement materialrequirements_materialrequirement_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirements_materialrequirement materialrequirements_materialrequirement_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirements_materialrequirement @@ -30225,7 +28531,7 @@ ALTER TABLE ONLY materialrequirements_materialrequirement -- --- Name: nblsport_fabric nblsport_fabric_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_fabric nblsport_fabric_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_fabric @@ -30233,7 +28539,7 @@ ALTER TABLE ONLY nblsport_fabric -- --- Name: nblsport_overhead nblsport_overhead_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_overhead nblsport_overhead_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_overhead @@ -30241,7 +28547,7 @@ ALTER TABLE ONLY nblsport_overhead -- --- Name: nutritionfacts_nutrientcalculation nutrientcalculation_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation nutrientcalculation_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrientcalculation @@ -30249,7 +28555,7 @@ ALTER TABLE ONLY nutritionfacts_nutrientcalculation -- --- Name: nutritionfacts_nutrition nutrition_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition nutrition_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrition @@ -30257,7 +28563,7 @@ ALTER TABLE ONLY nutritionfacts_nutrition -- --- Name: nutritionfacts_nutritionelement nutritionelement_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement nutritionelement_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement @@ -30265,7 +28571,7 @@ ALTER TABLE ONLY nutritionfacts_nutritionelement -- --- Name: nutritionfacts_prototypeproduct nutritionfacts_prototypeproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproduct nutritionfacts_prototypeproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproduct @@ -30273,7 +28579,7 @@ ALTER TABLE ONLY nutritionfacts_prototypeproduct -- --- Name: nutritionfacts_prototypeproductcomponent nutritionfacts_prototypeproductcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent nutritionfacts_prototypeproductcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent @@ -30281,7 +28587,7 @@ ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent -- --- Name: nutritionfacts_nutritiongroup nutritiongroup_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritiongroup nutritiongroup_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritiongroup @@ -30289,7 +28595,7 @@ ALTER TABLE ONLY nutritionfacts_nutritiongroup -- --- Name: operationaltasks_operationaltask operationaltasks_operationaltask_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask operationaltasks_operationaltask_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask @@ -30297,7 +28603,7 @@ ALTER TABLE ONLY operationaltasks_operationaltask -- --- Name: operationaltasksfororders_techopercompoperationaltask operationaltasksfororders_techopercompoperationaltask_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask operationaltasksfororders_techopercompoperationaltask_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask @@ -30305,7 +28611,7 @@ ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask -- --- Name: orders_formula orders_formula_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_formula orders_formula_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_formula @@ -30313,7 +28619,7 @@ ALTER TABLE ONLY orders_formula -- --- Name: orders_instruction orders_instruction_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_instruction orders_instruction_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_instruction @@ -30321,7 +28627,7 @@ ALTER TABLE ONLY orders_instruction -- --- Name: orders_material orders_material_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_material orders_material_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material @@ -30329,7 +28635,7 @@ ALTER TABLE ONLY orders_material -- --- Name: orders_materialforinstruction orders_materialforinstruction_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction orders_materialforinstruction_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_materialforinstruction @@ -30337,7 +28643,7 @@ ALTER TABLE ONLY orders_materialforinstruction -- --- Name: orders_mbrstatechange orders_mbrstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange orders_mbrstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_mbrstatechange @@ -30345,7 +28651,7 @@ ALTER TABLE ONLY orders_mbrstatechange -- --- Name: orders_order orders_order_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order orders_order_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -30353,7 +28659,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_ordercategorycolor orders_ordercategorycolor_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor orders_ordercategorycolor_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_ordercategorycolor @@ -30361,7 +28667,7 @@ ALTER TABLE ONLY orders_ordercategorycolor -- --- Name: orders_orderstatechange orders_orderstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_orderstatechange orders_orderstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_orderstatechange @@ -30369,7 +28675,7 @@ ALTER TABLE ONLY orders_orderstatechange -- --- Name: orders_reasontypecorrectiondatefrom orders_reasontypecorrectiondatefrom_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom orders_reasontypecorrectiondatefrom_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondatefrom @@ -30377,7 +28683,7 @@ ALTER TABLE ONLY orders_reasontypecorrectiondatefrom -- --- Name: orders_reasontypecorrectiondateto orders_reasontypecorrectiondateto_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto orders_reasontypecorrectiondateto_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondateto @@ -30385,7 +28691,7 @@ ALTER TABLE ONLY orders_reasontypecorrectiondateto -- --- Name: orders_reasontypedeviationeffectiveend orders_reasontypedeviationeffectiveend_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend orders_reasontypedeviationeffectiveend_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectiveend @@ -30393,7 +28699,7 @@ ALTER TABLE ONLY orders_reasontypedeviationeffectiveend -- --- Name: orders_reasontypedeviationeffectivestart orders_reasontypedeviationeffectivestart_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart orders_reasontypedeviationeffectivestart_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectivestart @@ -30401,7 +28707,7 @@ ALTER TABLE ONLY orders_reasontypedeviationeffectivestart -- --- Name: orders_reasontypeofchangingorderstate orders_reasontypeofchangingorderstate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate orders_reasontypeofchangingorderstate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypeofchangingorderstate @@ -30409,7 +28715,7 @@ ALTER TABLE ONLY orders_reasontypeofchangingorderstate -- --- Name: orders_recipe orders_recipe_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_recipe orders_recipe_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_recipe @@ -30417,7 +28723,7 @@ ALTER TABLE ONLY orders_recipe -- --- Name: orders_typeofcorrectioncauses orders_typeofcorrectioncauses_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses orders_typeofcorrectioncauses_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_typeofcorrectioncauses @@ -30425,7 +28731,7 @@ ALTER TABLE ONLY orders_typeofcorrectioncauses -- --- Name: ordersforsubproductsgeneration_suborders ordersforsubproductsgeneration_suborders_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders ordersforsubproductsgeneration_suborders_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersforsubproductsgeneration_suborders @@ -30433,7 +28739,7 @@ ALTER TABLE ONLY ordersforsubproductsgeneration_suborders -- --- Name: ordersgantt_ordersganttparameters ordersgantt_ordersganttparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgantt_ordersganttparameters ordersgantt_ordersganttparameters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgantt_ordersganttparameters @@ -30441,7 +28747,7 @@ ALTER TABLE ONLY ordersgantt_ordersganttparameters -- --- Name: ordersgroups_ordersgroup ordersgroups_ordersgroup_number_unique; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroups_ordersgroup_number_unique; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -30449,7 +28755,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersgroups_ordersgroup ordersgroups_ordersgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroups_ordersgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -30457,7 +28763,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersupplies_columnforcoverages ordersupplies_columnforcoverages_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_columnforcoverages ordersupplies_columnforcoverages_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_columnforcoverages @@ -30465,7 +28771,7 @@ ALTER TABLE ONLY ordersupplies_columnforcoverages -- --- Name: ordersupplies_coveragelocation ordersupplies_coveragelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation ordersupplies_coveragelocation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation @@ -30473,7 +28779,7 @@ ALTER TABLE ONLY ordersupplies_coveragelocation -- --- Name: ordersupplies_coverageorder ordersupplies_coverageorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder ordersupplies_coverageorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorder @@ -30481,7 +28787,7 @@ ALTER TABLE ONLY ordersupplies_coverageorder -- --- Name: ordersupplies_coverageorderhelper ordersupplies_coverageorderhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper ordersupplies_coverageorderhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorderhelper @@ -30489,7 +28795,7 @@ ALTER TABLE ONLY ordersupplies_coverageorderhelper -- --- Name: ordersupplies_coverageproduct ordersupplies_coverageproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct ordersupplies_coverageproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproduct @@ -30497,7 +28803,7 @@ ALTER TABLE ONLY ordersupplies_coverageproduct -- --- Name: ordersupplies_coverageproductgenerated ordersupplies_coverageproductgenerated_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductgenerated ordersupplies_coverageproductgenerated_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductgenerated @@ -30505,7 +28811,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductgenerated -- --- Name: ordersupplies_coverageproductlogging ordersupplies_coverageproductlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging ordersupplies_coverageproductlogging_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -30513,7 +28819,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: ordersupplies_coverageproductselected ordersupplies_coverageproductselected_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected ordersupplies_coverageproductselected_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductselected @@ -30521,7 +28827,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductselected -- --- Name: ordersupplies_coverageregister ordersupplies_coverageregister_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister ordersupplies_coverageregister_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -30529,7 +28835,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_materialrequirementcoverage ordersupplies_materialrequirementcoverage_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage ordersupplies_materialrequirementcoverage_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage @@ -30537,7 +28843,7 @@ ALTER TABLE ONLY ordersupplies_materialrequirementcoverage -- --- Name: pantone_importpantones pantone_importpantones_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_importpantones pantone_importpantones_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_importpantones @@ -30545,7 +28851,7 @@ ALTER TABLE ONLY pantone_importpantones -- --- Name: pantone_operationproductdeleted pantone_operationproductdeleted_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_operationproductdeleted pantone_operationproductdeleted_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_operationproductdeleted @@ -30553,7 +28859,7 @@ ALTER TABLE ONLY pantone_operationproductdeleted -- --- Name: pantone_pantone pantone_pantone_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantone pantone_pantone_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantone @@ -30561,7 +28867,7 @@ ALTER TABLE ONLY pantone_pantone -- --- Name: pantone_pantoneforoperationproduct pantone_pantoneforoperationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct pantone_pantoneforoperationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct @@ -30569,7 +28875,7 @@ ALTER TABLE ONLY pantone_pantoneforoperationproduct -- --- Name: pantone_pantoneforproducts pantone_pantoneforproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts pantone_pantoneforproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforproducts @@ -30577,7 +28883,7 @@ ALTER TABLE ONLY pantone_pantoneforproducts -- --- Name: pantone_parameters pantone_parameters_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_parameters pantone_parameters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_parameters @@ -30585,7 +28891,7 @@ ALTER TABLE ONLY pantone_parameters -- --- Name: pantone_selectedtechnologyoperationcomponent pantone_selectedtechnologyoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_selectedtechnologyoperationcomponent pantone_selectedtechnologyoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_selectedtechnologyoperationcomponent @@ -30593,7 +28899,7 @@ ALTER TABLE ONLY pantone_selectedtechnologyoperationcomponent -- --- Name: materialflowresources_position position_id_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_id_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -30601,7 +28907,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_productcatalognumbers_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_productcatalognumbers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcatalognumbers_productcatalognumbers @@ -30609,7 +28915,7 @@ ALTER TABLE ONLY productcatalognumbers_productcatalognumbers -- --- Name: productcharacteristics_forms productcharacteristics_forms_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms productcharacteristics_forms_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_forms @@ -30617,7 +28923,7 @@ ALTER TABLE ONLY productcharacteristics_forms -- --- Name: productcharacteristics_shelves productcharacteristics_shelves_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves productcharacteristics_shelves_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_shelves @@ -30625,7 +28931,7 @@ ALTER TABLE ONLY productcharacteristics_shelves -- --- Name: productdata_productdata productdata_productdata_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdata productdata_productdata_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata @@ -30633,7 +28939,7 @@ ALTER TABLE ONLY productdata_productdata -- --- Name: productdata_productdataattachment productdata_productdataattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment productdata_productdataattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataattachment @@ -30641,7 +28947,7 @@ ALTER TABLE ONLY productdata_productdataattachment -- --- Name: productdata_productdatainput productdata_productdatainput_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdatainput productdata_productdatainput_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdatainput @@ -30649,7 +28955,7 @@ ALTER TABLE ONLY productdata_productdatainput -- --- Name: productdata_productdataoperation productdata_productdataoperation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation productdata_productdataoperation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataoperation @@ -30657,7 +28963,7 @@ ALTER TABLE ONLY productdata_productdataoperation -- --- Name: productdata_selectedtechnology productdata_selectedtechnology_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_selectedtechnology productdata_selectedtechnology_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_selectedtechnology @@ -30665,7 +28971,7 @@ ALTER TABLE ONLY productdata_selectedtechnology -- --- Name: productflowthrudivision_issue productflowthrudivision_issue_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue productflowthrudivision_issue_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -30673,7 +28979,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_materialavailability productflowthrudivision_materialavailability_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability productflowthrudivision_materialavailability_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability @@ -30681,7 +28987,7 @@ ALTER TABLE ONLY productflowthrudivision_materialavailability -- --- Name: productflowthrudivision_productandquantityhelper productflowthrudivision_productandquantityhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper productflowthrudivision_productandquantityhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productandquantityhelper @@ -30689,7 +28995,7 @@ ALTER TABLE ONLY productflowthrudivision_productandquantityhelper -- --- Name: productflowthrudivision_productstoissue productflowthrudivision_productstoissue_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue productflowthrudivision_productstoissue_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -30697,7 +29003,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productflowthrudivision_productstoissuehelper productflowthrudivision_productstoissuehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper productflowthrudivision_productstoissuehelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissuehelper @@ -30705,7 +29011,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissuehelper -- --- Name: productflowthrudivision_producttoissuecorrection productflowthrudivision_producttoissuecorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection productflowthrudivision_producttoissuecorrection_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -30713,7 +29019,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrectionhelper productflowthrudivision_producttoissuecorrectionhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper productflowthrudivision_producttoissuecorrectionhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper @@ -30721,7 +29027,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper -- --- Name: productflowthrudivision_warehouseissue productflowthrudivision_warehouseissue_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue productflowthrudivision_warehouseissue_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -30729,7 +29035,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: productflowthrudivision_warehouseissuestatechange productflowthrudivision_warehouseissuestatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange productflowthrudivision_warehouseissuestatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange @@ -30737,7 +29043,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange -- --- Name: productionbalancepershift_balance productionbalancepershift_balance_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance productionbalancepershift_balance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balance @@ -30745,7 +29051,7 @@ ALTER TABLE ONLY productionbalancepershift_balance -- --- Name: productionbalancepershift_balancecontext productionbalancepershift_balancecontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balancecontext productionbalancepershift_balancecontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balancecontext @@ -30753,7 +29059,7 @@ ALTER TABLE ONLY productionbalancepershift_balancecontext -- --- Name: productioncounting_anomaly productioncounting_anomaly_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly productioncounting_anomaly_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -30761,7 +29067,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomalyexplanation productioncounting_anomalyexplanation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation productioncounting_anomalyexplanation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyexplanation @@ -30769,7 +29075,7 @@ ALTER TABLE ONLY productioncounting_anomalyexplanation -- --- Name: productioncounting_anomalyproductiontrackingentryhelper productioncounting_anomalyproductiontrackingentryhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper productioncounting_anomalyproductiontrackingentryhelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper @@ -30777,7 +29083,7 @@ ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper -- --- Name: productioncounting_anomalyproductiontrackinghelper productioncounting_anomalyproductiontrackinghelper_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackinghelper productioncounting_anomalyproductiontrackinghelper_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackinghelper @@ -30785,7 +29091,7 @@ ALTER TABLE ONLY productioncounting_anomalyproductiontrackinghelper -- --- Name: productioncounting_anomalyreason productioncounting_anomalyreason_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreason productioncounting_anomalyreason_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreason @@ -30793,7 +29099,7 @@ ALTER TABLE ONLY productioncounting_anomalyreason -- --- Name: productioncounting_anomalyreasoncontainer productioncounting_anomalyreasoncontainer_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer productioncounting_anomalyreasoncontainer_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreasoncontainer @@ -30801,7 +29107,7 @@ ALTER TABLE ONLY productioncounting_anomalyreasoncontainer -- --- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent @@ -30809,7 +29115,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent -- --- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent @@ -30817,7 +29123,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent -- --- Name: productioncounting_operationpieceworkcomponent productioncounting_operationpieceworkc_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent productioncounting_operationpieceworkc_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationpieceworkcomponent @@ -30825,7 +29131,7 @@ ALTER TABLE ONLY productioncounting_operationpieceworkcomponent -- --- Name: productioncounting_operationtimecomponent productioncounting_operationtimecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent productioncounting_operationtimecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationtimecomponent @@ -30833,7 +29139,7 @@ ALTER TABLE ONLY productioncounting_operationtimecomponent -- --- Name: productioncounting_productionbalance productioncounting_productionbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance productioncounting_productionbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -30841,7 +29147,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: productioncounting_productiontrackingreport productioncounting_productioncounting_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport productioncounting_productioncounting_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingreport @@ -30849,7 +29155,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingreport -- --- Name: productioncounting_productioncountingquantitysetcomponent productioncounting_productioncountingquantitysetcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent productioncounting_productioncountingquantitysetcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent @@ -30857,7 +29163,7 @@ ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent -- --- Name: productioncounting_productiontracking productioncounting_productionrecord_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productioncounting_productionrecord_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -30865,7 +29171,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontrackingstatechange productioncounting_productionrecordstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange productioncounting_productionrecordstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingstatechange @@ -30873,7 +29179,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingstatechange -- --- Name: productioncounting_trackingoperationproductincomponent productioncounting_recordoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent productioncounting_recordoperationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent @@ -30881,7 +29187,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent -- --- Name: productioncounting_trackingoperationproductoutcomponent productioncounting_recordoperationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent productioncounting_recordoperationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent @@ -30889,7 +29195,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent -- --- Name: productioncounting_settechnologyincomponents productioncounting_settechnologyincomponents_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents productioncounting_settechnologyincomponents_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settechnologyincomponents @@ -30897,7 +29203,7 @@ ALTER TABLE ONLY productioncounting_settechnologyincomponents -- --- Name: productioncounting_settrackingoperationproductincomponents productioncounting_settrackingoperationproductincomponents_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents productioncounting_settrackingoperationproductincomponents_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents @@ -30905,7 +29211,7 @@ ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents -- --- Name: productioncounting_staffworktime productioncounting_staffworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime productioncounting_staffworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_staffworktime @@ -30913,7 +29219,7 @@ ALTER TABLE ONLY productioncounting_staffworktime -- --- Name: productioncountingwithcosts_operationcostcomponent productioncountingwithcosts_operationcostcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent productioncountingwithcosts_operationcostcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent @@ -30921,7 +29227,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent productioncountingwithcosts_operationpieceworkcc_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent productioncountingwithcosts_operationpieceworkcc_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent @@ -30929,7 +29235,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent -- --- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp @@ -30937,7 +29243,7 @@ ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp -- --- Name: productionlines_factorystructureelement productionlines_factorystructureelement_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement productionlines_factorystructureelement_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -30945,7 +29251,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: productionlines_productionline productionlines_productionline_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_productionline productionlines_productionline_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_productionline @@ -30953,7 +29259,7 @@ ALTER TABLE ONLY productionlines_productionline -- --- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_workstationtypecomponent @@ -30961,7 +29267,7 @@ ALTER TABLE ONLY productionlines_workstationtypecomponent -- --- Name: productionpershift_dailyprogress productionpershift_dailyprogress_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress productionpershift_dailyprogress_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_dailyprogress @@ -30969,7 +29275,7 @@ ALTER TABLE ONLY productionpershift_dailyprogress -- --- Name: productionpershift_ppsreport productionpershift_ppsreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_ppsreport productionpershift_ppsreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_ppsreport @@ -30977,7 +29283,7 @@ ALTER TABLE ONLY productionpershift_ppsreport -- --- Name: productionpershift_productionpershift productionpershift_productionpershift_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift productionpershift_productionpershift_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_productionpershift @@ -30985,7 +29291,7 @@ ALTER TABLE ONLY productionpershift_productionpershift -- --- Name: productionpershift_progressforday productionpershift_progressforday_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday productionpershift_progressforday_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_progressforday @@ -30993,7 +29299,7 @@ ALTER TABLE ONLY productionpershift_progressforday -- --- Name: productionpershift_reasontypeofcorrectionplan productionpershift_reasontypeofcorrectionplan_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan productionpershift_reasontypeofcorrectionplan_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan @@ -31001,7 +29307,7 @@ ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan -- --- Name: qcadoocustomtranslation_customtranslation qcadoocustomtranslation_customtranslation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoocustomtranslation_customtranslation qcadoocustomtranslation_customtranslation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoocustomtranslation_customtranslation @@ -31009,7 +29315,7 @@ ALTER TABLE ONLY qcadoocustomtranslation_customtranslation -- --- Name: qcadoomodel_dictionary qcadoomodel_dictionary_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionary qcadoomodel_dictionary_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionary @@ -31017,7 +29323,7 @@ ALTER TABLE ONLY qcadoomodel_dictionary -- --- Name: qcadoomodel_dictionaryitem qcadoomodel_dictionaryitem_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem qcadoomodel_dictionaryitem_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionaryitem @@ -31025,7 +29331,7 @@ ALTER TABLE ONLY qcadoomodel_dictionaryitem -- --- Name: qcadoomodel_globalunitconversionsaggregate qcadoomodel_globalunitconversionsaggregate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_globalunitconversionsaggregate qcadoomodel_globalunitconversionsaggregate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_globalunitconversionsaggregate @@ -31033,7 +29339,7 @@ ALTER TABLE ONLY qcadoomodel_globalunitconversionsaggregate -- --- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_unitconversionitem @@ -31041,7 +29347,7 @@ ALTER TABLE ONLY qcadoomodel_unitconversionitem -- --- Name: qcadooplugin_plugin qcadooplugin_plugin_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooplugin_plugin qcadooplugin_plugin_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooplugin_plugin @@ -31049,7 +29355,7 @@ ALTER TABLE ONLY qcadooplugin_plugin -- --- Name: qcadoosecurity_group qcadoosecurity_group_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_group qcadoosecurity_group_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_group @@ -31057,7 +29363,7 @@ ALTER TABLE ONLY qcadoosecurity_group -- --- Name: qcadoosecurity_persistenttoken qcadoosecurity_persistenttoken_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_persistenttoken qcadoosecurity_persistenttoken_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_persistenttoken @@ -31065,7 +29371,7 @@ ALTER TABLE ONLY qcadoosecurity_persistenttoken -- --- Name: qcadoosecurity_role qcadoosecurity_role_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_role qcadoosecurity_role_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_role @@ -31073,7 +29379,7 @@ ALTER TABLE ONLY qcadoosecurity_role -- --- Name: qcadoosecurity_user qcadoosecurity_user_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user qcadoosecurity_user_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user @@ -31081,7 +29387,7 @@ ALTER TABLE ONLY qcadoosecurity_user -- --- Name: qcadooview_alert qcadooview_alert_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_alert qcadooview_alert_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_alert @@ -31089,7 +29395,7 @@ ALTER TABLE ONLY qcadooview_alert -- --- Name: qcadooview_category qcadooview_category_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_category qcadooview_category_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_category @@ -31097,7 +29403,7 @@ ALTER TABLE ONLY qcadooview_category -- --- Name: qcadooview_item qcadooview_item_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_item qcadooview_item_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_item @@ -31105,7 +29411,7 @@ ALTER TABLE ONLY qcadooview_item -- --- Name: qcadooview_view qcadooview_view_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_view qcadooview_view_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_view @@ -31113,7 +29419,7 @@ ALTER TABLE ONLY qcadooview_view -- --- Name: qcadooview_viewedalert qcadooview_viewedalert_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert qcadooview_viewedalert_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_viewedalert @@ -31121,7 +29427,7 @@ ALTER TABLE ONLY qcadooview_viewedalert -- --- Name: repairs_repairorder repairs_repairorder_number_key; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairs_repairorder_number_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -31129,7 +29435,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairs_repairorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairs_repairorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -31137,7 +29443,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorderproduct repairs_repairorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairs_repairorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -31145,7 +29451,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderstatechange repairs_repairorderstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange repairs_repairorderstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderstatechange @@ -31153,7 +29459,7 @@ ALTER TABLE ONLY repairs_repairorderstatechange -- --- Name: repairs_repairorderworktime repairs_repairorderworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime repairs_repairorderworktime_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderworktime @@ -31161,7 +29467,7 @@ ALTER TABLE ONLY repairs_repairorderworktime -- --- Name: simplematerialbalance_simplematerialbalance simplematerialbalance_simplematerialbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalance simplematerialbalance_simplematerialbalance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalance @@ -31169,7 +29475,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalance -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent simplematerialbalance_simplematerialbalanceorderscomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent simplematerialbalance_simplematerialbalanceorderscomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent @@ -31177,7 +29483,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent simplematerialbalance_simplematerialbalancestockareascompo_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent simplematerialbalance_simplematerialbalancestockareascompo_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent @@ -31185,7 +29491,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent -- --- Name: states_message states_message_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message states_message_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -31193,7 +29499,7 @@ ALTER TABLE ONLY states_message -- --- Name: stoppage_stoppage stoppage_stoppage_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: stoppage_stoppage stoppage_stoppage_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY stoppage_stoppage @@ -31201,7 +29507,7 @@ ALTER TABLE ONLY stoppage_stoppage -- --- Name: subcontractorportal_cost subcontractorportal_cost_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost subcontractorportal_cost_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_cost @@ -31209,7 +29515,7 @@ ALTER TABLE ONLY subcontractorportal_cost -- --- Name: subcontractorportal_event subcontractorportal_event_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_event subcontractorportal_event_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_event @@ -31217,7 +29523,7 @@ ALTER TABLE ONLY subcontractorportal_event -- --- Name: subcontractorportal_message subcontractorportal_message_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message subcontractorportal_message_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message @@ -31225,7 +29531,7 @@ ALTER TABLE ONLY subcontractorportal_message -- --- Name: subcontractorportal_operation subcontractorportal_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation subcontractorportal_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_operation @@ -31233,7 +29539,7 @@ ALTER TABLE ONLY subcontractorportal_operation -- --- Name: subcontractorportal_realisation subcontractorportal_realisation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation subcontractorportal_realisation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_realisation @@ -31241,7 +29547,7 @@ ALTER TABLE ONLY subcontractorportal_realisation -- --- Name: subcontractorportal_suborder subcontractorportal_suborder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder subcontractorportal_suborder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborder @@ -31249,7 +29555,7 @@ ALTER TABLE ONLY subcontractorportal_suborder -- --- Name: subcontractorportal_suborderattachment subcontractorportal_suborderattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment subcontractorportal_suborderattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderattachment @@ -31257,7 +29563,7 @@ ALTER TABLE ONLY subcontractorportal_suborderattachment -- --- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput @@ -31265,7 +29571,7 @@ ALTER TABLE ONLY subcontractorportal_suborderinput -- --- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation @@ -31273,7 +29579,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoperation -- --- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput @@ -31281,7 +29587,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoutput -- --- Name: subcontractorportal_subordertmp subcontractorportal_subordertmp_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp subcontractorportal_subordertmp_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_subordertmp @@ -31289,7 +29595,7 @@ ALTER TABLE ONLY subcontractorportal_subordertmp -- --- Name: sfcsimple_subiektimportedorder subiektfileconnector_subiektimportedorder_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorder subiektfileconnector_subiektimportedorder_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorder @@ -31297,7 +29603,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedorder -- --- Name: sfcsimple_subiektimportedorderproduct subiektfileconnector_subiektimportedorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct subiektfileconnector_subiektimportedorderproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct @@ -31305,7 +29611,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct -- --- Name: sfcsimple_subiektimportedproduct subiektfileconnector_subiektimportedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedproduct subiektfileconnector_subiektimportedproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedproduct @@ -31313,7 +29619,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedproduct -- --- Name: supplynegotiations_columnforoffers supplynegotiations_columnforoffers_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers supplynegotiations_columnforoffers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforoffers @@ -31321,7 +29627,7 @@ ALTER TABLE ONLY supplynegotiations_columnforoffers -- --- Name: supplynegotiations_columnforrequests supplynegotiations_columnforrequests_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests supplynegotiations_columnforrequests_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforrequests @@ -31329,7 +29635,7 @@ ALTER TABLE ONLY supplynegotiations_columnforrequests -- --- Name: supplynegotiations_negotiation supplynegotiations_negotiation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiation supplynegotiations_negotiation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiation @@ -31337,7 +29643,7 @@ ALTER TABLE ONLY supplynegotiations_negotiation -- --- Name: supplynegotiations_negotiationproduct supplynegotiations_negotiationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct supplynegotiations_negotiationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct @@ -31345,7 +29651,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationproduct -- --- Name: supplynegotiations_negotiationstatechange supplynegotiations_negotiationstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange supplynegotiations_negotiationstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationstatechange @@ -31353,7 +29659,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationstatechange -- --- Name: supplynegotiations_offer supplynegotiations_offer_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer supplynegotiations_offer_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer @@ -31361,7 +29667,7 @@ ALTER TABLE ONLY supplynegotiations_offer -- --- Name: supplynegotiations_offerproduct supplynegotiations_offerproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct supplynegotiations_offerproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct @@ -31369,7 +29675,7 @@ ALTER TABLE ONLY supplynegotiations_offerproduct -- --- Name: supplynegotiations_offerstatechange supplynegotiations_offerstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange supplynegotiations_offerstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerstatechange @@ -31377,7 +29683,7 @@ ALTER TABLE ONLY supplynegotiations_offerstatechange -- --- Name: supplynegotiations_parametercolumnforoffers supplynegotiations_parametercolumnforoffers_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers supplynegotiations_parametercolumnforoffers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers @@ -31385,7 +29691,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers -- --- Name: supplynegotiations_parametercolumnforrequests supplynegotiations_parametercolumnforrequests_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests supplynegotiations_parametercolumnforrequests_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests @@ -31393,7 +29699,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests -- --- Name: supplynegotiations_requestforquotation supplynegotiations_requestforquotation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation supplynegotiations_requestforquotation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotation @@ -31401,7 +29707,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotation -- --- Name: supplynegotiations_requestforquotationproduct supplynegotiations_requestforquotationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct supplynegotiations_requestforquotationproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct @@ -31409,7 +29715,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationproduct -- --- Name: supplynegotiations_requestforquotationstatechange supplynegotiations_requestforquotationstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange supplynegotiations_requestforquotationstatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange @@ -31417,7 +29723,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange -- --- Name: technologies_barcodeoperationcomponent technologies_barcodeoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent technologies_barcodeoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_barcodeoperationcomponent @@ -31425,7 +29731,7 @@ ALTER TABLE ONLY technologies_barcodeoperationcomponent -- --- Name: technologies_operation technologies_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation technologies_operation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -31433,7 +29739,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: technologies_operationgroup technologies_operationgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationgroup technologies_operationgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationgroup @@ -31441,7 +29747,7 @@ ALTER TABLE ONLY technologies_operationgroup -- --- Name: technologies_operationproductincomponent technologies_operationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent technologies_operationproductincomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -31449,7 +29755,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_operationproductoutcomponent technologies_operationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent technologies_operationproductoutcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -31457,7 +29763,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: technologies_productcomponent technologies_productcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent technologies_productcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent @@ -31465,7 +29771,7 @@ ALTER TABLE ONLY technologies_productcomponent -- --- Name: technologies_productstructuretreenode technologies_productstructuretreenode_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode technologies_productstructuretreenode_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode @@ -31473,7 +29779,7 @@ ALTER TABLE ONLY technologies_productstructuretreenode -- --- Name: technologies_technology technologies_technology_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technologies_technology_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -31481,7 +29787,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_technologyattachment technologies_technologyattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment technologies_technologyattachment_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyattachment @@ -31489,7 +29795,7 @@ ALTER TABLE ONLY technologies_technologyattachment -- --- Name: technologies_technologygroup technologies_technologygroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologygroup technologies_technologygroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologygroup @@ -31497,7 +29803,7 @@ ALTER TABLE ONLY technologies_technologygroup -- --- Name: technologies_technologyoperationcomponent technologies_technologyoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent technologies_technologyoperationcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -31505,7 +29811,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponentmergeproductin technologies_technologyoperationcomponentmergeproductin_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologies_technologyoperationcomponentmergeproductin_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -31513,7 +29819,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductout technologies_technologyoperationcomponentmergeproductout_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologies_technologyoperationcomponentmergeproductout_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -31521,7 +29827,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: technologies_technologystatechange technologies_technologystatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange technologies_technologystatechange_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologystatechange @@ -31529,7 +29835,7 @@ ALTER TABLE ONLY technologies_technologystatechange -- --- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatorcontext @@ -31537,7 +29843,7 @@ ALTER TABLE ONLY technologiesgenerator_generatorcontext -- --- Name: technologiesgenerator_generatortechnologiesforproduct technologiesgenerator_generatortechnologiesforproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct technologiesgenerator_generatortechnologiesforproduct_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct @@ -31545,7 +29851,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -31553,7 +29859,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: timegapspreview_timegap timegapspreview_timegap_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap timegapspreview_timegap_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegap @@ -31561,7 +29867,7 @@ ALTER TABLE ONLY timegapspreview_timegap -- --- Name: timegapspreview_timegapscontext timegapspreview_timegapscontext_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext timegapspreview_timegapscontext_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext @@ -31569,7 +29875,7 @@ ALTER TABLE ONLY timegapspreview_timegapscontext -- --- Name: timenormsforoperations_techopercomptimecalculation timenormsforoperations_techopercomptimecalculation_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: timenormsforoperations_techopercomptimecalculation timenormsforoperations_techopercomptimecalculation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timenormsforoperations_techopercomptimecalculation @@ -31577,7 +29883,7 @@ ALTER TABLE ONLY timenormsforoperations_techopercomptimecalculation -- --- Name: urccore_lastsynchronizationdate universalrestconnectorbase_lastsynchronizationdate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: urccore_lastsynchronizationdate universalrestconnectorbase_lastsynchronizationdate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urccore_lastsynchronizationdate @@ -31585,7 +29891,7 @@ ALTER TABLE ONLY urccore_lastsynchronizationdate -- --- Name: urcmaterialavailability_requiredcomponent universalrestconnectormaterialavailability_orderrequiredco_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent universalrestconnectormaterialavailability_orderrequiredco_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent @@ -31593,7 +29899,7 @@ ALTER TABLE ONLY urcmaterialavailability_requiredcomponent -- --- Name: urccore_synchronizationstatus urccore_synchronizationstatus_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: urccore_synchronizationstatus urccore_synchronizationstatus_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urccore_synchronizationstatus @@ -31601,7 +29907,7 @@ ALTER TABLE ONLY urccore_synchronizationstatus -- --- Name: urcproductioncounting_requestrepair urcproductioncounting_requestrepair_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair urcproductioncounting_requestrepair_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair @@ -31609,7 +29915,7 @@ ALTER TABLE ONLY urcproductioncounting_requestrepair -- --- Name: wagegroups_wagegroup wagegroups_wagegroup_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: wagegroups_wagegroup wagegroups_wagegroup_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY wagegroups_wagegroup @@ -31617,7 +29923,7 @@ ALTER TABLE ONLY wagegroups_wagegroup -- --- Name: walusiak_exportdocumenthistory walusiak_exportdocumenthistory_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: walusiak_exportdocumenthistory walusiak_exportdocumenthistory_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY walusiak_exportdocumenthistory @@ -31625,7 +29931,7 @@ ALTER TABLE ONLY walusiak_exportdocumenthistory -- --- Name: warehouseminimalstate_warehouseminimumstate warehouseminimalstate_warehouseminimumstate_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate warehouseminimalstate_warehouseminimumstate_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate @@ -31633,7 +29939,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate -- --- Name: warehouseminimalstate_warehouseminimumstatemulti warehouseminimalstate_warehouseminimumstatemulti_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti warehouseminimalstate_warehouseminimumstatemulti_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti @@ -31641,7 +29947,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti -- --- Name: workplans_columnforinputproducts workplans_columnforinputproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_columnforinputproducts workplans_columnforinputproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnforinputproducts @@ -31649,7 +29955,7 @@ ALTER TABLE ONLY workplans_columnforinputproducts -- --- Name: workplans_columnfororders workplans_columnfororders_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_columnfororders workplans_columnfororders_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnfororders @@ -31657,7 +29963,7 @@ ALTER TABLE ONLY workplans_columnfororders -- --- Name: workplans_columnforoutputproducts workplans_columnforoutputproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_columnforoutputproducts workplans_columnforoutputproducts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_columnforoutputproducts @@ -31665,7 +29971,7 @@ ALTER TABLE ONLY workplans_columnforoutputproducts -- --- Name: workplans_parameterinputcolumn workplans_parameterinputcolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn workplans_parameterinputcolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterinputcolumn @@ -31673,7 +29979,7 @@ ALTER TABLE ONLY workplans_parameterinputcolumn -- --- Name: workplans_parameterordercolumn workplans_parameterordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn workplans_parameterordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterordercolumn @@ -31681,7 +29987,7 @@ ALTER TABLE ONLY workplans_parameterordercolumn -- --- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameteroutputcolumn @@ -31689,7 +29995,7 @@ ALTER TABLE ONLY workplans_parameteroutputcolumn -- --- Name: workplans_workplan workplans_workplan_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplan workplans_workplan_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplan @@ -31697,7 +30003,7 @@ ALTER TABLE ONLY workplans_workplan -- --- Name: workplans_workplanordercolumn workplans_workplanordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn workplans_workplanordercolumn_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplanordercolumn @@ -31705,7 +30011,7 @@ ALTER TABLE ONLY workplans_workplanordercolumn -- --- Name: zmbak_meatcuttingindicator zmbak_meatcuttingindicator_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicator zmbak_meatcuttingindicator_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicator @@ -31713,7 +30019,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicator -- --- Name: zmbak_meatcuttingindicatorcomponent zmbak_meatcuttingindicatorcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent zmbak_meatcuttingindicatorcomponent_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent @@ -31721,7 +30027,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent -- --- Name: zmbak_parameter zmbak_parameter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter zmbak_parameter_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -31729,7 +30035,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: zmbak_tpcreport zmbak_tpcreport_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_tpcreport zmbak_tpcreport_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_tpcreport @@ -31737,7 +30043,7 @@ ALTER TABLE ONLY zmbak_tpcreport -- --- Name: zmbak_tpctable zmbak_tpctable_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_tpctable zmbak_tpctable_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_tpctable @@ -31745,7 +30051,7 @@ ALTER TABLE ONLY zmbak_tpctable -- --- Name: productioncounting_productionanalysisdto _RETURN; Type: RULE; Schema: public; Owner: postgres +-- Name: productioncounting_productionanalysisdto _RETURN; Type: RULE; Schema: public; Owner: - -- CREATE RULE "_RETURN" AS @@ -31795,7 +30101,7 @@ CREATE RULE "_RETURN" AS -- --- Name: masterorders_masterorderposition_manyproducts _RETURN; Type: RULE; Schema: public; Owner: postgres +-- Name: masterorders_masterorderposition_manyproducts _RETURN; Type: RULE; Schema: public; Owner: - -- CREATE RULE "_RETURN" AS @@ -31838,56 +30144,56 @@ CREATE RULE "_RETURN" AS -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_assignmenttoshift_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER assignmenttoshift_assignmenttoshift_trigger_externalnumber BEFORE INSERT ON assignmenttoshift_assignmenttoshift FOR EACH ROW EXECUTE PROCEDURE generate_and_set_assignmenttoshift_externalnumber_trigger(); -- --- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_trigger_number; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent cmmsmachineparts_maintenanceevent_trigger_number; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER cmmsmachineparts_maintenanceevent_trigger_number BEFORE INSERT ON cmmsmachineparts_maintenanceevent FOR EACH ROW EXECUTE PROCEDURE generate_and_set_maintenanceevent_number_trigger(); -- --- Name: goodfood_confectionprotocol goodfood_confectionprotocol_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol goodfood_confectionprotocol_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER goodfood_confectionprotocol_trigger_externalnumber BEFORE INSERT ON goodfood_confectionprotocol FOR EACH ROW EXECUTE PROCEDURE generate_and_set_confectionprotocol_externalnumber_trigger(); -- --- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol goodfood_extrusionprotocol_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER goodfood_extrusionprotocol_trigger_externalnumber BEFORE INSERT ON goodfood_extrusionprotocol FOR EACH ROW EXECUTE PROCEDURE generate_and_set_extrusionprotocol_externalnumber_trigger(); -- --- Name: goodfood_pallet goodfood_pallet_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: goodfood_pallet goodfood_pallet_trigger_externalnumber; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER goodfood_pallet_trigger_externalnumber BEFORE INSERT ON goodfood_pallet FOR EACH ROW EXECUTE PROCEDURE generate_and_set_pallet_externalnumber_trigger(); -- --- Name: materialflowresources_document materialflowresources_document_trigger_number; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: materialflowresources_document materialflowresources_document_trigger_number; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER materialflowresources_document_trigger_number BEFORE INSERT ON materialflowresources_document FOR EACH ROW EXECUTE PROCEDURE generate_and_set_document_number_trigger(); -- --- Name: repairs_repairorder repairs_repairorder_trigger_number; Type: TRIGGER; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairs_repairorder_trigger_number; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER repairs_repairorder_trigger_number BEFORE INSERT ON repairs_repairorder FOR EACH ROW EXECUTE PROCEDURE generate_and_set_repairorder_number_trigger(); -- --- Name: jointable_action_subassembly action_subassembly_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_subassembly action_subassembly_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_subassembly @@ -31895,7 +30201,7 @@ ALTER TABLE ONLY jointable_action_subassembly -- --- Name: jointable_action_subassembly action_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_subassembly action_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_subassembly @@ -31903,7 +30209,7 @@ ALTER TABLE ONLY jointable_action_subassembly -- --- Name: jointable_action_workstation action_workstation_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstation action_workstation_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstation @@ -31911,7 +30217,7 @@ ALTER TABLE ONLY jointable_action_workstation -- --- Name: jointable_action_workstation action_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstation action_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstation @@ -31919,7 +30225,7 @@ ALTER TABLE ONLY jointable_action_workstation -- --- Name: jointable_action_workstationtype action_workstationtype_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstationtype action_workstationtype_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstationtype @@ -31927,7 +30233,7 @@ ALTER TABLE ONLY jointable_action_workstationtype -- --- Name: jointable_action_workstationtype action_workstationtype_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_action_workstationtype action_workstationtype_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_action_workstationtype @@ -31935,7 +30241,7 @@ ALTER TABLE ONLY jointable_action_workstationtype -- --- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent @@ -31943,7 +30249,7 @@ ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent -- --- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent @@ -31951,7 +30257,7 @@ ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent -- --- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_actionforplannedevent actionforplannedevet_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent @@ -31959,7 +30265,7 @@ ALTER TABLE ONLY cmmsmachineparts_actionforplannedevent -- --- Name: cmmsscheduler_actionforrecurringevent actionforrecurringevent_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent actionforrecurringevent_action_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent @@ -31967,7 +30273,7 @@ ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent -- --- Name: cmmsscheduler_actionforrecurringevent actionforrecurringevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_actionforrecurringevent actionforrecurringevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent @@ -31975,7 +30281,7 @@ ALTER TABLE ONLY cmmsscheduler_actionforrecurringevent -- --- Name: basic_additionalcode additionalcode_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_additionalcode additionalcode_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_additionalcode @@ -31983,7 +30289,7 @@ ALTER TABLE ONLY basic_additionalcode -- --- Name: basic_address address_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_address address_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_address @@ -31991,7 +30297,7 @@ ALTER TABLE ONLY basic_address -- --- Name: basic_address address_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_address address_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_address @@ -31999,7 +30305,7 @@ ALTER TABLE ONLY basic_address -- --- Name: goodfood_confectioninputproduct advancedgenealogy_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct advancedgenealogy_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct @@ -32007,7 +30313,7 @@ ALTER TABLE ONLY goodfood_confectioninputproduct -- --- Name: advancedgenealogy_batch advancedgenealogy_batch_fkey_company; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch advancedgenealogy_batch_fkey_company; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batch @@ -32015,7 +30321,7 @@ ALTER TABLE ONLY advancedgenealogy_batch -- --- Name: advancedgenealogy_batch advancedgenealogy_batch_fkey_product; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batch advancedgenealogy_batch_fkey_product; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batch @@ -32023,7 +30329,7 @@ ALTER TABLE ONLY advancedgenealogy_batch -- --- Name: advancedgenealogy_batchstatechange advancedgenealogy_batchlogging_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange advancedgenealogy_batchlogging_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batchstatechange @@ -32031,7 +30337,7 @@ ALTER TABLE ONLY advancedgenealogy_batchstatechange -- --- Name: advancedgenealogy_genealogyreport advancedgenealogy_genealogyreport_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_genealogyreport advancedgenealogy_genealogyreport_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_genealogyreport @@ -32039,7 +30345,7 @@ ALTER TABLE ONLY advancedgenealogy_genealogyreport -- --- Name: advancedgenealogy_trackingrecord advancedgenealogy_trackingrecord_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord advancedgenealogy_trackingrecord_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecord @@ -32047,7 +30353,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecord -- --- Name: advancedgenealogy_trackingrecordstatechange advancedgenealogy_trackingrecordlogging_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange advancedgenealogy_trackingrecordlogging_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange @@ -32055,7 +30361,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange -- --- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_usedbatchsimple @@ -32063,7 +30369,7 @@ ALTER TABLE ONLY advancedgenealogy_usedbatchsimple -- --- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_usedbatchsimple advancedgenealogy_usedbatchsimple_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_usedbatchsimple @@ -32071,7 +30377,7 @@ ALTER TABLE ONLY advancedgenealogy_usedbatchsimple -- --- Name: advancedgenealogyfororders_genealogyproductinbatch advancedgenealogyfororders_genealogyproductinbatch_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch advancedgenealogyfororders_genealogyproductinbatch_fkey_batch; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch @@ -32079,7 +30385,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch -- --- Name: advancedgenealogyfororders_genealogyproductinbatch agfo_genealogyproductinbatch_fkey_genealogyproductincomponent; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductinbatch agfo_genealogyproductinbatch_fkey_genealogyproductincomponent; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch @@ -32087,7 +30393,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductinbatch -- --- Name: advancedgenealogyfororders_genealogyproductincomponent agfo_genealogyproductincomponent_fkey_opproductincomponent; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent agfo_genealogyproductincomponent_fkey_opproductincomponent; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent @@ -32095,7 +30401,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent -- --- Name: advancedgenealogyfororders_genealogyproductincomponent agfo_genealogyproductincomponent_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent agfo_genealogyproductincomponent_fkey_trackingrecord; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent @@ -32103,7 +30409,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent -- --- Name: qcadooview_viewedalert alert_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert alert_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_viewedalert @@ -32111,7 +30417,7 @@ ALTER TABLE ONLY qcadooview_viewedalert -- --- Name: jointable_anomaly_anomalyreason anomaly_anomalyreason_anomaly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_anomaly_anomalyreason anomaly_anomalyreason_anomaly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_anomaly_anomalyreason @@ -32119,7 +30425,7 @@ ALTER TABLE ONLY jointable_anomaly_anomalyreason -- --- Name: jointable_anomaly_anomalyreason anomaly_anomalyreason_anomalyreason_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_anomaly_anomalyreason anomaly_anomalyreason_anomalyreason_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_anomaly_anomalyreason @@ -32127,7 +30433,7 @@ ALTER TABLE ONLY jointable_anomaly_anomalyreason -- --- Name: productioncounting_anomaly anomaly_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly anomaly_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -32135,7 +30441,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomaly anomaly_masterproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly anomaly_masterproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -32143,7 +30449,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomaly anomaly_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly anomaly_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -32151,7 +30457,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomaly anomaly_productiontracking_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomaly anomaly_productiontracking_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomaly @@ -32159,7 +30465,7 @@ ALTER TABLE ONLY productioncounting_anomaly -- --- Name: productioncounting_anomalyexplanation anomalyexplanation_anomaly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation anomalyexplanation_anomaly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyexplanation @@ -32167,7 +30473,7 @@ ALTER TABLE ONLY productioncounting_anomalyexplanation -- --- Name: productioncounting_anomalyexplanation anomalyexplanation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyexplanation anomalyexplanation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyexplanation @@ -32175,7 +30481,7 @@ ALTER TABLE ONLY productioncounting_anomalyexplanation -- --- Name: productioncounting_anomalyproductiontrackingentryhelper anomalyproductiontrackingentryhelper_anomalyproductiontrackingh; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper anomalyproductiontrackingentryhelper_anomalyproductiontrackingh; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper @@ -32183,7 +30489,7 @@ ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper -- --- Name: productioncounting_anomalyproductiontrackingentryhelper anomalyproductiontrackingentryhelper_trackingoperationproductin; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyproductiontrackingentryhelper anomalyproductiontrackingentryhelper_trackingoperationproductin; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper @@ -32191,7 +30497,7 @@ ALTER TABLE ONLY productioncounting_anomalyproductiontrackingentryhelper -- --- Name: productioncounting_anomalyreasoncontainer anomalyreasoncontainer_anomalyproductiontrackingentryhelper_fke; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer anomalyreasoncontainer_anomalyproductiontrackingentryhelper_fke; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreasoncontainer @@ -32199,7 +30505,7 @@ ALTER TABLE ONLY productioncounting_anomalyreasoncontainer -- --- Name: productioncounting_anomalyreasoncontainer anomalyreasoncontainer_anomalyreason_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_anomalyreasoncontainer anomalyreasoncontainer_anomalyreason_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_anomalyreasoncontainer @@ -32207,7 +30513,7 @@ ALTER TABLE ONLY productioncounting_anomalyreasoncontainer -- --- Name: assignmenttoshift_assignmenttoshiftstatechange assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange @@ -32215,7 +30521,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange -- --- Name: assignmenttoshift_staffassignmenttoshift assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -32223,7 +30529,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift assignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift @@ -32231,7 +30537,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_crew_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_crew_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -32239,7 +30545,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift assignmenttoshift_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -32247,7 +30553,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: jointable_multiassignmenttoshift_staff assignmenttoshift_multiassignmenttoshift_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_multiassignmenttoshift_staff assignmenttoshift_multiassignmenttoshift_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_multiassignmenttoshift_staff @@ -32255,7 +30561,7 @@ ALTER TABLE ONLY jointable_multiassignmenttoshift_staff -- --- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshiftreport_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshiftreport_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport @@ -32263,7 +30569,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport -- --- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshiftreport_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftreport assignmenttoshiftreport_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport @@ -32271,7 +30577,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftreport -- --- Name: basic_assortmentelement assortmentelement_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_assortmentelement assortmentelement_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_assortmentelement @@ -32279,7 +30585,7 @@ ALTER TABLE ONLY basic_assortmentelement -- --- Name: cmmsscheduler_recurringeventattachment attachment_event_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventattachment attachment_event_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventattachment @@ -32287,7 +30593,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventattachment -- --- Name: materialflowresources_attribute attribute_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attribute attribute_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attribute @@ -32295,7 +30601,7 @@ ALTER TABLE ONLY materialflowresources_attribute -- --- Name: materialflowresources_attributevalue attributevalue_attribute_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue attributevalue_attribute_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue @@ -32303,7 +30609,7 @@ ALTER TABLE ONLY materialflowresources_attributevalue -- --- Name: materialflowresources_attributevalue attributevalue_position_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue attributevalue_position_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue @@ -32311,7 +30617,7 @@ ALTER TABLE ONLY materialflowresources_attributevalue -- --- Name: materialflowresources_attributevalue attributevalue_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_attributevalue attributevalue_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_attributevalue @@ -32319,7 +30625,7 @@ ALTER TABLE ONLY materialflowresources_attributevalue -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift avglaborcostcalcfororder_avglaborcostcalcfororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift avglaborcostcalcfororder_avglaborcostcalcfororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift @@ -32327,7 +30633,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift -- --- Name: technologies_barcodeoperationcomponent barcodeoperationcomponen_operationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent barcodeoperationcomponen_operationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_barcodeoperationcomponent @@ -32335,7 +30641,7 @@ ALTER TABLE ONLY technologies_barcodeoperationcomponent -- --- Name: technologies_barcodeoperationcomponent barcodeoperationcomponent_orderfkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_barcodeoperationcomponent barcodeoperationcomponent_orderfkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_barcodeoperationcomponent @@ -32343,7 +30649,7 @@ ALTER TABLE ONLY technologies_barcodeoperationcomponent -- --- Name: integrationbaselinker_baselinkerparameters baselinkerparameters_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters baselinkerparameters_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_baselinkerparameters @@ -32351,7 +30657,7 @@ ALTER TABLE ONLY integrationbaselinker_baselinkerparameters -- --- Name: integrationbaselinker_baselinkerparameters baselinkerparameters_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_baselinkerparameters baselinkerparameters_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_baselinkerparameters @@ -32359,7 +30665,7 @@ ALTER TABLE ONLY integrationbaselinker_baselinkerparameters -- --- Name: basic_staff basic_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff basic_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -32367,7 +30673,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: masterorders_masterorder basic_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder basic_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -32375,7 +30681,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: basic_division basic_division_fkey_staff; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division basic_division_fkey_staff; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -32383,7 +30689,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_parameter basic_parameter_defaultproductionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter basic_parameter_defaultproductionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -32391,7 +30697,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_reportcolumnwidth basic_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_reportcolumnwidth basic_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_reportcolumnwidth @@ -32399,7 +30705,7 @@ ALTER TABLE ONLY basic_reportcolumnwidth -- --- Name: goodfood_confectionprotocol basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -32407,7 +30713,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_confectioninputproduct basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct @@ -32415,7 +30721,7 @@ ALTER TABLE ONLY goodfood_confectioninputproduct -- --- Name: goodfood_confectionremainderinputproduct basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionremainderinputproduct @@ -32423,7 +30729,7 @@ ALTER TABLE ONLY goodfood_confectionremainderinputproduct -- --- Name: basic_product basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product basic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -32431,7 +30737,7 @@ ALTER TABLE ONLY basic_product -- --- Name: efcsimple_enovaimportedorderproduct basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorderproduct @@ -32439,7 +30745,7 @@ ALTER TABLE ONLY efcsimple_enovaimportedorderproduct -- --- Name: materialflowmultitransfers_productquantity basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_productquantity @@ -32447,7 +30753,7 @@ ALTER TABLE ONLY materialflowmultitransfers_productquantity -- --- Name: sfcsimple_subiektimportedorderproduct basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct basic_product_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct @@ -32455,7 +30761,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct -- --- Name: basic_product basic_product_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product basic_product_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -32463,7 +30769,7 @@ ALTER TABLE ONLY basic_product -- --- Name: jointable_product_warehouseminimumstatemulti basic_product_warehouseminimumstatemulti_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_product_warehouseminimumstatemulti basic_product_warehouseminimumstatemulti_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti @@ -32471,7 +30777,7 @@ ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti -- --- Name: goodfood_confectioncontext basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext @@ -32479,7 +30785,7 @@ ALTER TABLE ONLY goodfood_confectioncontext -- --- Name: goodfood_extrusioncontext basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext @@ -32487,7 +30793,7 @@ ALTER TABLE ONLY goodfood_extrusioncontext -- --- Name: advancedgenealogy_batchstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_batchstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_batchstatechange @@ -32495,7 +30801,7 @@ ALTER TABLE ONLY advancedgenealogy_batchstatechange -- --- Name: advancedgenealogy_trackingrecordstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecordstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange @@ -32503,7 +30809,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecordstatechange -- --- Name: assignmenttoshift_assignmenttoshift basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshift basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshift @@ -32511,7 +30817,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshift -- --- Name: assignmenttoshift_assignmenttoshiftstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_assignmenttoshiftstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange @@ -32519,7 +30825,7 @@ ALTER TABLE ONLY assignmenttoshift_assignmenttoshiftstatechange -- --- Name: productioncounting_productiontrackingstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange basic_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingstatechange @@ -32527,7 +30833,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingstatechange -- --- Name: basic_staff basic_staff_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff basic_staff_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -32535,7 +30841,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: goodfood_confectionstaff basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionstaff @@ -32543,7 +30849,7 @@ ALTER TABLE ONLY goodfood_confectionstaff -- --- Name: goodfood_extrusionsouse basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionsouse @@ -32551,7 +30857,7 @@ ALTER TABLE ONLY goodfood_extrusionsouse -- --- Name: assignmenttoshift_staffassignmenttoshift basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -32559,7 +30865,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: avglaborcostcalcfororder_assignmentworkertoshift basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_assignmentworkertoshift basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift @@ -32567,7 +30873,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_assignmentworkertoshift -- --- Name: basic_staff basic_staff_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff basic_staff_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -32575,7 +30881,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: jointable_technologyoperationcomponent_workstation basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_technologyoperationcomponent_workstation basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation @@ -32583,7 +30889,7 @@ ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation -- --- Name: basic_workstationtype basic_workstationtype_fkey_divisions; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstationtype basic_workstationtype_fkey_divisions; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationtype @@ -32591,7 +30897,7 @@ ALTER TABLE ONLY basic_workstationtype -- --- Name: goodfood_extrusionaddedingrediententry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry @@ -32599,7 +30905,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedingrediententry -- --- Name: goodfood_extrusionaddedmixentry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry @@ -32607,7 +30913,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedmixentry -- --- Name: goodfood_extrusiontakenoffmixentry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry @@ -32615,7 +30921,7 @@ ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry -- --- Name: costnormsforoperation_calculationoperationcomponent calculationoperationcomponent_productionbalance_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent calculationoperationcomponent_productionbalance_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -32623,7 +30929,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: deliveries_columnfordeliveries columnfordeliveries_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_columnfordeliveries columnfordeliveries_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfordeliveries @@ -32631,7 +30937,7 @@ ALTER TABLE ONLY deliveries_columnfordeliveries -- --- Name: supplynegotiations_columnforoffers columnforoffers_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforoffers columnforoffers_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforoffers @@ -32639,7 +30945,7 @@ ALTER TABLE ONLY supplynegotiations_columnforoffers -- --- Name: deliveries_columnfororders columnfororders_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_columnfororders columnfororders_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_columnfororders @@ -32647,7 +30953,7 @@ ALTER TABLE ONLY deliveries_columnfororders -- --- Name: supplynegotiations_columnforrequests columnforrequests_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_columnforrequests columnforrequests_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_columnforrequests @@ -32655,7 +30961,7 @@ ALTER TABLE ONLY supplynegotiations_columnforrequests -- --- Name: orders_order company_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order company_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -32663,7 +30969,7 @@ ALTER TABLE ONLY orders_order -- --- Name: basic_company company_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_company company_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_company @@ -32671,7 +30977,7 @@ ALTER TABLE ONLY basic_company -- --- Name: jointable_company_negotiation company_negotiation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_negotiation company_negotiation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_negotiation @@ -32679,7 +30985,7 @@ ALTER TABLE ONLY jointable_company_negotiation -- --- Name: jointable_company_negotiation company_negotiation_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_negotiation company_negotiation_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_negotiation @@ -32687,7 +30993,7 @@ ALTER TABLE ONLY jointable_company_negotiation -- --- Name: jointable_company_operation company_operation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operation company_operation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operation @@ -32695,7 +31001,7 @@ ALTER TABLE ONLY jointable_company_operation -- --- Name: jointable_company_operation company_operation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operation company_operation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operation @@ -32703,7 +31009,7 @@ ALTER TABLE ONLY jointable_company_operation -- --- Name: jointable_company_operationgroup company_operationgroup_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operationgroup company_operationgroup_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operationgroup @@ -32711,7 +31017,7 @@ ALTER TABLE ONLY jointable_company_operationgroup -- --- Name: jointable_company_operationgroup company_operationgroup_operationgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_operationgroup company_operationgroup_operationgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_operationgroup @@ -32719,7 +31025,7 @@ ALTER TABLE ONLY jointable_company_operationgroup -- --- Name: basic_company company_taxtcountrycode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_company company_taxtcountrycode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_company @@ -32727,7 +31033,7 @@ ALTER TABLE ONLY basic_company -- --- Name: deliveries_companyproduct companyproduct_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct companyproduct_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproduct @@ -32735,7 +31041,7 @@ ALTER TABLE ONLY deliveries_companyproduct -- --- Name: deliveries_companyproduct companyproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproduct companyproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproduct @@ -32743,7 +31049,7 @@ ALTER TABLE ONLY deliveries_companyproduct -- --- Name: deliveries_companyproductsfamily companyproductsfamily_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily companyproductsfamily_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproductsfamily @@ -32751,7 +31057,7 @@ ALTER TABLE ONLY deliveries_companyproductsfamily -- --- Name: deliveries_companyproductsfamily companyproductsfamily_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_companyproductsfamily companyproductsfamily_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_companyproductsfamily @@ -32759,7 +31065,7 @@ ALTER TABLE ONLY deliveries_companyproductsfamily -- --- Name: costcalculation_componentcost componentcost_costcalculation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost componentcost_costcalculation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_componentcost @@ -32767,7 +31073,7 @@ ALTER TABLE ONLY costcalculation_componentcost -- --- Name: costcalculation_componentcost componentcost_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_componentcost componentcost_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_componentcost @@ -32775,7 +31081,7 @@ ALTER TABLE ONLY costcalculation_componentcost -- --- Name: basicproductioncounting_productioncountingquantity componentslocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity componentslocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -32783,7 +31089,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity componentsoutputlocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity componentsoutputlocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -32791,7 +31097,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct @@ -32799,7 +31105,7 @@ ALTER TABLE ONLY goodfood_confectionadditionalinputproduct -- --- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct @@ -32807,7 +31113,7 @@ ALTER TABLE ONLY goodfood_confectionadditionalinputproduct -- --- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionadditionalinputproduct confectionadditionalinputproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionadditionalinputproduct @@ -32815,7 +31121,7 @@ ALTER TABLE ONLY goodfood_confectionadditionalinputproduct -- --- Name: goodfood_confectionprotocolstatechange confectionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange confectionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolstatechange @@ -32823,7 +31129,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolstatechange -- --- Name: goodfood_confectionprotocolcorrect confectionprotocolcorrect_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolcorrect confectionprotocolcorrect_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolcorrect @@ -32831,7 +31137,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolcorrect -- --- Name: states_message confectionprotocolstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message confectionprotocolstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -32839,7 +31145,7 @@ ALTER TABLE ONLY states_message -- --- Name: productionbalancepershift_balance context_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionbalancepershift_balance context_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionbalancepershift_balance @@ -32847,7 +31153,7 @@ ALTER TABLE ONLY productionbalancepershift_balance -- --- Name: costcalculation_costcalculation costcalculation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation costcalculation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -32855,7 +31161,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_o_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_o_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp @@ -32863,7 +31169,7 @@ ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp -- --- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsformaterials_technologyinstoperproductincomp costnormsforproduct_orderoperationproductincomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp @@ -32871,7 +31177,7 @@ ALTER TABLE ONLY costnormsformaterials_technologyinstoperproductincomp -- --- Name: materialflowresources_costnormslocation costnormslocation_costnormsgenerator_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation costnormslocation_costnormsgenerator_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormslocation @@ -32879,7 +31185,7 @@ ALTER TABLE ONLY materialflowresources_costnormslocation -- --- Name: materialflowresources_costnormslocation costnormslocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_costnormslocation costnormslocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_costnormslocation @@ -32887,7 +31193,7 @@ ALTER TABLE ONLY materialflowresources_costnormslocation -- --- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_coveragefororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_coveragefororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation @@ -32895,7 +31201,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation -- --- Name: ordersupplies_coveragelocation coveragelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation coveragelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation @@ -32903,7 +31209,7 @@ ALTER TABLE ONLY ordersupplies_coveragelocation -- --- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation @@ -32911,7 +31217,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation -- --- Name: ordersupplies_coveragelocation coveragelocation_materialrequirementcoverage_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation coveragelocation_materialrequirementcoverage_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation @@ -32919,7 +31225,7 @@ ALTER TABLE ONLY ordersupplies_coveragelocation -- --- Name: ordersupplies_coveragelocation coveragelocation_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coveragelocation coveragelocation_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coveragelocation @@ -32927,7 +31233,7 @@ ALTER TABLE ONLY ordersupplies_coveragelocation -- --- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragelocation coveragelocation_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation @@ -32935,7 +31241,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragelocation -- --- Name: materialrequirementcoveragefororder_coverageproduct coverageproduct_coveragefororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct coverageproduct_coveragefororder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct @@ -32943,7 +31249,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct -- --- Name: ordersupplies_coverageproduct coverageproduct_materialrequirementcoverage_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct coverageproduct_materialrequirementcoverage_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproduct @@ -32951,7 +31257,7 @@ ALTER TABLE ONLY ordersupplies_coverageproduct -- --- Name: ordersupplies_coverageproduct coverageproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproduct coverageproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproduct @@ -32959,7 +31265,7 @@ ALTER TABLE ONLY ordersupplies_coverageproduct -- --- Name: materialrequirementcoveragefororder_coverageproduct coverageproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct coverageproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct @@ -32967,7 +31273,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -32975,7 +31281,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductlogging coverageproductlogging_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging coverageproductlogging_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -32983,7 +31289,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -32991,7 +31297,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductlogging coverageproductlogging_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging coverageproductlogging_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -32999,7 +31305,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -33007,7 +31313,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductlogging coverageproductlogging_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging coverageproductlogging_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -33015,7 +31321,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -33023,7 +31329,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductlogging coverageproductlogging_subcontractedoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging coverageproductlogging_subcontractedoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -33031,7 +31337,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_subcontractedoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproductlogging coverageproductlogging_subcontractedoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging @@ -33039,7 +31345,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproductlogging -- --- Name: ordersupplies_coverageproductselected coverageproductselected_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductselected coverageproductselected_coverageproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductselected @@ -33047,7 +31353,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductselected -- --- Name: ordersupplies_coverageregister coverageregister_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33055,7 +31361,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_coverageregister coverageregister_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33063,7 +31369,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_coverageregister coverageregister_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33071,7 +31377,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_coverageregister coverageregister_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33079,7 +31385,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: ordersupplies_coverageregister coverageregister_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageregister coverageregister_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageregister @@ -33087,7 +31393,7 @@ ALTER TABLE ONLY ordersupplies_coverageregister -- --- Name: basic_crew crew_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_crew crew_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_crew @@ -33095,7 +31401,7 @@ ALTER TABLE ONLY basic_crew -- --- Name: productionpershift_dailyprogress dailyprogress_progressforday_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress dailyprogress_progressforday_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_dailyprogress @@ -33103,7 +31409,7 @@ ALTER TABLE ONLY productionpershift_dailyprogress -- --- Name: productionpershift_dailyprogress dailyprogress_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_dailyprogress dailyprogress_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_dailyprogress @@ -33111,7 +31417,7 @@ ALTER TABLE ONLY productionpershift_dailyprogress -- --- Name: deliveries_deliveredproduct deliveredproduct_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33119,7 +31425,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33127,7 +31433,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_orderedproduct deliveredproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct deliveredproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -33135,7 +31441,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33143,7 +31449,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33151,7 +31457,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33159,7 +31465,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproduct deliveredproduct_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct deliveredproduct_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -33167,7 +31473,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_deliveredproductmultiposition deliveredproductmp_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveredproductmp_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -33175,7 +31481,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductmultiposition deliveredproductmp_deliveredproductmulti_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveredproductmp_deliveredproductmulti_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -33183,7 +31489,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductmultiposition deliveredproductmp_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveredproductmp_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -33191,7 +31497,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductmulti deliveredproductmulti_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti deliveredproductmulti_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti @@ -33199,7 +31505,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmulti -- --- Name: deliveries_deliveredproductmulti deliveredproductmulti_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti deliveredproductmulti_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti @@ -33207,7 +31513,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmulti -- --- Name: deliveries_deliveredproductmulti deliveredproductmulti_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmulti deliveredproductmulti_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmulti @@ -33215,7 +31521,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmulti -- --- Name: deliveries_deliveredproductmultiposition deliveredproductmultiposition_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductmultiposition deliveredproductmultiposition_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductmultiposition @@ -33223,7 +31529,7 @@ ALTER TABLE ONLY deliveries_deliveredproductmultiposition -- --- Name: deliveries_deliveredproductreservation deliveredproductreservation_deliveredproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation deliveredproductreservation_deliveredproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductreservation @@ -33231,7 +31537,7 @@ ALTER TABLE ONLY deliveries_deliveredproductreservation -- --- Name: deliveries_deliveredproductreservation deliveredproductreservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproductreservation deliveredproductreservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproductreservation @@ -33239,7 +31545,7 @@ ALTER TABLE ONLY deliveries_deliveredproductreservation -- --- Name: deliveries_delivery delivery_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_delivery delivery_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery @@ -33247,7 +31553,7 @@ ALTER TABLE ONLY deliveries_delivery -- --- Name: deliveries_delivery delivery_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_delivery delivery_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery @@ -33255,7 +31561,7 @@ ALTER TABLE ONLY deliveries_delivery -- --- Name: deliveries_delivery delivery_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_delivery delivery_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_delivery @@ -33263,7 +31569,7 @@ ALTER TABLE ONLY deliveries_delivery -- --- Name: deliveries_deliverystatechange deliverystatechange_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange deliverystatechange_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverystatechange @@ -33271,7 +31577,7 @@ ALTER TABLE ONLY deliveries_deliverystatechange -- --- Name: deliveries_deliverystatechange deliverystatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliverystatechange deliverystatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliverystatechange @@ -33279,7 +31585,7 @@ ALTER TABLE ONLY deliveries_deliverystatechange -- --- Name: basic_division division_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33287,7 +31593,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33295,7 +31601,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33303,7 +31609,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33311,7 +31617,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33319,7 +31625,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33327,7 +31633,7 @@ ALTER TABLE ONLY basic_division -- --- Name: basic_division division_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_division division_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_division @@ -33335,7 +31641,7 @@ ALTER TABLE ONLY basic_division -- --- Name: productflowthrudivision_warehouseissue division_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue division_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -33343,7 +31649,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: materialflowresources_document document_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33351,7 +31657,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33359,7 +31665,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_dispositionshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_dispositionshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33367,7 +31673,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_linkedpzdocumentlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_linkedpzdocumentlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33375,7 +31681,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33383,7 +31689,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33391,7 +31697,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33399,7 +31705,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_document document_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document document_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -33407,7 +31713,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: materialflowresources_documentpositionparametersitem documentpositionparametersitem_parameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_documentpositionparametersitem documentpositionparametersitem_parameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_documentpositionparametersitem @@ -33415,7 +31721,7 @@ ALTER TABLE ONLY materialflowresources_documentpositionparametersitem -- --- Name: ebr_ebr ebr_ebr_basic_company; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_basic_company; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -33423,7 +31729,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebr ebr_ebr_orders_order_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_orders_order_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -33431,7 +31737,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebr ebr_ebr_orders_order_recipe_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_orders_order_recipe_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -33439,7 +31745,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebr ebr_ebr_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebr ebr_ebr_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebr @@ -33447,7 +31753,7 @@ ALTER TABLE ONLY ebr_ebr -- --- Name: ebr_ebrstatechange ebr_ebrstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange ebr_ebrstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebrstatechange @@ -33455,7 +31761,7 @@ ALTER TABLE ONLY ebr_ebrstatechange -- --- Name: ebr_ebrstatechange ebr_ebrstatechange_ebr_ebr; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_ebrstatechange ebr_ebrstatechange_ebr_ebr; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_ebrstatechange @@ -33463,7 +31769,7 @@ ALTER TABLE ONLY ebr_ebrstatechange -- --- Name: ebr_instructionstatechange ebr_instructionstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange ebr_instructionstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instructionstatechange @@ -33471,7 +31777,7 @@ ALTER TABLE ONLY ebr_instructionstatechange -- --- Name: cmmsmachineparts_eventattachment eventattachment_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_eventattachment eventattachment_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_eventattachment @@ -33479,7 +31785,7 @@ ALTER TABLE ONLY cmmsmachineparts_eventattachment -- --- Name: goodfood_eventlog eventlog_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_eventlog eventlog_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_eventlog @@ -33487,7 +31793,7 @@ ALTER TABLE ONLY goodfood_eventlog -- --- Name: goodfood_eventlog eventlog_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_eventlog eventlog_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_eventlog @@ -33495,7 +31801,7 @@ ALTER TABLE ONLY goodfood_eventlog -- --- Name: goodfood_extrusionprotocolstatechange extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolstatechange @@ -33503,7 +31809,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolstatechange -- --- Name: goodfood_extrusionaddedingrediententry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedingrediententry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry @@ -33511,7 +31817,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedingrediententry -- --- Name: goodfood_extrusionaddedmixentry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry @@ -33519,7 +31825,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedmixentry -- --- Name: goodfood_extrusiontakenoffmixentry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry extrusionprotocol_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry @@ -33527,7 +31833,7 @@ ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry -- --- Name: goodfood_extrusionprotocolcorrect extrusionprotocolcorrect_extrusionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolcorrect extrusionprotocolcorrect_extrusionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolcorrect @@ -33535,7 +31841,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolcorrect -- --- Name: states_message extrusionprotocolstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message extrusionprotocolstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -33543,7 +31849,7 @@ ALTER TABLE ONLY states_message -- --- Name: nblsport_fabric fabric_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_fabric fabric_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_fabric @@ -33551,7 +31857,7 @@ ALTER TABLE ONLY nblsport_fabric -- --- Name: nblsport_fabric fabric_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_fabric fabric_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_fabric @@ -33559,7 +31865,7 @@ ALTER TABLE ONLY nblsport_fabric -- --- Name: basic_factory factory_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_factory factory_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_factory @@ -33567,7 +31873,7 @@ ALTER TABLE ONLY basic_factory -- --- Name: productionlines_factorystructureelement factorystructureelement_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement factorystructureelement_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -33575,7 +31881,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: productionlines_factorystructureelement factorystructureelement_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement factorystructureelement_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -33583,7 +31889,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: productionlines_factorystructureelement factorystructureelement_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement factorystructureelement_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -33591,7 +31897,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: productionlines_factorystructureelement factorystructureelement_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_factorystructureelement factorystructureelement_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_factorystructureelement @@ -33599,7 +31905,7 @@ ALTER TABLE ONLY productionlines_factorystructureelement -- --- Name: masterorders_masterorderproduct fk215b549b4a728bc8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct fk215b549b4a728bc8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct @@ -33607,7 +31913,7 @@ ALTER TABLE ONLY masterorders_masterorderproduct -- --- Name: technologies_technologyoperationcomponent fk2337e2f7574cfe41; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent fk2337e2f7574cfe41; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -33615,7 +31921,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent fk2337e2f7b1e1a8a8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent fk2337e2f7b1e1a8a8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -33623,7 +31929,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent fk2337e2f7b4851f44; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent fk2337e2f7b4851f44; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -33631,7 +31937,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent fk2337e2f7e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent fk2337e2f7e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -33639,7 +31945,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: stoppage_stoppage fk31da647fb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: stoppage_stoppage fk31da647fb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY stoppage_stoppage @@ -33647,7 +31953,7 @@ ALTER TABLE ONLY stoppage_stoppage -- --- Name: ordersupplies_coverageproductlogging fk3d5efcfc18e412c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageproductlogging fk3d5efcfc18e412c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageproductlogging @@ -33655,7 +31961,7 @@ ALTER TABLE ONLY ordersupplies_coverageproductlogging -- --- Name: orders_order fk3daecd74ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order fk3daecd74ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -33663,7 +31969,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order fk3daecd74e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order fk3daecd74e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -33671,7 +31977,7 @@ ALTER TABLE ONLY orders_order -- --- Name: technologies_technology fk510629c1ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology fk510629c1ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -33679,7 +31985,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: basicproductioncounting_basicproductioncounting fk5ac920f5ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting fk5ac920f5ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_basicproductioncounting @@ -33687,7 +31993,7 @@ ALTER TABLE ONLY basicproductioncounting_basicproductioncounting -- --- Name: basicproductioncounting_basicproductioncounting fk5ac920f5b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_basicproductioncounting fk5ac920f5b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_basicproductioncounting @@ -33695,7 +32001,7 @@ ALTER TABLE ONLY basicproductioncounting_basicproductioncounting -- --- Name: productioncounting_trackingoperationproductoutcomponent fk5bdc58bbad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent fk5bdc58bbad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent @@ -33703,7 +32009,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent -- --- Name: productioncounting_trackingoperationproductoutcomponent fk5bdc58bbfeff14c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent fk5bdc58bbfeff14c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent @@ -33711,7 +32017,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent -- --- Name: productioncounting_productiontracking fk5d2719fdb17cd008; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking fk5d2719fdb17cd008; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -33719,7 +32025,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking fk5d2719fdb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking fk5d2719fdb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -33727,7 +32033,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: materialflow_materialsinlocationcomponent fk6c887326308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent fk6c887326308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocationcomponent @@ -33735,7 +32041,7 @@ ALTER TABLE ONLY materialflow_materialsinlocationcomponent -- --- Name: materialflow_materialsinlocationcomponent fk6c887326d11277a8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_materialsinlocationcomponent fk6c887326d11277a8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_materialsinlocationcomponent @@ -33743,7 +32049,7 @@ ALTER TABLE ONLY materialflow_materialsinlocationcomponent -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent fk71357f46308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent fk71357f46308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent @@ -33751,7 +32057,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent -- --- Name: simplematerialbalance_simplematerialbalancelocationscomponent fk71357f464525613e; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalancelocationscomponent fk71357f464525613e; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent @@ -33759,7 +32065,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalancelocationscomponent -- --- Name: jointable_materialrequirement_order fk78f5fa302f1f24c8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_materialrequirement_order fk78f5fa302f1f24c8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_materialrequirement_order @@ -33767,7 +32073,7 @@ ALTER TABLE ONLY jointable_materialrequirement_order -- --- Name: jointable_materialrequirement_order fk78f5fa30b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_materialrequirement_order fk78f5fa30b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_materialrequirement_order @@ -33775,7 +32081,7 @@ ALTER TABLE ONLY jointable_materialrequirement_order -- --- Name: technologies_operationproductoutcomponent fk79b7ec6ca29938f8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent fk79b7ec6ca29938f8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -33783,7 +32089,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: technologies_operationproductoutcomponent fk79b7ec6cad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent fk79b7ec6cad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -33791,7 +32097,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: materialflow_transfer fk8c32fdf51e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf51e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33799,7 +32105,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5403d0e8f; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5403d0e8f; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33807,7 +32113,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33815,7 +32121,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5b0a8fa91; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5b0a8fa91; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33823,7 +32129,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5b2277b02; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5b2277b02; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33831,7 +32137,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transfer fk8c32fdf5d8bb7bc1; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer fk8c32fdf5d8bb7bc1; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -33839,7 +32145,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: basic_shifttimetableexception fk95347f3fb17cd008; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_shifttimetableexception fk95347f3fb17cd008; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_shifttimetableexception @@ -33847,7 +32153,7 @@ ALTER TABLE ONLY basic_shifttimetableexception -- --- Name: ordersupplies_coverageorder fk992958422bfae6ae; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder fk992958422bfae6ae; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorder @@ -33855,7 +32161,7 @@ ALTER TABLE ONLY ordersupplies_coverageorder -- --- Name: ordersupplies_coverageorder fk99295842b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorder fk99295842b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorder @@ -33863,7 +32169,7 @@ ALTER TABLE ONLY ordersupplies_coverageorder -- --- Name: qcadoomodel_dictionaryitem fk9b37ca9470d83278; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_dictionaryitem fk9b37ca9470d83278; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_dictionaryitem @@ -33871,7 +32177,7 @@ ALTER TABLE ONLY qcadoomodel_dictionaryitem -- --- Name: ordersupplies_coverageorderhelper fk9ec19a902bfae6ae; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_coverageorderhelper fk9ec19a902bfae6ae; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_coverageorderhelper @@ -33879,7 +32185,7 @@ ALTER TABLE ONLY ordersupplies_coverageorderhelper -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent fk9ee8f8914525613e; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent fk9ee8f8914525613e; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent @@ -33887,7 +32193,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent -- --- Name: simplematerialbalance_simplematerialbalanceorderscomponent fk9ee8f891b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: simplematerialbalance_simplematerialbalanceorderscomponent fk9ee8f891b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent @@ -33895,7 +32201,7 @@ ALTER TABLE ONLY simplematerialbalance_simplematerialbalanceorderscomponent -- --- Name: productioncounting_trackingoperationproductincomponent fka223986cad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent fka223986cad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent @@ -33903,7 +32209,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent -- --- Name: productioncounting_trackingoperationproductincomponent fka223986cfeff14c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent fka223986cfeff14c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent @@ -33911,7 +32217,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent -- --- Name: deliveries_deliveryattachment fka58d5a0418e412c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveryattachment fka58d5a0418e412c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveryattachment @@ -33919,7 +32225,7 @@ ALTER TABLE ONLY deliveries_deliveryattachment -- --- Name: materialflow_transformations fka83409401e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations fka83409401e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -33927,7 +32233,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: materialflow_transformations fka8340940b0a8fa91; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations fka8340940b0a8fa91; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -33935,7 +32241,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: materialflow_transformations fka8340940b2277b02; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations fka8340940b2277b02; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -33943,7 +32249,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: technologies_operationproductincomponent fkb39e4a9ba29938f8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent fkb39e4a9ba29938f8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -33951,7 +32257,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_operationproductincomponent fkb39e4a9bad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent fkb39e4a9bad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -33959,7 +32265,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: basic_substitute fkbebf5d4bad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitute fkbebf5d4bad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitute @@ -33967,7 +32273,7 @@ ALTER TABLE ONLY basic_substitute -- --- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028154b936c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028154b936c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -33975,7 +32281,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: costnormsforoperation_calculationoperationcomponent fkbf24a0282ee8598c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent fkbf24a0282ee8598c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -33983,7 +32289,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028b1e1a8a8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028b1e1a8a8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -33991,7 +32297,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028eeb36669; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costnormsforoperation_calculationoperationcomponent fkbf24a028eeb36669; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent @@ -33999,7 +32305,7 @@ ALTER TABLE ONLY costnormsforoperation_calculationoperationcomponent -- --- Name: productioncounting_productiontrackingreport fkc93f6b1fad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport fkc93f6b1fad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingreport @@ -34007,7 +32313,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingreport -- --- Name: productioncounting_productiontrackingreport fkc93f6b1fb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingreport fkc93f6b1fb64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingreport @@ -34015,7 +32321,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingreport -- --- Name: materialflow_stockcorrection fkc9d449ca1e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection fkc9d449ca1e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection @@ -34023,7 +32329,7 @@ ALTER TABLE ONLY materialflow_stockcorrection -- --- Name: materialflow_stockcorrection fkc9d449ca308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection fkc9d449ca308f12ec; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection @@ -34031,7 +32337,7 @@ ALTER TABLE ONLY materialflow_stockcorrection -- --- Name: materialflow_stockcorrection fkc9d449caad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_stockcorrection fkc9d449caad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_stockcorrection @@ -34039,7 +32345,7 @@ ALTER TABLE ONLY materialflow_stockcorrection -- --- Name: basic_substitutecomponent fkcbbea3f2717076ac; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent fkcbbea3f2717076ac; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent @@ -34047,7 +32353,7 @@ ALTER TABLE ONLY basic_substitutecomponent -- --- Name: basic_substitutecomponent fkcbbea3f2ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent fkcbbea3f2ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent @@ -34055,7 +32361,7 @@ ALTER TABLE ONLY basic_substitutecomponent -- --- Name: costcalculation_costcalculation fkcfbe2739ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation fkcfbe2739ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -34063,7 +32369,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costcalculation_costcalculation fkcfbe2739b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation fkcfbe2739b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -34071,7 +32377,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costcalculation_costcalculation fkcfbe2739be57e70b; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation fkcfbe2739be57e70b; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -34079,7 +32385,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: costcalculation_costcalculation fkcfbe2739e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: costcalculation_costcalculation fkcfbe2739e3afcbac; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY costcalculation_costcalculation @@ -34087,7 +32393,7 @@ ALTER TABLE ONLY costcalculation_costcalculation -- --- Name: productdata_productdatainput fkd4f3dc5726a288f2; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdatainput fkd4f3dc5726a288f2; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdatainput @@ -34095,7 +32401,7 @@ ALTER TABLE ONLY productdata_productdatainput -- --- Name: orders_orderstatechange fke98b2005b17cd008; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_orderstatechange fke98b2005b17cd008; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_orderstatechange @@ -34103,7 +32409,7 @@ ALTER TABLE ONLY orders_orderstatechange -- --- Name: orders_orderstatechange fke98b2005b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_orderstatechange fke98b2005b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_orderstatechange @@ -34111,7 +32417,7 @@ ALTER TABLE ONLY orders_orderstatechange -- --- Name: emailnotifications_staffnotification fkeca9d181e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification fkeca9d181e9fcb48; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification @@ -34119,7 +32425,7 @@ ALTER TABLE ONLY emailnotifications_staffnotification -- --- Name: emailnotifications_staffnotification fkeca9d18479bb3a8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification fkeca9d18479bb3a8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification @@ -34127,7 +32433,7 @@ ALTER TABLE ONLY emailnotifications_staffnotification -- --- Name: emailnotifications_staffnotification fkeca9d18a32e73f1; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: emailnotifications_staffnotification fkeca9d18a32e73f1; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY emailnotifications_staffnotification @@ -34135,7 +32441,7 @@ ALTER TABLE ONLY emailnotifications_staffnotification -- --- Name: productioncounting_productionbalance fkf2fd76b0ad773168; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance fkf2fd76b0ad773168; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -34143,7 +32449,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: productioncounting_productionbalance fkf2fd76b0b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance fkf2fd76b0b64bada8; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -34151,7 +32457,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: basic_parameter fkf7f1a0d8db69d3cc; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter fkf7f1a0d8db69d3cc; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -34159,7 +32465,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: qcadooview_item fkf855759847760b8c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_item fkf855759847760b8c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_item @@ -34167,7 +32473,7 @@ ALTER TABLE ONLY qcadooview_item -- --- Name: qcadooview_item fkf85575986065f7ec; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_item fkf85575986065f7ec; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_item @@ -34175,7 +32481,7 @@ ALTER TABLE ONLY qcadooview_item -- --- Name: productcharacteristics_forms forms_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcharacteristics_forms forms_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_forms @@ -34183,7 +32489,7 @@ ALTER TABLE ONLY productcharacteristics_forms -- --- Name: orders_formula formula_choseninstruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_formula formula_choseninstruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_formula @@ -34191,7 +32497,7 @@ ALTER TABLE ONLY orders_formula -- --- Name: ebr_formula formula_choseninstruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_formula formula_choseninstruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_formula @@ -34199,7 +32505,7 @@ ALTER TABLE ONLY ebr_formula -- --- Name: orders_formula formula_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_formula formula_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_formula @@ -34207,7 +32513,7 @@ ALTER TABLE ONLY orders_formula -- --- Name: ebr_formula formula_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_formula formula_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_formula @@ -34215,7 +32521,7 @@ ALTER TABLE ONLY ebr_formula -- --- Name: advancedgenealogyfororders_genealogyproductincomponent genealogyproductincomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogyfororders_genealogyproductincomponent genealogyproductincomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent @@ -34223,7 +32529,7 @@ ALTER TABLE ONLY advancedgenealogyfororders_genealogyproductincomponent -- --- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_generatorcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_generatorcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct @@ -34231,7 +32537,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct -- --- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct @@ -34239,7 +32545,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct -- --- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortechnologiesforproduct generatortechnologiesforproduct_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct @@ -34247,7 +32553,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortechnologiesforproduct -- --- Name: technologiesgenerator_generatortreenode generatortreenode_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode generatortreenode_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -34255,7 +32561,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: masterorders_masterorder goodfood_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder goodfood_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -34263,7 +32569,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: goodfood_confectionprotocol goodfood_confectioncontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol goodfood_confectioncontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -34271,7 +32577,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_confectioninputproduct goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioninputproduct goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioninputproduct @@ -34279,7 +32585,7 @@ ALTER TABLE ONLY goodfood_confectioninputproduct -- --- Name: goodfood_confectionremainderinputproduct goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionremainderinputproduct goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionremainderinputproduct @@ -34287,7 +32593,7 @@ ALTER TABLE ONLY goodfood_confectionremainderinputproduct -- --- Name: goodfood_confectionstaff goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionstaff goodfood_confectionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionstaff @@ -34295,7 +32601,7 @@ ALTER TABLE ONLY goodfood_confectionstaff -- --- Name: goodfood_extrusionprotocol goodfood_extrusioncontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol goodfood_extrusioncontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -34303,7 +32609,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: goodfood_extrusionsouse goodfood_extrusionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionsouse goodfood_extrusionprotocol_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionsouse @@ -34311,7 +32617,7 @@ ALTER TABLE ONLY goodfood_extrusionsouse -- --- Name: jointable_group_role group_role_group_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_group_role group_role_group_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_group_role @@ -34319,7 +32625,7 @@ ALTER TABLE ONLY jointable_group_role -- --- Name: jointable_group_role group_role_role_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_group_role group_role_role_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_group_role @@ -34327,7 +32633,15 @@ ALTER TABLE ONLY jointable_group_role -- --- Name: goodfood_extrusionaddedingrediententry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: esilco_importpositionerror importpositionerror_document_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY esilco_importpositionerror + ADD CONSTRAINT importpositionerror_document_fkey FOREIGN KEY (document_id) REFERENCES materialflowresources_document(id) DEFERRABLE; + + +-- +-- Name: goodfood_extrusionaddedingrediententry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedingrediententry @@ -34335,7 +32649,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedingrediententry -- --- Name: goodfood_extrusionaddedmixentry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionaddedmixentry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionaddedmixentry @@ -34343,7 +32657,7 @@ ALTER TABLE ONLY goodfood_extrusionaddedmixentry -- --- Name: goodfood_extrusiontakenoffmixentry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusiontakenoffmixentry ingredient_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry @@ -34351,7 +32665,7 @@ ALTER TABLE ONLY goodfood_extrusiontakenoffmixentry -- --- Name: ebr_instruction instrucion_ebr_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instruction instrucion_ebr_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instruction @@ -34359,7 +32673,7 @@ ALTER TABLE ONLY ebr_instruction -- --- Name: ebr_instruction instruction_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instruction instruction_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instruction @@ -34367,7 +32681,7 @@ ALTER TABLE ONLY ebr_instruction -- --- Name: ebr_instructionstatechange instructionstatechange_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ebr_instructionstatechange instructionstatechange_instruction_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ebr_instructionstatechange @@ -34375,7 +32689,7 @@ ALTER TABLE ONLY ebr_instructionstatechange -- --- Name: productflowthrudivision_issue issue_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue issue_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -34383,7 +32697,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: jointable_issue_productstoissuehelper issue_productstoissuehelper_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_issue_productstoissuehelper issue_productstoissuehelper_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_issue_productstoissuehelper @@ -34391,7 +32705,7 @@ ALTER TABLE ONLY jointable_issue_productstoissuehelper -- --- Name: jointable_issue_productstoissuehelper issue_productstoissuehelper_productstoissuehelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_issue_productstoissuehelper issue_productstoissuehelper_productstoissuehelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_issue_productstoissuehelper @@ -34399,7 +32713,7 @@ ALTER TABLE ONLY jointable_issue_productstoissuehelper -- --- Name: productflowthrudivision_issue issue_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue issue_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -34407,7 +32721,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: jointable_company_subassembly jointable_company_subassembly_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_subassembly jointable_company_subassembly_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_subassembly @@ -34415,7 +32729,7 @@ ALTER TABLE ONLY jointable_company_subassembly -- --- Name: jointable_company_subassembly jointable_company_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_subassembly jointable_company_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_subassembly @@ -34423,7 +32737,7 @@ ALTER TABLE ONLY jointable_company_subassembly -- --- Name: jointable_company_workstation jointable_company_workstation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_workstation jointable_company_workstation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_workstation @@ -34431,7 +32745,7 @@ ALTER TABLE ONLY jointable_company_workstation -- --- Name: jointable_company_workstation jointable_company_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_company_workstation jointable_company_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_company_workstation @@ -34439,7 +32753,7 @@ ALTER TABLE ONLY jointable_company_workstation -- --- Name: jointable_coverageorderhelper_orderdto jointable_coverageorderhelper_coverageorderhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_coverageorderhelper_orderdto jointable_coverageorderhelper_coverageorderhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_coverageorderhelper_orderdto @@ -34447,7 +32761,7 @@ ALTER TABLE ONLY jointable_coverageorderhelper_orderdto -- --- Name: jointable_division_productionline jointable_division_productionline_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_division_productionline jointable_division_productionline_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_division_productionline @@ -34455,7 +32769,7 @@ ALTER TABLE ONLY jointable_division_productionline -- --- Name: jointable_division_productionline jointable_division_productionline_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_division_productionline jointable_division_productionline_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_division_productionline @@ -34463,7 +32777,7 @@ ALTER TABLE ONLY jointable_division_productionline -- --- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_subassembly @@ -34471,7 +32785,7 @@ ALTER TABLE ONLY jointable_faulttype_subassembly -- --- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_subassembly jointable_faulttype_subassembly_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_subassembly @@ -34479,7 +32793,7 @@ ALTER TABLE ONLY jointable_faulttype_subassembly -- --- Name: jointable_faulttype_workstation jointable_faulttype_workstation_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstation jointable_faulttype_workstation_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstation @@ -34487,7 +32801,7 @@ ALTER TABLE ONLY jointable_faulttype_workstation -- --- Name: jointable_faulttype_workstation jointable_faulttype_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstation jointable_faulttype_workstation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstation @@ -34495,7 +32809,7 @@ ALTER TABLE ONLY jointable_faulttype_workstation -- --- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstationtype @@ -34503,7 +32817,7 @@ ALTER TABLE ONLY jointable_faulttype_workstationtype -- --- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_faulttype_workstationtype jointable_faulttype_workstationtype_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_faulttype_workstationtype @@ -34511,7 +32825,7 @@ ALTER TABLE ONLY jointable_faulttype_workstationtype -- --- Name: jointable_instruction_workstation jointable_instruction_workstation_basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_instruction_workstation jointable_instruction_workstation_basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_instruction_workstation @@ -34519,7 +32833,7 @@ ALTER TABLE ONLY jointable_instruction_workstation -- --- Name: jointable_instruction_workstation jointable_instruction_workstation_orders_instruction; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_instruction_workstation jointable_instruction_workstation_orders_instruction; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_instruction_workstation @@ -34527,7 +32841,7 @@ ALTER TABLE ONLY jointable_instruction_workstation -- --- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_bt_print; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_bt_print; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_label_printlabelshelper @@ -34535,7 +32849,7 @@ ALTER TABLE ONLY jointable_label_printlabelshelper -- --- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_goodfood_label; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_label_printlabelshelper jointable_label_printlabelshelper_goodfood_label; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_label_printlabelshelper @@ -34543,7 +32857,7 @@ ALTER TABLE ONLY jointable_label_printlabelshelper -- --- Name: jointable_order_workplan jointable_order_workplan_fkey_order; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_workplan jointable_order_workplan_fkey_order; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_workplan @@ -34551,7 +32865,7 @@ ALTER TABLE ONLY jointable_order_workplan -- --- Name: jointable_order_workplan jointable_order_workplan_fkey_workplan; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_workplan jointable_order_workplan_fkey_workplan; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_workplan @@ -34559,7 +32873,7 @@ ALTER TABLE ONLY jointable_order_workplan -- --- Name: jointable_productionline_technology jointable_pl_tech_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technology jointable_pl_tech_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technology @@ -34567,7 +32881,7 @@ ALTER TABLE ONLY jointable_productionline_technology -- --- Name: jointable_productionline_technology jointable_pl_tech_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technology jointable_pl_tech_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technology @@ -34575,7 +32889,7 @@ ALTER TABLE ONLY jointable_productionline_technology -- --- Name: jointable_productionline_technologygroup jointable_pl_techgroup_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technologygroup jointable_pl_techgroup_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technologygroup @@ -34583,7 +32897,7 @@ ALTER TABLE ONLY jointable_productionline_technologygroup -- --- Name: jointable_productionline_technologygroup jointable_pl_techgroup_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_technologygroup jointable_pl_techgroup_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_technologygroup @@ -34591,7 +32905,7 @@ ALTER TABLE ONLY jointable_productionline_technologygroup -- --- Name: jointable_recipe_workstation jointable_recipe_workstation_basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_recipe_workstation jointable_recipe_workstation_basic_workstation; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_recipe_workstation @@ -34599,7 +32913,7 @@ ALTER TABLE ONLY jointable_recipe_workstation -- --- Name: jointable_recipe_workstation jointable_recipe_workstation_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_recipe_workstation jointable_recipe_workstation_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_recipe_workstation @@ -34607,7 +32921,7 @@ ALTER TABLE ONLY jointable_recipe_workstation -- --- Name: goodfood_label label_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label label_batch_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -34615,7 +32929,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_label label_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label label_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -34623,7 +32937,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_label label_palletcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label label_palletcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -34631,7 +32945,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_label label_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_label label_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_label @@ -34639,7 +32953,7 @@ ALTER TABLE ONLY goodfood_label -- --- Name: goodfood_labelstatechange labelstatechange_label_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange labelstatechange_label_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_labelstatechange @@ -34647,7 +32961,7 @@ ALTER TABLE ONLY goodfood_labelstatechange -- --- Name: goodfood_labelstatechange labelstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_labelstatechange labelstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_labelstatechange @@ -34655,7 +32969,7 @@ ALTER TABLE ONLY goodfood_labelstatechange -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_fromtechnology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_fromtechnology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34663,7 +32977,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_fromtechnologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_fromtechnologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34671,7 +32985,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34679,7 +32993,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_totechnology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_totechnology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34687,7 +33001,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_totechnologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: linechangeovernorms_linechangeovernorms linechangeovernorms_totechnologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY linechangeovernorms_linechangeovernorms @@ -34695,7 +33009,7 @@ ALTER TABLE ONLY linechangeovernorms_linechangeovernorms -- --- Name: productflowthrudivision_issue location_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue location_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -34703,7 +33017,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_productstoissue location_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue location_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -34711,7 +33025,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: basic_log log_user; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_log log_user; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_log @@ -34719,7 +33033,7 @@ ALTER TABLE ONLY basic_log -- --- Name: cmmsmachineparts_machinepartattachment machinepartattachment_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartattachment machinepartattachment_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartattachment @@ -34727,7 +33041,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartattachment -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_machinepart_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_machinepart_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34735,7 +33049,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34743,7 +33057,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34751,7 +33065,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34759,7 +33073,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_machinepartforevent machinepartforevent_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_machinepartforevent machinepartforevent_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_machinepartforevent @@ -34767,7 +33081,7 @@ ALTER TABLE ONLY cmmsmachineparts_machinepartforevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34775,7 +33089,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34783,7 +33097,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34791,7 +33105,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_maintenanceeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_maintenanceeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34799,7 +33113,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_personreceiving_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_personreceiving_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34807,7 +33121,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34815,7 +33129,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34823,7 +33137,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34831,7 +33145,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceevent maintenanceevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceevent maintenanceevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceevent @@ -34839,7 +33153,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceevent -- --- Name: cmmsmachineparts_maintenanceeventcontext maintenanceeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext maintenanceeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext @@ -34847,7 +33161,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext -- --- Name: cmmsmachineparts_maintenanceeventcontext maintenanceeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventcontext maintenanceeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext @@ -34855,7 +33169,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventcontext -- --- Name: cmmsmachineparts_maintenanceeventstatechange maintenanceeventstatechange_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange maintenanceeventstatechange_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange @@ -34863,7 +33177,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange -- --- Name: cmmsmachineparts_maintenanceeventstatechange maintenanceeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_maintenanceeventstatechange maintenanceeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange @@ -34871,7 +33185,7 @@ ALTER TABLE ONLY cmmsmachineparts_maintenanceeventstatechange -- --- Name: masterorders_masterorder masterorder_address_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder masterorder_address_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -34879,7 +33193,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: masterorders_masterorder masterorder_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder masterorder_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -34887,7 +33201,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: masterorders_masterorder masterorder_masterorderdefinition_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorder masterorder_masterorderdefinition_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorder @@ -34895,7 +33209,7 @@ ALTER TABLE ONLY masterorders_masterorder -- --- Name: masterorders_masterorderdefinition masterorderdefinition_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderdefinition masterorderdefinition_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderdefinition @@ -34903,7 +33217,7 @@ ALTER TABLE ONLY masterorders_masterorderdefinition -- --- Name: orders_order masterorderproduct_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order masterorderproduct_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -34911,7 +33225,7 @@ ALTER TABLE ONLY orders_order -- --- Name: masterorders_masterorderproduct masterorderproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct masterorderproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct @@ -34919,7 +33233,7 @@ ALTER TABLE ONLY masterorders_masterorderproduct -- --- Name: masterorders_masterorderproduct masterorderproduct_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: masterorders_masterorderproduct masterorderproduct_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY masterorders_masterorderproduct @@ -34927,7 +33241,7 @@ ALTER TABLE ONLY masterorders_masterorderproduct -- --- Name: productflowthrudivision_materialavailability materialavailability_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability materialavailability_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability @@ -34935,7 +33249,7 @@ ALTER TABLE ONLY productflowthrudivision_materialavailability -- --- Name: productflowthrudivision_materialavailability materialavailability_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability materialavailability_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability @@ -34943,7 +33257,7 @@ ALTER TABLE ONLY productflowthrudivision_materialavailability -- --- Name: productflowthrudivision_materialavailability materialavailability_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_materialavailability materialavailability_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_materialavailability @@ -34951,7 +33265,7 @@ ALTER TABLE ONLY productflowthrudivision_materialavailability -- --- Name: materialflowmultitransfers_productquantity materialflowmultitransfers_transfer_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_productquantity materialflowmultitransfers_transfer_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_productquantity @@ -34959,7 +33273,7 @@ ALTER TABLE ONLY materialflowmultitransfers_productquantity -- --- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate @@ -34967,7 +33281,7 @@ ALTER TABLE ONLY materialflowmultitransfers_transfertemplate -- --- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate @@ -34975,7 +33289,7 @@ ALTER TABLE ONLY materialflowmultitransfers_transfertemplate -- --- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowmultitransfers_transfertemplate materialflowmultitransfers_transfertemplate_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowmultitransfers_transfertemplate @@ -34983,7 +33297,7 @@ ALTER TABLE ONLY materialflowmultitransfers_transfertemplate -- --- Name: orders_materialforinstruction materialforinstruction_instruction; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction materialforinstruction_instruction; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_materialforinstruction @@ -34991,7 +33305,7 @@ ALTER TABLE ONLY orders_materialforinstruction -- --- Name: orders_materialforinstruction materialforinstruction_material; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_materialforinstruction materialforinstruction_material; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_materialforinstruction @@ -34999,7 +33313,7 @@ ALTER TABLE ONLY orders_materialforinstruction -- --- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoverage_belongstofamily_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoverage_belongstofamily_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder @@ -35007,7 +33321,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder -- --- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_forder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_forder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage @@ -35015,7 +33329,7 @@ ALTER TABLE ONLY ordersupplies_materialrequirementcoverage -- --- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoverage_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coveragefororder materialrequirementcoverage_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder @@ -35023,7 +33337,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coveragefororder -- --- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage @@ -35031,7 +33345,7 @@ ALTER TABLE ONLY ordersupplies_materialrequirementcoverage -- --- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersupplies_materialrequirementcoverage materialrequirementcoverage_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersupplies_materialrequirementcoverage @@ -35039,7 +33353,7 @@ ALTER TABLE ONLY ordersupplies_materialrequirementcoverage -- --- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_b_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_b_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent @@ -35047,7 +33361,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent -- --- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_mci_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_mci_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent @@ -35055,7 +33369,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent -- --- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_mcic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_meatcuttingindicatorcomponent meatcuttingindicatorcomponent_mcic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent @@ -35063,7 +33377,7 @@ ALTER TABLE ONLY zmbak_meatcuttingindicatorcomponent -- --- Name: states_message message_batchstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_batchstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35071,7 +33385,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_deliverystatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_deliverystatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35079,7 +33393,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_ebrstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_ebrstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35087,7 +33401,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_instructionstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_instructionstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35095,7 +33409,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_labelstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_labelstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35103,7 +33417,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_maintenanceeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_maintenanceeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35111,7 +33425,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_mbrstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_mbrstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35119,7 +33433,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_negotiationstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_negotiationstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35127,7 +33441,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_offerstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_offerstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35135,7 +33449,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_orderstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_orderstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35143,7 +33457,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_plannedeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_plannedeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35151,7 +33465,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_prodrecstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_prodrecstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35159,7 +33473,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_recurringeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_recurringeventstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35167,7 +33481,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_requestforquotationstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_requestforquotationstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35175,7 +33489,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_technologystatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_technologystatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35183,7 +33497,7 @@ ALTER TABLE ONLY states_message -- --- Name: states_message message_trackingrecordstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message message_trackingrecordstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35191,7 +33505,7 @@ ALTER TABLE ONLY states_message -- --- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_assignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift @@ -35199,7 +33513,7 @@ ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift -- --- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift @@ -35207,7 +33521,7 @@ ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift -- --- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_multiassignmenttoshift multiassignmenttoshift_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift @@ -35215,7 +33529,7 @@ ALTER TABLE ONLY assignmenttoshift_multiassignmenttoshift -- --- Name: supplynegotiations_negotiationproduct negotiationproduct_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct negotiationproduct_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct @@ -35223,7 +33537,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationproduct -- --- Name: supplynegotiations_negotiationproduct negotiationproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct negotiationproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct @@ -35231,7 +33545,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationproduct -- --- Name: supplynegotiations_negotiationproduct negotiationproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationproduct negotiationproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationproduct @@ -35239,7 +33553,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationproduct -- --- Name: supplynegotiations_negotiationstatechange negotiationstatechange_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange negotiationstatechange_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationstatechange @@ -35247,7 +33561,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationstatechange -- --- Name: supplynegotiations_negotiationstatechange negotiationstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_negotiationstatechange negotiationstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_negotiationstatechange @@ -35255,7 +33569,7 @@ ALTER TABLE ONLY supplynegotiations_negotiationstatechange -- --- Name: nutritionfacts_prototypeproductcomponent nutrientcalculation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent nutrientcalculation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent @@ -35263,7 +33577,7 @@ ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent -- --- Name: nutritionfacts_nutrientcalculation nutrientcalculation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrientcalculation nutrientcalculation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrientcalculation @@ -35271,7 +33585,7 @@ ALTER TABLE ONLY nutritionfacts_nutrientcalculation -- --- Name: nutritionfacts_nutrition nutrition_nutritiongroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutrition nutrition_nutritiongroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutrition @@ -35279,7 +33593,7 @@ ALTER TABLE ONLY nutritionfacts_nutrition -- --- Name: nutritionfacts_nutritionelement nutritionelement_nutrition_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement nutritionelement_nutrition_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement @@ -35287,7 +33601,7 @@ ALTER TABLE ONLY nutritionfacts_nutritionelement -- --- Name: nutritionfacts_nutritionelement nutritionelement_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement nutritionelement_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement @@ -35295,7 +33609,7 @@ ALTER TABLE ONLY nutritionfacts_nutritionelement -- --- Name: nutritionfacts_nutritionelement nutritionelement_prototypeproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_nutritionelement nutritionelement_prototypeproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_nutritionelement @@ -35303,7 +33617,7 @@ ALTER TABLE ONLY nutritionfacts_nutritionelement -- --- Name: nutritionfacts_prototypeproductcomponent nutritionfacts_prototypeproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nutritionfacts_prototypeproductcomponent nutritionfacts_prototypeproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent @@ -35311,7 +33625,7 @@ ALTER TABLE ONLY nutritionfacts_prototypeproductcomponent -- --- Name: supplynegotiations_offer offer_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer offer_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer @@ -35319,7 +33633,7 @@ ALTER TABLE ONLY supplynegotiations_offer -- --- Name: supplynegotiations_offer offer_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer offer_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer @@ -35327,7 +33641,7 @@ ALTER TABLE ONLY supplynegotiations_offer -- --- Name: supplynegotiations_offer offer_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offer offer_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offer @@ -35335,7 +33649,7 @@ ALTER TABLE ONLY supplynegotiations_offer -- --- Name: supplynegotiations_offerproduct offerproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct offerproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct @@ -35343,7 +33657,7 @@ ALTER TABLE ONLY supplynegotiations_offerproduct -- --- Name: supplynegotiations_offerproduct offerproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct offerproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct @@ -35351,7 +33665,7 @@ ALTER TABLE ONLY supplynegotiations_offerproduct -- --- Name: supplynegotiations_offerproduct offerproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerproduct offerproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerproduct @@ -35359,7 +33673,7 @@ ALTER TABLE ONLY supplynegotiations_offerproduct -- --- Name: supplynegotiations_offerstatechange offerstatechange_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange offerstatechange_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerstatechange @@ -35367,7 +33681,7 @@ ALTER TABLE ONLY supplynegotiations_offerstatechange -- --- Name: supplynegotiations_offerstatechange offerstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_offerstatechange offerstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_offerstatechange @@ -35375,7 +33689,7 @@ ALTER TABLE ONLY supplynegotiations_offerstatechange -- --- Name: technologies_operation operation_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation operation_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -35383,7 +33697,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: technologies_operation operation_operationgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation operation_operationgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -35391,7 +33705,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: technologies_operation operation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation operation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -35399,7 +33713,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: jointable_operation_workstation operation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_operation_workstation operation_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_operation_workstation @@ -35407,7 +33721,7 @@ ALTER TABLE ONLY jointable_operation_workstation -- --- Name: operationaltasks_operationaltask operationaltask_techopercompoperationaltask_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask operationaltask_techopercompoperationaltask_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask @@ -35415,7 +33729,7 @@ ALTER TABLE ONLY operationaltasks_operationaltask -- --- Name: productioncountingwithcosts_operationcostcomponent operationcostcomponent_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent operationcostcomponent_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent @@ -35423,7 +33737,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent -- --- Name: productioncounting_operationpieceworkcomponent operationpieceworkcomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent operationpieceworkcomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationpieceworkcomponent @@ -35431,7 +33745,7 @@ ALTER TABLE ONLY productioncounting_operationpieceworkcomponent -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent operationpieceworkcostcomponent_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent operationpieceworkcostcomponent_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent @@ -35439,7 +33753,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent -- --- Name: technologies_operationproductincomponent operationproductincomponent_pantone_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent operationproductincomponent_pantone_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -35447,7 +33761,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_operationproductincomponent operationproductincomponent_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent operationproductincomponent_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -35455,7 +33769,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_operationproductoutcomponent operationproductoutcomponent_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent operationproductoutcomponent_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -35463,7 +33777,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: technologies_operationproductoutcomponent operationproductoutcomponent_productsshiftinglocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent operationproductoutcomponent_productsshiftinglocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -35471,7 +33785,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: productioncounting_operationtimecomponent operationtimecomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent operationtimecomponent_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationtimecomponent @@ -35479,7 +33793,7 @@ ALTER TABLE ONLY productioncounting_operationtimecomponent -- --- Name: orders_order order_address_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_address_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35487,7 +33801,7 @@ ALTER TABLE ONLY orders_order -- --- Name: materialrequirementcoveragefororder_coverageproduct order_coverageproduct_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialrequirementcoveragefororder_coverageproduct order_coverageproduct_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct @@ -35495,7 +33809,7 @@ ALTER TABLE ONLY materialrequirementcoveragefororder_coverageproduct -- --- Name: orders_order order_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35503,7 +33817,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order order_masterorderproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_masterorderproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35511,7 +33825,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order order_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35519,7 +33833,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order order_parentorder_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_parentorder_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35527,7 +33841,7 @@ ALTER TABLE ONLY orders_order -- --- Name: jointable_order_printlabelshelper order_printlabelshelper_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_printlabelshelper order_printlabelshelper_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_printlabelshelper @@ -35535,7 +33849,7 @@ ALTER TABLE ONLY jointable_order_printlabelshelper -- --- Name: jointable_order_printlabelshelper order_printlabelshelper_printlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_order_printlabelshelper order_printlabelshelper_printlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_order_printlabelshelper @@ -35543,7 +33857,7 @@ ALTER TABLE ONLY jointable_order_printlabelshelper -- --- Name: orders_order order_recipe_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_recipe_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35551,7 +33865,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order order_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order order_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35559,7 +33873,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_ordercategorycolor ordercategorycolor_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_ordercategorycolor ordercategorycolor_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_ordercategorycolor @@ -35567,7 +33881,7 @@ ALTER TABLE ONLY orders_ordercategorycolor -- --- Name: deliveries_orderedproduct orderedproduct_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct orderedproduct_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -35575,7 +33889,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_orderedproduct orderedproduct_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct orderedproduct_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -35583,7 +33897,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_deliveredproduct orderedproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_deliveredproduct orderedproduct_offer_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_deliveredproduct @@ -35591,7 +33905,7 @@ ALTER TABLE ONLY deliveries_deliveredproduct -- --- Name: deliveries_orderedproduct orderedproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct orderedproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -35599,7 +33913,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_orderedproduct orderedproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproduct orderedproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproduct @@ -35607,7 +33921,7 @@ ALTER TABLE ONLY deliveries_orderedproduct -- --- Name: deliveries_orderedproductreservation orderedproductreservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation orderedproductreservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproductreservation @@ -35615,7 +33929,7 @@ ALTER TABLE ONLY deliveries_orderedproductreservation -- --- Name: deliveries_orderedproductreservation orderedproductreservation_orderedproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_orderedproductreservation orderedproductreservation_orderedproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_orderedproductreservation @@ -35623,7 +33937,7 @@ ALTER TABLE ONLY deliveries_orderedproductreservation -- --- Name: orders_instruction orders_instruction_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_instruction orders_instruction_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_instruction @@ -35631,7 +33945,7 @@ ALTER TABLE ONLY orders_instruction -- --- Name: orders_material orders_material_basic_product; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_material orders_material_basic_product; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material @@ -35639,7 +33953,7 @@ ALTER TABLE ONLY orders_material -- --- Name: orders_material orders_material_basic_product_material; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_material orders_material_basic_product_material; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material @@ -35647,7 +33961,7 @@ ALTER TABLE ONLY orders_material -- --- Name: orders_material orders_material_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_material orders_material_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_material @@ -35655,7 +33969,7 @@ ALTER TABLE ONLY orders_material -- --- Name: orders_mbrstatechange orders_mbrstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange orders_mbrstatechange_basic_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_mbrstatechange @@ -35663,7 +33977,7 @@ ALTER TABLE ONLY orders_mbrstatechange -- --- Name: orders_mbrstatechange orders_mbrstatechange_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_mbrstatechange orders_mbrstatechange_orders_recipe; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_mbrstatechange @@ -35671,7 +33985,7 @@ ALTER TABLE ONLY orders_mbrstatechange -- --- Name: goodfood_confectionprotocol orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -35679,7 +33993,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_extrusionprotocol orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -35687,7 +34001,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder @@ -35695,7 +34009,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder -- --- Name: operationaltasks_operationaltask orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask orders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask @@ -35703,7 +34017,7 @@ ALTER TABLE ONLY operationaltasks_operationaltask -- --- Name: efcsimple_enovaimportedorderproduct orders_order_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: efcsimple_enovaimportedorderproduct orders_order_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY efcsimple_enovaimportedorderproduct @@ -35711,7 +34025,7 @@ ALTER TABLE ONLY efcsimple_enovaimportedorderproduct -- --- Name: sfcsimple_subiektimportedorderproduct orders_order_pkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: sfcsimple_subiektimportedorderproduct orders_order_pkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct @@ -35719,7 +34033,7 @@ ALTER TABLE ONLY sfcsimple_subiektimportedorderproduct -- --- Name: orders_order orders_order_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order orders_order_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35727,7 +34041,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_order orders_order_root_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_order orders_order_root_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_order @@ -35735,7 +34049,7 @@ ALTER TABLE ONLY orders_order -- --- Name: orders_recipe orders_recipe_basic_product; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_recipe orders_recipe_basic_product; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_recipe @@ -35743,7 +34057,7 @@ ALTER TABLE ONLY orders_recipe -- --- Name: ordersgroups_ordersgroup ordersgroup_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroup_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -35751,7 +34065,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersgroups_ordersgroup ordersgroup_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroup_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -35759,7 +34073,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersgroups_ordersgroup ordersgroup_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroup_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -35767,7 +34081,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: ordersgroups_ordersgroup ordersgroup_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersgroups_ordersgroup ordersgroup_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersgroups_ordersgroup @@ -35775,7 +34089,7 @@ ALTER TABLE ONLY ordersgroups_ordersgroup -- --- Name: goodfood_palletstatechange pallet_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange pallet_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletstatechange @@ -35783,7 +34097,7 @@ ALTER TABLE ONLY goodfood_palletstatechange -- --- Name: goodfood_pallet pallet_label_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet pallet_label_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -35791,7 +34105,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_pallet pallet_pallet_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet pallet_pallet_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -35799,7 +34113,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_pallet pallet_palletcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_pallet pallet_palletcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_pallet @@ -35807,7 +34121,7 @@ ALTER TABLE ONLY goodfood_pallet -- --- Name: goodfood_palletcontext palletcontext_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext palletcontext_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletcontext @@ -35815,7 +34129,7 @@ ALTER TABLE ONLY goodfood_palletcontext -- --- Name: jointable_palletnumber_palletnumberhelper palletnumber_palletnumberhelper_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_palletnumber_palletnumberhelper palletnumber_palletnumberhelper_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper @@ -35823,7 +34137,7 @@ ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper -- --- Name: jointable_palletnumber_palletnumberhelper palletnumber_palletnumberhelper_palletnumberhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_palletnumber_palletnumberhelper palletnumber_palletnumberhelper_palletnumberhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper @@ -35831,7 +34145,7 @@ ALTER TABLE ONLY jointable_palletnumber_palletnumberhelper -- --- Name: states_message palletstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: states_message palletstatechange_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY states_message @@ -35839,7 +34153,7 @@ ALTER TABLE ONLY states_message -- --- Name: pantone_pantoneforproducts pantone_pantoneforproducts_pantone_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts pantone_pantoneforproducts_pantone_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforproducts @@ -35847,7 +34161,7 @@ ALTER TABLE ONLY pantone_pantoneforproducts -- --- Name: pantone_parameters pantone_parameters_hardener_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_parameters pantone_parameters_hardener_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_parameters @@ -35855,7 +34169,7 @@ ALTER TABLE ONLY pantone_parameters -- --- Name: pantone_parameters pantone_parameters_paste_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_parameters pantone_parameters_paste_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_parameters @@ -35863,7 +34177,7 @@ ALTER TABLE ONLY pantone_parameters -- --- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_operationproductincomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_operationproductincomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct @@ -35871,7 +34185,7 @@ ALTER TABLE ONLY pantone_pantoneforoperationproduct -- --- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_pantone_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_pantone_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct @@ -35879,7 +34193,7 @@ ALTER TABLE ONLY pantone_pantoneforoperationproduct -- --- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_pantoneforproducts_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforoperationproduct pantoneforoperationproduct_pantoneforproducts_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforoperationproduct @@ -35887,7 +34201,7 @@ ALTER TABLE ONLY pantone_pantoneforoperationproduct -- --- Name: pantone_pantoneforproducts pantoneforproducts_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: pantone_pantoneforproducts pantoneforproducts_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY pantone_pantoneforproducts @@ -35895,7 +34209,7 @@ ALTER TABLE ONLY pantone_pantoneforproducts -- --- Name: basic_parameter parameter_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35903,7 +34217,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35911,7 +34225,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_companyname_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_companyname_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35919,7 +34233,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_country_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35927,7 +34241,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_esilcoaccountwithreservationlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_esilcoaccountwithreservationlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35935,7 +34249,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_esilcodispositionshiftlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_esilcodispositionshiftlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35943,7 +34257,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: zmbak_parameter parameter_freezerlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_freezerlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -35951,7 +34265,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: basic_parameter parameter_issuelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_issuelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35959,7 +34273,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35967,7 +34281,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: zmbak_parameter parameter_meatcuttinglocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_meatcuttinglocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -35975,7 +34289,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: zmbak_parameter parameter_meatcuttingoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_meatcuttingoperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -35983,7 +34297,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: basic_parameter parameter_ordersganttparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_ordersganttparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35991,7 +34305,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -35999,7 +34313,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parameter_resinandhardenerlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_resinandhardenerlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36007,7 +34321,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: zmbak_parameter parameter_slaughterlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_slaughterlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -36015,7 +34329,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: zmbak_parameter parameter_slaughteroperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: zmbak_parameter parameter_slaughteroperation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY zmbak_parameter @@ -36023,7 +34337,7 @@ ALTER TABLE ONLY zmbak_parameter -- --- Name: basic_parameter parameter_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parameter_warehouse_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36031,7 +34345,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: supplynegotiations_parametercolumnforoffers parametercolumnforoffers_columnforoffers_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers parametercolumnforoffers_columnforoffers_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers @@ -36039,7 +34353,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers -- --- Name: supplynegotiations_parametercolumnforoffers parametercolumnforoffers_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforoffers parametercolumnforoffers_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers @@ -36047,7 +34361,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforoffers -- --- Name: supplynegotiations_parametercolumnforrequests parametercolumnforrequests_columnforrequests_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests parametercolumnforrequests_columnforrequests_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests @@ -36055,7 +34369,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests -- --- Name: supplynegotiations_parametercolumnforrequests parametercolumnforrequests_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_parametercolumnforrequests parametercolumnforrequests_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests @@ -36063,7 +34377,7 @@ ALTER TABLE ONLY supplynegotiations_parametercolumnforrequests -- --- Name: deliveries_parameterdeliveryordercolumn parameterdeliveryordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn parameterdeliveryordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn @@ -36071,7 +34385,7 @@ ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn -- --- Name: deliveries_parameterdeliveryordercolumn parameterdeliveryordercolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: deliveries_parameterdeliveryordercolumn parameterdeliveryordercolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn @@ -36079,7 +34393,7 @@ ALTER TABLE ONLY deliveries_parameterdeliveryordercolumn -- --- Name: nblsport_overhead parametermaterialcost_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_overhead parametermaterialcost_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_overhead @@ -36087,7 +34401,7 @@ ALTER TABLE ONLY nblsport_overhead -- --- Name: nblsport_overhead parameterproductioncost__parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: nblsport_overhead parameterproductioncost__parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY nblsport_overhead @@ -36095,7 +34409,7 @@ ALTER TABLE ONLY nblsport_overhead -- --- Name: basic_parameter parammeter_documentpositionparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parammeter_documentpositionparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36103,7 +34417,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parammeter_hardener_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parammeter_hardener_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36111,7 +34425,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: basic_parameter parammeter_resin_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_parameter parammeter_resin_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_parameter @@ -36119,7 +34433,7 @@ ALTER TABLE ONLY basic_parameter -- --- Name: productioncounting_trackingoperationproductincomponent pc_ropic_batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductincomponent pc_ropic_batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent @@ -36127,7 +34441,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductincomponent -- --- Name: productioncounting_trackingoperationproductoutcomponent pc_ropoc_batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_trackingoperationproductoutcomponent pc_ropoc_batch_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent @@ -36135,7 +34449,7 @@ ALTER TABLE ONLY productioncounting_trackingoperationproductoutcomponent -- --- Name: productioncounting_staffworktime pc_swt_basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime pc_swt_basic_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_staffworktime @@ -36143,7 +34457,7 @@ ALTER TABLE ONLY productioncounting_staffworktime -- --- Name: productioncounting_staffworktime pc_swt_pc_productionrecord_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_staffworktime pc_swt_pc_productionrecord_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_staffworktime @@ -36151,7 +34465,7 @@ ALTER TABLE ONLY productioncounting_staffworktime -- --- Name: productflowthrudivision_warehouseissue placeofissue_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue placeofissue_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -36159,7 +34473,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: cmmsmachineparts_plannedevent plannedevent_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36167,7 +34481,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36175,7 +34489,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36183,7 +34497,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: materialflowresources_document plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_document plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_document @@ -36191,7 +34505,7 @@ ALTER TABLE ONLY materialflowresources_document -- --- Name: cmmsmachineparts_plannedevent plannedevent_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36199,7 +34513,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: jointable_plannedevent_plannedevent plannedevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_plannedevent plannedevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_plannedevent @@ -36207,7 +34521,7 @@ ALTER TABLE ONLY jointable_plannedevent_plannedevent -- --- Name: jointable_plannedevent_staff plannedevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_staff plannedevent_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_staff @@ -36215,7 +34529,7 @@ ALTER TABLE ONLY jointable_plannedevent_staff -- --- Name: cmmsmachineparts_plannedevent plannedevent_plannedeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_plannedeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36223,7 +34537,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36231,7 +34545,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36239,7 +34553,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: jointable_plannedevent_plannedevent plannedevent_relatedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_plannedevent plannedevent_relatedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_plannedevent @@ -36247,7 +34561,7 @@ ALTER TABLE ONLY jointable_plannedevent_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36255,7 +34569,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36263,7 +34577,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: jointable_plannedevent_staff plannedevent_staff_skey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_plannedevent_staff plannedevent_staff_skey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_plannedevent_staff @@ -36271,7 +34585,7 @@ ALTER TABLE ONLY jointable_plannedevent_staff -- --- Name: cmmsmachineparts_plannedevent plannedevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36279,7 +34593,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedevent plannedevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedevent plannedevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedevent @@ -36287,7 +34601,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedevent -- --- Name: cmmsmachineparts_plannedeventattachment plannedeventattachment_plannedevent; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventattachment plannedeventattachment_plannedevent; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment @@ -36295,7 +34609,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventattachment -- --- Name: cmmsmachineparts_plannedeventcontext plannedeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext plannedeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext @@ -36303,7 +34617,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext -- --- Name: cmmsmachineparts_plannedeventcontext plannedeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventcontext plannedeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext @@ -36311,7 +34625,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventcontext -- --- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_actionforplannedevent; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_actionforplannedevent; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization @@ -36319,7 +34633,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization -- --- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_planned_event; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_planned_event; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization @@ -36327,7 +34641,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization -- --- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventrealization plannedeventrealization_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization @@ -36335,7 +34649,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventrealization -- --- Name: cmmsmachineparts_plannedeventstatechange plannedeventstatechange_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange plannedeventstatechange_plannedevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange @@ -36343,7 +34657,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange -- --- Name: cmmsmachineparts_plannedeventstatechange plannedeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_plannedeventstatechange plannedeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange @@ -36351,7 +34665,7 @@ ALTER TABLE ONLY cmmsmachineparts_plannedeventstatechange -- --- Name: materialflowresources_position position_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36359,7 +34673,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_document_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_document_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36367,7 +34681,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36375,7 +34689,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36383,7 +34697,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36391,7 +34705,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: materialflowresources_position position_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_position position_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_position @@ -36399,7 +34713,7 @@ ALTER TABLE ONLY materialflowresources_position -- --- Name: goodfood_printedlabel printedlabel_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel printedlabel_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel @@ -36407,7 +34721,7 @@ ALTER TABLE ONLY goodfood_printedlabel -- --- Name: goodfood_printedlabel printedlabel_palletcontext_fkey_; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel printedlabel_palletcontext_fkey_; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel @@ -36415,7 +34729,7 @@ ALTER TABLE ONLY goodfood_printedlabel -- --- Name: goodfood_printedlabel printedlabel_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_printedlabel printedlabel_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_printedlabel @@ -36423,7 +34737,7 @@ ALTER TABLE ONLY goodfood_printedlabel -- --- Name: integrationbartender_printlabelshelper printlabelshelper_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbartender_printlabelshelper printlabelshelper_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_printlabelshelper @@ -36431,7 +34745,7 @@ ALTER TABLE ONLY integrationbartender_printlabelshelper -- --- Name: jointable_printlabelshelper_printedlabel printlabelshelper_printedlabel_printedlabel_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_printlabelshelper_printedlabel printlabelshelper_printedlabel_printedlabel_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_printlabelshelper_printedlabel @@ -36439,7 +34753,7 @@ ALTER TABLE ONLY jointable_printlabelshelper_printedlabel -- --- Name: jointable_printlabelshelper_printedlabel printlabelshelper_printedlabel_printedlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_printlabelshelper_printedlabel printlabelshelper_printedlabel_printedlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_printlabelshelper_printedlabel @@ -36447,7 +34761,7 @@ ALTER TABLE ONLY jointable_printlabelshelper_printedlabel -- --- Name: basic_product product_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_assortment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36455,7 +34769,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36463,7 +34777,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_costnormsgenerator_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_costnormsgenerator_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36471,7 +34785,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_downform_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_downform_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36479,7 +34793,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_downshelve_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_downshelve_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36487,7 +34801,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_generatorcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_generatorcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36495,7 +34809,7 @@ ALTER TABLE ONLY basic_product -- --- Name: productflowthrudivision_issue product_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue product_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -36503,7 +34817,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_productstoissue product_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue product_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -36511,7 +34825,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: basic_product product_upform_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_upform_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36519,7 +34833,7 @@ ALTER TABLE ONLY basic_product -- --- Name: basic_product product_upshelve_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_product product_upshelve_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_product @@ -36527,7 +34841,7 @@ ALTER TABLE ONLY basic_product -- --- Name: productflowthrudivision_productandquantityhelper productandquantityhelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper productandquantityhelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productandquantityhelper @@ -36535,7 +34849,7 @@ ALTER TABLE ONLY productflowthrudivision_productandquantityhelper -- --- Name: productflowthrudivision_productandquantityhelper productandquantityhelper_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productandquantityhelper productandquantityhelper_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productandquantityhelper @@ -36543,7 +34857,7 @@ ALTER TABLE ONLY productflowthrudivision_productandquantityhelper -- --- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcatalognumbers_productcatalognumbers @@ -36551,7 +34865,7 @@ ALTER TABLE ONLY productcatalognumbers_productcatalognumbers -- --- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcatalognumbers_productcatalognumbers productcatalognumbers_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcatalognumbers_productcatalognumbers @@ -36559,7 +34873,7 @@ ALTER TABLE ONLY productcatalognumbers_productcatalognumbers -- --- Name: technologies_productcomponent productcomponent_operationin_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent productcomponent_operationin_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent @@ -36567,7 +34881,7 @@ ALTER TABLE ONLY technologies_productcomponent -- --- Name: technologies_productcomponent productcomponent_operationout_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent productcomponent_operationout_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent @@ -36575,7 +34889,7 @@ ALTER TABLE ONLY technologies_productcomponent -- --- Name: technologies_productcomponent productcomponent_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productcomponent productcomponent_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productcomponent @@ -36583,7 +34897,7 @@ ALTER TABLE ONLY technologies_productcomponent -- --- Name: productdata_productdata productdata_productdata_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdata productdata_productdata_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata @@ -36591,7 +34905,7 @@ ALTER TABLE ONLY productdata_productdata -- --- Name: productdata_productdata productdata_productdata_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdata productdata_productdata_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata @@ -36599,7 +34913,7 @@ ALTER TABLE ONLY productdata_productdata -- --- Name: productdata_productdata productdata_productdata_technology_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdata productdata_productdata_technology_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdata @@ -36607,7 +34921,7 @@ ALTER TABLE ONLY productdata_productdata -- --- Name: productdata_productdataattachment productdata_productdataattachment_productdata_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataattachment productdata_productdataattachment_productdata_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataattachment @@ -36615,7 +34929,7 @@ ALTER TABLE ONLY productdata_productdataattachment -- --- Name: productdata_productdatainput productdata_productdatainput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdatainput productdata_productdatainput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdatainput @@ -36623,7 +34937,7 @@ ALTER TABLE ONLY productdata_productdatainput -- --- Name: productdata_productdataoperation productdata_productdataoperation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation productdata_productdataoperation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataoperation @@ -36631,7 +34945,7 @@ ALTER TABLE ONLY productdata_productdataoperation -- --- Name: productdata_productdataoperation productdata_productdataoperation_productdata_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productdata_productdataoperation productdata_productdataoperation_productdata_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productdata_productdataoperation @@ -36639,7 +34953,7 @@ ALTER TABLE ONLY productdata_productdataoperation -- --- Name: productflowthrudivision_issue productincomponent_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue productincomponent_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -36647,7 +34961,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_productstoissue productincomponent_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue productincomponent_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -36655,7 +34969,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productioncounting_productionbalance productionbalance_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance productionbalance_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -36663,7 +34977,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: productioncounting_productionbalance productionbalance_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productionbalance productionbalance_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productionbalance @@ -36671,7 +34985,7 @@ ALTER TABLE ONLY productioncounting_productionbalance -- --- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductincomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductincomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent @@ -36679,7 +34993,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent -- --- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductoutcomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductincomponent productioncounting_balanceoperationproductoutcomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent @@ -36687,7 +35001,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductincomponent -- --- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent @@ -36695,7 +35009,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent -- --- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_balanceoperationproductoutcomponent productioncounting_balanceoperationproductoutcomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent @@ -36703,7 +35017,7 @@ ALTER TABLE ONLY productioncounting_balanceoperationproductoutcomponent -- --- Name: productioncounting_operationpieceworkcomponent productioncounting_operationpieceworkc_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationpieceworkcomponent productioncounting_operationpieceworkc_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationpieceworkcomponent @@ -36711,7 +35025,7 @@ ALTER TABLE ONLY productioncounting_operationpieceworkcomponent -- --- Name: productioncounting_operationtimecomponent productioncounting_operationtimecomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_operationtimecomponent productioncounting_operationtimecomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_operationtimecomponent @@ -36719,7 +35033,7 @@ ALTER TABLE ONLY productioncounting_operationtimecomponent -- --- Name: productioncounting_productiontracking productioncounting_productionrecord_d_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productioncounting_productionrecord_d_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36727,7 +35041,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productioncounting_productionrecord_s_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productioncounting_productionrecord_s_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36735,7 +35049,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productioncounting_productionrecord_wt_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productioncounting_productionrecord_wt_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36743,7 +35057,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontrackingstatechange productioncounting_productionrecordlogging_pr_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontrackingstatechange productioncounting_productionrecordlogging_pr_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontrackingstatechange @@ -36751,7 +35065,7 @@ ALTER TABLE ONLY productioncounting_productiontrackingstatechange -- --- Name: basicproductioncounting_productioncountingoperationrun productioncountingoperationrun_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun productioncountingoperationrun_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun @@ -36759,7 +35073,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun -- --- Name: basicproductioncounting_productioncountingoperationrun productioncountingoperationrun_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingoperationrun productioncountingoperationrun_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun @@ -36767,7 +35081,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingoperationrun -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_basicproductioncounting_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_basicproductioncounting_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36775,7 +35089,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36783,7 +35097,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36791,7 +35105,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36799,7 +35113,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productioncountingquantity_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -36807,7 +35121,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: productioncounting_productioncountingquantitysetcomponent productioncountingquantitysc_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent productioncountingquantitysc_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent @@ -36815,7 +35129,7 @@ ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent -- --- Name: productioncounting_productioncountingquantitysetcomponent productioncountingquantitysc_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productioncountingquantitysetcomponent productioncountingquantitysc_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent @@ -36823,7 +35137,7 @@ ALTER TABLE ONLY productioncounting_productioncountingquantitysetcomponent -- --- Name: productioncountingwithcosts_operationcostcomponent productioncountingwithcosts_operationcostcomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationcostcomponent productioncountingwithcosts_operationcostcomponent_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent @@ -36831,7 +35145,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationcostcomponent -- --- Name: productioncountingwithcosts_operationpieceworkcostcomponent productioncountingwithcosts_operationpieceworkcc_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_operationpieceworkcostcomponent productioncountingwithcosts_operationpieceworkcc_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent @@ -36839,7 +35153,7 @@ ALTER TABLE ONLY productioncountingwithcosts_operationpieceworkcostcomponent -- --- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_p_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp @@ -36847,7 +35161,7 @@ ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp -- --- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncountingwithcosts_technologyoperationproductincomp productioncountingwithcosts_orderoperationpic_pb_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp @@ -36855,7 +35169,7 @@ ALTER TABLE ONLY productioncountingwithcosts_technologyoperationproductincomp -- --- Name: timegapspreview_timegapscontext productionline_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext productionline_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext @@ -36863,7 +35177,7 @@ ALTER TABLE ONLY timegapspreview_timegapscontext -- --- Name: timegapspreview_timegap productionline_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap productionline_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegap @@ -36871,7 +35185,7 @@ ALTER TABLE ONLY timegapspreview_timegap -- --- Name: jointable_productionline_shift productionline_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_shift productionline_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_shift @@ -36879,7 +35193,7 @@ ALTER TABLE ONLY jointable_productionline_shift -- --- Name: productionlines_productionline productionlines_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_productionline productionlines_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_productionline @@ -36887,7 +35201,7 @@ ALTER TABLE ONLY productionlines_productionline -- --- Name: goodfood_confectioncontext productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext @@ -36895,7 +35209,7 @@ ALTER TABLE ONLY goodfood_confectioncontext -- --- Name: goodfood_confectionprotocol productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocol productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocol @@ -36903,7 +35217,7 @@ ALTER TABLE ONLY goodfood_confectionprotocol -- --- Name: goodfood_extrusioncontext productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext @@ -36911,7 +35225,7 @@ ALTER TABLE ONLY goodfood_extrusioncontext -- --- Name: goodfood_extrusionprotocol productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocol productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocol @@ -36919,7 +35233,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocol -- --- Name: assignmenttoshift_staffassignmenttoshift productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -36927,7 +35241,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: avglaborcostcalcfororder_avglaborcostcalcfororder productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: avglaborcostcalcfororder_avglaborcostcalcfororder productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder @@ -36935,7 +35249,7 @@ ALTER TABLE ONLY avglaborcostcalcfororder_avglaborcostcalcfororder -- --- Name: operationaltasks_operationaltask productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasks_operationaltask productionlines_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasks_operationaltask @@ -36943,7 +35257,7 @@ ALTER TABLE ONLY operationaltasks_operationaltask -- --- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_pl_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_pl_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_workstationtypecomponent @@ -36951,7 +35265,7 @@ ALTER TABLE ONLY productionlines_workstationtypecomponent -- --- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_wt_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionlines_workstationtypecomponent productionlines_workstationtypecomponent_wt_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionlines_workstationtypecomponent @@ -36959,7 +35273,7 @@ ALTER TABLE ONLY productionlines_workstationtypecomponent -- --- Name: productionpershift_productionpershift productionpershift_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_productionpershift productionpershift_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_productionpershift @@ -36967,7 +35281,7 @@ ALTER TABLE ONLY productionpershift_productionpershift -- --- Name: productioncounting_productiontracking productionrecord_subcontractor_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productionrecord_subcontractor_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36975,7 +35289,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productiontracking_productiontracking_c; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productiontracking_productiontracking_c; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36983,7 +35297,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productiontracking_repairorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productiontracking_repairorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36991,7 +35305,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productiontracking_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productiontracking_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -36999,7 +35313,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: productioncounting_productiontracking productiontracking_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_productiontracking productiontracking_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_productiontracking @@ -37007,7 +35321,7 @@ ALTER TABLE ONLY productioncounting_productiontracking -- --- Name: basicproductioncounting_productioncountingquantity productsinputlocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basicproductioncounting_productioncountingquantity productsinputlocation_productioncountingquantity_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basicproductioncounting_productioncountingquantity @@ -37015,7 +35329,7 @@ ALTER TABLE ONLY basicproductioncounting_productioncountingquantity -- --- Name: productflowthrudivision_productstoissue productstoissue_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue productstoissue_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -37023,7 +35337,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productflowthrudivision_productstoissue productstoissue_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue productstoissue_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -37031,7 +35345,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productflowthrudivision_productstoissuehelper productstoissuehelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissuehelper productstoissuehelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissuehelper @@ -37039,7 +35353,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissuehelper -- --- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -37047,7 +35361,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -37055,7 +35369,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_storagelocationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_storagelocationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -37063,7 +35377,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_storagelocationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_productstoragelocationhistory productstoragelocationhistory_storagelocationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_productstoragelocationhistory @@ -37071,7 +35385,7 @@ ALTER TABLE ONLY materialflowresources_productstoragelocationhistory -- --- Name: technologies_productstructuretreenode productstructuretreenode_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode productstructuretreenode_parent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode @@ -37079,7 +35393,7 @@ ALTER TABLE ONLY technologies_productstructuretreenode -- --- Name: technologies_productstructuretreenode productstructuretreenode_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode productstructuretreenode_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode @@ -37087,7 +35401,7 @@ ALTER TABLE ONLY technologies_productstructuretreenode -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_accountwithreservation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_accountwithreservation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37095,7 +35409,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37103,7 +35417,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37111,7 +35425,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37119,7 +35433,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37127,7 +35441,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_producttoissuecorrectionhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_producttoissuecorrectionhelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37135,7 +35449,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrection producttoissuecorrection_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection @@ -37143,7 +35457,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrection -- --- Name: productflowthrudivision_producttoissuecorrectionhelper producttoissuecorrectionhelper_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper producttoissuecorrectionhelper_locationfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper @@ -37151,7 +35465,7 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper -- --- Name: productflowthrudivision_producttoissuecorrectionhelper producttoissuecorrectionhelper_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_producttoissuecorrectionhelper producttoissuecorrectionhelper_locationto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper @@ -37159,7 +35473,15 @@ ALTER TABLE ONLY productflowthrudivision_producttoissuecorrectionhelper -- --- Name: productionpershift_progressforday progressforday_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_progressforday progressforday_productionpershift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY productionpershift_progressforday + ADD CONSTRAINT progressforday_productionpershift_fkey FOREIGN KEY (productionpershift_id) REFERENCES productionpershift_productionpershift(id) DEFERRABLE; + + +-- +-- Name: productionpershift_progressforday progressforday_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_progressforday @@ -37167,7 +35489,7 @@ ALTER TABLE ONLY productionpershift_progressforday -- --- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_aggregate_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_aggregate_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_unitconversionitem @@ -37175,7 +35497,7 @@ ALTER TABLE ONLY qcadoomodel_unitconversionitem -- --- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoomodel_unitconversionitem qcadoomodel_unitconv_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoomodel_unitconversionitem @@ -37183,7 +35505,7 @@ ALTER TABLE ONLY qcadoomodel_unitconversionitem -- --- Name: orders_reasontypecorrectiondatefrom reasontypecorrectiondatefrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondatefrom reasontypecorrectiondatefrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondatefrom @@ -37191,7 +35513,7 @@ ALTER TABLE ONLY orders_reasontypecorrectiondatefrom -- --- Name: orders_reasontypecorrectiondateto reasontypecorrectiondateto_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypecorrectiondateto reasontypecorrectiondateto_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypecorrectiondateto @@ -37199,7 +35521,7 @@ ALTER TABLE ONLY orders_reasontypecorrectiondateto -- --- Name: orders_reasontypedeviationeffectiveend reasontypedeviationeffectiveend_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectiveend reasontypedeviationeffectiveend_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectiveend @@ -37207,7 +35529,7 @@ ALTER TABLE ONLY orders_reasontypedeviationeffectiveend -- --- Name: orders_reasontypedeviationeffectivestart reasontypedeviationeffectivestart_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypedeviationeffectivestart reasontypedeviationeffectivestart_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypedeviationeffectivestart @@ -37215,7 +35537,7 @@ ALTER TABLE ONLY orders_reasontypedeviationeffectivestart -- --- Name: orders_reasontypeofchangingorderstate reasontypeofchangingorderstate_orderstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_reasontypeofchangingorderstate reasontypeofchangingorderstate_orderstatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_reasontypeofchangingorderstate @@ -37223,7 +35545,7 @@ ALTER TABLE ONLY orders_reasontypeofchangingorderstate -- --- Name: productionpershift_reasontypeofcorrectionplan reasontypeofcorrectionplan_productionpershift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productionpershift_reasontypeofcorrectionplan reasontypeofcorrectionplan_productionpershift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan @@ -37231,7 +35553,7 @@ ALTER TABLE ONLY productionpershift_reasontypeofcorrectionplan -- --- Name: cmmsscheduler_recurringevent recurringevent_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37239,7 +35561,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37247,7 +35569,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37255,7 +35577,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37263,7 +35585,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_recurringeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_recurringeventcontext_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37271,7 +35593,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37279,7 +35601,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37287,7 +35609,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37295,7 +35617,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringevent recurringevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringevent recurringevent_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringevent @@ -37303,7 +35625,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringevent -- --- Name: cmmsscheduler_recurringeventcontext recurringeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext recurringeventcontext_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventcontext @@ -37311,7 +35633,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventcontext -- --- Name: cmmsscheduler_recurringeventcontext recurringeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventcontext recurringeventcontext_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventcontext @@ -37319,7 +35641,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventcontext -- --- Name: cmmsscheduler_recurringeventstatechange recurringeventstatechange_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange recurringeventstatechange_recurringevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange @@ -37327,7 +35649,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange -- --- Name: cmmsscheduler_recurringeventstatechange recurringeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsscheduler_recurringeventstatechange recurringeventstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange @@ -37335,7 +35657,7 @@ ALTER TABLE ONLY cmmsscheduler_recurringeventstatechange -- --- Name: repairs_repairorder repairorder_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37343,7 +35665,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37351,7 +35673,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37359,7 +35681,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_productiontracking_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_productiontracking_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37367,7 +35689,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_repairorderproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_repairorderproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37375,7 +35697,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37383,7 +35705,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorder repairorder_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorder repairorder_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorder @@ -37391,7 +35713,7 @@ ALTER TABLE ONLY repairs_repairorder -- --- Name: repairs_repairorderproduct repairorderproduct_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37399,7 +35721,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderproduct repairorderproduct_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37407,7 +35729,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderproduct repairorderproduct_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37415,7 +35737,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderproduct repairorderproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37423,7 +35745,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderproduct repairorderproduct_trackingoperationproductincomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderproduct repairorderproduct_trackingoperationproductincomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderproduct @@ -37431,7 +35753,7 @@ ALTER TABLE ONLY repairs_repairorderproduct -- --- Name: repairs_repairorderstatechange repairorderstatechange_repairorder; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange repairorderstatechange_repairorder; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderstatechange @@ -37439,7 +35761,7 @@ ALTER TABLE ONLY repairs_repairorderstatechange -- --- Name: repairs_repairorderstatechange repairorderstatechange_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderstatechange repairorderstatechange_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderstatechange @@ -37447,7 +35769,7 @@ ALTER TABLE ONLY repairs_repairorderstatechange -- --- Name: repairs_repairorderworktime repairorderworktime_repairorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime repairorderworktime_repairorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderworktime @@ -37455,7 +35777,7 @@ ALTER TABLE ONLY repairs_repairorderworktime -- --- Name: repairs_repairorderworktime repairorderworktime_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: repairs_repairorderworktime repairorderworktime_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY repairs_repairorderworktime @@ -37463,7 +35785,7 @@ ALTER TABLE ONLY repairs_repairorderworktime -- --- Name: supplynegotiations_requestforquotation requestforquotation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation requestforquotation_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotation @@ -37471,7 +35793,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotation -- --- Name: supplynegotiations_requestforquotation requestforquotation_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotation requestforquotation_negotiation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotation @@ -37479,7 +35801,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotation -- --- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct @@ -37487,7 +35809,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationproduct -- --- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct @@ -37495,7 +35817,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationproduct -- --- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationproduct requestforquotationproduct_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationproduct @@ -37503,7 +35825,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationproduct -- --- Name: supplynegotiations_requestforquotationstatechange requestforquotationstatechange_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange requestforquotationstatechange_requestforquotation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange @@ -37511,7 +35833,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange -- --- Name: supplynegotiations_requestforquotationstatechange requestforquotationstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: supplynegotiations_requestforquotationstatechange requestforquotationstatechange_shift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange @@ -37519,7 +35841,7 @@ ALTER TABLE ONLY supplynegotiations_requestforquotationstatechange -- --- Name: urcproductioncounting_requestrepair requestrepair_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair requestrepair_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair @@ -37527,7 +35849,7 @@ ALTER TABLE ONLY urcproductioncounting_requestrepair -- --- Name: urcproductioncounting_requestrepair requestrepair_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair requestrepair_faulttype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair @@ -37535,7 +35857,7 @@ ALTER TABLE ONLY urcproductioncounting_requestrepair -- --- Name: urcproductioncounting_requestrepair requestrepair_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcproductioncounting_requestrepair requestrepair_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcproductioncounting_requestrepair @@ -37543,7 +35865,7 @@ ALTER TABLE ONLY urcproductioncounting_requestrepair -- --- Name: materialflowresources_reservation reservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37551,7 +35873,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_reservation reservation_position_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_position_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37559,7 +35881,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_reservation reservation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37567,7 +35889,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_reservation reservation_producttoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_producttoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37575,7 +35897,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_reservation reservation_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_reservation reservation_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_reservation @@ -37583,7 +35905,7 @@ ALTER TABLE ONLY materialflowresources_reservation -- --- Name: materialflowresources_resource resource_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_additionalcode_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37591,7 +35913,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource resource_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37599,7 +35921,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource resource_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_palletnumber_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37607,7 +35929,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource resource_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37615,7 +35937,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resource resource_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resource resource_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resource @@ -37623,7 +35945,7 @@ ALTER TABLE ONLY materialflowresources_resource -- --- Name: materialflowresources_resourcecorrection resourcecorrection_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37631,7 +35953,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcecorrection resourcecorrection_newstoragelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_newstoragelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37639,7 +35961,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcecorrection resourcecorrection_oldstoragelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_oldstoragelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37647,7 +35969,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcecorrection resourcecorrection_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37655,7 +35977,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcecorrection resourcecorrection_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcecorrection resourcecorrection_resource_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcecorrection @@ -37663,7 +35985,7 @@ ALTER TABLE ONLY materialflowresources_resourcecorrection -- --- Name: materialflowresources_resourcestock resourcestock_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock resourcestock_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcestock @@ -37671,7 +35993,7 @@ ALTER TABLE ONLY materialflowresources_resourcestock -- --- Name: materialflowresources_resourcestock resourcestock_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_resourcestock resourcestock_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_resourcestock @@ -37679,7 +36001,7 @@ ALTER TABLE ONLY materialflowresources_resourcestock -- --- Name: integrationbartender_sendtoprint sendtoprint_printlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbartender_sendtoprint sendtoprint_printlabelshelper_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbartender_sendtoprint @@ -37687,7 +36009,7 @@ ALTER TABLE ONLY integrationbartender_sendtoprint -- --- Name: productioncounting_settechnologyincomponents settechnologyic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents settechnologyic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settechnologyincomponents @@ -37695,7 +36017,7 @@ ALTER TABLE ONLY productioncounting_settechnologyincomponents -- --- Name: productioncounting_settechnologyincomponents settechnologyic_trackingoperationproductic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settechnologyincomponents settechnologyic_trackingoperationproductic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settechnologyincomponents @@ -37703,7 +36025,7 @@ ALTER TABLE ONLY productioncounting_settechnologyincomponents -- --- Name: productioncounting_settrackingoperationproductincomponents settrackingoperationproductic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents settrackingoperationproductic_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents @@ -37711,7 +36033,7 @@ ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents -- --- Name: productioncounting_settrackingoperationproductincomponents settrackingoperationproductic_trackingoperationproductoc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productioncounting_settrackingoperationproductincomponents settrackingoperationproductic_trackingoperationproductoc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents @@ -37719,7 +36041,7 @@ ALTER TABLE ONLY productioncounting_settrackingoperationproductincomponents -- --- Name: productcharacteristics_shelves shelves_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productcharacteristics_shelves shelves_company_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productcharacteristics_shelves @@ -37727,7 +36049,7 @@ ALTER TABLE ONLY productcharacteristics_shelves -- --- Name: goodfood_extrusionprotocolstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusionprotocolstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusionprotocolstatechange @@ -37735,7 +36057,7 @@ ALTER TABLE ONLY goodfood_extrusionprotocolstatechange -- --- Name: goodfood_confectionprotocolstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectionprotocolstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectionprotocolstatechange @@ -37743,7 +36065,7 @@ ALTER TABLE ONLY goodfood_confectionprotocolstatechange -- --- Name: goodfood_palletstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletstatechange shift_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletstatechange @@ -37751,7 +36073,7 @@ ALTER TABLE ONLY goodfood_palletstatechange -- --- Name: jointable_productionline_shift shift_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_productionline_shift shift_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_productionline_shift @@ -37759,7 +36081,7 @@ ALTER TABLE ONLY jointable_productionline_shift -- --- Name: productflowthrudivision_warehouseissuestatechange shift_warehouseissuestatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange shift_warehouseissuestatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange @@ -37767,7 +36089,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange -- --- Name: cmmsmachineparts_sourcecost sourcecost_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecost sourcecost_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecost @@ -37775,7 +36097,7 @@ ALTER TABLE ONLY cmmsmachineparts_sourcecost -- --- Name: cmmsmachineparts_sourcecostreportfilter sourcecostreportfilter_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_sourcecostreportfilter sourcecostreportfilter_sourcecost_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter @@ -37783,7 +36105,7 @@ ALTER TABLE ONLY cmmsmachineparts_sourcecostreportfilter -- --- Name: basic_staff staff_crew_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff staff_crew_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -37791,7 +36113,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: goodfood_extrusioncontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_extrusioncontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_extrusioncontext @@ -37799,7 +36121,7 @@ ALTER TABLE ONLY goodfood_extrusioncontext -- --- Name: goodfood_confectioncontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_confectioncontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_confectioncontext @@ -37807,7 +36129,7 @@ ALTER TABLE ONLY goodfood_confectioncontext -- --- Name: goodfood_palletcontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: goodfood_palletcontext staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY goodfood_palletcontext @@ -37815,7 +36137,7 @@ ALTER TABLE ONLY goodfood_palletcontext -- --- Name: qcadoosecurity_user staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user @@ -37823,7 +36145,7 @@ ALTER TABLE ONLY qcadoosecurity_user -- --- Name: jointable_multiassignmenttoshift_staff staff_multiassignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_multiassignmenttoshift_staff staff_multiassignmenttoshift_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_multiassignmenttoshift_staff @@ -37831,7 +36153,7 @@ ALTER TABLE ONLY jointable_multiassignmenttoshift_staff -- --- Name: basic_staff staff_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff staff_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -37839,7 +36161,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: jointable_staff_timeusagereportfilter staff_timeusagereportfilter_filter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_staff_timeusagereportfilter staff_timeusagereportfilter_filter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_staff_timeusagereportfilter @@ -37847,7 +36169,7 @@ ALTER TABLE ONLY jointable_staff_timeusagereportfilter -- --- Name: jointable_staff_timeusagereportfilter staff_timeusagereportfilter_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_staff_timeusagereportfilter staff_timeusagereportfilter_staff_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_staff_timeusagereportfilter @@ -37855,7 +36177,7 @@ ALTER TABLE ONLY jointable_staff_timeusagereportfilter -- --- Name: assignmenttoshift_staffassignmenttoshift staffassignmenttoshift_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: assignmenttoshift_staffassignmenttoshift staffassignmenttoshift_masterorder_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift @@ -37863,7 +36185,7 @@ ALTER TABLE ONLY assignmenttoshift_staffassignmenttoshift -- --- Name: cmmsmachineparts_staffworktime staffworktime_worker_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime staffworktime_worker_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_staffworktime @@ -37871,7 +36193,7 @@ ALTER TABLE ONLY cmmsmachineparts_staffworktime -- --- Name: integrationbaselinker_statusesfordocument statusesfordocument_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesfordocument statusesfordocument_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesfordocument @@ -37879,7 +36201,7 @@ ALTER TABLE ONLY integrationbaselinker_statusesfordocument -- --- Name: integrationbaselinker_statusesformasterorder statusesformasterorder_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: integrationbaselinker_statusesformasterorder statusesformasterorder_baselinkerparameters_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY integrationbaselinker_statusesformasterorder @@ -37887,7 +36209,7 @@ ALTER TABLE ONLY integrationbaselinker_statusesformasterorder -- --- Name: materialflowresources_storagelocation storagelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation storagelocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocation @@ -37895,7 +36217,7 @@ ALTER TABLE ONLY materialflowresources_storagelocation -- --- Name: materialflowresources_storagelocation storagelocation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocation storagelocation_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocation @@ -37903,7 +36225,7 @@ ALTER TABLE ONLY materialflowresources_storagelocation -- --- Name: materialflowresources_storagelocationhelper storagelocationhelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhelper storagelocationhelper_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhelper @@ -37911,7 +36233,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhelper -- --- Name: materialflowresources_storagelocationhistory storagelocationhistory_productfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory storagelocationhistory_productfrom_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory @@ -37919,7 +36241,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhistory -- --- Name: materialflowresources_storagelocationhistory storagelocationhistory_productto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory storagelocationhistory_productto_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory @@ -37927,7 +36249,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhistory -- --- Name: materialflowresources_storagelocationhistory storagelocationhistory_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflowresources_storagelocationhistory storagelocationhistory_storagelocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflowresources_storagelocationhistory @@ -37935,7 +36257,7 @@ ALTER TABLE ONLY materialflowresources_storagelocationhistory -- --- Name: basic_subassembly subassembly_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassembly subassembly_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassembly @@ -37943,7 +36265,7 @@ ALTER TABLE ONLY basic_subassembly -- --- Name: basic_subassembly subassembly_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassembly subassembly_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassembly @@ -37951,7 +36273,7 @@ ALTER TABLE ONLY basic_subassembly -- --- Name: basic_subassemblyattachment subassemblyattachment_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblyattachment subassemblyattachment_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblyattachment @@ -37959,7 +36281,7 @@ ALTER TABLE ONLY basic_subassemblyattachment -- --- Name: basic_subassemblytoworkstationhelper subassemblytoworkstationhelper_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper subassemblytoworkstationhelper_subassembly_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblytoworkstationhelper @@ -37967,7 +36289,7 @@ ALTER TABLE ONLY basic_subassemblytoworkstationhelper -- --- Name: basic_subassemblytoworkstationhelper subassemblytoworkstationhelper_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_subassemblytoworkstationhelper subassemblytoworkstationhelper_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_subassemblytoworkstationhelper @@ -37975,7 +36297,7 @@ ALTER TABLE ONLY basic_subassemblytoworkstationhelper -- --- Name: subcontractorportal_cost subcontractorportal_cost_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost subcontractorportal_cost_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_cost @@ -37983,7 +36305,7 @@ ALTER TABLE ONLY subcontractorportal_cost -- --- Name: subcontractorportal_cost subcontractorportal_cost_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_cost subcontractorportal_cost_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_cost @@ -37991,7 +36313,7 @@ ALTER TABLE ONLY subcontractorportal_cost -- --- Name: subcontractorportal_event subcontractorportal_event_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_event subcontractorportal_event_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_event @@ -37999,7 +36321,7 @@ ALTER TABLE ONLY subcontractorportal_event -- --- Name: subcontractorportal_event subcontractorportal_event_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_event subcontractorportal_event_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_event @@ -38007,7 +36329,7 @@ ALTER TABLE ONLY subcontractorportal_event -- --- Name: subcontractorportal_message subcontractorportal_message_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message subcontractorportal_message_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message @@ -38015,7 +36337,7 @@ ALTER TABLE ONLY subcontractorportal_message -- --- Name: subcontractorportal_message subcontractorportal_message_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message subcontractorportal_message_staff_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message @@ -38023,7 +36345,7 @@ ALTER TABLE ONLY subcontractorportal_message -- --- Name: subcontractorportal_message subcontractorportal_message_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_message subcontractorportal_message_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_message @@ -38031,7 +36353,7 @@ ALTER TABLE ONLY subcontractorportal_message -- --- Name: subcontractorportal_operation subcontractorportal_operation_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation subcontractorportal_operation_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_operation @@ -38039,7 +36361,7 @@ ALTER TABLE ONLY subcontractorportal_operation -- --- Name: subcontractorportal_operation subcontractorportal_operation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_operation subcontractorportal_operation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_operation @@ -38047,7 +36369,7 @@ ALTER TABLE ONLY subcontractorportal_operation -- --- Name: subcontractorportal_realisation subcontractorportal_realisation_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation subcontractorportal_realisation_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_realisation @@ -38055,7 +36377,7 @@ ALTER TABLE ONLY subcontractorportal_realisation -- --- Name: subcontractorportal_realisation subcontractorportal_realisation_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_realisation subcontractorportal_realisation_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_realisation @@ -38063,7 +36385,7 @@ ALTER TABLE ONLY subcontractorportal_realisation -- --- Name: subcontractorportal_suborder subcontractorportal_suborder_changedby_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder subcontractorportal_suborder_changedby_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborder @@ -38071,7 +36393,7 @@ ALTER TABLE ONLY subcontractorportal_suborder -- --- Name: subcontractorportal_suborder subcontractorportal_suborder_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborder subcontractorportal_suborder_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborder @@ -38079,7 +36401,7 @@ ALTER TABLE ONLY subcontractorportal_suborder -- --- Name: subcontractorportal_suborderattachment subcontractorportal_suborderattachment_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderattachment subcontractorportal_suborderattachment_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderattachment @@ -38087,7 +36409,7 @@ ALTER TABLE ONLY subcontractorportal_suborderattachment -- --- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput @@ -38095,7 +36417,7 @@ ALTER TABLE ONLY subcontractorportal_suborderinput -- --- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_storage_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_storage_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput @@ -38103,7 +36425,7 @@ ALTER TABLE ONLY subcontractorportal_suborderinput -- --- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderinput subcontractorportal_suborderinput_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderinput @@ -38111,7 +36433,7 @@ ALTER TABLE ONLY subcontractorportal_suborderinput -- --- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation @@ -38119,7 +36441,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoperation -- --- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_operationcomponent_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation @@ -38127,7 +36449,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoperation -- --- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoperation subcontractorportal_suborderoperation_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoperation @@ -38135,7 +36457,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoperation -- --- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_product_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput @@ -38143,7 +36465,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoutput -- --- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_storage_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_storage_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput @@ -38151,7 +36473,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoutput -- --- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_suborderoutput subcontractorportal_suborderoutput_suborder_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_suborderoutput @@ -38159,7 +36481,7 @@ ALTER TABLE ONLY subcontractorportal_suborderoutput -- --- Name: subcontractorportal_subordertmp subcontractorportal_subordertmp_company_id; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: subcontractorportal_subordertmp subcontractorportal_subordertmp_company_id; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY subcontractorportal_subordertmp @@ -38167,7 +36489,7 @@ ALTER TABLE ONLY subcontractorportal_subordertmp -- --- Name: ordersforsubproductsgeneration_suborders suborders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders suborders_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersforsubproductsgeneration_suborders @@ -38175,7 +36497,7 @@ ALTER TABLE ONLY ordersforsubproductsgeneration_suborders -- --- Name: ordersforsubproductsgeneration_suborders suborders_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: ordersforsubproductsgeneration_suborders suborders_ordersgroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY ordersforsubproductsgeneration_suborders @@ -38183,7 +36505,7 @@ ALTER TABLE ONLY ordersforsubproductsgeneration_suborders -- --- Name: basic_substitutecomponent substitutecomponent_baseproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_substitutecomponent substitutecomponent_baseproduct_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_substitutecomponent @@ -38191,7 +36513,7 @@ ALTER TABLE ONLY basic_substitutecomponent -- --- Name: technologies_technologystatechange technologies_logging_fkey_shift; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange technologies_logging_fkey_shift; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologystatechange @@ -38199,7 +36521,7 @@ ALTER TABLE ONLY technologies_technologystatechange -- --- Name: technologies_technologystatechange technologies_logging_fkey_technology; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologystatechange technologies_logging_fkey_technology; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologystatechange @@ -38207,7 +36529,7 @@ ALTER TABLE ONLY technologies_technologystatechange -- --- Name: technologies_operation technologies_operation_fkey_workstation; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operation technologies_operation_fkey_workstation; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operation @@ -38215,7 +36537,7 @@ ALTER TABLE ONLY technologies_operation -- --- Name: technologies_technology technologies_technology_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technologies_technology_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38223,7 +36545,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_technologyattachment technologies_technologyattachment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyattachment technologies_technologyattachment_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyattachment @@ -38231,7 +36553,7 @@ ALTER TABLE ONLY technologies_technologyattachment -- --- Name: technologiesgenerator_generatortreenode technologies_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologies_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38239,7 +36561,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologies_productstructuretreenode technologies_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_productstructuretreenode technologies_technologygroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_productstructuretreenode @@ -38247,7 +36569,7 @@ ALTER TABLE ONLY technologies_productstructuretreenode -- --- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_product_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_product_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatorcontext @@ -38255,7 +36577,7 @@ ALTER TABLE ONLY technologiesgenerator_generatorcontext -- --- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_technology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatorcontext technologiesgenerator_generatorcontext_technology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatorcontext @@ -38263,7 +36585,7 @@ ALTER TABLE ONLY technologiesgenerator_generatorcontext -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreen_originaltechnology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreen_originaltechnology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38271,7 +36593,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreeno_producttechnology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreeno_producttechnology_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38279,7 +36601,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenod_generatorcontext_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenod_generatorcontext_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38287,7 +36609,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_operation_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_operation_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38295,7 +36617,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_parent_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_parent_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38303,7 +36625,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_product_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologiesgenerator_generatortreenode technologiesgenerator_generatortreenode_product_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologiesgenerator_generatortreenode @@ -38311,7 +36633,7 @@ ALTER TABLE ONLY technologiesgenerator_generatortreenode -- --- Name: technologies_technology technology_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38319,7 +36641,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_operationproductincomponent technology_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent technology_componentslocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -38327,7 +36649,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_technology technology_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38335,7 +36657,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_operationproductincomponent technology_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductincomponent technology_componentsoutputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductincomponent @@ -38343,7 +36665,7 @@ ALTER TABLE ONLY technologies_operationproductincomponent -- --- Name: technologies_technology technology_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38351,7 +36673,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: timegapspreview_timegapscontext technology_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext technology_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext @@ -38359,7 +36681,7 @@ ALTER TABLE ONLY timegapspreview_timegapscontext -- --- Name: technologies_technology technology_productionlines_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_productionlines_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38367,7 +36689,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_technology technology_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_productsflowlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38375,7 +36697,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_technology technology_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38383,7 +36705,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: technologies_operationproductoutcomponent technology_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_operationproductoutcomponent technology_productsinputlocation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_operationproductoutcomponent @@ -38391,7 +36713,7 @@ ALTER TABLE ONLY technologies_operationproductoutcomponent -- --- Name: technologies_technology technology_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technology technology_technology_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technology @@ -38399,7 +36721,7 @@ ALTER TABLE ONLY technologies_technology -- --- Name: timegapspreview_timegapscontext technologygroup_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegapscontext technologygroup_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegapscontext @@ -38407,7 +36729,7 @@ ALTER TABLE ONLY timegapspreview_timegapscontext -- --- Name: technologies_technologyoperationcomponent technologyoperationcomponent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent technologyoperationcomponent_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -38415,7 +36737,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent technologyoperationcomponent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent technologyoperationcomponent_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -38423,7 +36745,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: technologies_technologyoperationcomponent technologyoperationcomponent_techopercomptimecalculation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponent technologyoperationcomponent_techopercomptimecalculation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponent @@ -38431,7 +36753,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponent -- --- Name: productflowthrudivision_warehouseissue technologyoperationcomponent_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue technologyoperationcomponent_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -38439,7 +36761,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_oc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_oc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -38447,7 +36769,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_opic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_opic_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -38455,7 +36777,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -38463,7 +36785,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductin technologyoperationcomponentmergeproductin_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin @@ -38471,7 +36793,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductin -- --- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_oc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_oc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -38479,7 +36801,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_opoc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_opoc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -38487,7 +36809,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -38495,7 +36817,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: technologies_technologyoperationcomponentmergeproductout technologyoperationcomponentmergeproductout_toc_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout @@ -38503,7 +36825,7 @@ ALTER TABLE ONLY technologies_technologyoperationcomponentmergeproductout -- --- Name: operationaltasksfororders_techopercompoperationaltask techopercompoperationaltask_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: operationaltasksfororders_techopercompoperationaltask techopercompoperationaltask_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask @@ -38511,7 +36833,7 @@ ALTER TABLE ONLY operationaltasksfororders_techopercompoperationaltask -- --- Name: timegapspreview_timegap timegapscontext_fk; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: timegapspreview_timegap timegapscontext_fk; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY timegapspreview_timegap @@ -38519,7 +36841,7 @@ ALTER TABLE ONLY timegapspreview_timegap -- --- Name: advancedgenealogy_trackingrecord trackingrecord_order; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: advancedgenealogy_trackingrecord trackingrecord_order; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY advancedgenealogy_trackingrecord @@ -38527,7 +36849,7 @@ ALTER TABLE ONLY advancedgenealogy_trackingrecord -- --- Name: materialflow_transfer transfer_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transfer transfer_delivery_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transfer @@ -38535,7 +36857,7 @@ ALTER TABLE ONLY materialflow_transfer -- --- Name: materialflow_transformations transformations_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_transformations transformations_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_transformations @@ -38543,7 +36865,7 @@ ALTER TABLE ONLY materialflow_transformations -- --- Name: orders_typeofcorrectioncauses typeofcorrectioncauses_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: orders_typeofcorrectioncauses typeofcorrectioncauses_order_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY orders_typeofcorrectioncauses @@ -38551,7 +36873,7 @@ ALTER TABLE ONLY orders_typeofcorrectioncauses -- --- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_order; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_order; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent @@ -38559,7 +36881,7 @@ ALTER TABLE ONLY urcmaterialavailability_requiredcomponent -- --- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_product; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_product; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent @@ -38567,7 +36889,7 @@ ALTER TABLE ONLY urcmaterialavailability_requiredcomponent -- --- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_technology; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: urcmaterialavailability_requiredcomponent urcma_orderrequiredco_fkey_technology; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY urcmaterialavailability_requiredcomponent @@ -38575,7 +36897,7 @@ ALTER TABLE ONLY urcmaterialavailability_requiredcomponent -- --- Name: qcadoosecurity_user user_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user user_factory_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user @@ -38583,7 +36905,7 @@ ALTER TABLE ONLY qcadoosecurity_user -- --- Name: qcadoosecurity_user user_group_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadoosecurity_user user_group_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadoosecurity_user @@ -38591,7 +36913,7 @@ ALTER TABLE ONLY qcadoosecurity_user -- --- Name: materialflow_userlocation userlocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_userlocation userlocation_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_userlocation @@ -38599,7 +36921,7 @@ ALTER TABLE ONLY materialflow_userlocation -- --- Name: materialflow_userlocation userlocation_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: materialflow_userlocation userlocation_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY materialflow_userlocation @@ -38607,7 +36929,7 @@ ALTER TABLE ONLY materialflow_userlocation -- --- Name: qcadooview_viewedalert viewedalert_alert_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: qcadooview_viewedalert viewedalert_alert_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY qcadooview_viewedalert @@ -38615,7 +36937,7 @@ ALTER TABLE ONLY qcadooview_viewedalert -- --- Name: basic_staff wagegroups_wagegroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_staff wagegroups_wagegroup_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_staff @@ -38623,7 +36945,7 @@ ALTER TABLE ONLY basic_staff -- --- Name: productflowthrudivision_issue warehouseissue_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_issue warehouseissue_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_issue @@ -38631,7 +36953,7 @@ ALTER TABLE ONLY productflowthrudivision_issue -- --- Name: productflowthrudivision_productstoissue warehouseissue_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_productstoissue warehouseissue_productstoissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_productstoissue @@ -38639,7 +36961,7 @@ ALTER TABLE ONLY productflowthrudivision_productstoissue -- --- Name: productflowthrudivision_warehouseissuestatechange warehouseissue_warehouseissuestatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissuestatechange warehouseissue_warehouseissuestatechange_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange @@ -38647,7 +36969,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissuestatechange -- --- Name: jointable_product_warehouseminimumstatemulti warehouseminimalstate_warehouseminimumstatemulti_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_product_warehouseminimumstatemulti warehouseminimalstate_warehouseminimumstatemulti_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti @@ -38655,7 +36977,7 @@ ALTER TABLE ONLY jointable_product_warehouseminimumstatemulti -- --- Name: warehouseminimalstate_warehouseminimumstate warehouseminimumstate_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate warehouseminimumstate_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate @@ -38663,7 +36985,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate -- --- Name: warehouseminimalstate_warehouseminimumstate warehouseminimumstate_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstate warehouseminimumstate_product_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate @@ -38671,7 +36993,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstate -- --- Name: warehouseminimalstate_warehouseminimumstatemulti warehouseminimumstatemulti_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: warehouseminimalstate_warehouseminimumstatemulti warehouseminimumstatemulti_location_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti @@ -38679,7 +37001,7 @@ ALTER TABLE ONLY warehouseminimalstate_warehouseminimumstatemulti -- --- Name: cmmsmachineparts_staffworktime worker_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: cmmsmachineparts_staffworktime worker_maintenanceevent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY cmmsmachineparts_staffworktime @@ -38687,7 +37009,7 @@ ALTER TABLE ONLY cmmsmachineparts_staffworktime -- --- Name: productflowthrudivision_warehouseissue workerwhocollected_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue workerwhocollected_warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -38695,7 +37017,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: productflowthrudivision_warehouseissue workerwhoissued__warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: productflowthrudivision_warehouseissue workerwhoissued__warehouseissue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY productflowthrudivision_warehouseissue @@ -38703,7 +37025,7 @@ ALTER TABLE ONLY productflowthrudivision_warehouseissue -- --- Name: workplans_parameterinputcolumn workplans_parameterinputcolumn_cfip_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn workplans_parameterinputcolumn_cfip_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterinputcolumn @@ -38711,7 +37033,7 @@ ALTER TABLE ONLY workplans_parameterinputcolumn -- --- Name: workplans_parameterordercolumn workplans_parameterordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn workplans_parameterordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterordercolumn @@ -38719,7 +37041,7 @@ ALTER TABLE ONLY workplans_parameterordercolumn -- --- Name: workplans_parameterordercolumn workplans_parameterordercolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterordercolumn workplans_parameterordercolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterordercolumn @@ -38727,7 +37049,7 @@ ALTER TABLE ONLY workplans_parameterordercolumn -- --- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_cfop_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_cfop_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameteroutputcolumn @@ -38735,7 +37057,7 @@ ALTER TABLE ONLY workplans_parameteroutputcolumn -- --- Name: workplans_parameterinputcolumn workplans_parameteroutputcolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameterinputcolumn workplans_parameteroutputcolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameterinputcolumn @@ -38743,7 +37065,7 @@ ALTER TABLE ONLY workplans_parameterinputcolumn -- --- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_parameteroutputcolumn workplans_parameteroutputcolumn_parameter_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_parameteroutputcolumn @@ -38751,7 +37073,7 @@ ALTER TABLE ONLY workplans_parameteroutputcolumn -- --- Name: workplans_workplan workplans_workplan_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplan workplans_workplan_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplan @@ -38759,7 +37081,7 @@ ALTER TABLE ONLY workplans_workplan -- --- Name: workplans_workplanordercolumn workplans_workplanordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn workplans_workplanordercolumn_columnfororders_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplanordercolumn @@ -38767,7 +37089,7 @@ ALTER TABLE ONLY workplans_workplanordercolumn -- --- Name: workplans_workplanordercolumn workplans_workplanordercolumn_workplan_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: workplans_workplanordercolumn workplans_workplanordercolumn_workplan_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY workplans_workplanordercolumn @@ -38775,7 +37097,7 @@ ALTER TABLE ONLY workplans_workplanordercolumn -- --- Name: basic_workstation workstation_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation workstation_division_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -38783,7 +37105,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: basic_workstation workstation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation workstation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -38791,7 +37113,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: jointable_operation_workstation workstation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_operation_workstation workstation_operation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_operation_workstation @@ -38799,7 +37121,7 @@ ALTER TABLE ONLY jointable_operation_workstation -- --- Name: basic_workstation workstation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation workstation_productionline_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -38807,7 +37129,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: jointable_technologyoperationcomponent_workstation workstation_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: jointable_technologyoperationcomponent_workstation workstation_technologyoperationcomponent_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation @@ -38815,7 +37137,7 @@ ALTER TABLE ONLY jointable_technologyoperationcomponent_workstation -- --- Name: basic_workstation workstation_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstation workstation_workstationtype_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstation @@ -38823,7 +37145,7 @@ ALTER TABLE ONLY basic_workstation -- --- Name: basic_workstationattachment workstationattachment_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres +-- Name: basic_workstationattachment workstationattachment_workstation_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY basic_workstationattachment @@ -38833,4 +37155,3 @@ ALTER TABLE ONLY basic_workstationattachment -- -- PostgreSQL database dump complete -- -