-- -- PostgreSQL database dump -- SET statement_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SET check_function_bodies = false; SET client_min_messages = warning; -- -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog; -- -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: -- COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language'; -- -- Name: pgcrypto; Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS pgcrypto WITH SCHEMA public; -- -- Name: EXTENSION pgcrypto; Type: COMMENT; Schema: -; Owner: -- COMMENT ON EXTENSION pgcrypto IS 'cryptographic functions'; SET search_path = public, pg_catalog; SET default_tablespace = ''; SET default_with_oids = false; -- -- Name: ezapprove_items; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezapprove_items ( collaboration_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezapprove_items_s'::text)::regclass) NOT NULL, workflow_process_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezapprove_items OWNER TO ezp; -- -- Name: ezapprove_items_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezapprove_items_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezapprove_items_s OWNER TO ezp; -- -- Name: ezbasket; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezbasket ( id integer DEFAULT nextval(('ezbasket_s'::text)::regclass) NOT NULL, order_id integer DEFAULT 0 NOT NULL, productcollection_id integer DEFAULT 0 NOT NULL, session_id character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezbasket OWNER TO ezp; -- -- Name: ezbasket_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezbasket_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezbasket_s OWNER TO ezp; -- -- Name: ezbinaryfile; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezbinaryfile ( contentobject_attribute_id integer DEFAULT 0 NOT NULL, download_count integer DEFAULT 0 NOT NULL, filename character varying(255) DEFAULT ''::character varying NOT NULL, mime_type character varying(255) DEFAULT ''::character varying NOT NULL, original_filename character varying(255) DEFAULT ''::character varying NOT NULL, version integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezbinaryfile OWNER TO ezp; -- -- Name: ezcobj_state; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcobj_state ( default_language_id bigint DEFAULT (0)::bigint NOT NULL, group_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezcobj_state_s'::text)::regclass) NOT NULL, identifier character varying(45) DEFAULT ''::character varying NOT NULL, language_mask bigint DEFAULT (0)::bigint NOT NULL, priority integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcobj_state OWNER TO ezp; -- -- Name: ezcobj_state_group; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcobj_state_group ( default_language_id bigint DEFAULT (0)::bigint NOT NULL, id integer DEFAULT nextval(('ezcobj_state_group_s'::text)::regclass) NOT NULL, identifier character varying(45) DEFAULT ''::character varying NOT NULL, language_mask bigint DEFAULT (0)::bigint NOT NULL ); ALTER TABLE public.ezcobj_state_group OWNER TO ezp; -- -- Name: ezcobj_state_group_language; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcobj_state_group_language ( contentobject_state_group_id integer DEFAULT 0 NOT NULL, description text NOT NULL, language_id bigint DEFAULT (0)::bigint NOT NULL, name character varying(45) DEFAULT ''::character varying NOT NULL, real_language_id bigint DEFAULT (0)::bigint NOT NULL ); ALTER TABLE public.ezcobj_state_group_language OWNER TO ezp; -- -- Name: ezcobj_state_group_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcobj_state_group_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcobj_state_group_s OWNER TO ezp; -- -- Name: ezcobj_state_language; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcobj_state_language ( contentobject_state_id integer DEFAULT 0 NOT NULL, description text NOT NULL, language_id bigint DEFAULT (0)::bigint NOT NULL, name character varying(45) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezcobj_state_language OWNER TO ezp; -- -- Name: ezcobj_state_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcobj_state_link ( contentobject_id integer DEFAULT 0 NOT NULL, contentobject_state_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcobj_state_link OWNER TO ezp; -- -- Name: ezcobj_state_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcobj_state_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcobj_state_s OWNER TO ezp; -- -- Name: ezcollab_group; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_group ( created integer DEFAULT 0 NOT NULL, depth integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezcollab_group_s'::text)::regclass) NOT NULL, is_open integer DEFAULT 1 NOT NULL, modified integer DEFAULT 0 NOT NULL, parent_group_id integer DEFAULT 0 NOT NULL, path_string character varying(255) DEFAULT ''::character varying NOT NULL, priority integer DEFAULT 0 NOT NULL, title character varying(255) DEFAULT ''::character varying NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcollab_group OWNER TO ezp; -- -- Name: ezcollab_group_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcollab_group_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcollab_group_s OWNER TO ezp; -- -- Name: ezcollab_item; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_item ( created integer DEFAULT 0 NOT NULL, creator_id integer DEFAULT 0 NOT NULL, data_float1 real DEFAULT (0)::real NOT NULL, data_float2 real DEFAULT (0)::real NOT NULL, data_float3 real DEFAULT (0)::real NOT NULL, data_int1 integer DEFAULT 0 NOT NULL, data_int2 integer DEFAULT 0 NOT NULL, data_int3 integer DEFAULT 0 NOT NULL, data_text1 text NOT NULL, data_text2 text NOT NULL, data_text3 text NOT NULL, id integer DEFAULT nextval(('ezcollab_item_s'::text)::regclass) NOT NULL, modified integer DEFAULT 0 NOT NULL, status integer DEFAULT 1 NOT NULL, type_identifier character varying(40) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezcollab_item OWNER TO ezp; -- -- Name: ezcollab_item_group_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_item_group_link ( collaboration_id integer DEFAULT 0 NOT NULL, created integer DEFAULT 0 NOT NULL, group_id integer DEFAULT 0 NOT NULL, is_active integer DEFAULT 1 NOT NULL, is_read integer DEFAULT 0 NOT NULL, last_read integer DEFAULT 0 NOT NULL, modified integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcollab_item_group_link OWNER TO ezp; -- -- Name: ezcollab_item_message_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_item_message_link ( collaboration_id integer DEFAULT 0 NOT NULL, created integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezcollab_item_message_link_s'::text)::regclass) NOT NULL, message_id integer DEFAULT 0 NOT NULL, message_type integer DEFAULT 0 NOT NULL, modified integer DEFAULT 0 NOT NULL, participant_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcollab_item_message_link OWNER TO ezp; -- -- Name: ezcollab_item_message_link_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcollab_item_message_link_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcollab_item_message_link_s OWNER TO ezp; -- -- Name: ezcollab_item_participant_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_item_participant_link ( collaboration_id integer DEFAULT 0 NOT NULL, created integer DEFAULT 0 NOT NULL, is_active integer DEFAULT 1 NOT NULL, is_read integer DEFAULT 0 NOT NULL, last_read integer DEFAULT 0 NOT NULL, modified integer DEFAULT 0 NOT NULL, participant_id integer DEFAULT 0 NOT NULL, participant_role integer DEFAULT 1 NOT NULL, participant_type integer DEFAULT 1 NOT NULL ); ALTER TABLE public.ezcollab_item_participant_link OWNER TO ezp; -- -- Name: ezcollab_item_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcollab_item_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcollab_item_s OWNER TO ezp; -- -- Name: ezcollab_item_status; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_item_status ( collaboration_id integer DEFAULT 0 NOT NULL, is_active integer DEFAULT 1 NOT NULL, is_read integer DEFAULT 0 NOT NULL, last_read integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcollab_item_status OWNER TO ezp; -- -- Name: ezcollab_notification_rule; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_notification_rule ( collab_identifier character varying(255) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezcollab_notification_rule_s'::text)::regclass) NOT NULL, user_id character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezcollab_notification_rule OWNER TO ezp; -- -- Name: ezcollab_notification_rule_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcollab_notification_rule_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcollab_notification_rule_s OWNER TO ezp; -- -- Name: ezcollab_profile; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_profile ( created integer DEFAULT 0 NOT NULL, data_text1 text NOT NULL, id integer DEFAULT nextval(('ezcollab_profile_s'::text)::regclass) NOT NULL, main_group integer DEFAULT 0 NOT NULL, modified integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcollab_profile OWNER TO ezp; -- -- Name: ezcollab_profile_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcollab_profile_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcollab_profile_s OWNER TO ezp; -- -- Name: ezcollab_simple_message; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcollab_simple_message ( created integer DEFAULT 0 NOT NULL, creator_id integer DEFAULT 0 NOT NULL, data_float1 real DEFAULT (0)::real NOT NULL, data_float2 real DEFAULT (0)::real NOT NULL, data_float3 real DEFAULT (0)::real NOT NULL, data_int1 integer DEFAULT 0 NOT NULL, data_int2 integer DEFAULT 0 NOT NULL, data_int3 integer DEFAULT 0 NOT NULL, data_text1 text NOT NULL, data_text2 text NOT NULL, data_text3 text NOT NULL, id integer DEFAULT nextval(('ezcollab_simple_message_s'::text)::regclass) NOT NULL, message_type character varying(40) DEFAULT ''::character varying NOT NULL, modified integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcollab_simple_message OWNER TO ezp; -- -- Name: ezcollab_simple_message_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcollab_simple_message_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcollab_simple_message_s OWNER TO ezp; -- -- Name: ezcontent_language; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontent_language ( disabled integer DEFAULT 0 NOT NULL, id bigint DEFAULT (0)::bigint NOT NULL, locale character varying(20) DEFAULT ''::character varying NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezcontent_language OWNER TO ezp; -- -- Name: ezcontentbrowsebookmark; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentbrowsebookmark ( id integer DEFAULT nextval(('ezcontentbrowsebookmark_s'::text)::regclass) NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, node_id integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcontentbrowsebookmark OWNER TO ezp; -- -- Name: ezcontentbrowsebookmark_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentbrowsebookmark_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentbrowsebookmark_s OWNER TO ezp; -- -- Name: ezcontentbrowserecent; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentbrowserecent ( created integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezcontentbrowserecent_s'::text)::regclass) NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, node_id integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcontentbrowserecent OWNER TO ezp; -- -- Name: ezcontentbrowserecent_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentbrowserecent_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentbrowserecent_s OWNER TO ezp; -- -- Name: ezcontentclass; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentclass ( always_available integer DEFAULT 0 NOT NULL, contentobject_name character varying(255) DEFAULT NULL::character varying, created integer DEFAULT 0 NOT NULL, creator_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezcontentclass_s'::text)::regclass) NOT NULL, identifier character varying(50) DEFAULT ''::character varying NOT NULL, initial_language_id bigint DEFAULT (0)::bigint NOT NULL, is_container integer DEFAULT 0 NOT NULL, language_mask bigint DEFAULT (0)::bigint NOT NULL, modified integer DEFAULT 0 NOT NULL, modifier_id integer DEFAULT 0 NOT NULL, remote_id character varying(100) DEFAULT ''::character varying NOT NULL, serialized_description_list text, serialized_name_list text, sort_field integer DEFAULT 1 NOT NULL, sort_order integer DEFAULT 1 NOT NULL, url_alias_name character varying(255) DEFAULT NULL::character varying, version integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcontentclass OWNER TO ezp; -- -- Name: ezcontentclass_attribute; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentclass_attribute ( can_translate integer DEFAULT 1, category character varying(25) DEFAULT ''::character varying NOT NULL, contentclass_id integer DEFAULT 0 NOT NULL, data_float1 double precision, data_float2 double precision, data_float3 double precision, data_float4 double precision, data_int1 integer, data_int2 integer, data_int3 integer, data_int4 integer, data_text1 character varying(50) DEFAULT NULL::character varying, data_text2 character varying(50) DEFAULT NULL::character varying, data_text3 character varying(50) DEFAULT NULL::character varying, data_text4 character varying(255) DEFAULT NULL::character varying, data_text5 text, data_type_string character varying(50) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezcontentclass_attribute_s'::text)::regclass) NOT NULL, identifier character varying(50) DEFAULT ''::character varying NOT NULL, is_information_collector integer DEFAULT 0 NOT NULL, is_required integer DEFAULT 0 NOT NULL, is_searchable integer DEFAULT 0 NOT NULL, placement integer DEFAULT 0 NOT NULL, serialized_data_text text, serialized_description_list text, serialized_name_list text NOT NULL, version integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcontentclass_attribute OWNER TO ezp; -- -- Name: ezcontentclass_attribute_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentclass_attribute_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentclass_attribute_s OWNER TO ezp; -- -- Name: ezcontentclass_classgroup; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentclass_classgroup ( contentclass_id integer DEFAULT 0 NOT NULL, contentclass_version integer DEFAULT 0 NOT NULL, group_id integer DEFAULT 0 NOT NULL, group_name character varying(255) DEFAULT NULL::character varying ); ALTER TABLE public.ezcontentclass_classgroup OWNER TO ezp; -- -- Name: ezcontentclass_name; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentclass_name ( contentclass_id integer DEFAULT 0 NOT NULL, contentclass_version integer DEFAULT 0 NOT NULL, language_id bigint DEFAULT (0)::bigint NOT NULL, language_locale character varying(20) DEFAULT ''::character varying NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezcontentclass_name OWNER TO ezp; -- -- Name: ezcontentclass_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentclass_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentclass_s OWNER TO ezp; -- -- Name: ezcontentclassgroup; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentclassgroup ( created integer DEFAULT 0 NOT NULL, creator_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezcontentclassgroup_s'::text)::regclass) NOT NULL, modified integer DEFAULT 0 NOT NULL, modifier_id integer DEFAULT 0 NOT NULL, name character varying(255) DEFAULT NULL::character varying ); ALTER TABLE public.ezcontentclassgroup OWNER TO ezp; -- -- Name: ezcontentclassgroup_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentclassgroup_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentclassgroup_s OWNER TO ezp; -- -- Name: ezcontentobject; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentobject ( contentclass_id integer DEFAULT 0 NOT NULL, current_version integer, id integer DEFAULT nextval(('ezcontentobject_s'::text)::regclass) NOT NULL, initial_language_id bigint DEFAULT (0)::bigint NOT NULL, language_mask bigint DEFAULT (0)::bigint NOT NULL, modified integer DEFAULT 0 NOT NULL, name character varying(255) DEFAULT NULL::character varying, owner_id integer DEFAULT 0 NOT NULL, published integer DEFAULT 0 NOT NULL, remote_id character varying(100) DEFAULT NULL::character varying, section_id integer DEFAULT 0 NOT NULL, status integer DEFAULT 0 ); ALTER TABLE public.ezcontentobject OWNER TO ezp; -- -- Name: ezcontentobject_attribute; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentobject_attribute ( attribute_original_id integer DEFAULT 0, contentclassattribute_id integer DEFAULT 0 NOT NULL, contentobject_id integer DEFAULT 0 NOT NULL, data_float double precision, data_int integer, data_text text, data_type_string character varying(50) DEFAULT ''::character varying, id integer DEFAULT nextval(('ezcontentobject_attribute_s'::text)::regclass) NOT NULL, language_code character varying(20) DEFAULT ''::character varying NOT NULL, language_id bigint DEFAULT (0)::bigint NOT NULL, sort_key_int integer DEFAULT 0 NOT NULL, sort_key_string character varying(255) DEFAULT ''::character varying NOT NULL, version integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcontentobject_attribute OWNER TO ezp; -- -- Name: ezcontentobject_attribute_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentobject_attribute_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentobject_attribute_s OWNER TO ezp; -- -- Name: ezcontentobject_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentobject_link ( contentclassattribute_id integer DEFAULT 0 NOT NULL, from_contentobject_id integer DEFAULT 0 NOT NULL, from_contentobject_version integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezcontentobject_link_s'::text)::regclass) NOT NULL, relation_type integer DEFAULT 1 NOT NULL, to_contentobject_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezcontentobject_link OWNER TO ezp; -- -- Name: ezcontentobject_link_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentobject_link_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentobject_link_s OWNER TO ezp; -- -- Name: ezcontentobject_name; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentobject_name ( content_translation character varying(20) DEFAULT ''::character varying NOT NULL, content_version integer DEFAULT 0 NOT NULL, contentobject_id integer DEFAULT 0 NOT NULL, language_id bigint DEFAULT (0)::bigint NOT NULL, name character varying(255) DEFAULT NULL::character varying, real_translation character varying(20) DEFAULT NULL::character varying ); ALTER TABLE public.ezcontentobject_name OWNER TO ezp; -- -- Name: ezcontentobject_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentobject_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentobject_s OWNER TO ezp; -- -- Name: ezcontentobject_trash; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentobject_trash ( contentobject_id integer, contentobject_version integer, depth integer DEFAULT 0 NOT NULL, is_hidden integer DEFAULT 0 NOT NULL, is_invisible integer DEFAULT 0 NOT NULL, main_node_id integer, modified_subnode integer DEFAULT 0, node_id integer DEFAULT 0 NOT NULL, parent_node_id integer DEFAULT 0 NOT NULL, path_identification_string text, path_string character varying(255) DEFAULT ''::character varying NOT NULL, priority integer DEFAULT 0 NOT NULL, remote_id character varying(100) DEFAULT ''::character varying NOT NULL, sort_field integer DEFAULT 1, sort_order integer DEFAULT 1 ); ALTER TABLE public.ezcontentobject_trash OWNER TO ezp; -- -- Name: ezcontentobject_tree; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentobject_tree ( contentobject_id integer, contentobject_is_published integer, contentobject_version integer, depth integer DEFAULT 0 NOT NULL, is_hidden integer DEFAULT 0 NOT NULL, is_invisible integer DEFAULT 0 NOT NULL, main_node_id integer, modified_subnode integer DEFAULT 0, node_id integer DEFAULT nextval(('ezcontentobject_tree_s'::text)::regclass) NOT NULL, parent_node_id integer DEFAULT 0 NOT NULL, path_identification_string text, path_string character varying(255) DEFAULT ''::character varying NOT NULL, priority integer DEFAULT 0 NOT NULL, remote_id character varying(100) DEFAULT ''::character varying NOT NULL, sort_field integer DEFAULT 1, sort_order integer DEFAULT 1 ); ALTER TABLE public.ezcontentobject_tree OWNER TO ezp; -- -- Name: ezcontentobject_tree_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentobject_tree_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentobject_tree_s OWNER TO ezp; -- -- Name: ezcontentobject_version; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcontentobject_version ( contentobject_id integer, created integer DEFAULT 0 NOT NULL, creator_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezcontentobject_version_s'::text)::regclass) NOT NULL, initial_language_id bigint DEFAULT (0)::bigint NOT NULL, language_mask bigint DEFAULT (0)::bigint NOT NULL, modified integer DEFAULT 0 NOT NULL, status integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL, version integer DEFAULT 0 NOT NULL, workflow_event_pos integer DEFAULT 0 ); ALTER TABLE public.ezcontentobject_version OWNER TO ezp; -- -- Name: ezcontentobject_version_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcontentobject_version_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcontentobject_version_s OWNER TO ezp; -- -- Name: ezcurrencydata; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezcurrencydata ( auto_rate_value numeric(10,5) DEFAULT 0.00000 NOT NULL, code character varying(4) DEFAULT ''::character varying NOT NULL, custom_rate_value numeric(10,5) DEFAULT 0.00000 NOT NULL, id integer DEFAULT nextval(('ezcurrencydata_s'::text)::regclass) NOT NULL, locale character varying(255) DEFAULT ''::character varying NOT NULL, rate_factor numeric(10,5) DEFAULT 1.00000 NOT NULL, status integer DEFAULT 1 NOT NULL, symbol character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezcurrencydata OWNER TO ezp; -- -- Name: ezcurrencydata_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezcurrencydata_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezcurrencydata_s OWNER TO ezp; -- -- Name: ezdiscountrule; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezdiscountrule ( id integer DEFAULT nextval(('ezdiscountrule_s'::text)::regclass) NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezdiscountrule OWNER TO ezp; -- -- Name: ezdiscountrule_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezdiscountrule_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezdiscountrule_s OWNER TO ezp; -- -- Name: ezdiscountsubrule; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezdiscountsubrule ( discount_percent real, discountrule_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezdiscountsubrule_s'::text)::regclass) NOT NULL, limitation character(1) DEFAULT NULL::bpchar, name character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezdiscountsubrule OWNER TO ezp; -- -- Name: ezdiscountsubrule_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezdiscountsubrule_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezdiscountsubrule_s OWNER TO ezp; -- -- Name: ezdiscountsubrule_value; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezdiscountsubrule_value ( discountsubrule_id integer DEFAULT 0 NOT NULL, issection integer DEFAULT 0 NOT NULL, value integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezdiscountsubrule_value OWNER TO ezp; -- -- Name: ezenumobjectvalue; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezenumobjectvalue ( contentobject_attribute_id integer DEFAULT 0 NOT NULL, contentobject_attribute_version integer DEFAULT 0 NOT NULL, enumelement character varying(255) DEFAULT ''::character varying NOT NULL, enumid integer DEFAULT 0 NOT NULL, enumvalue character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezenumobjectvalue OWNER TO ezp; -- -- Name: ezenumvalue; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezenumvalue ( contentclass_attribute_id integer DEFAULT 0 NOT NULL, contentclass_attribute_version integer DEFAULT 0 NOT NULL, enumelement character varying(255) DEFAULT ''::character varying NOT NULL, enumvalue character varying(255) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezenumvalue_s'::text)::regclass) NOT NULL, placement integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezenumvalue OWNER TO ezp; -- -- Name: ezenumvalue_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezenumvalue_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezenumvalue_s OWNER TO ezp; -- -- Name: ezforgot_password; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezforgot_password ( hash_key character varying(32) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezforgot_password_s'::text)::regclass) NOT NULL, "time" integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezforgot_password OWNER TO ezp; -- -- Name: ezforgot_password_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezforgot_password_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezforgot_password_s OWNER TO ezp; -- -- Name: ezgeneral_digest_user_settings; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezgeneral_digest_user_settings ( day character varying(255) DEFAULT ''::character varying NOT NULL, digest_type integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezgeneral_digest_user_settings_s'::text)::regclass) NOT NULL, receive_digest integer DEFAULT 0 NOT NULL, "time" character varying(255) DEFAULT ''::character varying NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezgeneral_digest_user_settings OWNER TO ezp; -- -- Name: ezgeneral_digest_user_settings_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezgeneral_digest_user_settings_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezgeneral_digest_user_settings_s OWNER TO ezp; -- -- Name: ezgmaplocation; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezgmaplocation ( contentobject_attribute_id integer DEFAULT 0 NOT NULL, contentobject_version integer DEFAULT 0 NOT NULL, latitude double precision DEFAULT 0 NOT NULL, longitude double precision DEFAULT 0 NOT NULL, address character varying(150) DEFAULT NULL::character varying ); ALTER TABLE public.ezgmaplocation OWNER TO ezp; -- -- Name: ezimagefile; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezimagefile ( contentobject_attribute_id integer DEFAULT 0 NOT NULL, filepath text NOT NULL, id integer DEFAULT nextval(('ezimagefile_s'::text)::regclass) NOT NULL ); ALTER TABLE public.ezimagefile OWNER TO ezp; -- -- Name: ezimagefile_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezimagefile_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezimagefile_s OWNER TO ezp; -- -- Name: ezinfocollection; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezinfocollection ( contentobject_id integer DEFAULT 0 NOT NULL, created integer DEFAULT 0 NOT NULL, creator_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezinfocollection_s'::text)::regclass) NOT NULL, modified integer DEFAULT 0, user_identifier character varying(34) DEFAULT NULL::character varying ); ALTER TABLE public.ezinfocollection OWNER TO ezp; -- -- Name: ezinfocollection_attribute; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezinfocollection_attribute ( contentclass_attribute_id integer DEFAULT 0 NOT NULL, contentobject_attribute_id integer, contentobject_id integer, data_float real, data_int integer, data_text text, id integer DEFAULT nextval(('ezinfocollection_attribute_s'::text)::regclass) NOT NULL, informationcollection_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezinfocollection_attribute OWNER TO ezp; -- -- Name: ezinfocollection_attribute_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezinfocollection_attribute_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezinfocollection_attribute_s OWNER TO ezp; -- -- Name: ezinfocollection_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezinfocollection_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezinfocollection_s OWNER TO ezp; -- -- Name: ezisbn_group; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezisbn_group ( description character varying(255) DEFAULT ''::character varying NOT NULL, group_number integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezisbn_group_s'::text)::regclass) NOT NULL ); ALTER TABLE public.ezisbn_group OWNER TO ezp; -- -- Name: ezisbn_group_range; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezisbn_group_range ( from_number integer DEFAULT 0 NOT NULL, group_from character varying(32) DEFAULT ''::character varying NOT NULL, group_length integer DEFAULT 0 NOT NULL, group_to character varying(32) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezisbn_group_range_s'::text)::regclass) NOT NULL, to_number integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezisbn_group_range OWNER TO ezp; -- -- Name: ezisbn_group_range_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezisbn_group_range_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezisbn_group_range_s OWNER TO ezp; -- -- Name: ezisbn_group_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezisbn_group_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezisbn_group_s OWNER TO ezp; -- -- Name: ezisbn_registrant_range; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezisbn_registrant_range ( from_number integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezisbn_registrant_range_s'::text)::regclass) NOT NULL, isbn_group_id integer DEFAULT 0 NOT NULL, registrant_from character varying(32) DEFAULT ''::character varying NOT NULL, registrant_length integer DEFAULT 0 NOT NULL, registrant_to character varying(32) DEFAULT ''::character varying NOT NULL, to_number integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezisbn_registrant_range OWNER TO ezp; -- -- Name: ezisbn_registrant_range_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezisbn_registrant_range_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezisbn_registrant_range_s OWNER TO ezp; -- -- Name: ezkeyword; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezkeyword ( class_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezkeyword_s'::text)::regclass) NOT NULL, keyword character varying(255) DEFAULT NULL::character varying ); ALTER TABLE public.ezkeyword OWNER TO ezp; -- -- Name: ezkeyword_attribute_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezkeyword_attribute_link ( id integer DEFAULT nextval(('ezkeyword_attribute_link_s'::text)::regclass) NOT NULL, keyword_id integer DEFAULT 0 NOT NULL, objectattribute_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezkeyword_attribute_link OWNER TO ezp; -- -- Name: ezkeyword_attribute_link_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezkeyword_attribute_link_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezkeyword_attribute_link_s OWNER TO ezp; -- -- Name: ezkeyword_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezkeyword_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezkeyword_s OWNER TO ezp; -- -- Name: ezm_block; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezm_block ( id character(32) NOT NULL, zone_id character(32) NOT NULL, name character varying(255), node_id integer NOT NULL, overflow_id character(32), last_update integer DEFAULT 0, block_type character varying(255), fetch_params text, rotation_type integer, rotation_interval integer, is_removed integer DEFAULT 0 ); ALTER TABLE public.ezm_block OWNER TO ezp; -- -- Name: ezm_pool; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezm_pool ( block_id character(32) NOT NULL, object_id integer NOT NULL, node_id integer NOT NULL, priority integer DEFAULT 0, ts_publication integer DEFAULT 0, ts_visible integer DEFAULT 0, ts_hidden integer DEFAULT 0, rotation_until integer DEFAULT 0, moved_to character(32) ); ALTER TABLE public.ezm_pool OWNER TO ezp; -- -- Name: ezmedia; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezmedia ( contentobject_attribute_id integer DEFAULT 0 NOT NULL, controls character varying(50) DEFAULT NULL::character varying, filename character varying(255) DEFAULT ''::character varying NOT NULL, has_controller integer DEFAULT 0, height integer, is_autoplay integer DEFAULT 0, is_loop integer DEFAULT 0, mime_type character varying(50) DEFAULT ''::character varying NOT NULL, original_filename character varying(255) DEFAULT ''::character varying NOT NULL, pluginspage character varying(255) DEFAULT NULL::character varying, quality character varying(50) DEFAULT NULL::character varying, version integer DEFAULT 0 NOT NULL, width integer ); ALTER TABLE public.ezmedia OWNER TO ezp; -- -- Name: ezmessage; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezmessage ( body text, destination_address character varying(50) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezmessage_s'::text)::regclass) NOT NULL, is_sent integer DEFAULT 0 NOT NULL, send_method character varying(50) DEFAULT ''::character varying NOT NULL, send_time character varying(50) DEFAULT ''::character varying NOT NULL, send_weekday character varying(50) DEFAULT ''::character varying NOT NULL, title character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezmessage OWNER TO ezp; -- -- Name: ezmessage_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezmessage_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezmessage_s OWNER TO ezp; -- -- Name: ezmodule_run; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezmodule_run ( function_name character varying(255) DEFAULT NULL::character varying, id integer DEFAULT nextval(('ezmodule_run_s'::text)::regclass) NOT NULL, module_data text, module_name character varying(255) DEFAULT NULL::character varying, workflow_process_id integer ); ALTER TABLE public.ezmodule_run OWNER TO ezp; -- -- Name: ezmodule_run_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezmodule_run_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezmodule_run_s OWNER TO ezp; -- -- Name: ezmultipricedata; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezmultipricedata ( contentobject_attr_id integer DEFAULT 0 NOT NULL, contentobject_attr_version integer DEFAULT 0 NOT NULL, currency_code character varying(4) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezmultipricedata_s'::text)::regclass) NOT NULL, type integer DEFAULT 0 NOT NULL, value numeric(15,2) DEFAULT 0.00 NOT NULL ); ALTER TABLE public.ezmultipricedata OWNER TO ezp; -- -- Name: ezmultipricedata_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezmultipricedata_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezmultipricedata_s OWNER TO ezp; -- -- Name: eznode_assignment; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE eznode_assignment ( contentobject_id integer, contentobject_version integer, from_node_id integer DEFAULT 0, id integer DEFAULT nextval(('eznode_assignment_s'::text)::regclass) NOT NULL, is_main integer DEFAULT 0 NOT NULL, op_code integer DEFAULT 0 NOT NULL, parent_node integer, parent_remote_id character varying(100) DEFAULT ''::character varying NOT NULL, remote_id character varying(100) DEFAULT '0'::character varying NOT NULL, sort_field integer DEFAULT 1, sort_order integer DEFAULT 1, priority integer DEFAULT 0 NOT NULL, is_hidden integer DEFAULT 0 NOT NULL ); ALTER TABLE public.eznode_assignment OWNER TO ezp; -- -- Name: eznode_assignment_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE eznode_assignment_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.eznode_assignment_s OWNER TO ezp; -- -- Name: eznotificationcollection; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE eznotificationcollection ( data_subject text NOT NULL, data_text text NOT NULL, event_id integer DEFAULT 0 NOT NULL, handler character varying(255) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('eznotificationcollection_s'::text)::regclass) NOT NULL, transport character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.eznotificationcollection OWNER TO ezp; -- -- Name: eznotificationcollection_item; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE eznotificationcollection_item ( address character varying(255) DEFAULT ''::character varying NOT NULL, collection_id integer DEFAULT 0 NOT NULL, event_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('eznotificationcollection_item_s'::text)::regclass) NOT NULL, send_date integer DEFAULT 0 NOT NULL ); ALTER TABLE public.eznotificationcollection_item OWNER TO ezp; -- -- Name: eznotificationcollection_item_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE eznotificationcollection_item_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.eznotificationcollection_item_s OWNER TO ezp; -- -- Name: eznotificationcollection_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE eznotificationcollection_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.eznotificationcollection_s OWNER TO ezp; -- -- Name: eznotificationevent; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE eznotificationevent ( data_int1 integer DEFAULT 0 NOT NULL, data_int2 integer DEFAULT 0 NOT NULL, data_int3 integer DEFAULT 0 NOT NULL, data_int4 integer DEFAULT 0 NOT NULL, data_text1 text NOT NULL, data_text2 text NOT NULL, data_text3 text NOT NULL, data_text4 text NOT NULL, event_type_string character varying(255) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('eznotificationevent_s'::text)::regclass) NOT NULL, status integer DEFAULT 0 NOT NULL ); ALTER TABLE public.eznotificationevent OWNER TO ezp; -- -- Name: eznotificationevent_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE eznotificationevent_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.eznotificationevent_s OWNER TO ezp; -- -- Name: ezoperation_memento; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezoperation_memento ( id integer DEFAULT nextval(('ezoperation_memento_s'::text)::regclass) NOT NULL, main integer DEFAULT 0 NOT NULL, main_key character varying(32) DEFAULT ''::character varying NOT NULL, memento_data text NOT NULL, memento_key character varying(32) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezoperation_memento OWNER TO ezp; -- -- Name: ezoperation_memento_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezoperation_memento_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezoperation_memento_s OWNER TO ezp; -- -- Name: ezorder; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezorder ( account_identifier character varying(100) DEFAULT 'default'::character varying NOT NULL, created integer DEFAULT 0 NOT NULL, data_text_1 text, data_text_2 text, email character varying(150) DEFAULT ''::character varying, id integer DEFAULT nextval(('ezorder_s'::text)::regclass) NOT NULL, ignore_vat integer DEFAULT 0 NOT NULL, is_archived integer DEFAULT 0 NOT NULL, is_temporary integer DEFAULT 1 NOT NULL, order_nr integer DEFAULT 0 NOT NULL, productcollection_id integer DEFAULT 0 NOT NULL, status_id integer DEFAULT 0, status_modified integer DEFAULT 0, status_modifier_id integer DEFAULT 0, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezorder OWNER TO ezp; -- -- Name: ezorder_item; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezorder_item ( description character varying(255) DEFAULT NULL::character varying, id integer DEFAULT nextval(('ezorder_item_s'::text)::regclass) NOT NULL, is_vat_inc integer DEFAULT 0 NOT NULL, order_id integer DEFAULT 0 NOT NULL, price real, type character varying(30) DEFAULT NULL::character varying, vat_value real DEFAULT (0)::real NOT NULL ); ALTER TABLE public.ezorder_item OWNER TO ezp; -- -- Name: ezorder_item_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezorder_item_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezorder_item_s OWNER TO ezp; -- -- Name: ezorder_nr_incr; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezorder_nr_incr ( id integer DEFAULT nextval(('ezorder_nr_incr_s'::text)::regclass) NOT NULL ); ALTER TABLE public.ezorder_nr_incr OWNER TO ezp; -- -- Name: ezorder_nr_incr_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezorder_nr_incr_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezorder_nr_incr_s OWNER TO ezp; -- -- Name: ezorder_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezorder_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezorder_s OWNER TO ezp; -- -- Name: ezorder_status; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezorder_status ( id integer DEFAULT nextval(('ezorder_status_s'::text)::regclass) NOT NULL, is_active integer DEFAULT 1 NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, status_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezorder_status OWNER TO ezp; -- -- Name: ezorder_status_history; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezorder_status_history ( id integer DEFAULT nextval(('ezorder_status_history_s'::text)::regclass) NOT NULL, modified integer DEFAULT 0 NOT NULL, modifier_id integer DEFAULT 0 NOT NULL, order_id integer DEFAULT 0 NOT NULL, status_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezorder_status_history OWNER TO ezp; -- -- Name: ezorder_status_history_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezorder_status_history_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezorder_status_history_s OWNER TO ezp; -- -- Name: ezorder_status_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezorder_status_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezorder_status_s OWNER TO ezp; -- -- Name: ezpackage; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpackage ( id integer DEFAULT nextval(('ezpackage_s'::text)::regclass) NOT NULL, install_date integer DEFAULT 0 NOT NULL, name character varying(100) DEFAULT ''::character varying NOT NULL, version character varying(30) DEFAULT '0'::character varying NOT NULL ); ALTER TABLE public.ezpackage OWNER TO ezp; -- -- Name: ezpackage_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezpackage_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezpackage_s OWNER TO ezp; -- -- Name: ezpaymentobject; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpaymentobject ( id integer DEFAULT nextval(('ezpaymentobject_s'::text)::regclass) NOT NULL, order_id integer DEFAULT 0 NOT NULL, payment_string character varying(255) DEFAULT ''::character varying NOT NULL, status integer DEFAULT 0 NOT NULL, workflowprocess_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezpaymentobject OWNER TO ezp; -- -- Name: ezpaymentobject_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezpaymentobject_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezpaymentobject_s OWNER TO ezp; -- -- Name: ezpdf_export; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpdf_export ( created integer, creator_id integer, export_classes character varying(255) DEFAULT NULL::character varying, export_structure character varying(255) DEFAULT NULL::character varying, id integer DEFAULT nextval(('ezpdf_export_s'::text)::regclass) NOT NULL, intro_text text, modified integer, modifier_id integer, pdf_filename character varying(255) DEFAULT NULL::character varying, show_frontpage integer, site_access character varying(255) DEFAULT NULL::character varying, source_node_id integer, status integer, sub_text text, title character varying(255) DEFAULT NULL::character varying, version integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezpdf_export OWNER TO ezp; -- -- Name: ezpdf_export_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezpdf_export_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezpdf_export_s OWNER TO ezp; -- -- Name: ezpending_actions; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpending_actions ( id integer DEFAULT nextval(('ezpending_actions_s'::text)::regclass) NOT NULL, action character varying(64) DEFAULT ''::character varying NOT NULL, created integer, param text ); ALTER TABLE public.ezpending_actions OWNER TO ezp; -- -- Name: ezpending_actions_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezpending_actions_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezpending_actions_s OWNER TO ezp; -- -- Name: ezpolicy; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpolicy ( function_name character varying(255) DEFAULT NULL::character varying, id integer DEFAULT nextval(('ezpolicy_s'::text)::regclass) NOT NULL, module_name character varying(255) DEFAULT NULL::character varying, original_id integer DEFAULT 0 NOT NULL, role_id integer ); ALTER TABLE public.ezpolicy OWNER TO ezp; -- -- Name: ezpolicy_limitation; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpolicy_limitation ( id integer DEFAULT nextval(('ezpolicy_limitation_s'::text)::regclass) NOT NULL, identifier character varying(255) DEFAULT ''::character varying NOT NULL, policy_id integer ); ALTER TABLE public.ezpolicy_limitation OWNER TO ezp; -- -- Name: ezpolicy_limitation_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezpolicy_limitation_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezpolicy_limitation_s OWNER TO ezp; -- -- Name: ezpolicy_limitation_value; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpolicy_limitation_value ( id integer DEFAULT nextval(('ezpolicy_limitation_value_s'::text)::regclass) NOT NULL, limitation_id integer, value character varying(255) DEFAULT NULL::character varying ); ALTER TABLE public.ezpolicy_limitation_value OWNER TO ezp; -- -- Name: ezpolicy_limitation_value_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezpolicy_limitation_value_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezpolicy_limitation_value_s OWNER TO ezp; -- -- Name: ezpolicy_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezpolicy_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezpolicy_s OWNER TO ezp; -- -- Name: ezpreferences; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpreferences ( id integer DEFAULT nextval(('ezpreferences_s'::text)::regclass) NOT NULL, name character varying(100) DEFAULT NULL::character varying, user_id integer DEFAULT 0 NOT NULL, value text ); ALTER TABLE public.ezpreferences OWNER TO ezp; -- -- Name: ezpreferences_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezpreferences_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezpreferences_s OWNER TO ezp; -- -- Name: ezprest_authcode; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezprest_authcode ( client_id character varying(200) DEFAULT ''::character varying NOT NULL, expirytime bigint DEFAULT (0)::bigint NOT NULL, id character varying(200) DEFAULT ''::character varying NOT NULL, scope character varying(200) DEFAULT NULL::character varying, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezprest_authcode OWNER TO ezp; -- -- Name: ezprest_authorized_clients; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezprest_authorized_clients ( created integer, id integer DEFAULT nextval(('ezprest_authorized_clients_s'::text)::regclass) NOT NULL, rest_client_id integer, user_id integer ); ALTER TABLE public.ezprest_authorized_clients OWNER TO ezp; -- -- Name: ezprest_authorized_clients_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezprest_authorized_clients_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezprest_authorized_clients_s OWNER TO ezp; -- -- Name: ezprest_clients; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezprest_clients ( client_id character varying(200) DEFAULT NULL::character varying, client_secret character varying(200) DEFAULT NULL::character varying, created integer DEFAULT 0 NOT NULL, description text, endpoint_uri character varying(200) DEFAULT NULL::character varying, id integer DEFAULT nextval(('ezprest_clients_s'::text)::regclass) NOT NULL, name character varying(100) DEFAULT NULL::character varying, owner_id integer DEFAULT 0 NOT NULL, updated integer DEFAULT 0 NOT NULL, version integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezprest_clients OWNER TO ezp; -- -- Name: ezprest_clients_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezprest_clients_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezprest_clients_s OWNER TO ezp; -- -- Name: ezprest_token; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezprest_token ( client_id character varying(200) DEFAULT ''::character varying NOT NULL, expirytime bigint DEFAULT (0)::bigint NOT NULL, id character varying(200) DEFAULT ''::character varying NOT NULL, refresh_token character varying(200) DEFAULT ''::character varying NOT NULL, scope character varying(200) DEFAULT NULL::character varying, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezprest_token OWNER TO ezp; -- -- Name: ezproductcategory; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezproductcategory ( id integer DEFAULT nextval(('ezproductcategory_s'::text)::regclass) NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezproductcategory OWNER TO ezp; -- -- Name: ezproductcategory_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezproductcategory_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezproductcategory_s OWNER TO ezp; -- -- Name: ezproductcollection; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezproductcollection ( created integer, currency_code character varying(4) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezproductcollection_s'::text)::regclass) NOT NULL ); ALTER TABLE public.ezproductcollection OWNER TO ezp; -- -- Name: ezproductcollection_item; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezproductcollection_item ( contentobject_id integer DEFAULT 0 NOT NULL, discount real, id integer DEFAULT nextval(('ezproductcollection_item_s'::text)::regclass) NOT NULL, is_vat_inc integer, item_count integer DEFAULT 0 NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, price real DEFAULT (0)::real, productcollection_id integer DEFAULT 0 NOT NULL, vat_value real ); ALTER TABLE public.ezproductcollection_item OWNER TO ezp; -- -- Name: ezproductcollection_item_opt; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezproductcollection_item_opt ( id integer DEFAULT nextval(('ezproductcollection_item_opt_s'::text)::regclass) NOT NULL, item_id integer DEFAULT 0 NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, object_attribute_id integer, option_item_id integer DEFAULT 0 NOT NULL, price real DEFAULT (0)::real NOT NULL, value character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezproductcollection_item_opt OWNER TO ezp; -- -- Name: ezproductcollection_item_opt_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezproductcollection_item_opt_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezproductcollection_item_opt_s OWNER TO ezp; -- -- Name: ezproductcollection_item_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezproductcollection_item_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezproductcollection_item_s OWNER TO ezp; -- -- Name: ezproductcollection_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezproductcollection_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezproductcollection_s OWNER TO ezp; -- -- Name: ezpublishingqueueprocesses; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezpublishingqueueprocesses ( created integer, ezcontentobject_version_id integer DEFAULT 0 NOT NULL, finished integer, pid integer, started integer, status integer ); ALTER TABLE public.ezpublishingqueueprocesses OWNER TO ezp; -- -- Name: ezrole; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezrole ( id integer DEFAULT nextval(('ezrole_s'::text)::regclass) NOT NULL, is_new integer DEFAULT 0 NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, value character(1) DEFAULT NULL::bpchar, version integer DEFAULT 0 ); ALTER TABLE public.ezrole OWNER TO ezp; -- -- Name: ezrole_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezrole_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezrole_s OWNER TO ezp; -- -- Name: ezrss_export; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezrss_export ( access_url character varying(255) DEFAULT NULL::character varying, active integer, created integer, creator_id integer, description text, id integer DEFAULT nextval(('ezrss_export_s'::text)::regclass) NOT NULL, image_id integer, main_node_only integer DEFAULT 1 NOT NULL, modified integer, modifier_id integer, node_id integer, number_of_objects integer DEFAULT 0 NOT NULL, rss_version character varying(255) DEFAULT NULL::character varying, site_access character varying(255) DEFAULT NULL::character varying, status integer DEFAULT 0 NOT NULL, title character varying(255) DEFAULT NULL::character varying, url character varying(255) DEFAULT NULL::character varying ); ALTER TABLE public.ezrss_export OWNER TO ezp; -- -- Name: ezrss_export_item; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezrss_export_item ( category character varying(255) DEFAULT NULL::character varying, class_id integer, description character varying(255) DEFAULT NULL::character varying, enclosure character varying(255) DEFAULT NULL::character varying, id integer DEFAULT nextval(('ezrss_export_item_s'::text)::regclass) NOT NULL, rssexport_id integer, source_node_id integer, status integer DEFAULT 0 NOT NULL, subnodes integer DEFAULT 0 NOT NULL, title character varying(255) DEFAULT NULL::character varying ); ALTER TABLE public.ezrss_export_item OWNER TO ezp; -- -- Name: ezrss_export_item_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezrss_export_item_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezrss_export_item_s OWNER TO ezp; -- -- Name: ezrss_export_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezrss_export_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezrss_export_s OWNER TO ezp; -- -- Name: ezrss_import; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezrss_import ( active integer, class_description character varying(255) DEFAULT NULL::character varying, class_id integer, class_title character varying(255) DEFAULT NULL::character varying, class_url character varying(255) DEFAULT NULL::character varying, created integer, creator_id integer, destination_node_id integer, id integer DEFAULT nextval(('ezrss_import_s'::text)::regclass) NOT NULL, import_description text NOT NULL, modified integer, modifier_id integer, name character varying(255) DEFAULT NULL::character varying, object_owner_id integer, status integer DEFAULT 0 NOT NULL, url text ); ALTER TABLE public.ezrss_import OWNER TO ezp; -- -- Name: ezrss_import_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezrss_import_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezrss_import_s OWNER TO ezp; -- -- Name: ezscheduled_script; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezscheduled_script ( command character varying(255) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezscheduled_script_s'::text)::regclass) NOT NULL, last_report_timestamp integer DEFAULT 0 NOT NULL, name character varying(50) DEFAULT ''::character varying NOT NULL, process_id integer DEFAULT 0 NOT NULL, progress integer DEFAULT 0, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezscheduled_script OWNER TO ezp; -- -- Name: ezscheduled_script_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezscheduled_script_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezscheduled_script_s OWNER TO ezp; -- -- Name: ezsearch_object_word_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezsearch_object_word_link ( contentclass_attribute_id integer DEFAULT 0 NOT NULL, contentclass_id integer DEFAULT 0 NOT NULL, contentobject_id integer DEFAULT 0 NOT NULL, frequency real DEFAULT (0)::real NOT NULL, id integer DEFAULT nextval(('ezsearch_object_word_link_s'::text)::regclass) NOT NULL, identifier character varying(255) DEFAULT ''::character varying NOT NULL, integer_value integer DEFAULT 0 NOT NULL, next_word_id integer DEFAULT 0 NOT NULL, placement integer DEFAULT 0 NOT NULL, prev_word_id integer DEFAULT 0 NOT NULL, published integer DEFAULT 0 NOT NULL, section_id integer DEFAULT 0 NOT NULL, word_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezsearch_object_word_link OWNER TO ezp; -- -- Name: ezsearch_object_word_link_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezsearch_object_word_link_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezsearch_object_word_link_s OWNER TO ezp; -- -- Name: ezsearch_search_phrase; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezsearch_search_phrase ( id integer DEFAULT nextval(('ezsearch_search_phrase_s'::text)::regclass) NOT NULL, phrase character varying(250) DEFAULT NULL::character varying, phrase_count integer DEFAULT 0, result_count integer DEFAULT 0 ); ALTER TABLE public.ezsearch_search_phrase OWNER TO ezp; -- -- Name: ezsearch_search_phrase_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezsearch_search_phrase_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezsearch_search_phrase_s OWNER TO ezp; -- -- Name: ezsearch_word; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezsearch_word ( id integer DEFAULT nextval(('ezsearch_word_s'::text)::regclass) NOT NULL, object_count integer DEFAULT 0 NOT NULL, word character varying(150) DEFAULT NULL::character varying ); ALTER TABLE public.ezsearch_word OWNER TO ezp; -- -- Name: ezsearch_word_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezsearch_word_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezsearch_word_s OWNER TO ezp; -- -- Name: ezsection; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezsection ( id integer DEFAULT nextval(('ezsection_s'::text)::regclass) NOT NULL, identifier character varying(255) DEFAULT NULL::character varying, locale character varying(255) DEFAULT NULL::character varying, name character varying(255) DEFAULT NULL::character varying, navigation_part_identifier character varying(100) DEFAULT 'ezcontentnavigationpart'::character varying ); ALTER TABLE public.ezsection OWNER TO ezp; -- -- Name: ezsection_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezsection_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezsection_s OWNER TO ezp; -- -- Name: ezsession; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezsession ( data text NOT NULL, expiration_time integer DEFAULT 0 NOT NULL, session_key character varying(32) DEFAULT ''::character varying NOT NULL, user_hash character varying(32) DEFAULT ''::character varying NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezsession OWNER TO ezp; -- -- Name: ezsite_data; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezsite_data ( name character varying(60) DEFAULT ''::character varying NOT NULL, value text NOT NULL ); ALTER TABLE public.ezsite_data OWNER TO ezp; -- -- Name: ezstarrating; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezstarrating ( contentobject_id integer DEFAULT 0 NOT NULL, contentobject_attribute_id integer DEFAULT 0 NOT NULL, rating_average real DEFAULT (0)::real NOT NULL, rating_count integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezstarrating OWNER TO ezp; -- -- Name: ezstarrating_data; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezstarrating_data ( id integer DEFAULT nextval(('ezstarrating_data_s'::text)::regclass) NOT NULL, created_at integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL, session_key character varying(32) NOT NULL, rating real DEFAULT (0)::real NOT NULL, contentobject_id integer DEFAULT 0 NOT NULL, contentobject_attribute_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezstarrating_data OWNER TO ezp; -- -- Name: ezstarrating_data_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezstarrating_data_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezstarrating_data_s OWNER TO ezp; -- -- Name: ezsubtree_notification_rule; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezsubtree_notification_rule ( id integer DEFAULT nextval(('ezsubtree_notification_rule_s'::text)::regclass) NOT NULL, node_id integer DEFAULT 0 NOT NULL, use_digest integer DEFAULT 0, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezsubtree_notification_rule OWNER TO ezp; -- -- Name: ezsubtree_notification_rule_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezsubtree_notification_rule_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezsubtree_notification_rule_s OWNER TO ezp; -- -- Name: eztipafriend_counter; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE eztipafriend_counter ( count integer DEFAULT 0 NOT NULL, node_id integer DEFAULT 0 NOT NULL, requested integer DEFAULT 0 NOT NULL ); ALTER TABLE public.eztipafriend_counter OWNER TO ezp; -- -- Name: eztipafriend_request; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE eztipafriend_request ( created integer DEFAULT 0 NOT NULL, email_receiver character varying(100) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.eztipafriend_request OWNER TO ezp; -- -- Name: eztrigger; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE eztrigger ( connect_type character(1) DEFAULT ''::bpchar NOT NULL, function_name character varying(200) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('eztrigger_s'::text)::regclass) NOT NULL, module_name character varying(200) DEFAULT ''::character varying NOT NULL, name character varying(255) DEFAULT NULL::character varying, workflow_id integer ); ALTER TABLE public.eztrigger OWNER TO ezp; -- -- Name: eztrigger_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE eztrigger_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.eztrigger_s OWNER TO ezp; -- -- Name: ezurl; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezurl ( created integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezurl_s'::text)::regclass) NOT NULL, is_valid integer DEFAULT 1 NOT NULL, last_checked integer DEFAULT 0 NOT NULL, modified integer DEFAULT 0 NOT NULL, original_url_md5 character varying(32) DEFAULT ''::character varying NOT NULL, url text ); ALTER TABLE public.ezurl OWNER TO ezp; -- -- Name: ezurl_object_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezurl_object_link ( contentobject_attribute_id integer DEFAULT 0 NOT NULL, contentobject_attribute_version integer DEFAULT 0 NOT NULL, url_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezurl_object_link OWNER TO ezp; -- -- Name: ezurl_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezurl_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezurl_s OWNER TO ezp; -- -- Name: ezurlalias; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezurlalias ( destination_url text NOT NULL, forward_to_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezurlalias_s'::text)::regclass) NOT NULL, is_imported integer DEFAULT 0 NOT NULL, is_internal integer DEFAULT 1 NOT NULL, is_wildcard integer DEFAULT 0 NOT NULL, source_md5 character varying(32) DEFAULT NULL::character varying, source_url text NOT NULL ); ALTER TABLE public.ezurlalias OWNER TO ezp; -- -- Name: ezurlalias_ml; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezurlalias_ml ( action text NOT NULL, action_type character varying(32) DEFAULT ''::character varying NOT NULL, alias_redirects integer DEFAULT 1 NOT NULL, id integer DEFAULT 0 NOT NULL, is_alias integer DEFAULT 0 NOT NULL, is_original integer DEFAULT 0 NOT NULL, lang_mask bigint DEFAULT (0)::bigint NOT NULL, link integer DEFAULT 0 NOT NULL, parent integer DEFAULT 0 NOT NULL, text text NOT NULL, text_md5 character varying(32) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezurlalias_ml OWNER TO ezp; -- -- Name: ezurlalias_ml_incr; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezurlalias_ml_incr ( id integer DEFAULT nextval(('ezurlalias_ml_incr_s'::text)::regclass) NOT NULL ); ALTER TABLE public.ezurlalias_ml_incr OWNER TO ezp; -- -- Name: ezurlalias_ml_incr_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezurlalias_ml_incr_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezurlalias_ml_incr_s OWNER TO ezp; -- -- Name: ezurlalias_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezurlalias_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezurlalias_s OWNER TO ezp; -- -- Name: ezurlwildcard; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezurlwildcard ( destination_url text NOT NULL, id integer DEFAULT nextval(('ezurlwildcard_s'::text)::regclass) NOT NULL, source_url text NOT NULL, type integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezurlwildcard OWNER TO ezp; -- -- Name: ezurlwildcard_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezurlwildcard_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezurlwildcard_s OWNER TO ezp; -- -- Name: ezuser; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezuser ( contentobject_id integer DEFAULT 0 NOT NULL, email character varying(150) DEFAULT ''::character varying NOT NULL, login character varying(150) DEFAULT ''::character varying NOT NULL, password_hash character varying(50) DEFAULT NULL::character varying, password_hash_type integer DEFAULT 1 NOT NULL ); ALTER TABLE public.ezuser OWNER TO ezp; -- -- Name: ezuser_accountkey; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezuser_accountkey ( hash_key character varying(32) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezuser_accountkey_s'::text)::regclass) NOT NULL, "time" integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezuser_accountkey OWNER TO ezp; -- -- Name: ezuser_accountkey_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezuser_accountkey_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezuser_accountkey_s OWNER TO ezp; -- -- Name: ezuser_discountrule; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezuser_discountrule ( contentobject_id integer, discountrule_id integer, id integer DEFAULT nextval(('ezuser_discountrule_s'::text)::regclass) NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezuser_discountrule OWNER TO ezp; -- -- Name: ezuser_discountrule_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezuser_discountrule_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezuser_discountrule_s OWNER TO ezp; -- -- Name: ezuser_role; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezuser_role ( contentobject_id integer, id integer DEFAULT nextval(('ezuser_role_s'::text)::regclass) NOT NULL, limit_identifier character varying(255) DEFAULT ''::character varying, limit_value character varying(255) DEFAULT ''::character varying, role_id integer ); ALTER TABLE public.ezuser_role OWNER TO ezp; -- -- Name: ezuser_role_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezuser_role_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezuser_role_s OWNER TO ezp; -- -- Name: ezuser_setting; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezuser_setting ( is_enabled integer DEFAULT 0 NOT NULL, max_login integer, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezuser_setting OWNER TO ezp; -- -- Name: ezuservisit; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezuservisit ( current_visit_timestamp integer DEFAULT 0 NOT NULL, failed_login_attempts integer DEFAULT 0 NOT NULL, last_visit_timestamp integer DEFAULT 0 NOT NULL, login_count integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezuservisit OWNER TO ezp; -- -- Name: ezvatrule; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezvatrule ( country_code character varying(255) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezvatrule_s'::text)::regclass) NOT NULL, vat_type integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezvatrule OWNER TO ezp; -- -- Name: ezvatrule_product_category; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezvatrule_product_category ( product_category_id integer DEFAULT 0 NOT NULL, vatrule_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezvatrule_product_category OWNER TO ezp; -- -- Name: ezvatrule_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezvatrule_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezvatrule_s OWNER TO ezp; -- -- Name: ezvattype; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezvattype ( id integer DEFAULT nextval(('ezvattype_s'::text)::regclass) NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, percentage real ); ALTER TABLE public.ezvattype OWNER TO ezp; -- -- Name: ezvattype_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezvattype_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezvattype_s OWNER TO ezp; -- -- Name: ezview_counter; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezview_counter ( count integer DEFAULT 0 NOT NULL, node_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezview_counter OWNER TO ezp; -- -- Name: ezwaituntildatevalue; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezwaituntildatevalue ( contentclass_attribute_id integer DEFAULT 0 NOT NULL, contentclass_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezwaituntildatevalue_s'::text)::regclass) NOT NULL, workflow_event_id integer DEFAULT 0 NOT NULL, workflow_event_version integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezwaituntildatevalue OWNER TO ezp; -- -- Name: ezwaituntildatevalue_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezwaituntildatevalue_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezwaituntildatevalue_s OWNER TO ezp; -- -- Name: ezwishlist; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezwishlist ( id integer DEFAULT nextval(('ezwishlist_s'::text)::regclass) NOT NULL, productcollection_id integer DEFAULT 0 NOT NULL, user_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezwishlist OWNER TO ezp; -- -- Name: ezwishlist_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezwishlist_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezwishlist_s OWNER TO ezp; -- -- Name: ezworkflow; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezworkflow ( created integer DEFAULT 0 NOT NULL, creator_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezworkflow_s'::text)::regclass) NOT NULL, is_enabled integer DEFAULT 0 NOT NULL, modified integer DEFAULT 0 NOT NULL, modifier_id integer DEFAULT 0 NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, version integer DEFAULT 0 NOT NULL, workflow_type_string character varying(50) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezworkflow OWNER TO ezp; -- -- Name: ezworkflow_assign; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezworkflow_assign ( access_type integer DEFAULT 0 NOT NULL, as_tree integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezworkflow_assign_s'::text)::regclass) NOT NULL, node_id integer DEFAULT 0 NOT NULL, workflow_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezworkflow_assign OWNER TO ezp; -- -- Name: ezworkflow_assign_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezworkflow_assign_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezworkflow_assign_s OWNER TO ezp; -- -- Name: ezworkflow_event; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezworkflow_event ( data_int1 integer, data_int2 integer, data_int3 integer, data_int4 integer, data_text1 character varying(255) DEFAULT NULL::character varying, data_text2 character varying(255) DEFAULT NULL::character varying, data_text3 character varying(255) DEFAULT NULL::character varying, data_text4 character varying(255) DEFAULT NULL::character varying, data_text5 text, description character varying(50) DEFAULT ''::character varying NOT NULL, id integer DEFAULT nextval(('ezworkflow_event_s'::text)::regclass) NOT NULL, placement integer DEFAULT 0 NOT NULL, version integer DEFAULT 0 NOT NULL, workflow_id integer DEFAULT 0 NOT NULL, workflow_type_string character varying(50) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezworkflow_event OWNER TO ezp; -- -- Name: ezworkflow_event_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezworkflow_event_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezworkflow_event_s OWNER TO ezp; -- -- Name: ezworkflow_group; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezworkflow_group ( created integer DEFAULT 0 NOT NULL, creator_id integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezworkflow_group_s'::text)::regclass) NOT NULL, modified integer DEFAULT 0 NOT NULL, modifier_id integer DEFAULT 0 NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL ); ALTER TABLE public.ezworkflow_group OWNER TO ezp; -- -- Name: ezworkflow_group_link; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezworkflow_group_link ( group_id integer DEFAULT 0 NOT NULL, group_name character varying(255) DEFAULT NULL::character varying, workflow_id integer DEFAULT 0 NOT NULL, workflow_version integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezworkflow_group_link OWNER TO ezp; -- -- Name: ezworkflow_group_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezworkflow_group_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezworkflow_group_s OWNER TO ezp; -- -- Name: ezworkflow_process; Type: TABLE; Schema: public; Owner: ezp; Tablespace: -- CREATE TABLE ezworkflow_process ( activation_date integer, content_id integer DEFAULT 0 NOT NULL, content_version integer DEFAULT 0 NOT NULL, created integer DEFAULT 0 NOT NULL, event_id integer DEFAULT 0 NOT NULL, event_position integer DEFAULT 0 NOT NULL, event_state integer, event_status integer DEFAULT 0 NOT NULL, id integer DEFAULT nextval(('ezworkflow_process_s'::text)::regclass) NOT NULL, last_event_id integer DEFAULT 0 NOT NULL, last_event_position integer DEFAULT 0 NOT NULL, last_event_status integer DEFAULT 0 NOT NULL, memento_key character varying(32) DEFAULT NULL::character varying, modified integer DEFAULT 0 NOT NULL, node_id integer DEFAULT 0 NOT NULL, parameters text, process_key character varying(32) DEFAULT ''::character varying NOT NULL, session_key character varying(32) DEFAULT '0'::character varying NOT NULL, status integer, user_id integer DEFAULT 0 NOT NULL, workflow_id integer DEFAULT 0 NOT NULL ); ALTER TABLE public.ezworkflow_process OWNER TO ezp; -- -- Name: ezworkflow_process_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezworkflow_process_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezworkflow_process_s OWNER TO ezp; -- -- Name: ezworkflow_s; Type: SEQUENCE; Schema: public; Owner: ezp -- CREATE SEQUENCE ezworkflow_s START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.ezworkflow_s OWNER TO ezp; -- -- Data for Name: ezapprove_items; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezapprove_items (collaboration_id, id, workflow_process_id) FROM stdin; \. -- -- Name: ezapprove_items_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezapprove_items_s', 1, false); -- -- Data for Name: ezbasket; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezbasket (id, order_id, productcollection_id, session_id) FROM stdin; \. -- -- Name: ezbasket_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezbasket_s', 1, false); -- -- Data for Name: ezbinaryfile; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezbinaryfile (contentobject_attribute_id, download_count, filename, mime_type, original_filename, version) FROM stdin; \. -- -- Data for Name: ezcobj_state; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcobj_state (default_language_id, group_id, id, identifier, language_mask, priority) FROM stdin; 2 2 1 not_locked 3 0 2 2 2 locked 3 1 \. -- -- Data for Name: ezcobj_state_group; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcobj_state_group (default_language_id, id, identifier, language_mask) FROM stdin; 2 2 ez_lock 3 \. -- -- Data for Name: ezcobj_state_group_language; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcobj_state_group_language (contentobject_state_group_id, description, language_id, name, real_language_id) FROM stdin; 2 3 Lock 2 \. -- -- Name: ezcobj_state_group_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcobj_state_group_s', 2, true); -- -- Data for Name: ezcobj_state_language; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcobj_state_language (contentobject_state_id, description, language_id, name) FROM stdin; 1 3 Not locked 2 3 Locked \. -- -- Data for Name: ezcobj_state_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcobj_state_link (contentobject_id, contentobject_state_id) FROM stdin; 4 1 10 1 11 1 12 1 13 1 14 1 41 1 42 1 45 1 49 1 50 1 51 1 52 1 54 1 56 1 57 1 58 1 59 1 \. -- -- Name: ezcobj_state_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcobj_state_s', 2, true); -- -- Data for Name: ezcollab_group; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_group (created, depth, id, is_open, modified, parent_group_id, path_string, priority, title, user_id) FROM stdin; \. -- -- Name: ezcollab_group_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcollab_group_s', 1, false); -- -- Data for Name: ezcollab_item; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_item (created, creator_id, data_float1, data_float2, data_float3, data_int1, data_int2, data_int3, data_text1, data_text2, data_text3, id, modified, status, type_identifier) FROM stdin; \. -- -- Data for Name: ezcollab_item_group_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_item_group_link (collaboration_id, created, group_id, is_active, is_read, last_read, modified, user_id) FROM stdin; \. -- -- Data for Name: ezcollab_item_message_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_item_message_link (collaboration_id, created, id, message_id, message_type, modified, participant_id) FROM stdin; \. -- -- Name: ezcollab_item_message_link_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcollab_item_message_link_s', 1, false); -- -- Data for Name: ezcollab_item_participant_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_item_participant_link (collaboration_id, created, is_active, is_read, last_read, modified, participant_id, participant_role, participant_type) FROM stdin; \. -- -- Name: ezcollab_item_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcollab_item_s', 1, false); -- -- Data for Name: ezcollab_item_status; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_item_status (collaboration_id, is_active, is_read, last_read, user_id) FROM stdin; \. -- -- Data for Name: ezcollab_notification_rule; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_notification_rule (collab_identifier, id, user_id) FROM stdin; \. -- -- Name: ezcollab_notification_rule_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcollab_notification_rule_s', 1, false); -- -- Data for Name: ezcollab_profile; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_profile (created, data_text1, id, main_group, modified, user_id) FROM stdin; \. -- -- Name: ezcollab_profile_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcollab_profile_s', 1, false); -- -- Data for Name: ezcollab_simple_message; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcollab_simple_message (created, creator_id, data_float1, data_float2, data_float3, data_int1, data_int2, data_int3, data_text1, data_text2, data_text3, id, message_type, modified) FROM stdin; \. -- -- Name: ezcollab_simple_message_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcollab_simple_message_s', 1, false); -- -- Data for Name: ezcontent_language; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontent_language (disabled, id, locale, name) FROM stdin; 0 2 eng-GB English (United Kingdom) \. -- -- Data for Name: ezcontentbrowsebookmark; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentbrowsebookmark (id, name, node_id, user_id) FROM stdin; \. -- -- Name: ezcontentbrowsebookmark_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentbrowsebookmark_s', 1, false); -- -- Data for Name: ezcontentbrowserecent; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentbrowserecent (created, id, name, node_id, user_id) FROM stdin; 1470840156 1 eZ Publish 2 14 1470840157 2 Users 5 14 \. -- -- Name: ezcontentbrowserecent_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentbrowserecent_s', 2, true); -- -- Data for Name: ezcontentclass; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentclass (always_available, contentobject_name, created, creator_id, id, identifier, initial_language_id, is_container, language_mask, modified, modifier_id, remote_id, serialized_description_list, serialized_name_list, sort_field, sort_order, url_alias_name, version) FROM stdin; 1 1024392098 14 1 folder 2 1 3 1082454875 14 a3d405b81be900468eb153d774f4f0d2 \N a:2:{s:6:"eng-GB";s:6:"Folder";s:16:"always-available";s:6:"eng-GB";} 1 1 \N 0 1 1024392098 14 3 user_group 2 1 3 1048494743 14 25b4268cdcd01921b808a0d854b877ef \N a:2:{s:6:"eng-GB";s:10:"User group";s:16:"always-available";s:6:"eng-GB";} 1 1 \N 0 1 1024392098 14 4 user 2 0 3 1082018364 14 40faa822edc579b02c25f6bb7beec3ad \N a:2:{s:6:"eng-GB";s:4:"User";s:16:"always-available";s:6:"eng-GB";} 1 1 \N 0 0 1052385685 14 13 comment 2 0 3 1082455144 14 000c14f4f475e9f2955dedab72799941 \N a:2:{s:6:"eng-GB";s:7:"Comment";s:16:"always-available";s:6:"eng-GB";} 1 1 \N 0 1 1081858024 14 14 common_ini_settings 2 0 3 1081858024 14 ffedf2e73b1ea0c3e630e42e2db9c900 \N a:2:{s:6:"eng-GB";s:19:"Common ini settings";s:16:"always-available";s:6:"eng-GB";} 1 1 \N 0 1 1081858045 14 15 template_look 2 0 3 1081858045 14 59b43cd9feaaf0e45ac974fb4bbd3f92 \N a:2:{s:6:"eng-GB";s:13:"Template look";s:16:"always-available";s:6:"eng-GB";} 1 1 \N 0 0 <short_title|title> 1470840154 14 16 article 2 1 3 1470840154 14 c15b600eb9198b1924063b5a68758232 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:7:"Article";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 17 blog 2 1 3 1470840154 14 3a6f9c1f075b3bf49d7345576b196fe8 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Blog";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <title> 1470840154 14 18 blog_post 2 1 3 1470840154 14 7ecb961056b7cbb30f22a91357e0a007 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:9:"Blog post";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <title> 1470840154 14 19 call_to_action 2 1 3 1470840154 14 5ef96fd48e645dbdeb803014fe7af178 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:14:"Call To Action";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <title> 1470840154 14 20 call_to_action_feedback 2 0 3 1470840154 14 d88d2cd52ba6c6b1383f661a959c995f a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:23:"Call To Action Feedback";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 21 product 2 0 3 1470840154 14 77f3ede996a3a39c7159cc69189c5307 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:7:"Product";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 22 feedback_form 2 1 3 1470840154 14 df0257b8fc55f6b8ab179d6fb915455e a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:13:"Feedback form";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 23 landing_page 2 1 3 1470840154 14 e36c458e3e4a81298a0945f53a2c81f4 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:12:"Landing Page";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <title> 1470840154 14 24 wiki_page 2 1 3 1470840154 14 d4a05eed0402e4d70fedfda2023f1aa2 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:9:"Wiki Page";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 25 poll 2 0 3 1470840154 14 232937a3a2eacbbf24e2601aebe16522 a:0:{} a:2:{s:6:"eng-GB";s:4:"Poll";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 26 file 2 0 3 1470840154 14 637d58bfddf164627bdfd265733280a0 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 27 image 2 0 3 1470840154 14 f6df12aa74e36230eb675f364fccd25a a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 28 link 2 0 3 1470840154 14 74ec6507063150bc813549b22534ad48 a:0:{} a:2:{s:6:"eng-GB";s:4:"Link";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840154 14 29 gallery 2 1 3 1470840154 14 6a320cdc3e274841b82fcd63a86f80d1 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:7:"Gallery";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840155 14 30 forum 2 1 3 1470840155 14 b241f924b96b267153f5f55904e0675a a:0:{} a:2:{s:6:"eng-GB";s:5:"Forum";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <subject> 1470840155 14 31 forum_topic 2 1 3 1470840155 14 71f99c516743a33562c3893ef98c9b60 a:0:{} a:2:{s:6:"eng-GB";s:11:"Forum topic";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <subject> 1470840155 14 32 forum_reply 2 0 3 1470840155 14 80ee42a66b2b8b6ee15f5c5f4b361562 a:0:{} a:2:{s:6:"eng-GB";s:11:"Forum reply";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <short_title|title> 1470840155 14 33 event 2 0 3 1470840155 14 563cb5edc2adfd2b240efa456c81525f a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Event";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <title> 1470840155 14 34 event_calendar 2 1 3 1470840155 14 020cbeb6382c8c89dcec2cd406fb47a8 a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:14:"Event calendar";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840155 14 35 banner 2 0 3 1470840155 14 9cb558e25fd946246bbb32950c00228e a:0:{} a:2:{s:6:"eng-GB";s:6:"Banner";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <title> 1470840155 14 36 forums 2 1 3 1470840155 14 60a921e54c1efbb9456bd2283d9e66cb a:0:{} a:2:{s:6:"eng-GB";s:6:"Forums";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840155 14 37 video 2 0 3 1470840155 14 b38417e8194fb8f893ca918d297b4fa8 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Video";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840155 14 38 place 2 0 3 1470840155 14 861f02510226434178f3859242fe40d7 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Place";s:16:"always-available";s:6:"eng-GB";} 1 1 0 0 <name> 1470840155 14 39 place_list 2 1 3 1470840155 14 e3461a7a3d2b6c0d291be6becfb6127e a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:10:"Place list";s:16:"always-available";s:6:"eng-GB";} 1 1 0 \. -- -- Data for Name: ezcontentclass_attribute; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentclass_attribute (can_translate, category, contentclass_id, data_float1, data_float2, data_float3, data_float4, data_int1, data_int2, data_int3, data_int4, data_text1, data_text2, data_text3, data_text4, data_text5, data_type_string, id, identifier, is_information_collector, is_required, is_searchable, placement, serialized_data_text, serialized_description_list, serialized_name_list, version) FROM stdin; 1 3 0 0 0 0 255 0 0 0 \N ezstring 6 name 0 1 1 1 \N \N a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 3 0 0 0 0 255 0 0 0 \N ezstring 7 description 0 0 1 2 \N \N a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 4 0 0 0 0 255 0 0 0 ezstring 8 first_name 0 1 1 1 \N \N a:2:{s:6:"eng-GB";s:10:"First name";s:16:"always-available";s:6:"eng-GB";} 0 1 4 0 0 0 0 255 0 0 0 ezstring 9 last_name 0 1 1 2 \N \N a:2:{s:6:"eng-GB";s:9:"Last name";s:16:"always-available";s:6:"eng-GB";} 0 0 4 0 0 0 0 0 0 0 0 ezuser 12 user_account 0 1 1 3 \N \N a:2:{s:6:"eng-GB";s:12:"User account";s:16:"always-available";s:6:"eng-GB";} 0 1 13 0 0 0 0 100 0 0 0 ezstring 149 subject 0 1 1 1 \N \N a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";} 0 1 13 0 0 0 0 0 0 0 0 ezstring 150 author 0 1 1 2 \N \N a:2:{s:6:"eng-GB";s:6:"Author";s:16:"always-available";s:6:"eng-GB";} 0 1 13 0 0 0 0 20 0 0 0 eztext 151 message 0 1 1 3 \N \N a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 0 0 0 0 ezstring 159 name 0 0 1 1 \N \N a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 1 0 0 0 site.ini SiteSettings IndexPage override;user;admin;demo ezinisetting 160 indexpage 0 0 0 2 \N \N a:2:{s:6:"eng-GB";s:10:"Index Page";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 1 0 0 0 site.ini SiteSettings DefaultPage override;user;admin;demo ezinisetting 161 defaultpage 0 0 0 3 \N \N a:2:{s:6:"eng-GB";s:12:"Default Page";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 2 0 0 0 site.ini DebugSettings DebugOutput override;user;admin;demo ezinisetting 162 debugoutput 0 0 0 4 \N \N a:2:{s:6:"eng-GB";s:12:"Debug Output";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 2 0 0 0 site.ini DebugSettings DebugByIP override;user;admin;demo ezinisetting 163 debugbyip 0 0 0 5 \N \N a:2:{s:6:"eng-GB";s:11:"Debug By IP";s:16:"always-available";s:6:"eng-GB";} 0 1 1 0 0 0 0 255 0 0 0 Folder ezstring 4 name 0 1 1 1 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 1 0 0 0 0 100 0 0 0 ezstring 155 short_name 0 0 1 2 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:10:"Short name";s:16:"always-available";s:6:"eng-GB";} 0 1 1 0 0 0 0 20 0 0 0 ezxmltext 156 description 0 0 1 4 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 6 0 0 0 site.ini DebugSettings DebugIPList override;user;admin;demo ezinisetting 164 debugiplist 0 0 0 6 \N \N a:2:{s:6:"eng-GB";s:13:"Debug IP List";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 2 0 0 0 site.ini DebugSettings DebugRedirection override;user;admin;demo ezinisetting 165 debugredirection 0 0 0 7 \N \N a:2:{s:6:"eng-GB";s:17:"Debug Redirection";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 2 0 0 0 site.ini ContentSettings ViewCaching override;user;admin;demo ezinisetting 166 viewcaching 0 0 0 8 \N \N a:2:{s:6:"eng-GB";s:12:"View Caching";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 2 0 0 0 site.ini TemplateSettings TemplateCache override;user;admin;demo ezinisetting 167 templatecache 0 0 0 9 \N \N a:2:{s:6:"eng-GB";s:14:"Template Cache";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 2 0 0 0 site.ini TemplateSettings TemplateCompile override;user;admin;demo ezinisetting 168 templatecompile 0 0 0 10 \N \N a:2:{s:6:"eng-GB";s:16:"Template Compile";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 6 0 0 0 image.ini small Filters override;user;admin;demo ezinisetting 169 imagesmall 0 0 0 11 \N \N a:2:{s:6:"eng-GB";s:16:"Image Small Size";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 6 0 0 0 image.ini medium Filters override;user;admin;demo ezinisetting 170 imagemedium 0 0 0 12 \N \N a:2:{s:6:"eng-GB";s:17:"Image Medium Size";s:16:"always-available";s:6:"eng-GB";} 0 1 14 0 0 0 0 6 0 0 0 image.ini large Filters override;user;admin;demo ezinisetting 171 imagelarge 0 0 0 13 \N \N a:2:{s:6:"eng-GB";s:16:"Image Large Size";s:16:"always-available";s:6:"eng-GB";} 0 1 4 0 0 0 0 10 0 0 0 eztext 179 signature 0 0 1 4 \N \N a:2:{s:6:"eng-GB";s:9:"Signature";s:16:"always-available";s:6:"eng-GB";} 0 1 4 0 0 0 0 1 0 0 0 ezimage 180 image 0 0 0 5 \N \N a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 0 1 16 0 0 0 0 255 0 0 0 New article ezstring 181 title 0 1 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";} 0 1 16 0 0 0 0 255 0 0 0 ezstring 182 short_title 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";} 0 1 16 0 0 0 0 10 0 0 0 ezxmltext 183 intro 0 1 1 3 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:7:"Summary";s:16:"always-available";s:6:"eng-GB";} 0 1 16 0 0 0 0 20 0 0 0 ezxmltext 184 body 0 0 1 4 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Body";s:16:"always-available";s:6:"eng-GB";} 0 1 meta 16 0 0 0 0 10 0 0 0 ezxmltext 185 subscriber_teaser 0 0 0 5 a:0:{} a:2:{s:6:"eng-GB";s:35:"Teaser displayed for non subscriber";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:17:"Subscriber teaser";s:16:"always-available";s:6:"eng-GB";} 0 1 16 0 0 0 0 0 0 0 0 ezimage 186 image 0 0 0 6 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 0 1 16 0 0 0 0 10 0 0 0 ezxmltext 187 caption 0 0 1 7 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:15:"Caption (Image)";s:16:"always-available";s:6:"eng-GB";} 0 1 16 0 0 0 0 0 0 0 0 ezgmaplocation 188 location 0 0 1 8 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:8:"Location";s:16:"always-available";s:6:"eng-GB";} 0 1 meta 16 0 0 0 0 0 0 0 0 ezauthor 189 author 0 0 0 9 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:6:"Author";s:16:"always-available";s:6:"eng-GB";} 0 1 meta 16 0 0 0 0 0 0 0 0 ezdatetime 190 publish_date 0 0 1 10 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:12:"Publish date";s:16:"always-available";s:6:"eng-GB";} 0 1 meta 16 0 0 0 0 0 0 0 0 ezsrrating 191 star_rating 0 0 0 11 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:11:"Star Rating";s:16:"always-available";s:6:"eng-GB";} 0 1 meta 16 0 0 0 0 0 0 0 0 ezkeyword 192 tags 0 0 1 12 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 17 0 0 0 0 0 0 0 0 ezstring 193 name 0 0 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 17 0 0 0 0 5 0 0 0 ezxmltext 194 description 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 17 0 0 0 0 0 0 0 0 ezkeyword 195 tags 0 0 1 3 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 18 0 0 0 0 0 0 0 0 ezstring 196 title 0 0 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";} 0 1 18 0 0 0 0 25 0 0 0 ezxmltext 197 body 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Body";s:16:"always-available";s:6:"eng-GB";} 0 1 18 0 0 0 0 1 0 0 0 ezdatetime 198 publication_date 0 0 1 3 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:16:"Publication date";s:16:"always-available";s:6:"eng-GB";} 0 1 18 0 0 0 0 0 0 0 0 ezkeyword 199 tags 0 0 1 5 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 0 0 0 0 ezstring 200 title 0 0 1 1 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 10 0 0 0 ezxmltext 201 description 0 0 1 2 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 0 0 0 0 ezobjectrelation 202 feedback_page 0 0 1 3 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:13:"Feedback Page";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 0 0 0 0 ezstring 203 first_name 1 1 1 4 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:10:"First Name";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 0 0 0 0 ezstring 204 last_name 1 1 1 5 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:9:"Last Name";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 0 0 0 0 ezemail 205 email 1 1 1 6 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Email";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 0 0 0 0 ezcountry 206 country 1 0 1 7 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:7:"Country";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 10 0 0 0 eztext 207 comment 1 1 1 8 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:7:"Comment";s:16:"always-available";s:6:"eng-GB";} 0 1 19 0 0 0 0 0 0 0 0 ezstring 208 action_button_label 0 0 1 9 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:19:"Action Button Label";s:16:"always-available";s:6:"eng-GB";} 0 1 20 0 0 0 0 0 0 0 0 ezstring 209 title 0 0 1 1 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";} 0 1 20 0 0 0 0 10 0 0 0 ezxmltext 210 description 0 0 1 2 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 0 0 0 0 ezstring 211 name 0 0 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 0 0 0 0 ezstring 212 product_number 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:14:"Product number";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 5 0 0 0 ezxmltext 213 short_description 0 0 1 3 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:17:"Short description";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 10 0 0 0 ezxmltext 214 description 0 0 1 4 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 21 1 0 0 0 1 0 0 0 ezprice 215 price 0 0 0 5 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Price";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 0 0 0 0 ezimage 216 image 0 0 0 6 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 5 0 0 0 ezxmltext 217 caption 0 0 1 7 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:15:"Caption (Image)";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 0 0 0 0 ezmultioption 218 additional_options 0 0 1 8 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:18:"Additional options";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 0 0 0 0 ezsrrating 219 star_rating 0 0 1 9 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Star Rating";s:16:"always-available";s:6:"eng-GB";} 0 1 21 0 0 0 0 0 0 0 0 ezkeyword 220 tags 0 0 1 10 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 22 0 0 0 0 0 0 0 0 ezstring 221 name 0 0 1 1 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 22 0 0 0 0 10 0 0 0 ezxmltext 222 description 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 22 0 0 0 0 0 0 0 0 ezstring 223 first_name 1 1 1 3 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:10:"First Name";s:16:"always-available";s:6:"eng-GB";} 0 1 22 0 0 0 0 0 0 0 0 ezstring 224 last_name 1 1 1 4 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:9:"Last Name";s:16:"always-available";s:6:"eng-GB";} 0 1 22 0 0 0 0 0 0 0 0 ezstring 225 subject 1 1 1 5 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";} 0 1 22 0 0 0 0 0 0 0 0 ezcountry 226 country 1 1 1 6 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:7:"Country";s:16:"always-available";s:6:"eng-GB";} 0 1 22 0 0 0 0 10 0 0 0 eztext 227 message 1 1 1 7 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";} 0 0 22 0 0 0 0 0 0 0 0 ezemail 228 email 1 1 0 8 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Email";s:16:"always-available";s:6:"eng-GB";} 0 0 22 0 0 0 0 0 0 0 0 ezemail 229 recipient 0 0 0 9 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:9:"Recipient";s:16:"always-available";s:6:"eng-GB";} 0 1 23 0 0 0 0 0 0 0 0 ezstring 230 name 0 1 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 23 0 0 0 0 0 0 0 0 ezpage 231 page 0 0 0 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:6:"Layout";s:16:"always-available";s:6:"eng-GB";} 0 1 24 0 0 0 0 0 0 0 0 ezstring 232 title 0 1 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";} 0 1 24 0 0 0 0 20 0 0 0 ezxmltext 233 body 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Body";s:16:"always-available";s:6:"eng-GB";} 0 1 24 0 0 0 0 0 0 0 0 ezsrrating 234 star_rating 0 0 1 3 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Star Rating";s:16:"always-available";s:6:"eng-GB";} 0 1 24 0 0 0 0 0 0 0 0 ezkeyword 235 tags 0 0 1 4 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 24 0 0 0 0 0 0 0 0 ezboolean 236 show_children 0 0 0 6 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:17:"Display sub items";s:16:"always-available";s:6:"eng-GB";} 0 1 25 0 0 0 0 0 0 0 0 ezstring 237 name 0 1 1 1 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 25 0 0 0 0 10 0 0 0 ezxmltext 238 description 0 0 1 2 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 25 0 0 0 0 0 0 0 0 ezoption 239 question 1 1 0 3 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:8:"Question";s:16:"always-available";s:6:"eng-GB";} 0 1 26 0 0 0 0 0 0 0 0 New file ezstring 240 name 0 1 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 26 0 0 0 0 10 0 0 0 ezxmltext 241 description 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 26 0 0 0 0 0 0 0 0 ezbinaryfile 242 file 0 1 0 3 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";} 0 1 26 0 0 0 0 0 0 0 0 ezsrrating 243 star_rating 0 0 1 4 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Star Rating";s:16:"always-available";s:6:"eng-GB";} 0 1 26 0 0 0 0 0 0 0 0 ezkeyword 244 tags 0 0 1 5 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 27 0 0 0 0 150 0 0 0 ezstring 245 name 0 1 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 27 0 0 0 0 10 0 0 0 ezxmltext 246 caption 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:7:"Caption";s:16:"always-available";s:6:"eng-GB";} 0 1 27 0 0 0 0 2 0 0 0 ezimage 247 image 0 0 0 3 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 0 1 27 0 0 0 0 0 0 0 0 ezsrrating 248 star_rating 0 0 1 4 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Star Rating";s:16:"always-available";s:6:"eng-GB";} 0 1 27 0 0 0 0 0 0 0 0 ezkeyword 249 tags 0 0 1 5 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 28 0 0 0 0 255 0 0 0 ezstring 250 name 0 1 1 1 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 28 0 0 0 0 20 0 0 0 ezxmltext 251 description 0 0 1 2 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 28 0 0 0 0 0 0 0 0 ezurl 252 location 0 0 0 3 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:8:"Location";s:16:"always-available";s:6:"eng-GB";} 0 1 28 0 0 0 0 0 0 1 0 ezboolean 253 open_in_new_window 0 0 1 4 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:18:"Open in new window";s:16:"always-available";s:6:"eng-GB";} 0 1 29 0 0 0 0 0 0 0 0 ezstring 254 name 0 1 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 29 0 0 0 0 10 0 0 0 ezxmltext 255 short_description 0 0 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:17:"Short description";s:16:"always-available";s:6:"eng-GB";} 0 1 29 0 0 0 0 10 0 0 0 ezxmltext 256 description 0 0 1 3 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 29 0 0 0 0 0 0 0 0 ezobjectrelation 257 image 0 0 1 4 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 0 1 29 0 0 0 0 0 0 0 0 ezkeyword 258 tags 0 0 1 5 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 30 0 0 0 0 0 0 0 0 ezstring 259 name 0 1 1 1 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 30 0 0 0 0 10 0 0 0 ezxmltext 260 description 0 0 1 2 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 31 0 0 0 0 0 0 0 0 ezstring 261 subject 0 1 1 1 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";} 0 1 31 0 0 0 0 10 0 0 0 eztext 262 message 0 1 1 2 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";} 0 1 31 0 0 0 0 0 0 0 0 ezboolean 263 sticky 0 0 1 3 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:6:"Sticky";s:16:"always-available";s:6:"eng-GB";} 0 1 31 0 0 0 0 0 0 0 0 ezsubtreesubscription 264 notify_me 0 0 0 4 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:23:"Notify me about updates";s:16:"always-available";s:6:"eng-GB";} 0 1 32 0 0 0 0 0 0 0 0 ezstring 265 subject 0 1 1 1 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:7:"Subject";s:16:"always-available";s:6:"eng-GB";} 0 1 32 0 0 0 0 10 0 0 0 eztext 266 message 0 1 1 2 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:7:"Message";s:16:"always-available";s:6:"eng-GB";} 0 1 33 0 0 0 0 55 0 0 0 ezstring 267 title 0 0 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:10:"Full title";s:16:"always-available";s:6:"eng-GB";} 0 1 33 0 0 0 0 19 0 0 0 ezstring 268 short_title 0 1 1 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:11:"Short title";s:16:"always-available";s:6:"eng-GB";} 0 1 33 0 0 0 0 10 0 0 0 ezxmltext 269 text 0 0 1 3 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"Text";s:16:"always-available";s:6:"eng-GB";} 0 1 33 0 0 0 0 0 0 0 0 ezkeyword 270 category 0 0 1 4 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:8:"Category";s:16:"always-available";s:6:"eng-GB";} 0 0 33 0 0 0 0 1 0 0 0 ezdatetime 271 from_time 0 1 0 5 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:9:"From Time";s:16:"always-available";s:6:"eng-GB";} 0 0 33 0 0 0 0 0 0 0 0 ezdatetime 272 to_time 0 0 0 6 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:7:"To Time";s:16:"always-available";s:6:"eng-GB";} 0 1 33 0 0 0 0 0 0 0 0 ezkeyword 273 tags 0 0 1 7 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 34 0 0 0 0 65 0 0 0 ezstring 274 title 0 1 1 1 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";} 0 0 34 0 0 0 0 0 0 0 0 <?xml version="1.0" encoding="utf-8"?>\n<ezselection><options><option id="0" name="Calendar"/><option id="1" name="Program"/></options></ezselection>\n ezselection 275 view 0 1 0 2 a:0:{} a:1:{s:6:"eng-GB";s:0:"";} a:2:{s:6:"eng-GB";s:4:"View";s:16:"always-available";s:6:"eng-GB";} 0 1 35 0 0 0 0 0 0 0 0 ezstring 276 name 0 1 0 1 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 35 0 0 0 0 0 0 0 0 ezstring 277 url 0 0 0 2 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:3:"URL";s:16:"always-available";s:6:"eng-GB";} 0 1 35 0 0 0 0 0 0 0 0 ezimage 278 image 0 1 0 3 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 0 1 35 0 0 0 0 10 0 0 0 eztext 279 image_map 0 0 0 4 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:9:"Image map";s:16:"always-available";s:6:"eng-GB";} 0 1 35 0 0 0 0 0 0 0 0 ezkeyword 280 tags 0 0 1 5 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 36 0 0 0 0 0 0 0 0 ezstring 281 title 0 0 1 1 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";} 0 1 36 0 0 0 0 10 0 0 0 ezxmltext 282 description 0 0 1 2 a:0:{} a:0:{} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 37 0 0 0 0 0 0 0 0 ezstring 283 name 0 0 1 1 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 37 0 0 0 0 10 0 0 0 ezxmltext 284 caption 0 0 1 2 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:7:"Caption";s:16:"always-available";s:6:"eng-GB";} 0 1 37 0 0 0 0 0 0 0 0 ezbinaryfile 285 file 0 0 1 3 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"File";s:16:"always-available";s:6:"eng-GB";} 0 1 37 0 0 0 0 0 0 0 0 ezsrrating 286 star_rating 0 0 1 4 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Star Rating";s:16:"always-available";s:6:"eng-GB";} 0 1 38 0 0 0 0 0 0 0 0 ezstring 287 name 0 0 1 1 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 38 0 0 0 0 10 0 0 0 ezxmltext 288 description 0 0 1 2 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 1 38 0 0 0 0 0 0 0 0 ezimage 289 image 0 0 0 3 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 0 1 38 0 0 0 0 0 0 0 0 ezgmaplocation 290 location 0 0 1 4 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:8:"Location";s:16:"always-available";s:6:"eng-GB";} 0 1 38 0 0 0 0 0 0 0 0 ezkeyword 291 keyword 0 0 1 5 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:7:"Keyword";s:16:"always-available";s:6:"eng-GB";} 0 1 38 0 0 0 0 0 0 0 0 ezsrrating 292 rating 0 0 1 6 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:6:"Rating";s:16:"always-available";s:6:"eng-GB";} 0 1 39 0 0 0 0 0 0 0 0 ezstring 293 name 0 0 1 1 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Name";s:16:"always-available";s:6:"eng-GB";} 0 1 39 0 0 0 0 0 0 0 0 ezstring 294 short_name 0 0 1 2 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:10:"Short name";s:16:"always-available";s:6:"eng-GB";} 0 1 39 0 0 0 0 10 0 0 0 ezxmltext 295 description 0 0 1 3 a:0:{} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Description";s:16:"always-available";s:6:"eng-GB";} 0 0 15 0 0 0 0 1 0 0 0 site.ini SiteSettings SiteName override;user;admin;demo ezinisetting 172 title 0 0 0 1 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Title";s:16:"always-available";s:6:"eng-GB";} 0 0 15 0 0 0 0 6 0 0 0 site.ini SiteSettings MetaDataArray override;user;admin;demo ezinisetting 173 meta_data 0 0 0 2 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:9:"Meta data";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezimage 174 image 0 0 0 3 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Image";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 sitestyle ezpackage 175 sitestyle 0 0 0 4 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:9:"Sitestyle";s:16:"always-available";s:6:"eng-GB";} 0 0 15 0 0 0 0 1 0 0 0 site.ini MailSettings AdminEmail override;user;admin;demo ezinisetting 177 email 0 0 0 6 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:5:"Email";s:16:"always-available";s:6:"eng-GB";} 0 0 15 0 0 0 0 1 0 0 0 site.ini SiteSettings SiteURL override;user;admin;demo ezinisetting 178 siteurl 0 0 0 7 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:8:"Site URL";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezurl 296 site_map_url 0 0 0 8 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:12:"Site map URL";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezurl 297 tag_cloud_url 0 0 0 9 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:13:"Tag Cloud URL";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezstring 298 login_label 0 0 0 10 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:13:"Login (label)";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezstring 299 logout_label 0 0 0 11 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:14:"Logout (label)";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezstring 300 my_profile_label 0 0 0 12 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:18:"My profile (label)";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezstring 301 register_user_label 0 0 0 13 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:25:"Register new user (label)";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezstring 302 rss_feed 0 0 0 14 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:8:"RSS feed";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezstring 303 shopping_basket_label 0 0 0 15 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:23:"Shopping basket (label)";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezstring 304 site_settings_label 0 0 0 16 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:21:"Site settings (label)";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 10 0 0 0 eztext 305 footer_text 0 0 0 17 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:11:"Footer text";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 0 0 0 0 ezboolean 306 hide_powered_by 0 0 0 18 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:17:"Hide "Powered by"";s:16:"always-available";s:6:"eng-GB";} 0 1 15 0 0 0 0 10 0 0 0 eztext 307 footer_script 0 0 0 19 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:17:"Footer Javascript";s:16:"always-available";s:6:"eng-GB";} 0 1 1 0 0 0 0 0 0 0 0 ezpage 308 call_for_action 0 0 0 6 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:15:"Call For Action";s:16:"always-available";s:6:"eng-GB";} 0 1 1 0 0 0 0 0 0 0 0 ezkeyword 309 tags 0 0 0 7 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:4:"Tags";s:16:"always-available";s:6:"eng-GB";} 0 1 1 0 0 0 0 5 0 0 0 ezxmltext 119 short_description 0 0 1 3 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:7:"Summary";s:16:"always-available";s:6:"eng-GB";} 0 0 1 0 0 0 0 0 0 1 0 ezboolean 158 show_children 0 0 0 5 a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:0:"";s:16:"always-available";s:6:"eng-GB";} a:2:{s:6:"eng-GB";s:17:"Display sub items";s:16:"always-available";s:6:"eng-GB";} 0 \. -- -- Name: ezcontentclass_attribute_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentclass_attribute_s', 309, true); -- -- Data for Name: ezcontentclass_classgroup; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentclass_classgroup (contentclass_id, contentclass_version, group_id, group_name) FROM stdin; 1 0 1 Content 3 0 2 Users 4 0 2 Users 13 0 1 Content 14 0 4 Setup 15 0 4 Setup 16 0 1 Content 17 0 1 Content 18 0 1 Content 19 0 1 Content 20 0 1 Content 21 0 1 Content 22 0 1 Content 23 0 1 Content 24 0 1 Content 25 0 1 Content 26 0 3 Media 27 0 3 Media 28 0 1 Content 29 0 1 Content 30 0 1 Content 31 0 1 Content 32 0 1 Content 33 0 1 Content 34 0 1 Content 35 0 1 Content 36 0 1 Content 37 0 3 Media 38 0 1 Content 39 0 1 Content \. -- -- Data for Name: ezcontentclass_name; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentclass_name (contentclass_id, contentclass_version, language_id, language_locale, name) FROM stdin; 1 0 3 eng-GB Folder 3 0 3 eng-GB User group 4 0 3 eng-GB User 13 0 3 eng-GB Comment 14 0 3 eng-GB Common ini settings 15 0 3 eng-GB Template look 16 0 3 eng-GB Article 17 0 3 eng-GB Blog 18 0 3 eng-GB Blog post 19 0 3 eng-GB Call To Action 20 0 3 eng-GB Call To Action Feedback 21 0 3 eng-GB Product 22 0 3 eng-GB Feedback form 23 0 3 eng-GB Landing Page 24 0 3 eng-GB Wiki Page 25 0 3 eng-GB Poll 26 0 3 eng-GB File 27 0 3 eng-GB Image 28 0 3 eng-GB Link 29 0 3 eng-GB Gallery 30 0 3 eng-GB Forum 31 0 3 eng-GB Forum topic 32 0 3 eng-GB Forum reply 33 0 3 eng-GB Event 34 0 3 eng-GB Event calendar 35 0 3 eng-GB Banner 36 0 3 eng-GB Forums 37 0 3 eng-GB Video 38 0 3 eng-GB Place 39 0 3 eng-GB Place list \. -- -- Name: ezcontentclass_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentclass_s', 39, true); -- -- Data for Name: ezcontentclassgroup; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentclassgroup (created, creator_id, id, modified, modifier_id, name) FROM stdin; 1031216928 14 1 1033922106 14 Content 1031216941 14 2 1033922113 14 Users 1032009743 14 3 1033922120 14 Media 1081858024 14 4 1081858024 14 Setup \. -- -- Name: ezcontentclassgroup_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentclassgroup_s', 4, true); -- -- Data for Name: ezcontentobject; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentobject (contentclass_id, current_version, id, initial_language_id, language_mask, modified, name, owner_id, published, remote_id, section_id, status) FROM stdin; 3 1 4 2 3 1033917596 Users 14 1033917596 f5c88a2209584891056f987fd965b0ba 2 1 4 2 10 2 3 1072180405 Anonymous User 14 1033920665 faaeb9be3bd98ed09f606fc16d144eca 2 1 3 1 12 2 3 1033920775 Administrator users 14 1033920775 9b47a45624b023b1a76c73b74d704acf 2 1 3 1 13 2 3 1033920794 Editors 14 1033920794 3c160cca19fb135f83bd02d911f04db2 2 1 1 1 41 2 3 1060695457 Media 14 1060695457 a6e35cbcb7cd6ae4b691f3eee30cd262 3 1 3 1 42 2 3 1072180330 Anonymous Users 14 1072180330 15b256dbea2ae72418ff5facc999e8f9 2 1 1 1 45 2 3 1079684190 Setup 14 1079684190 241d538ce310074e602f29f49e44e938 4 1 1 1 49 2 3 1080220197 Images 14 1080220197 e7ff633c6b8e0fd3531e74c6e712bead 3 1 1 1 50 2 3 1080220220 Files 14 1080220220 732a5acd01b51a6fe6eab448ad4138a9 3 1 1 1 51 2 3 1080220233 Multimedia 14 1080220233 09082deb98662a104f325aaa8c4933d3 3 1 14 1 52 2 2 1082016591 Common INI settings 14 1082016591 27437f3547db19cf81a33c92578b2c89 4 1 1 1 56 2 3 1103023132 Design 14 1103023132 08799e609893f7aba22f10cb466d9cc8 5 1 23 1 57 2 3 1196268696 Home 14 1195480486 8a9c9c761004866fb458d89910f52bee 1 1 16 1 58 2 2 1352741504 footer 14 1352735678 115536b84726ddb2184014682753b794 1 1 4 4 14 2 3 1470840156 Administrator User 14 1033920830 1bb4fe25487f05527efa8bfd394cecc7 2 1 15 2 54 2 2 1301062376 eZ Publish Demo Site (without demo content) 14 1082016652 8b8b22fe3c6061ed500fbd2b377b885f 5 1 3 1 59 2 3 1470840157 Partners 14 1470840157 e61a63bfeb8cea20adfa0ccd21b68994 2 1 3 2 11 2 3 1470840157 Members 14 1033920746 5f7f0bdb3381d6a461d8c29ff53d908f 2 1 \. -- -- Data for Name: ezcontentobject_attribute; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentobject_attribute (attribute_original_id, contentclassattribute_id, contentobject_id, data_float, data_int, data_text, data_type_string, id, language_code, language_id, sort_key_int, sort_key_string, version) FROM stdin; 0 7 4 \N \N Main group ezstring 7 eng-GB 3 0 1 0 6 4 \N \N Users ezstring 8 eng-GB 3 0 1 0 8 10 0 0 Anonymous ezstring 19 eng-GB 3 0 anonymous 2 0 9 10 0 0 User ezstring 20 eng-GB 3 0 user 2 0 12 10 0 0 ezuser 21 eng-GB 3 0 2 0 6 11 0 0 Guest accounts ezstring 22 eng-GB 3 0 1 0 7 11 0 0 ezstring 23 eng-GB 3 0 1 0 6 12 0 0 Administrator users ezstring 24 eng-GB 3 0 1 0 7 12 0 0 ezstring 25 eng-GB 3 0 1 0 6 13 0 0 Editors ezstring 26 eng-GB 3 0 1 0 7 13 0 0 ezstring 27 eng-GB 3 0 1 0 8 14 0 0 Administrator ezstring 28 eng-GB 3 0 administrator 3 0 9 14 0 0 User ezstring 29 eng-GB 3 0 user 3 30 12 14 0 0 ezuser 30 eng-GB 3 0 3 0 4 41 0 0 Media ezstring 98 eng-GB 3 0 1 0 119 41 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 99 eng-GB 3 0 1 0 6 42 0 0 Anonymous Users ezstring 100 eng-GB 3 0 anonymous users 1 0 7 42 0 0 User group for the anonymous user ezstring 101 eng-GB 3 0 user group for the anonymous user 1 0 155 41 0 0 ezstring 103 eng-GB 3 0 1 0 156 41 0 1045487555 ezxmltext 105 eng-GB 3 0 1 0 158 41 0 0 ezboolean 109 eng-GB 3 0 1 0 4 45 0 0 Setup ezstring 123 eng-GB 3 0 setup 1 0 155 45 0 0 ezstring 124 eng-GB 3 0 1 0 119 45 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 125 eng-GB 3 0 1 0 156 45 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 126 eng-GB 3 0 1 0 158 45 0 0 ezboolean 128 eng-GB 3 0 1 0 4 49 0 0 Images ezstring 142 eng-GB 3 0 images 1 0 155 49 0 0 ezstring 143 eng-GB 3 0 1 0 119 49 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 144 eng-GB 3 0 1 0 156 49 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 145 eng-GB 3 0 1 0 158 49 0 1 ezboolean 146 eng-GB 3 1 1 0 4 50 0 0 Files ezstring 147 eng-GB 3 0 files 1 0 155 50 0 0 ezstring 148 eng-GB 3 0 1 0 119 50 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 149 eng-GB 3 0 1 0 156 50 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 150 eng-GB 3 0 1 0 158 50 0 1 ezboolean 151 eng-GB 3 1 1 0 4 51 0 0 Multimedia ezstring 152 eng-GB 3 0 multimedia 1 0 155 51 0 0 ezstring 153 eng-GB 3 0 1 0 119 51 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 154 eng-GB 3 0 1 0 156 51 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 155 eng-GB 3 0 1 0 158 51 0 1 ezboolean 156 eng-GB 3 1 1 0 159 52 0 0 Common INI settings ezstring 157 eng-GB 2 0 common ini settings 1 0 160 52 0 0 /content/view/full/2/ ezinisetting 158 eng-GB 2 0 1 0 161 52 0 0 /content/view/full/2 ezinisetting 159 eng-GB 2 0 1 0 162 52 0 0 disabled ezinisetting 160 eng-GB 2 0 1 0 163 52 0 0 disabled ezinisetting 161 eng-GB 2 0 1 0 164 52 0 0 ezinisetting 162 eng-GB 2 0 1 0 165 52 0 0 enabled ezinisetting 163 eng-GB 2 0 1 0 166 52 0 0 disabled ezinisetting 164 eng-GB 2 0 1 0 167 52 0 0 enabled ezinisetting 165 eng-GB 2 0 1 0 168 52 0 0 enabled ezinisetting 166 eng-GB 2 0 1 0 169 52 0 0 =geometry/scale=100;100 ezinisetting 167 eng-GB 2 0 1 0 170 52 0 0 =geometry/scale=200;200 ezinisetting 168 eng-GB 2 0 1 0 171 52 0 0 =geometry/scale=300;300 ezinisetting 169 eng-GB 2 0 1 0 173 54 0 0 author=eZ Systems\ncopyright=eZ Systems\ndescription=Content Management System\nkeywords=cms, publish, e-commerce, content management, development framework ezinisetting 171 eng-GB 2 0 2 0 179 10 0 0 eztext 177 eng-GB 3 0 2 0 179 14 0 0 eztext 178 eng-GB 3 0 3 0 180 10 0 0 ezimage 179 eng-GB 3 0 2 0 180 14 0 0 <?xml version="1.0" encoding="utf-8"?>\n<ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1301057722"><original attribute_id="180" attribute_version="3" attribute_language="eng-GB"/></ezimage>\n ezimage 180 eng-GB 3 0 3 0 4 56 0 \N Design ezstring 181 eng-GB 3 0 design 1 0 155 56 0 \N ezstring 182 eng-GB 3 0 1 0 119 56 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 183 eng-GB 3 0 1 0 156 56 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"\n xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"\n xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/" /> ezxmltext 184 eng-GB 3 0 1 0 158 56 0 1 ezboolean 185 eng-GB 3 1 1 0 177 54 0 0 admin@at.com ezinisetting 175 eng-GB 2 0 2 0 230 57 0 \N Home ezstring 186 eng-GB 3 0 home 1 0 175 54 0 0 0 ezpackage 173 eng-GB 2 0 0 2 0 172 54 0 0 eZ Publish Demo Site (without demo content) ezinisetting 170 eng-GB 2 0 2 0 178 54 0 0 ezp54.rui ezinisetting 176 eng-GB 2 0 2 0 231 57 0 \N <?xml version="1.0"?>\n<page>\n <zone_layout>2ZonesLayout1</zone_layout>\n <zone id="id_865346aabbcc48a9839274cc554868be">\n <zone_identifier>left</zone_identifier>\n </zone>\n <zone id="id_f742abffba08fc849b6e80dec769a74c">\n <zone_identifier>right</zone_identifier>\n </zone>\n</page>\n ezpage 187 eng-GB 3 0 1 0 185 58 0 1045487555 <?xml version="1.0" encoding="utf-8"?>\n<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/"/>\n ezxmltext 192 eng-GB 2 0 1 0 181 58 0 \N Footer ezstring 188 eng-GB 2 0 footer 1 0 182 58 0 \N footer ezstring 189 eng-GB 2 0 footer 1 0 183 58 0 1045487555 <section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/"><paragraph>eZ is a global company with offices around the world including Skien (Norway), New York (USA), Oslo (Norway), Cologne (Germany), Paris (France), Lyon (France), Beijing (China), Tokyo (Japan), Singapore, London (UK)</paragraph><paragraph><link url_id="23">Contact us</link> for more information!</paragraph></section> ezxmltext 190 eng-GB 2 0 1 0 184 58 0 1045487555 <section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/"><paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/"><ul><li><paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/">eZ Official site: <link url_id="8">http://ez.no</link></paragraph></li><li><paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/">eZ Community site: <link url_id="24">http://share.ez.no</link></paragraph></li><li><paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/">Documentation: <link url_id="25">http://doc.ez.no</link></paragraph></li><li><paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/">Follow us on <link url_id="26">Twitter</link>, <link url_id="27">Facebook</link> and <link url_id="28">LinkedIn</link></paragraph></li></ul></paragraph><paragraph>Copyright © 2014 eZ Systems AS (except where otherwise noted). All rights reserved.</paragraph></section> ezxmltext 191 eng-GB 2 0 1 0 186 58 0 \N <?xml version="1.0" encoding="utf-8"?>\n<ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1470840156"><original attribute_id="193" attribute_version="1" attribute_language="eng-GB"/></ezimage>\n ezimage 193 eng-GB 2 0 1 0 187 58 0 1045487555 <section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/"/> ezxmltext 194 eng-GB 2 0 1 0 188 58 0 0 ezgmaplocation 195 eng-GB 2 0 1 0 189 58 0 \N <?xml version="1.0" encoding="utf-8"?>\n<ezauthor><authors><author id="0" name="Administrator User" email="nospam@ez.no"/></authors></ezauthor>\n ezauthor 196 eng-GB 2 0 1 0 190 58 0 1341417600 ezdatetime 197 eng-GB 2 1341417600 1 0 191 58 0 0 ezsrrating 198 eng-GB 2 0 1 0 192 58 0 \N ezkeyword 199 eng-GB 2 0 1 0 179 14 0 0 eztext 178 eng-GB 3 0 4 0 180 14 0 0 <?xml version="1.0" encoding="utf-8"?>\n<ezimage serial_number="1" is_valid="" filename="" suffix="" basename="" dirpath="" url="" original_filename="" mime_type="" width="" height="" alternative_text="" alias_key="1293033771" timestamp="1301057722"><original attribute_id="180" attribute_version="3" attribute_language="eng-GB"/></ezimage>\n ezimage 180 eng-GB 3 0 4 0 8 14 0 0 Administrator ezstring 28 eng-GB 3 0 administrator 4 0 9 14 0 0 User ezstring 29 eng-GB 3 0 user 4 30 12 14 0 0 {"login":"admin","password_hash":"c78e3b0f3d9244ed8c6d1c29464bdff9","email":"admin@at.com","password_hash_type":2} ezuser 30 eng-GB 3 0 4 0 296 54 0 29 Site map ezurl 200 eng-GB 2 0 2 0 297 54 0 30 Tag cloud ezurl 201 eng-GB 2 0 2 0 298 54 0 \N Login ezstring 202 eng-GB 2 0 login 2 0 299 54 0 \N Logout ezstring 203 eng-GB 2 0 logout 2 0 300 54 0 \N My profile ezstring 204 eng-GB 2 0 my profile 2 0 301 54 0 \N Register ezstring 205 eng-GB 2 0 register 2 0 302 54 0 \N /rss/feed/my_feed ezstring 206 eng-GB 2 0 /rss/feed/my_feed 2 0 303 54 0 \N Shopping basket ezstring 207 eng-GB 2 0 shopping basket 2 0 304 54 0 \N Site settings ezstring 208 eng-GB 2 0 site settings 2 0 305 54 0 \N Copyright © 2016 <a href="http://ez.no" title="eZ Systems">eZ Systems AS</a> (except where otherwise noted). All rights reserved. eztext 209 eng-GB 2 0 2 0 306 54 0 0 ezboolean 210 eng-GB 2 0 2 0 307 54 0 \N eztext 211 eng-GB 2 0 2 0 174 54 0 0 <?xml version="1.0" encoding="utf-8"?>\n<ezimage serial_number="1" is_valid="1" filename="eZ-Publish-Demo-Site-without-demo-content1.png" suffix="png" basename="eZ-Publish-Demo-Site-without-demo-content1" dirpath="var/ezdemo_site/storage/images/design/plain-site/172-2-eng-GB" url="var/ezdemo_site/storage/images/design/plain-site/172-2-eng-GB/eZ-Publish-Demo-Site-without-demo-content1.png" original_filename="logo.png" mime_type="image/png" width="138" height="46" alternative_text="" alias_key="1293033771" timestamp="1470840157"><original attribute_id="172" attribute_version="2" attribute_language="eng-GB"/></ezimage>\n ezimage 172 eng-GB 2 0 2 0 6 59 0 \N Partners ezstring 212 eng-GB 3 0 partners 1 0 7 59 0 \N ezstring 213 eng-GB 3 0 1 0 7 11 0 0 ezstring 23 eng-GB 3 0 2 0 6 11 0 0 Members ezstring 22 eng-GB 3 0 members 2 0 308 41 0 \N <?xml version="1.0"?>\n<page/>\n ezpage 214 eng-GB 2 0 1 0 308 45 0 \N <?xml version="1.0"?>\n<page/>\n ezpage 215 eng-GB 2 0 1 0 308 49 0 \N <?xml version="1.0"?>\n<page/>\n ezpage 216 eng-GB 2 0 1 0 308 50 0 \N <?xml version="1.0"?>\n<page/>\n ezpage 217 eng-GB 2 0 1 0 308 51 0 \N <?xml version="1.0"?>\n<page/>\n ezpage 218 eng-GB 2 0 1 0 308 56 0 \N <?xml version="1.0"?>\n<page/>\n ezpage 219 eng-GB 2 0 1 0 309 41 0 \N ezkeyword 220 eng-GB 2 0 1 0 309 45 0 \N ezkeyword 221 eng-GB 2 0 1 0 309 49 0 \N ezkeyword 222 eng-GB 2 0 1 0 309 50 0 \N ezkeyword 223 eng-GB 2 0 1 0 309 51 0 \N ezkeyword 224 eng-GB 2 0 1 0 309 56 0 \N ezkeyword 225 eng-GB 2 0 1 \. -- -- Name: ezcontentobject_attribute_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentobject_attribute_s', 225, true); -- -- Data for Name: ezcontentobject_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentobject_link (contentclassattribute_id, from_contentobject_id, from_contentobject_version, id, relation_type, to_contentobject_id) FROM stdin; \. -- -- Name: ezcontentobject_link_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentobject_link_s', 1, false); -- -- Data for Name: ezcontentobject_name; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentobject_name (content_translation, content_version, contentobject_id, language_id, name, real_translation) FROM stdin; eng-GB 1 4 3 Users eng-GB eng-GB 2 10 3 Anonymous User eng-GB eng-GB 1 11 3 Guest accounts eng-GB eng-GB 1 12 3 Administrator users eng-GB eng-GB 1 13 3 Editors eng-GB eng-GB 3 14 3 Administrator User eng-GB eng-GB 1 41 3 Media eng-GB eng-GB 1 42 3 Anonymous Users eng-GB eng-GB 1 45 3 Setup eng-GB eng-GB 1 49 3 Images eng-GB eng-GB 1 50 3 Files eng-GB eng-GB 1 51 3 Multimedia eng-GB eng-GB 1 52 2 Common INI settings eng-GB eng-GB 1 56 3 Design eng-GB eng-GB 1 57 3 Home eng-GB eng-GB 1 58 2 footer eng-GB eng-GB 2 54 2 eZ Publish Demo Site (without demo content) eng-GB eng-GB 4 14 3 Administrator User eng-GB eng-GB 1 59 3 Partners eng-GB eng-GB 2 11 3 Members eng-GB \. -- -- Name: ezcontentobject_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentobject_s', 59, true); -- -- Data for Name: ezcontentobject_trash; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentobject_trash (contentobject_id, contentobject_version, depth, is_hidden, is_invisible, main_node_id, modified_subnode, node_id, parent_node_id, path_identification_string, path_string, priority, remote_id, sort_field, sort_order) FROM stdin; \. -- -- Data for Name: ezcontentobject_tree; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentobject_tree (contentobject_id, contentobject_is_published, contentobject_version, depth, is_hidden, is_invisible, main_node_id, modified_subnode, node_id, parent_node_id, path_identification_string, path_string, priority, remote_id, sort_field, sort_order) FROM stdin; 13 1 1 2 0 0 14 1081860719 14 5 users/editors /1/5/14/ 0 f7dda2854fc68f7c8455d9cb14bd04a9 1 1 41 1 1 1 0 0 43 1081860720 43 1 media /1/43/ 0 75c715a51699d2d309a924eca6a95145 9 1 42 1 1 2 0 0 44 1081860719 44 5 users/anonymous_users /1/5/44/ 0 4fdf0072da953bb276c0c7e0141c5c9b 9 1 10 1 2 3 0 0 45 1081860719 45 44 users/anonymous_users/anonymous_user /1/5/44/45/ 0 2cf8343bee7b482bab82b269d8fecd76 9 1 45 1 1 1 0 0 48 1184592117 48 1 setup2 /1/48/ 0 182ce1b5af0c09fa378557c462ba2617 9 1 49 1 1 2 0 0 51 1081860720 51 43 media/images /1/43/51/ 0 1b26c0454b09bb49dfb1b9190ffd67cb 9 1 50 1 1 2 0 0 52 1081860720 52 43 media/files /1/43/52/ 0 0b113a208f7890f9ad3c24444ff5988c 9 1 51 1 1 2 0 0 53 1081860720 53 43 media/multimedia /1/43/53/ 0 4f18b82c75f10aad476cae5adf98c11f 9 1 52 1 1 2 0 0 54 1184592117 54 48 setup2/common_ini_settings /1/48/54/ 0 fa9f3cff9cf90ecfae335718dcbddfe2 1 1 57 1 1 1 0 0 2 1470840157 2 1 /1/2/ 0 f3e90596361e31d496d4026eb624c983 8 1 58 1 1 2 0 0 60 1470840156 60 2 footer /1/2/60/ 0 86bf306624668ee9b8b979b0d56f7e0d 1 1 12 1 1 2 0 0 13 1470840156 13 5 users/administrator_users /1/5/13/ 0 769380b7aa94541679167eab817ca893 1 1 14 1 4 3 0 0 15 1470840156 15 13 users/administrator_users/administrator_user /1/5/13/15/ 0 e5161a99f733200b9ed4e80f9c16187b 1 1 54 1 2 2 0 0 56 1470840157 56 58 design/plain_site /1/58/56/ 0 772da20ecf88b3035d73cbdfcea0f119 1 1 56 1 1 1 0 0 58 1470840157 58 1 design /1/58/ 0 79f2d67372ab56f59b5d65bb9e0ca3b9 2 0 59 1 1 2 0 0 61 1470840157 61 5 users/partners /1/5/61/ 0 33416827fe6634823f60e79fee95a482 1 1 0 1 1 0 0 0 1 1470840157 1 1 /1/ 0 629709ba256fe317c3ddcee35453a96a 1 1 4 1 1 1 0 0 5 1470840157 5 1 users /1/5/ 0 3f6d92f8044aed134f32153517850f5a 1 1 11 1 2 2 0 0 12 1470840157 12 5 users/members /1/5/12/ 0 602dcf84765e56b7f999eaafd3821dd3 1 1 \. -- -- Name: ezcontentobject_tree_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentobject_tree_s', 61, true); -- -- Data for Name: ezcontentobject_version; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcontentobject_version (contentobject_id, created, creator_id, id, initial_language_id, language_mask, modified, status, user_id, version, workflow_event_pos) FROM stdin; 4 0 14 4 2 3 0 1 0 1 1 12 1033920760 14 440 2 3 1033920775 1 0 1 0 13 1033920786 14 441 2 3 1033920794 1 0 1 0 41 1060695450 14 472 2 3 1060695457 1 0 1 0 42 1072180278 14 473 2 3 1072180330 1 0 1 0 10 1072180337 14 474 2 3 1072180405 1 0 2 0 45 1079684084 14 477 2 3 1079684190 1 0 1 0 49 1080220181 14 488 2 3 1080220197 1 0 1 0 50 1080220211 14 489 2 3 1080220220 1 0 1 0 51 1080220225 14 490 2 3 1080220233 1 0 1 0 52 1082016497 14 491 2 3 1082016591 1 0 1 0 56 1103023120 14 495 2 3 1103023120 1 0 1 0 54 1301062300 14 500 2 3 1301062375 1 0 2 0 57 1196268655 14 504 2 3 1196268696 1 0 1 0 58 1352741487 14 505 2 3 1352741504 1 0 1 0 14 1301061783 14 499 2 3 1301062024 3 0 3 0 14 1470840156 14 506 2 3 1470840156 1 0 4 0 59 1470840157 14 507 2 3 1470840157 1 0 1 0 11 1033920737 14 439 2 3 1033920746 3 0 1 0 11 1470840157 14 508 2 3 1470840157 1 0 2 0 \. -- -- Name: ezcontentobject_version_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcontentobject_version_s', 508, true); -- -- Data for Name: ezcurrencydata; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezcurrencydata (auto_rate_value, code, custom_rate_value, id, locale, rate_factor, status, symbol) FROM stdin; \. -- -- Name: ezcurrencydata_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezcurrencydata_s', 1, false); -- -- Data for Name: ezdiscountrule; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezdiscountrule (id, name) FROM stdin; \. -- -- Name: ezdiscountrule_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezdiscountrule_s', 1, false); -- -- Data for Name: ezdiscountsubrule; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezdiscountsubrule (discount_percent, discountrule_id, id, limitation, name) FROM stdin; \. -- -- Name: ezdiscountsubrule_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezdiscountsubrule_s', 1, false); -- -- Data for Name: ezdiscountsubrule_value; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezdiscountsubrule_value (discountsubrule_id, issection, value) FROM stdin; \. -- -- Data for Name: ezenumobjectvalue; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezenumobjectvalue (contentobject_attribute_id, contentobject_attribute_version, enumelement, enumid, enumvalue) FROM stdin; \. -- -- Data for Name: ezenumvalue; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezenumvalue (contentclass_attribute_id, contentclass_attribute_version, enumelement, enumvalue, id, placement) FROM stdin; \. -- -- Name: ezenumvalue_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezenumvalue_s', 1, false); -- -- Data for Name: ezforgot_password; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezforgot_password (hash_key, id, "time", user_id) FROM stdin; \. -- -- Name: ezforgot_password_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezforgot_password_s', 1, false); -- -- Data for Name: ezgeneral_digest_user_settings; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezgeneral_digest_user_settings (day, digest_type, id, receive_digest, "time", user_id) FROM stdin; \. -- -- Name: ezgeneral_digest_user_settings_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezgeneral_digest_user_settings_s', 1, false); -- -- Data for Name: ezgmaplocation; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezgmaplocation (contentobject_attribute_id, contentobject_version, latitude, longitude, address) FROM stdin; \. -- -- Data for Name: ezimagefile; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezimagefile (contentobject_attribute_id, filepath, id) FROM stdin; 172 var/ezdemo_site/storage/images/design/plain-site/172-2-eng-GB/eZ-Publish-Demo-Site-without-demo-content1.png 1 \. -- -- Name: ezimagefile_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezimagefile_s', 1, true); -- -- Data for Name: ezinfocollection; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezinfocollection (contentobject_id, created, creator_id, id, modified, user_identifier) FROM stdin; \. -- -- Data for Name: ezinfocollection_attribute; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezinfocollection_attribute (contentclass_attribute_id, contentobject_attribute_id, contentobject_id, data_float, data_int, data_text, id, informationcollection_id) FROM stdin; \. -- -- Name: ezinfocollection_attribute_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezinfocollection_attribute_s', 1, false); -- -- Name: ezinfocollection_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezinfocollection_s', 1, false); -- -- Data for Name: ezisbn_group; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezisbn_group (description, group_number, id) FROM stdin; English language 0 1 English language 1 2 French language 2 3 German language 3 4 Japan 4 5 Russian Federation and former USSR 5 6 Iran 600 7 Kazakhstan 601 8 Indonesia 602 9 Saudi Arabia 603 10 Vietnam 604 11 Turkey 605 12 Romania 606 13 Mexico 607 14 Macedonia 608 15 Lithuania 609 16 Thailand 611 17 Peru 612 18 Mauritius 613 19 Lebanon 614 20 Hungary 615 21 Thailand 616 22 Ukraine 617 23 China, People's Republic 7 24 Czech Republic and Slovakia 80 25 India 81 26 Norway 82 27 Poland 83 28 Spain 84 29 Brazil 85 30 Serbia and Montenegro 86 31 Denmark 87 32 Italy 88 33 Korea, Republic 89 34 Netherlands 90 35 Sweden 91 36 International NGO Publishers and EC Organizations 92 37 India 93 38 Netherlands 94 39 Argentina 950 40 Finland 951 41 Finland 952 42 Croatia 953 43 Bulgaria 954 44 Sri Lanka 955 45 Chile 956 46 Taiwan 957 47 Colombia 958 48 Cuba 959 49 Greece 960 50 Slovenia 961 51 Hong Kong, China 962 52 Hungary 963 53 Iran 964 54 Israel 965 55 Ukraine 966 56 Malaysia 967 57 Mexico 968 58 Pakistan 969 59 Mexico 970 60 Philippines 971 61 Portugal 972 62 Romania 973 63 Thailand 974 64 Turkey 975 65 Caribbean Community 976 66 Egypt 977 67 Nigeria 978 68 Indonesia 979 69 Venezuela 980 70 Singapore 981 71 South Pacific 982 72 Malaysia 983 73 Bangladesh 984 74 Belarus 985 75 Taiwan 986 76 Argentina 987 77 Hong Kong, China 988 78 Portugal 989 79 Qatar 9927 80 Albania 9928 81 Guatemala 9929 82 Costa Rica 9930 83 Algeria 9931 84 Lao People's Democratic Republic 9932 85 Syria 9933 86 Latvia 9934 87 Iceland 9935 88 Afghanistan 9936 89 Nepal 9937 90 Tunisia 9938 91 Armenia 9939 92 Montenegro 9940 93 Georgia 9941 94 Ecuador 9942 95 Uzbekistan 9943 96 Turkey 9944 97 Dominican Republic 9945 98 Korea, P.D.R. 9946 99 Algeria 9947 100 United Arab Emirates 9948 101 Estonia 9949 102 Palestine 9950 103 Kosova 9951 104 Azerbaijan 9952 105 Lebanon 9953 106 Morocco 9954 107 Lithuania 9955 108 Cameroon 9956 109 Jordan 9957 110 Bosnia and Herzegovina 9958 111 Libya 9959 112 Saudi Arabia 9960 113 Algeria 9961 114 Panama 9962 115 Cyprus 9963 116 Ghana 9964 117 Kazakhstan 9965 118 Kenya 9966 119 Kyrgyz Republic 9967 120 Costa Rica 9968 121 Uganda 9970 122 Singapore 9971 123 Peru 9972 124 Tunisia 9973 125 Uruguay 9974 126 Moldova 9975 127 Tanzania 9976 128 Costa Rica 9977 129 Ecuador 9978 130 Iceland 9979 131 Papua New Guinea 9980 132 Morocco 9981 133 Zambia 9982 134 Gambia 9983 135 Latvia 9984 136 Estonia 9985 137 Lithuania 9986 138 Tanzania 9987 139 Ghana 9988 140 Macedonia 9989 141 Bahrain 99901 142 Gabon 99902 143 Mauritius 99903 144 Netherlands Antilles and Aruba 99904 145 Bolivia 99905 146 Kuwait 99906 147 Malawi 99908 148 Malta 99909 149 Sierra Leone 99910 150 Lesotho 99911 151 Botswana 99912 152 Andorra 99913 153 Suriname 99914 154 Maldives 99915 155 Namibia 99916 156 Brunei Darussalam 99917 157 Faroe Islands 99918 158 Benin 99919 159 Andorra 99920 160 Qatar 99921 161 Guatemala 99922 162 El Salvador 99923 163 Nicaragua 99924 164 Paraguay 99925 165 Honduras 99926 166 Albania 99927 167 Georgia 99928 168 Mongolia 99929 169 Armenia 99930 170 Seychelles 99931 171 Malta 99932 172 Nepal 99933 173 Dominican Republic 99934 174 Haiti 99935 175 Bhutan 99936 176 Macau 99937 177 Srpska, Republic of 99938 178 Guatemala 99939 179 Georgia 99940 180 Armenia 99941 181 Sudan 99942 182 Albania 99943 183 Ethiopia 99944 184 Namibia 99945 185 Nepal 99946 186 Tajikistan 99947 187 Eritrea 99948 188 Mauritius 99949 189 Cambodia 99950 190 Congo 99951 191 Mali 99952 192 Paraguay 99953 193 Bolivia 99954 194 Srpska, Republic of 99955 195 Albania 99956 196 Malta 99957 197 Bahrain 99958 198 Luxembourg 99959 199 Malawi 99960 200 El Salvador 99961 201 Mongolia 99962 202 Cambodia 99963 203 Nicaragua 99964 204 Macau 99965 205 Kuwait 99966 206 Paraguay 99967 207 Botswana 99968 208 France 10 209 \. -- -- Data for Name: ezisbn_group_range; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezisbn_group_range (from_number, group_from, group_length, group_to, id, to_number) FROM stdin; 0 0 1 5 1 59999 60000 600 3 649 2 64999 70000 7 1 7 3 79999 80000 80 2 94 4 94999 95000 950 3 989 5 98999 99000 9900 4 9989 6 99899 99900 99900 5 99999 7 99999 10000 10 2 10 8 10999 \. -- -- Name: ezisbn_group_range_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezisbn_group_range_s', 8, true); -- -- Name: ezisbn_group_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezisbn_group_s', 209, true); -- -- Data for Name: ezisbn_registrant_range; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezisbn_registrant_range (from_number, id, isbn_group_id, registrant_from, registrant_length, registrant_to, to_number) FROM stdin; 0 1 1 00 2 19 19999 20000 2 1 200 3 699 69999 70000 3 1 7000 4 8499 84999 85000 4 1 85000 5 89999 89999 90000 5 1 900000 6 949999 94999 95000 6 1 9500000 7 9999999 99999 0 7 2 00 2 09 9999 10000 8 2 100 3 399 39999 40000 9 2 4000 4 5499 54999 55000 10 2 55000 5 86979 86979 86980 11 2 869800 6 998999 99899 99900 12 2 9990000 7 9999999 99999 0 13 3 00 2 19 19999 20000 14 3 200 3 349 34999 35000 15 3 35000 5 39999 39999 40000 16 3 400 3 699 69999 70000 17 3 7000 4 8399 83999 84000 18 3 84000 5 89999 89999 90000 19 3 900000 6 949999 94999 95000 20 3 9500000 7 9999999 99999 0 21 4 00 2 02 2999 3000 22 4 030 3 033 3399 3400 23 4 0340 4 0369 3699 3700 24 4 03700 5 03999 3999 4000 25 4 04 2 19 19999 20000 26 4 200 3 699 69999 70000 27 4 7000 4 8499 84999 85000 28 4 85000 5 89999 89999 90000 29 4 900000 6 949999 94999 95000 30 4 9500000 7 9539999 95399 95400 31 4 95400 5 96999 96999 97000 32 4 9700000 7 9899999 98999 99000 33 4 99000 5 99499 99499 99500 34 4 99500 5 99999 99999 0 35 5 00 2 19 19999 20000 36 5 200 3 699 69999 70000 37 5 7000 4 8499 84999 85000 38 5 85000 5 89999 89999 90000 39 5 900000 6 949999 94999 95000 40 5 9500000 7 9999999 99999 0 41 6 00 2 19 19999 20000 42 6 200 3 420 42099 42100 43 6 4210 4 4299 42999 43000 44 6 430 3 430 43099 43100 45 6 4310 4 4399 43999 44000 46 6 440 3 440 44099 44100 47 6 4410 4 4499 44999 45000 48 6 450 3 699 69999 70000 49 6 7000 4 8499 84999 85000 50 6 85000 5 89999 89999 90000 51 6 900000 6 909999 90999 91000 52 6 91000 5 91999 91999 92000 53 6 9200 4 9299 92999 93000 54 6 93000 5 94999 94999 95000 55 6 9500000 7 9500999 95009 95010 56 6 9501 4 9799 97999 98000 57 6 98000 5 98999 98999 99000 58 6 9900000 7 9909999 99099 99100 59 6 9910 4 9999 99999 0 60 7 00 2 09 9999 10000 61 7 100 3 499 49999 50000 62 7 5000 4 8999 89999 90000 63 7 90000 5 99999 99999 0 64 8 00 2 19 19999 20000 65 8 200 3 699 69999 70000 66 8 7000 4 7999 79999 80000 67 8 80000 5 84999 84999 85000 68 8 85 2 99 99999 0 69 9 00 2 19 19999 20000 70 9 200 3 799 79999 80000 71 9 8000 4 9499 94999 95000 72 9 95000 5 99999 99999 0 73 10 00 2 04 4999 5000 74 10 05 2 49 49999 50000 75 10 500 3 799 79999 80000 76 10 8000 4 8999 89999 90000 77 10 90000 5 99999 99999 0 78 11 0 1 4 49999 50000 79 11 50 2 89 89999 90000 80 11 900 3 979 97999 98000 81 11 9800 4 9999 99999 1000 82 12 01 2 09 9999 10000 83 12 100 3 399 39999 40000 84 12 4000 4 5999 59999 60000 85 12 60000 5 89999 89999 90000 86 12 90 2 99 99999 0 87 13 0 1 0 9999 10000 88 13 10 2 49 49999 50000 89 13 500 3 799 79999 80000 90 13 8000 4 9199 91999 92000 91 13 92000 5 99999 99999 0 92 14 00 2 39 39999 40000 93 14 400 3 749 74999 75000 94 14 7500 4 9499 94999 95000 95 14 95000 5 99999 99999 0 96 15 0 1 0 9999 10000 97 15 10 2 19 19999 20000 98 15 200 3 449 44999 45000 99 15 4500 4 6499 64999 65000 100 15 65000 5 69999 69999 70000 101 15 7 1 9 99999 0 102 16 00 2 39 39999 40000 103 16 400 3 799 79999 80000 104 16 8000 4 9499 94999 95000 105 16 95000 5 99999 99999 0 106 18 00 2 29 29999 30000 107 18 300 3 399 39999 40000 108 18 4000 4 4499 44999 45000 109 18 45000 5 49999 49999 50000 110 18 50 2 99 99999 0 111 19 0 1 9 99999 0 112 20 00 2 39 39999 40000 113 20 400 3 799 79999 80000 114 20 8000 4 9499 94999 95000 115 20 95000 5 99999 99999 0 116 21 00 2 09 9999 10000 117 21 100 3 499 49999 50000 118 21 5000 4 7999 79999 80000 119 21 80000 5 89999 89999 0 120 22 00 2 19 19999 20000 121 22 200 3 699 69999 70000 122 22 7000 4 8999 89999 90000 123 22 90000 5 99999 99999 0 124 23 00 2 49 49999 50000 125 23 500 3 699 69999 70000 126 23 7000 4 8999 89999 90000 127 23 90000 5 99999 99999 0 128 24 00 2 09 9999 10000 129 24 100 3 499 49999 50000 130 24 5000 4 7999 79999 80000 131 24 80000 5 89999 89999 90000 132 24 900000 6 999999 99999 0 133 25 00 2 19 19999 20000 134 25 200 3 699 69999 70000 135 25 7000 4 8499 84999 85000 136 25 85000 5 89999 89999 90000 137 25 900000 6 999999 99999 0 138 26 00 2 19 19999 20000 139 26 200 3 699 69999 70000 140 26 7000 4 8499 84999 85000 141 26 85000 5 89999 89999 90000 142 26 900000 6 999999 99999 0 143 27 00 2 19 19999 20000 144 27 200 3 699 69999 70000 145 27 7000 4 8999 89999 90000 146 27 90000 5 98999 98999 99000 147 27 990000 6 999999 99999 0 148 28 00 2 19 19999 20000 149 28 200 3 599 59999 60000 150 28 60000 5 69999 69999 70000 151 28 7000 4 8499 84999 85000 152 28 85000 5 89999 89999 90000 153 28 900000 6 999999 99999 0 154 29 00 2 14 14999 15000 155 29 15000 5 19999 19999 20000 156 29 200 3 699 69999 70000 157 29 7000 4 8499 84999 85000 158 29 85000 5 89999 89999 90000 159 29 9000 4 9199 91999 92000 160 29 920000 6 923999 92399 92400 161 29 92400 5 92999 92999 93000 162 29 930000 6 949999 94999 95000 163 29 95000 5 96999 96999 97000 164 29 9700 4 9999 99999 0 165 30 00 2 19 19999 20000 166 30 200 3 599 59999 60000 167 30 60000 5 69999 69999 70000 168 30 7000 4 8499 84999 85000 169 30 85000 5 89999 89999 90000 170 30 900000 6 979999 97999 98000 171 30 98000 5 99999 99999 0 172 31 00 2 29 29999 30000 173 31 300 3 599 59999 60000 174 31 6000 4 7999 79999 80000 175 31 80000 5 89999 89999 90000 176 31 900000 6 999999 99999 0 177 32 00 2 29 29999 40000 178 32 400 3 649 64999 70000 179 32 7000 4 7999 79999 85000 180 32 85000 5 94999 94999 97000 181 32 970000 6 999999 99999 0 182 33 00 2 19 19999 20000 183 33 200 3 599 59999 60000 184 33 6000 4 8499 84999 85000 185 33 85000 5 89999 89999 90000 186 33 900000 6 949999 94999 95000 187 33 95000 5 99999 99999 0 188 34 00 2 24 24999 25000 189 34 250 3 549 54999 55000 190 34 5500 4 8499 84999 85000 191 34 85000 5 94999 94999 95000 192 34 950000 6 969999 96999 97000 193 34 97000 5 98999 98999 99000 194 34 990 3 999 99999 0 195 35 00 2 19 19999 20000 196 35 200 3 499 49999 50000 197 35 5000 4 6999 69999 70000 198 35 70000 5 79999 79999 80000 199 35 800000 6 849999 84999 85000 200 35 8500 4 8999 89999 90000 201 35 90 2 90 90999 91000 202 35 910000 6 939999 93999 94000 203 35 94 2 94 94999 95000 204 35 950000 6 999999 99999 0 205 36 0 1 1 19999 20000 206 36 20 2 49 49999 50000 207 36 500 3 649 64999 70000 208 36 7000 4 7999 79999 85000 209 36 85000 5 94999 94999 97000 210 36 970000 6 999999 99999 0 211 37 0 1 5 59999 60000 212 37 60 2 79 79999 80000 213 37 800 3 899 89999 90000 214 37 9000 4 9499 94999 95000 215 37 95000 5 98999 98999 99000 216 37 990000 6 999999 99999 0 217 38 00 2 09 9999 10000 218 38 100 3 499 49999 50000 219 38 5000 4 7999 79999 80000 220 38 80000 5 94999 94999 95000 221 38 950000 6 999999 99999 0 222 39 000 3 599 59999 60000 223 39 6000 4 8999 89999 90000 224 39 90000 5 99999 99999 0 225 40 00 2 49 49999 50000 226 40 500 3 899 89999 90000 227 40 9000 4 9899 98999 99000 228 40 99000 5 99999 99999 0 229 41 0 1 1 19999 20000 230 41 20 2 54 54999 55000 231 41 550 3 889 88999 89000 232 41 8900 4 9499 94999 95000 233 41 95000 5 99999 99999 0 234 42 00 2 19 19999 20000 235 42 200 3 499 49999 50000 236 42 5000 4 5999 59999 60000 237 42 60 2 65 65999 66000 238 42 6600 4 6699 66999 67000 239 42 67000 5 69999 69999 70000 240 42 7000 4 7999 79999 80000 241 42 80 2 94 94999 95000 242 42 9500 4 9899 98999 99000 243 42 99000 5 99999 99999 0 244 43 0 1 0 9999 10000 245 43 10 2 14 14999 15000 246 43 150 3 549 54999 55000 247 43 55000 5 59999 59999 60000 248 43 6000 4 9499 94999 95000 249 43 95000 5 99999 99999 0 250 44 00 2 28 28999 29000 251 44 2900 4 2999 29999 30000 252 44 300 3 799 79999 80000 253 44 8000 4 8999 89999 90000 254 44 90000 5 92999 92999 93000 255 44 9300 4 9999 99999 0 256 45 0000 4 1999 19999 20000 257 45 20 2 49 49999 50000 258 45 50000 5 54999 54999 55000 259 45 550 3 799 79999 80000 260 45 8000 4 9499 94999 95000 261 45 95000 5 99999 99999 0 262 46 00 2 19 19999 20000 263 46 200 3 699 69999 70000 264 46 7000 4 9999 99999 0 265 47 00 2 02 2999 3000 266 47 0300 4 0499 4999 5000 267 47 05 2 19 19999 20000 268 47 2000 4 2099 20999 21000 269 47 21 2 27 27999 28000 270 47 28000 5 30999 30999 31000 271 47 31 2 43 43999 44000 272 47 440 3 819 81999 82000 273 47 8200 4 9699 96999 97000 274 47 97000 5 99999 99999 0 275 48 00 2 56 56999 57000 276 48 57000 5 59999 59999 60000 277 48 600 3 799 79999 80000 278 48 8000 4 9499 94999 95000 279 48 95000 5 99999 99999 0 280 49 00 2 19 19999 20000 281 49 200 3 699 69999 70000 282 49 7000 4 8499 84999 85000 283 49 85000 5 99999 99999 0 284 50 00 2 19 19999 20000 285 50 200 3 659 65999 66000 286 50 6600 4 6899 68999 69000 287 50 690 3 699 69999 70000 288 50 7000 4 8499 84999 85000 289 50 85000 5 92999 92999 93000 290 50 93 2 93 93999 94000 291 50 9400 4 9799 97999 98000 292 50 98000 5 99999 99999 0 293 51 00 2 19 19999 20000 294 51 200 3 599 59999 60000 295 51 6000 4 8999 89999 90000 296 51 90000 5 94999 94999 0 297 52 00 2 19 19999 20000 298 52 200 3 699 69999 70000 299 52 7000 4 8499 84999 85000 300 52 85000 5 86999 86999 87000 301 52 8700 4 8999 89999 90000 302 52 900 3 999 99999 0 303 53 00 2 19 19999 20000 304 53 200 3 699 69999 70000 305 53 7000 4 8499 84999 85000 306 53 85000 5 89999 89999 90000 307 53 9000 4 9999 99999 0 308 54 00 2 14 14999 15000 309 54 150 3 249 24999 25000 310 54 2500 4 2999 29999 30000 311 54 300 3 549 54999 55000 312 54 5500 4 8999 89999 90000 313 54 90000 5 96999 96999 97000 314 54 970 3 989 98999 99000 315 54 9900 4 9999 99999 0 316 55 00 2 19 19999 20000 317 55 200 3 599 59999 70000 318 55 7000 4 7999 79999 90000 319 55 90000 5 99999 99999 0 320 56 00 2 14 14999 15000 321 56 1500 4 1699 16999 17000 322 56 170 3 199 19999 20000 323 56 2000 4 2999 29999 30000 324 56 300 3 699 69999 70000 325 56 7000 4 8999 89999 90000 326 56 90000 5 99999 99999 0 327 57 00 2 00 999 1000 328 57 0100 4 0999 9999 10000 329 57 10000 5 19999 19999 30000 330 57 300 3 499 49999 50000 331 57 5000 4 5999 59999 60000 332 57 60 2 89 89999 90000 333 57 900 3 989 98999 99000 334 57 9900 4 9989 99899 99900 335 57 99900 5 99999 99999 1000 336 58 01 2 39 39999 40000 337 58 400 3 499 49999 50000 338 58 5000 4 7999 79999 80000 339 58 800 3 899 89999 90000 340 58 9000 4 9999 99999 0 341 59 0 1 1 19999 20000 342 59 20 2 39 39999 40000 343 59 400 3 799 79999 80000 344 59 8000 4 9999 99999 1000 345 60 01 2 59 59999 60000 346 60 600 3 899 89999 90000 347 60 9000 4 9099 90999 91000 348 60 91000 5 96999 96999 97000 349 60 9700 4 9999 99999 0 350 61 000 3 015 1599 1600 351 61 0160 4 0199 1999 2000 352 61 02 2 02 2999 3000 353 61 0300 4 0599 5999 6000 354 61 06 2 09 9999 10000 355 61 10 2 49 49999 50000 356 61 500 3 849 84999 85000 357 61 8500 4 9099 90999 91000 358 61 91000 5 98999 98999 99000 359 61 9900 4 9999 99999 0 360 62 0 1 1 19999 20000 361 62 20 2 54 54999 55000 362 62 550 3 799 79999 80000 363 62 8000 4 9499 94999 95000 364 62 95000 5 99999 99999 0 365 63 0 1 0 9999 10000 366 63 100 3 169 16999 17000 367 63 1700 4 1999 19999 20000 368 63 20 2 54 54999 55000 369 63 550 3 759 75999 76000 370 63 7600 4 8499 84999 85000 371 63 85000 5 88999 88999 89000 372 63 8900 4 9499 94999 95000 373 63 95000 5 99999 99999 0 374 64 00 2 19 19999 20000 375 64 200 3 699 69999 70000 376 64 7000 4 8499 84999 85000 377 64 85000 5 89999 89999 90000 378 64 90000 5 94999 94999 95000 379 64 9500 4 9999 99999 0 380 65 00000 5 01999 1999 2000 381 65 02 2 24 24999 25000 382 65 250 3 599 59999 60000 383 65 6000 4 9199 91999 92000 384 65 92000 5 98999 98999 99000 385 65 990 3 999 99999 0 386 66 0 1 3 39999 40000 387 66 40 2 59 59999 60000 388 66 600 3 799 79999 80000 389 66 8000 4 9499 94999 95000 390 66 95000 5 99999 99999 0 391 67 00 2 19 19999 20000 392 67 200 3 499 49999 50000 393 67 5000 4 6999 69999 70000 394 67 700 3 999 99999 0 395 68 000 3 199 19999 20000 396 68 2000 4 2999 29999 30000 397 68 30000 5 79999 79999 80000 398 68 8000 4 8999 89999 90000 399 68 900 3 999 99999 0 400 69 000 3 099 9999 10000 401 69 1000 4 1499 14999 15000 402 69 15000 5 19999 19999 20000 403 69 20 2 29 29999 30000 404 69 3000 4 3999 39999 40000 405 69 400 3 799 79999 80000 406 69 8000 4 9499 94999 95000 407 69 95000 5 99999 99999 0 408 70 00 2 19 19999 20000 409 70 200 3 599 59999 60000 410 70 6000 4 9999 99999 0 411 71 00 2 11 11999 12000 412 71 1200 4 1999 19999 20000 413 71 200 3 289 28999 29000 414 71 2900 4 9999 99999 0 415 72 00 2 09 9999 10000 416 72 100 3 699 69999 70000 417 72 70 2 89 89999 90000 418 72 9000 4 9799 97999 98000 419 72 98000 5 99999 99999 0 420 73 00 2 01 1999 2000 421 73 020 3 199 19999 20000 422 73 2000 4 3999 39999 40000 423 73 40000 5 44999 44999 45000 424 73 45 2 49 49999 50000 425 73 50 2 79 79999 80000 426 73 800 3 899 89999 90000 427 73 9000 4 9899 98999 99000 428 73 99000 5 99999 99999 0 429 74 00 2 39 39999 40000 430 74 400 3 799 79999 80000 431 74 8000 4 8999 89999 90000 432 74 90000 5 99999 99999 0 433 75 00 2 39 39999 40000 434 75 400 3 599 59999 60000 435 75 6000 4 8999 89999 90000 436 75 90000 5 99999 99999 0 437 76 00 2 11 11999 12000 438 76 120 3 559 55999 56000 439 76 5600 4 7999 79999 80000 440 76 80000 5 99999 99999 0 441 77 00 2 09 9999 10000 442 77 1000 4 1999 19999 20000 443 77 20000 5 29999 29999 30000 444 77 30 2 49 49999 50000 445 77 500 3 899 89999 90000 446 77 9000 4 9499 94999 95000 447 77 95000 5 99999 99999 0 448 78 00 2 14 14999 15000 449 78 15000 5 16999 16999 17000 450 78 17000 5 19999 19999 20000 451 78 200 3 799 79999 80000 452 78 8000 4 9699 96999 97000 453 78 97000 5 99999 99999 0 454 79 0 1 1 19999 20000 455 79 20 2 54 54999 55000 456 79 550 3 799 79999 80000 457 79 8000 4 9499 94999 95000 458 79 95000 5 99999 99999 0 459 80 00 2 09 9999 10000 460 80 100 3 399 39999 40000 461 80 4000 4 4999 49999 0 462 81 00 2 09 9999 10000 463 81 100 3 399 39999 40000 464 81 4000 4 4999 49999 0 465 82 0 1 3 39999 40000 466 82 40 2 54 54999 55000 467 82 550 3 799 79999 80000 468 82 8000 4 9999 99999 0 469 83 00 2 49 49999 50000 470 83 500 3 939 93999 94000 471 83 9400 4 9999 99999 0 472 84 00 2 29 29999 30000 473 84 300 3 899 89999 90000 474 84 9000 4 9999 99999 0 475 85 00 2 39 39999 40000 476 85 400 3 849 84999 85000 477 85 8500 4 9999 99999 0 478 86 0 1 0 9999 10000 479 86 10 2 39 39999 40000 480 86 400 3 899 89999 90000 481 86 9000 4 9999 99999 0 482 87 0 1 0 9999 10000 483 87 10 2 49 49999 50000 484 87 500 3 799 79999 80000 485 87 8000 4 9999 99999 0 486 88 0 1 0 9999 10000 487 88 10 2 39 39999 40000 488 88 400 3 899 89999 90000 489 88 9000 4 9999 99999 0 490 89 0 1 1 19999 20000 491 89 20 2 39 39999 40000 492 89 400 3 799 79999 80000 493 89 8000 4 9999 99999 0 494 90 0 1 2 29999 30000 495 90 30 2 49 49999 50000 496 90 500 3 799 79999 80000 497 90 8000 4 9999 99999 0 498 91 00 2 79 79999 80000 499 91 800 3 949 94999 95000 500 91 9500 4 9999 99999 0 501 92 0 1 4 49999 50000 502 92 50 2 79 79999 80000 503 92 800 3 899 89999 90000 504 92 9000 4 9999 99999 0 505 93 0 1 1 19999 20000 506 93 20 2 49 49999 50000 507 93 500 3 899 89999 90000 508 93 9000 4 9999 99999 0 509 94 0 1 0 9999 10000 510 94 10 2 39 39999 40000 511 94 400 3 899 89999 90000 512 94 9000 4 9999 99999 0 513 95 00 2 89 89999 90000 514 95 900 3 984 98499 98500 515 95 9850 4 9999 99999 0 516 96 00 2 29 29999 30000 517 96 300 3 399 39999 40000 518 96 4000 4 9999 99999 0 519 97 0000 4 0999 9999 10000 520 97 100 3 499 49999 50000 521 97 5000 4 5999 59999 60000 522 97 60 2 69 69999 70000 523 97 700 3 799 79999 80000 524 97 80 2 89 89999 90000 525 97 900 3 999 99999 0 526 98 00 2 00 999 1000 527 98 010 3 079 7999 8000 528 98 08 2 39 39999 40000 529 98 400 3 569 56999 57000 530 98 57 2 57 57999 58000 531 98 580 3 849 84999 85000 532 98 8500 4 9999 99999 0 533 99 0 1 1 19999 20000 534 99 20 2 39 39999 40000 535 99 400 3 899 89999 90000 536 99 9000 4 9999 99999 0 537 100 0 1 1 19999 20000 538 100 20 2 79 79999 80000 539 100 800 3 999 99999 0 540 101 00 2 39 39999 40000 541 101 400 3 849 84999 85000 542 101 8500 4 9999 99999 0 543 102 0 1 0 9999 10000 544 102 10 2 39 39999 40000 545 102 400 3 899 89999 90000 546 102 9000 4 9999 99999 0 547 103 00 2 29 29999 30000 548 103 300 3 849 84999 85000 549 103 8500 4 9999 99999 0 550 104 00 2 39 39999 40000 551 104 400 3 849 84999 85000 552 104 8500 4 9999 99999 0 553 105 0 1 1 19999 20000 554 105 20 2 39 39999 40000 555 105 400 3 799 79999 80000 556 105 8000 4 9999 99999 0 557 106 0 1 0 9999 10000 558 106 10 2 39 39999 40000 559 106 400 3 599 59999 60000 560 106 60 2 89 89999 90000 561 106 9000 4 9999 99999 0 562 107 0 1 1 19999 20000 563 107 20 2 39 39999 40000 564 107 400 3 799 79999 80000 565 107 8000 4 9999 99999 0 566 108 00 2 39 39999 40000 567 108 400 3 929 92999 93000 568 108 9300 4 9999 99999 0 569 109 0 1 0 9999 10000 570 109 10 2 39 39999 40000 571 109 400 3 899 89999 90000 572 109 9000 4 9999 99999 0 573 110 00 2 39 39999 40000 574 110 400 3 699 69999 70000 575 110 70 2 84 84999 85000 576 110 8500 4 8799 87999 88000 577 110 88 2 99 99999 0 578 111 0 1 0 9999 10000 579 111 10 2 18 18999 19000 580 111 1900 4 1999 19999 20000 581 111 20 2 49 49999 50000 582 111 500 3 899 89999 90000 583 111 9000 4 9999 99999 0 584 112 0 1 1 19999 20000 585 112 20 2 79 79999 80000 586 112 800 3 949 94999 95000 587 112 9500 4 9999 99999 0 588 113 00 2 59 59999 60000 589 113 600 3 899 89999 90000 590 113 9000 4 9999 99999 0 591 114 0 1 2 29999 30000 592 114 30 2 69 69999 70000 593 114 700 3 949 94999 95000 594 114 9500 4 9999 99999 0 595 115 00 2 54 54999 55000 596 115 5500 4 5599 55999 56000 597 115 56 2 59 59999 60000 598 115 600 3 849 84999 85000 599 115 8500 4 9999 99999 0 600 116 0 1 2 29999 30000 601 116 30 2 54 54999 55000 602 116 550 3 734 73499 73500 603 116 7350 4 7499 74999 75000 604 116 7500 4 9999 99999 0 605 117 0 1 6 69999 70000 606 117 70 2 94 94999 95000 607 117 950 3 999 99999 0 608 118 00 2 39 39999 40000 609 118 400 3 899 89999 90000 610 118 9000 4 9999 99999 0 611 119 000 3 149 14999 15000 612 119 1500 4 1999 19999 20000 613 119 20 2 69 69999 70000 614 119 7000 4 7499 74999 75000 615 119 750 3 959 95999 96000 616 119 9600 4 9999 99999 0 617 120 00 2 39 39999 40000 618 120 400 3 899 89999 90000 619 120 9000 4 9999 99999 0 620 121 00 2 49 49999 50000 621 121 500 3 939 93999 94000 622 121 9400 4 9999 99999 0 623 122 00 2 39 39999 40000 624 122 400 3 899 89999 90000 625 122 9000 4 9999 99999 0 626 123 0 1 5 59999 60000 627 123 60 2 89 89999 90000 628 123 900 3 989 98999 99000 629 123 9900 4 9999 99999 0 630 124 00 2 09 9999 10000 631 124 1 1 1 19999 20000 632 124 200 3 249 24999 25000 633 124 2500 4 2999 29999 30000 634 124 30 2 59 59999 60000 635 124 600 3 899 89999 90000 636 124 9000 4 9999 99999 0 637 125 00 2 05 5999 6000 638 125 060 3 089 8999 9000 639 125 0900 4 0999 9999 10000 640 125 10 2 69 69999 70000 641 125 700 3 969 96999 97000 642 125 9700 4 9999 99999 0 643 126 0 1 2 29999 30000 644 126 30 2 54 54999 55000 645 126 550 3 749 74999 75000 646 126 7500 4 9499 94999 95000 647 126 95 2 99 99999 0 648 127 0 1 0 9999 10000 649 127 100 3 399 39999 40000 650 127 4000 4 4499 44999 45000 651 127 45 2 89 89999 90000 652 127 900 3 949 94999 95000 653 127 9500 4 9999 99999 0 654 128 0 1 5 59999 60000 655 128 60 2 89 89999 90000 656 128 900 3 989 98999 99000 657 128 9900 4 9999 99999 0 658 129 00 2 89 89999 90000 659 129 900 3 989 98999 99000 660 129 9900 4 9999 99999 0 661 130 00 2 29 29999 30000 662 130 300 3 399 39999 40000 663 130 40 2 94 94999 95000 664 130 950 3 989 98999 99000 665 130 9900 4 9999 99999 0 666 131 0 1 4 49999 50000 667 131 50 2 64 64999 65000 668 131 650 3 659 65999 66000 669 131 66 2 75 75999 76000 670 131 760 3 899 89999 90000 671 131 9000 4 9999 99999 0 672 132 0 1 3 39999 40000 673 132 40 2 89 89999 90000 674 132 900 3 989 98999 99000 675 132 9900 4 9999 99999 0 676 133 00 2 09 9999 10000 677 133 100 3 159 15999 16000 678 133 1600 4 1999 19999 20000 679 133 20 2 79 79999 80000 680 133 800 3 949 94999 95000 681 133 9500 4 9999 99999 0 682 134 00 2 79 79999 80000 683 134 800 3 989 98999 99000 684 134 9900 4 9999 99999 80000 685 135 80 2 94 94999 95000 686 135 950 3 989 98999 99000 687 135 9900 4 9999 99999 0 688 136 00 2 49 49999 50000 689 136 500 3 899 89999 90000 690 136 9000 4 9999 99999 0 691 137 0 1 4 49999 50000 692 137 50 2 79 79999 80000 693 137 800 3 899 89999 90000 694 137 9000 4 9999 99999 0 695 138 00 2 39 39999 40000 696 138 400 3 899 89999 90000 697 138 9000 4 9399 93999 94000 698 138 940 3 969 96999 97000 699 138 97 2 99 99999 0 700 139 00 2 39 39999 40000 701 139 400 3 879 87999 88000 702 139 8800 4 9999 99999 0 703 140 0 1 2 29999 30000 704 140 30 2 54 54999 55000 705 140 550 3 749 74999 75000 706 140 7500 4 9999 99999 0 707 141 0 1 0 9999 10000 708 141 100 3 199 19999 20000 709 141 2000 4 2999 29999 30000 710 141 30 2 59 59999 60000 711 141 600 3 949 94999 95000 712 141 9500 4 9999 99999 0 713 142 00 2 49 49999 50000 714 142 500 3 799 79999 80000 715 142 80 2 99 99999 0 716 144 0 1 1 19999 20000 717 144 20 2 89 89999 90000 718 144 900 3 999 99999 0 719 145 0 1 5 59999 60000 720 145 60 2 89 89999 90000 721 145 900 3 999 99999 0 722 146 0 1 3 39999 40000 723 146 40 2 79 79999 80000 724 146 800 3 999 99999 0 725 147 0 1 2 29999 30000 726 147 30 2 59 59999 60000 727 147 600 3 699 69999 70000 728 147 70 2 89 89999 90000 729 147 90 2 94 94999 95000 730 147 950 3 999 99999 0 731 148 0 1 0 9999 10000 732 148 10 2 89 89999 90000 733 148 900 3 999 99999 0 734 149 0 1 3 39999 40000 735 149 40 2 94 94999 95000 736 149 950 3 999 99999 0 737 150 0 1 2 29999 30000 738 150 30 2 89 89999 90000 739 150 900 3 999 99999 0 740 151 00 2 59 59999 60000 741 151 600 3 999 99999 0 742 152 0 1 3 39999 40000 743 152 400 3 599 59999 60000 744 152 60 2 89 89999 90000 745 152 900 3 999 99999 0 746 153 0 1 2 29999 30000 747 153 30 2 35 35999 60000 748 153 600 3 604 60499 0 749 154 0 1 4 49999 50000 750 154 50 2 89 89999 90000 751 154 900 3 999 99999 0 752 155 0 1 4 49999 50000 753 155 50 2 79 79999 80000 754 155 800 3 999 99999 0 755 156 0 1 2 29999 30000 756 156 30 2 69 69999 70000 757 156 700 3 999 99999 0 758 157 0 1 2 29999 30000 759 157 30 2 89 89999 90000 760 157 900 3 999 99999 0 761 158 0 1 3 39999 40000 762 158 40 2 79 79999 80000 763 158 800 3 999 99999 0 764 159 0 1 2 29999 30000 765 159 300 3 399 39999 40000 766 159 40 2 69 69999 90000 767 159 900 3 999 99999 0 768 160 0 1 4 49999 50000 769 160 50 2 89 89999 90000 770 160 900 3 999 99999 0 771 161 0 1 1 19999 20000 772 161 20 2 69 69999 70000 773 161 700 3 799 79999 80000 774 161 8 1 8 89999 90000 775 161 90 2 99 99999 0 776 162 0 1 3 39999 40000 777 162 40 2 69 69999 70000 778 162 700 3 999 99999 0 779 163 0 1 1 19999 20000 780 163 20 2 79 79999 80000 781 163 800 3 999 99999 0 782 164 0 1 1 19999 20000 783 164 20 2 79 79999 80000 784 164 800 3 999 99999 0 785 165 0 1 3 39999 40000 786 165 40 2 79 79999 80000 787 165 800 3 999 99999 0 788 166 0 1 0 9999 10000 789 166 10 2 59 59999 60000 790 166 600 3 999 99999 0 791 167 0 1 2 29999 30000 792 167 30 2 59 59999 60000 793 167 600 3 999 99999 0 794 168 0 1 0 9999 10000 795 168 10 2 79 79999 80000 796 168 800 3 999 99999 0 797 169 0 1 4 49999 50000 798 169 50 2 79 79999 80000 799 169 800 3 999 99999 0 800 170 0 1 4 49999 50000 801 170 50 2 79 79999 80000 802 170 800 3 999 99999 0 803 171 0 1 4 49999 50000 804 171 50 2 79 79999 80000 805 171 800 3 999 99999 0 806 172 0 1 0 9999 10000 807 172 10 2 59 59999 60000 808 172 600 3 699 69999 70000 809 172 7 1 7 79999 80000 810 172 80 2 99 99999 0 811 173 0 1 2 29999 30000 812 173 30 2 59 59999 60000 813 173 600 3 999 99999 0 814 174 0 1 1 19999 20000 815 174 20 2 79 79999 80000 816 174 800 3 999 99999 0 817 175 0 1 2 29999 30000 818 175 30 2 59 59999 60000 819 175 600 3 699 69999 70000 820 175 7 1 8 89999 90000 821 175 90 2 99 99999 0 822 176 0 1 0 9999 10000 823 176 10 2 59 59999 60000 824 176 600 3 999 99999 0 825 177 0 1 1 19999 20000 826 177 20 2 59 59999 60000 827 177 600 3 999 99999 0 828 178 0 1 1 19999 20000 829 178 20 2 59 59999 60000 830 178 600 3 899 89999 90000 831 178 90 2 99 99999 0 832 179 0 1 5 59999 60000 833 179 60 2 89 89999 90000 834 179 900 3 999 99999 0 835 180 0 1 0 9999 10000 836 180 10 2 69 69999 70000 837 180 700 3 999 99999 0 838 181 0 1 2 29999 30000 839 181 30 2 79 79999 80000 840 181 800 3 999 99999 0 841 182 0 1 4 49999 50000 842 182 50 2 79 79999 80000 843 182 800 3 999 99999 0 844 183 0 1 2 29999 30000 845 183 30 2 59 59999 60000 846 183 600 3 999 99999 0 847 184 0 1 4 49999 50000 848 184 50 2 79 79999 80000 849 184 800 3 999 99999 0 850 185 0 1 5 59999 60000 851 185 60 2 89 89999 90000 852 185 900 3 999 99999 0 853 186 0 1 2 29999 30000 854 186 30 2 59 59999 60000 855 186 600 3 999 99999 0 856 187 0 1 2 29999 30000 857 187 30 2 69 69999 70000 858 187 700 3 999 99999 0 859 188 0 1 4 49999 50000 860 188 50 2 79 79999 80000 861 188 800 3 999 99999 0 862 189 0 1 1 19999 20000 863 189 20 2 89 89999 90000 864 189 900 3 999 99999 0 865 190 0 1 4 49999 50000 866 190 50 2 79 79999 80000 867 190 800 3 999 99999 0 868 192 0 1 4 49999 50000 869 192 50 2 79 79999 80000 870 192 800 3 999 99999 0 871 193 0 1 2 29999 30000 872 193 30 2 79 79999 80000 873 193 800 3 939 93999 94000 874 193 94 2 99 99999 0 875 194 0 1 2 29999 30000 876 194 30 2 69 69999 70000 877 194 700 3 999 99999 0 878 195 0 1 1 19999 20000 879 195 20 2 59 59999 60000 880 195 600 3 799 79999 80000 881 195 80 2 89 89999 90000 882 195 90 2 99 99999 0 883 196 00 2 59 59999 60000 884 196 600 3 859 85999 86000 885 196 86 2 99 99999 0 886 197 0 1 1 19999 20000 887 197 20 2 79 79999 80000 888 197 800 3 999 99999 0 889 198 0 1 4 49999 50000 890 198 50 2 94 94999 95000 891 198 950 3 999 99999 0 892 199 0 1 2 29999 30000 893 199 30 2 59 59999 60000 894 199 600 3 999 99999 0 895 200 0 1 0 9999 10000 896 200 10 2 94 94999 95000 897 200 950 3 999 99999 0 898 201 0 1 3 39999 40000 899 201 40 2 89 89999 90000 900 201 900 3 999 99999 0 901 202 0 1 4 49999 50000 902 202 50 2 79 79999 80000 903 202 800 3 999 99999 0 904 203 00 2 49 49999 50000 905 203 500 3 999 99999 0 906 204 0 1 1 19999 20000 907 204 20 2 79 79999 80000 908 204 800 3 999 99999 0 909 205 0 1 3 39999 40000 910 205 40 2 79 79999 80000 911 205 800 3 999 99999 0 912 206 0 1 2 29999 30000 913 206 30 2 69 69999 70000 914 206 700 3 799 79999 0 915 207 0 1 1 19999 20000 916 207 20 2 59 59999 60000 917 207 600 3 899 89999 0 918 208 0 1 3 39999 40000 919 208 400 3 599 59999 60000 920 208 60 2 89 89999 90000 921 208 900 3 999 99999 0 922 209 00 2 19 19999 20000 923 209 200 3 699 69999 70000 924 209 7000 4 8999 89999 90000 925 209 90000 5 97599 97599 97600 926 209 976000 6 999999 99999 \. -- -- Name: ezisbn_registrant_range_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezisbn_registrant_range_s', 926, true); -- -- Data for Name: ezkeyword; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezkeyword (class_id, id, keyword) FROM stdin; \. -- -- Data for Name: ezkeyword_attribute_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezkeyword_attribute_link (id, keyword_id, objectattribute_id) FROM stdin; \. -- -- Name: ezkeyword_attribute_link_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezkeyword_attribute_link_s', 1, false); -- -- Name: ezkeyword_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezkeyword_s', 1, false); -- -- Data for Name: ezm_block; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezm_block (id, zone_id, name, node_id, overflow_id, last_update, block_type, fetch_params, rotation_type, rotation_interval, is_removed) FROM stdin; \. -- -- Data for Name: ezm_pool; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezm_pool (block_id, object_id, node_id, priority, ts_publication, ts_visible, ts_hidden, rotation_until, moved_to) FROM stdin; \. -- -- Data for Name: ezmedia; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezmedia (contentobject_attribute_id, controls, filename, has_controller, height, is_autoplay, is_loop, mime_type, original_filename, pluginspage, quality, version, width) FROM stdin; \. -- -- Data for Name: ezmessage; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezmessage (body, destination_address, id, is_sent, send_method, send_time, send_weekday, title) FROM stdin; \. -- -- Name: ezmessage_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezmessage_s', 1, false); -- -- Data for Name: ezmodule_run; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezmodule_run (function_name, id, module_data, module_name, workflow_process_id) FROM stdin; \. -- -- Name: ezmodule_run_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezmodule_run_s', 1, false); -- -- Data for Name: ezmultipricedata; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezmultipricedata (contentobject_attr_id, contentobject_attr_version, currency_code, id, type, value) FROM stdin; \. -- -- Name: ezmultipricedata_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezmultipricedata_s', 1, false); -- -- Data for Name: eznode_assignment; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY eznode_assignment (contentobject_id, contentobject_version, from_node_id, id, is_main, op_code, parent_node, parent_remote_id, remote_id, sort_field, sort_order, priority, is_hidden) FROM stdin; 8 2 0 4 1 2 5 0 1 1 0 0 42 1 0 5 1 2 5 0 9 1 0 0 10 2 -1 6 1 2 44 0 9 1 0 0 4 1 0 7 1 2 1 0 1 1 0 0 12 1 0 8 1 2 5 0 1 1 0 0 13 1 0 9 1 2 5 0 1 1 0 0 41 1 0 11 1 2 1 0 1 1 0 0 11 1 0 12 1 2 5 0 1 1 0 0 45 1 -1 16 1 2 1 0 9 1 0 0 49 1 0 27 1 2 43 0 9 1 0 0 50 1 0 28 1 2 43 0 9 1 0 0 51 1 0 29 1 2 43 0 9 1 0 0 52 1 0 30 1 2 48 0 1 1 0 0 56 1 0 34 1 2 1 0 2 0 0 0 14 3 -1 38 1 2 13 0 1 1 0 0 54 2 -1 39 1 2 58 0 1 1 0 0 57 1 0 43 1 2 2 07cdfd23373b17c6b337251c22b7ea57 0 8 1 0 0 58 1 0 44 1 2 2 86bf306624668ee9b8b979b0d56f7e0d 0 1 1 0 0 14 4 -1 45 1 2 13 e5161a99f733200b9ed4e80f9c16187b 0 1 1 0 0 59 1 0 46 1 2 5 33416827fe6634823f60e79fee95a482 0 1 1 0 0 11 2 -1 47 1 2 5 602dcf84765e56b7f999eaafd3821dd3 0 1 1 0 0 \. -- -- Name: eznode_assignment_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('eznode_assignment_s', 47, true); -- -- Data for Name: eznotificationcollection; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY eznotificationcollection (data_subject, data_text, event_id, handler, id, transport) FROM stdin; \. -- -- Data for Name: eznotificationcollection_item; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY eznotificationcollection_item (address, collection_id, event_id, id, send_date) FROM stdin; \. -- -- Name: eznotificationcollection_item_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('eznotificationcollection_item_s', 1, false); -- -- Name: eznotificationcollection_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('eznotificationcollection_s', 1, false); -- -- Data for Name: eznotificationevent; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY eznotificationevent (data_int1, data_int2, data_int3, data_int4, data_text1, data_text2, data_text3, data_text4, event_type_string, id, status) FROM stdin; 57 1 0 0 ezpublish 1 0 58 1 0 0 ezpublish 2 0 14 4 0 0 ezpublish 3 0 59 1 0 0 ezpublish 4 0 11 2 0 0 ezpublish 5 0 \. -- -- Name: eznotificationevent_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('eznotificationevent_s', 5, true); -- -- Data for Name: ezoperation_memento; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezoperation_memento (id, main, main_key, memento_data, memento_key) FROM stdin; \. -- -- Name: ezoperation_memento_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezoperation_memento_s', 1, false); -- -- Data for Name: ezorder; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezorder (account_identifier, created, data_text_1, data_text_2, email, id, ignore_vat, is_archived, is_temporary, order_nr, productcollection_id, status_id, status_modified, status_modifier_id, user_id) FROM stdin; \. -- -- Data for Name: ezorder_item; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezorder_item (description, id, is_vat_inc, order_id, price, type, vat_value) FROM stdin; \. -- -- Name: ezorder_item_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezorder_item_s', 1, false); -- -- Data for Name: ezorder_nr_incr; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezorder_nr_incr (id) FROM stdin; \. -- -- Name: ezorder_nr_incr_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezorder_nr_incr_s', 1, false); -- -- Name: ezorder_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezorder_s', 1, false); -- -- Data for Name: ezorder_status; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezorder_status (id, is_active, name, status_id) FROM stdin; 1 1 Pending 1 2 1 Processing 2 3 1 Delivered 3 \. -- -- Data for Name: ezorder_status_history; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezorder_status_history (id, modified, modifier_id, order_id, status_id) FROM stdin; \. -- -- Name: ezorder_status_history_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezorder_status_history_s', 1, false); -- -- Name: ezorder_status_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezorder_status_s', 3, true); -- -- Data for Name: ezpackage; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpackage (id, install_date, name, version) FROM stdin; 1 1301057838 plain_site_data 1.0-1 2 1470840150 ezwt_extension 5.3-0 3 1470840151 ezstarrating_extension 5.3-0 4 1470840152 ezgmaplocation_extension 5.3-0 5 1470840153 ezflow_extension 5.3-0 6 1470840154 ezdemo_extension 5.4-0 7 1470840155 ezdemo_classes 5.4-0 8 1470840156 ezdemo_democontent_clean 5.4-0 \. -- -- Name: ezpackage_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezpackage_s', 8, true); -- -- Data for Name: ezpaymentobject; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpaymentobject (id, order_id, payment_string, status, workflowprocess_id) FROM stdin; \. -- -- Name: ezpaymentobject_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezpaymentobject_s', 1, false); -- -- Data for Name: ezpdf_export; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpdf_export (created, creator_id, export_classes, export_structure, id, intro_text, modified, modifier_id, pdf_filename, show_frontpage, site_access, source_node_id, status, sub_text, title, version) FROM stdin; \. -- -- Name: ezpdf_export_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezpdf_export_s', 1, false); -- -- Data for Name: ezpending_actions; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpending_actions (id, action, created, param) FROM stdin; \. -- -- Name: ezpending_actions_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezpending_actions_s', 1, false); -- -- Data for Name: ezpolicy; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpolicy (function_name, id, module_name, original_id, role_id) FROM stdin; * 308 * 0 2 login 319 user 0 3 read 328 content 0 1 pdf 329 content 0 1 * 330 ezoe 0 3 * 332 ezoe 0 3 feed 333 rss 0 1 login 334 user 0 1 login 335 user 0 1 read 336 content 0 1 view_embed 337 content 0 1 view_embed 338 content 0 1 create 339 content 0 3 create 340 content 0 3 create 341 content 0 3 create 342 content 0 3 create 343 content 0 3 create 344 content 0 3 use 345 websitetoolbar 0 3 edit 346 content 0 3 read 347 content 0 3 use 348 notification 0 3 manage_locations 349 content 0 3 * 350 ezodf 0 3 * 351 ezflow 0 3 * 352 ezajax 0 3 diff 353 content 0 3 versionread 354 content 0 3 versionremove 355 content 0 3 remove 356 content 0 3 translate 357 content 0 3 feed 358 rss 0 3 bookmark 359 content 0 3 pendinglist 360 content 0 3 dashboard 361 content 0 3 view_embed 362 content 0 3 read 363 content 0 4 create 364 content 0 4 create 365 content 0 4 create 366 content 0 4 edit 367 content 0 4 selfedit 368 user 0 4 use 369 notification 0 4 create 370 content 0 5 create 371 content 0 5 create 372 content 0 5 edit 373 content 0 5 selfedit 374 user 0 5 use 375 notification 0 5 password 376 user 0 5 call 377 ezjscore 0 5 \. -- -- Data for Name: ezpolicy_limitation; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpolicy_limitation (id, identifier, policy_id) FROM stdin; 251 Section 328 252 Section 329 254 SiteAccess 334 255 SiteAccess 335 256 Class 336 257 Section 336 258 Section 337 259 Class 338 260 Section 338 261 Class 339 262 ParentClass 339 263 Class 340 264 ParentClass 340 265 Class 341 266 ParentClass 341 267 Class 342 268 ParentClass 342 269 Class 343 270 ParentClass 343 271 Class 344 272 ParentClass 344 273 Class 345 274 Section 347 275 Section 363 276 Class 364 277 Section 364 278 ParentClass 364 279 Class 365 280 Section 365 281 ParentClass 365 282 Class 366 283 Section 366 284 ParentClass 366 285 Class 367 286 Section 367 287 Owner 367 288 Class 370 289 Section 370 290 ParentClass 370 291 Class 371 292 Section 371 293 ParentClass 371 294 Class 372 295 Section 372 296 ParentClass 372 297 Class 373 298 Section 373 299 Owner 373 \. -- -- Name: ezpolicy_limitation_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezpolicy_limitation_s', 299, true); -- -- Data for Name: ezpolicy_limitation_value; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpolicy_limitation_value (id, limitation_id, value) FROM stdin; 477 251 1 478 252 1 480 254 3547135736 481 255 2582995467 482 256 27 483 256 35 484 256 37 485 256 26 486 257 3 487 258 1 488 259 27 489 259 35 490 259 37 491 259 26 492 260 3 493 261 1 494 261 28 495 261 26 496 261 21 497 261 22 498 261 23 499 261 16 500 261 17 501 261 25 502 261 24 503 261 29 504 261 30 505 261 36 506 261 34 507 261 35 508 261 27 509 262 1 510 263 18 511 264 17 512 265 31 513 266 30 514 267 33 515 268 34 516 269 27 517 270 29 518 271 1 519 271 28 520 271 22 521 271 23 522 271 24 523 271 29 524 271 34 525 271 36 526 272 23 527 273 1 528 273 28 529 273 16 530 273 17 531 273 18 532 273 21 533 273 22 534 273 23 535 273 24 536 273 25 537 273 26 538 273 27 539 273 29 540 273 30 541 273 33 542 273 34 543 273 36 544 274 1 545 274 6 546 274 3 547 275 6 548 276 31 549 277 6 550 278 30 551 279 32 552 280 6 553 281 31 554 282 13 555 283 6 556 284 16 557 285 13 558 285 31 559 285 32 560 286 6 561 287 1 562 288 31 563 289 1 564 290 30 565 291 32 566 292 1 567 293 31 568 294 13 569 295 1 570 296 16 571 296 18 572 297 13 573 297 31 574 297 32 575 298 1 576 299 1 \. -- -- Name: ezpolicy_limitation_value_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezpolicy_limitation_value_s', 576, true); -- -- Name: ezpolicy_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezpolicy_s', 377, true); -- -- Data for Name: ezpreferences; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpreferences (id, name, user_id, value) FROM stdin; 1 admin_navigation_content 14 1 2 admin_navigation_roles 14 1 3 admin_navigation_policies 14 1 4 admin_list_limit 14 2 5 admin_treemenu 14 1 6 admin_bookmark_menu 14 1 \. -- -- Name: ezpreferences_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezpreferences_s', 6, true); -- -- Data for Name: ezprest_authcode; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezprest_authcode (client_id, expirytime, id, scope, user_id) FROM stdin; \. -- -- Data for Name: ezprest_authorized_clients; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezprest_authorized_clients (created, id, rest_client_id, user_id) FROM stdin; \. -- -- Name: ezprest_authorized_clients_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezprest_authorized_clients_s', 1, false); -- -- Data for Name: ezprest_clients; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezprest_clients (client_id, client_secret, created, description, endpoint_uri, id, name, owner_id, updated, version) FROM stdin; \. -- -- Name: ezprest_clients_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezprest_clients_s', 1, false); -- -- Data for Name: ezprest_token; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezprest_token (client_id, expirytime, id, refresh_token, scope, user_id) FROM stdin; \. -- -- Data for Name: ezproductcategory; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezproductcategory (id, name) FROM stdin; \. -- -- Name: ezproductcategory_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezproductcategory_s', 1, false); -- -- Data for Name: ezproductcollection; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezproductcollection (created, currency_code, id) FROM stdin; \. -- -- Data for Name: ezproductcollection_item; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezproductcollection_item (contentobject_id, discount, id, is_vat_inc, item_count, name, price, productcollection_id, vat_value) FROM stdin; \. -- -- Data for Name: ezproductcollection_item_opt; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezproductcollection_item_opt (id, item_id, name, object_attribute_id, option_item_id, price, value) FROM stdin; \. -- -- Name: ezproductcollection_item_opt_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezproductcollection_item_opt_s', 1, false); -- -- Name: ezproductcollection_item_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezproductcollection_item_s', 1, false); -- -- Name: ezproductcollection_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezproductcollection_s', 1, false); -- -- Data for Name: ezpublishingqueueprocesses; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezpublishingqueueprocesses (created, ezcontentobject_version_id, finished, pid, started, status) FROM stdin; \. -- -- Data for Name: ezrole; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezrole (id, is_new, name, value, version) FROM stdin; 2 0 Administrator * 0 3 0 Editor 0 1 0 Anonymous 0 4 0 Partner \N 0 5 0 Member \N 0 \. -- -- Name: ezrole_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezrole_s', 5, true); -- -- Data for Name: ezrss_export; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezrss_export (access_url, active, created, creator_id, description, id, image_id, main_node_only, modified, modifier_id, node_id, number_of_objects, rss_version, site_access, status, title, url) FROM stdin; my_feed 1 1470840157 14 1 0 1 1470840157 14 0 10 2.0 1 My RSS Feed http://example.com \. -- -- Data for Name: ezrss_export_item; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezrss_export_item (category, class_id, description, enclosure, id, rssexport_id, source_node_id, status, subnodes, title) FROM stdin; 16 intro 1 1 139 1 0 title \. -- -- Name: ezrss_export_item_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezrss_export_item_s', 1, true); -- -- Name: ezrss_export_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezrss_export_s', 1, true); -- -- Data for Name: ezrss_import; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezrss_import (active, class_description, class_id, class_title, class_url, created, creator_id, destination_node_id, id, import_description, modified, modifier_id, name, object_owner_id, status, url) FROM stdin; \. -- -- Name: ezrss_import_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezrss_import_s', 1, false); -- -- Data for Name: ezscheduled_script; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezscheduled_script (command, id, last_report_timestamp, name, process_id, progress, user_id) FROM stdin; \. -- -- Name: ezscheduled_script_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezscheduled_script_s', 1, false); -- -- Data for Name: ezsearch_object_word_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezsearch_object_word_link (contentclass_attribute_id, contentclass_id, contentobject_id, frequency, id, identifier, integer_value, next_word_id, placement, prev_word_id, published, section_id, word_id) FROM stdin; 6 3 4 0 4663 name 0 951 0 0 1033917596 2 930 7 3 4 0 4664 description 0 952 1 930 1033917596 2 951 7 3 4 0 4665 description 0 0 2 951 1033917596 2 952 8 4 10 0 4666 first_name 0 954 0 0 1033920665 2 953 9 4 10 0 4667 last_name 0 953 1 953 1033920665 2 954 12 4 10 0 4668 user_account 0 955 2 954 1033920665 2 953 12 4 10 0 4669 user_account 0 927 3 953 1033920665 2 955 12 4 10 0 4670 user_account 0 0 4 955 1033920665 2 927 6 3 12 0 4673 name 0 930 0 0 1033920775 2 958 6 3 12 0 4674 name 0 0 1 958 1033920775 2 930 6 3 13 0 4675 name 0 0 0 0 1033920794 2 959 4 1 41 0 4681 name 0 0 0 0 1060695457 3 961 6 3 42 0 4682 name 0 930 0 0 1072180330 2 953 6 3 42 0 4683 name 0 954 1 953 1072180330 2 930 7 3 42 0 4684 description 0 952 2 930 1072180330 2 954 7 3 42 0 4685 description 0 816 3 954 1072180330 2 952 7 3 42 0 4686 description 0 814 4 952 1072180330 2 816 7 3 42 0 4687 description 0 953 5 816 1072180330 2 814 7 3 42 0 4688 description 0 954 6 814 1072180330 2 953 7 3 42 0 4689 description 0 0 7 953 1072180330 2 954 4 1 45 0 4690 name 0 0 0 0 1079684190 4 812 4 1 49 0 4691 name 0 0 0 0 1080220197 3 962 4 1 50 0 4692 name 0 0 0 0 1080220220 3 963 4 1 51 0 4693 name 0 0 0 0 1080220233 3 964 159 14 52 0 4694 name 0 965 0 0 1082016591 4 877 159 14 52 0 4695 name 0 966 1 877 1082016591 4 965 159 14 52 0 4696 name 0 0 2 965 1082016591 4 966 176 15 54 0 4697 id 0 0 0 0 1082016652 5 967 4 1 56 0 4698 name 0 0 0 0 1103023132 5 968 230 23 57 0 4699 name 0 0 0 0 1470840155 1 969 181 16 58 0 4700 title 0 970 0 0 1470840156 1 970 182 16 58 0 4701 short_title 0 802 1 970 1470840156 1 970 183 16 58 0 4702 intro 0 805 2 970 1470840156 1 802 183 16 58 0 4703 intro 0 810 3 802 1470840156 1 805 183 16 58 0 4704 intro 0 971 4 805 1470840156 1 810 183 16 58 0 4705 intro 0 972 5 810 1470840156 1 971 183 16 58 0 4706 intro 0 809 6 971 1470840156 1 972 183 16 58 0 4707 intro 0 973 7 972 1470840156 1 809 183 16 58 0 4708 intro 0 974 8 809 1470840156 1 973 183 16 58 0 4709 intro 0 814 9 973 1470840156 1 974 183 16 58 0 4710 intro 0 975 10 974 1470840156 1 814 183 16 58 0 4711 intro 0 976 11 814 1470840156 1 975 183 16 58 0 4712 intro 0 977 12 975 1470840156 1 976 183 16 58 0 4713 intro 0 978 13 976 1470840156 1 977 183 16 58 0 4714 intro 0 929 14 977 1470840156 1 978 183 16 58 0 4715 intro 0 979 15 978 1470840156 1 929 183 16 58 0 4716 intro 0 980 16 929 1470840156 1 979 183 16 58 0 4717 intro 0 981 17 979 1470840156 1 980 183 16 58 0 4718 intro 0 978 18 980 1470840156 1 981 183 16 58 0 4719 intro 0 982 19 981 1470840156 1 978 183 16 58 0 4720 intro 0 983 20 978 1470840156 1 982 183 16 58 0 4721 intro 0 984 21 982 1470840156 1 983 183 16 58 0 4722 intro 0 985 22 983 1470840156 1 984 183 16 58 0 4723 intro 0 986 23 984 1470840156 1 985 183 16 58 0 4724 intro 0 985 24 985 1470840156 1 986 183 16 58 0 4725 intro 0 987 25 986 1470840156 1 985 183 16 58 0 4726 intro 0 988 26 985 1470840156 1 987 183 16 58 0 4727 intro 0 989 27 987 1470840156 1 988 183 16 58 0 4728 intro 0 990 28 988 1470840156 1 989 183 16 58 0 4729 intro 0 991 29 989 1470840156 1 990 183 16 58 0 4730 intro 0 992 30 990 1470840156 1 991 183 16 58 0 4731 intro 0 993 31 991 1470840156 1 992 183 16 58 0 4732 intro 0 994 32 992 1470840156 1 993 183 16 58 0 4733 intro 0 995 33 993 1470840156 1 994 183 16 58 0 4734 intro 0 816 34 994 1470840156 1 995 183 16 58 0 4735 intro 0 921 35 995 1470840156 1 816 183 16 58 0 4736 intro 0 922 36 816 1470840156 1 921 183 16 58 0 4737 intro 0 802 37 921 1470840156 1 922 184 16 58 0 4738 body 0 907 38 922 1470840156 1 802 184 16 58 0 4739 body 0 807 39 802 1470840156 1 907 184 16 58 0 4740 body 0 996 40 907 1470840156 1 807 184 16 58 0 4741 body 0 927 41 807 1470840156 1 996 184 16 58 0 4742 body 0 802 42 996 1470840156 1 927 184 16 58 0 4743 body 0 997 43 927 1470840156 1 802 184 16 58 0 4744 body 0 807 44 802 1470840156 1 997 184 16 58 0 4745 body 0 996 45 997 1470840156 1 807 184 16 58 0 4746 body 0 998 46 807 1470840156 1 996 184 16 58 0 4747 body 0 874 47 996 1470840156 1 998 184 16 58 0 4748 body 0 996 48 998 1470840156 1 874 184 16 58 0 4749 body 0 999 49 874 1470840156 1 996 184 16 58 0 4750 body 0 1000 50 996 1470840156 1 999 184 16 58 0 4751 body 0 995 51 999 1470840156 1 1000 184 16 58 0 4752 body 0 1001 52 1000 1470840156 1 995 184 16 58 0 4753 body 0 1002 53 995 1470840156 1 1001 184 16 58 0 4754 body 0 1003 54 1001 1470840156 1 1002 184 16 58 0 4755 body 0 833 55 1002 1470840156 1 1003 184 16 58 0 4756 body 0 1004 56 1003 1470840156 1 833 184 16 58 0 4757 body 0 1005 57 833 1470840156 1 1004 184 16 58 0 4758 body 0 1006 58 1004 1470840156 1 1005 184 16 58 0 4759 body 0 1007 59 1005 1470840156 1 1006 184 16 58 0 4760 body 0 802 60 1006 1470840156 1 1007 184 16 58 0 4761 body 0 925 61 1007 1470840156 1 802 184 16 58 0 4762 body 0 1008 62 802 1470840156 1 925 184 16 58 0 4763 body 0 1009 63 925 1470840156 1 1008 184 16 58 0 4764 body 0 1010 64 1008 1470840156 1 1009 184 16 58 0 4765 body 0 1011 65 1009 1470840156 1 1010 184 16 58 0 4766 body 0 1012 66 1010 1470840156 1 1011 184 16 58 0 4767 body 0 1013 67 1011 1470840156 1 1012 184 16 58 0 4768 body 0 1014 68 1012 1470840156 1 1013 184 16 58 0 4769 body 0 1015 69 1013 1470840156 1 1014 184 16 58 0 4770 body 0 1016 70 1014 1470840156 1 1015 190 16 58 0 4771 publish_date 1341417600 0 71 1015 1470840156 1 1016 8 4 14 0 4772 first_name 0 954 0 0 1033920830 2 958 9 4 14 0 4773 last_name 0 1017 1 958 1033920830 2 954 12 4 14 0 4774 user_account 0 1017 2 954 1033920830 2 1017 12 4 14 0 4775 user_account 0 1018 3 1017 1033920830 2 1017 12 4 14 0 4776 user_account 0 0 4 1017 1033920830 2 1018 6 3 59 0 4777 name 0 0 0 0 1470840157 2 1019 6 3 11 0 4778 name 0 0 0 0 1033920746 2 1020 \. -- -- Name: ezsearch_object_word_link_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezsearch_object_word_link_s', 4778, true); -- -- Data for Name: ezsearch_search_phrase; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezsearch_search_phrase (id, phrase, phrase_count, result_count) FROM stdin; \. -- -- Name: ezsearch_search_phrase_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezsearch_search_phrase_s', 1, false); -- -- Data for Name: ezsearch_word; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezsearch_word (id, object_count, word) FROM stdin; 951 1 main 952 2 group 953 2 anonymous 959 1 editors 961 1 media 962 1 images 963 1 files 964 1 multimedia 965 1 ini 966 1 settings 967 1 sitestyle_identifier 968 1 design 969 1 home 970 1 footer 971 1 global 972 1 company 955 1 nospam 958 2 administrator 954 3 user 812 1 setup 973 1 offices 974 1 around 975 1 world 976 1 including 977 1 skien 978 1 norway 979 1 york 980 1 usa 981 1 oslo 982 1 cologne 983 1 germany 984 1 paris 985 1 france 986 1 lyon 987 1 beijing 988 1 china 989 1 tokyo 990 1 japan 991 1 singapore 992 1 london 993 1 uk 994 1 contact 995 1 us 996 1 http 997 1 community 998 1 share.ez.no 999 1 doc.ez.no 1000 1 follow 1001 1 on 1002 1 twitter 1003 1 facebook 1004 1 linkedin 1005 1 copyright 1006 1 c 1007 1 2014 1008 1 as 1009 1 except 1010 1 where 1011 1 otherwise 1012 1 noted 1013 1 all 1014 1 rights 1015 1 reserved 1016 1 1341417600 1017 1 admin 1018 1 at.com 877 1 common 930 3 users 809 1 with 802 1 ez 805 1 is 810 1 a 814 2 the 929 1 new 816 2 for 921 1 more 922 1 information 907 1 official 807 1 site 874 1 documentation 833 1 and 925 1 systems 927 2 ez.no 1019 1 partners 1020 1 members \. -- -- Name: ezsearch_word_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezsearch_word_s', 1020, true); -- -- Data for Name: ezsection; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezsection (id, identifier, locale, name, navigation_part_identifier) FROM stdin; 1 standard Standard ezcontentnavigationpart 2 users Users ezusernavigationpart 3 media Media ezmedianavigationpart 4 setup Setup ezsetupnavigationpart 5 design Design ezvisualnavigationpart 6 Restricted ezcontentnavigationpart \. -- -- Name: ezsection_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezsection_s', 6, true); -- -- Data for Name: ezsession; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezsession (data, expiration_time, session_key, user_hash, user_id) FROM stdin; \. -- -- Data for Name: ezsite_data; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezsite_data (name, value) FROM stdin; ezpublish-release 1 ezpublish-version 5.4.0 ezdemo 2.0 \. -- -- Data for Name: ezstarrating; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezstarrating (contentobject_id, contentobject_attribute_id, rating_average, rating_count) FROM stdin; \. -- -- Data for Name: ezstarrating_data; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezstarrating_data (id, created_at, user_id, session_key, rating, contentobject_id, contentobject_attribute_id) FROM stdin; \. -- -- Name: ezstarrating_data_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezstarrating_data_s', 1, false); -- -- Data for Name: ezsubtree_notification_rule; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezsubtree_notification_rule (id, node_id, use_digest, user_id) FROM stdin; \. -- -- Name: ezsubtree_notification_rule_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezsubtree_notification_rule_s', 1, false); -- -- Data for Name: eztipafriend_counter; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY eztipafriend_counter (count, node_id, requested) FROM stdin; \. -- -- Data for Name: eztipafriend_request; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY eztipafriend_request (created, email_receiver) FROM stdin; \. -- -- Data for Name: eztrigger; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY eztrigger (connect_type, function_name, id, module_name, name, workflow_id) FROM stdin; \. -- -- Name: eztrigger_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('eztrigger_s', 1, false); -- -- Data for Name: ezurl; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezurl (created, id, is_valid, last_checked, modified, original_url_md5, url) FROM stdin; 1082368571 8 1 0 1082368571 dfcdb471b240d964dc3f57b998eb0533 http://ez.no 1470840156 23 1 0 1470840156 a99e0cbe4aa82974daa427a121c1bd32 http://ez.no/About-eZ/Contact-Us 1470840156 24 1 0 1470840156 265d537bfba0e5ed4e85fbcd7f30ea84 http://share.ez.no 1470840156 25 1 0 1470840156 ba55ac8a1ebe1cd6eedbb5fc073feb4e http://doc.ez.no 1470840156 26 1 0 1470840156 aaea21dc8d911e7b5dbcde30028e5232 https://twitter.com/eZSystems 1470840156 27 1 0 1470840156 ec8180e4dbb06b25b58150922546d389 http://www.facebook.com/eZPublishEnterprise 1470840156 28 1 0 1470840156 f010a7745c13a177f06df0afadb91ed9 https://www.linkedin.com/company/ez-systems 1470840157 29 1 0 1470840157 9b492048041e95b32de08bafc86d759b /content/view/sitemap/2 1470840157 30 1 0 1470840157 c86bcb109d8e70f9db65c803baafd550 /content/view/tagcloud/2 \. -- -- Data for Name: ezurl_object_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezurl_object_link (contentobject_attribute_id, contentobject_attribute_version, url_id) FROM stdin; 190 1 23 191 1 8 191 1 24 191 1 25 191 1 26 191 1 27 191 1 28 200 2 29 201 2 30 \. -- -- Name: ezurl_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezurl_s', 30, true); -- -- Data for Name: ezurlalias; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezurlalias (destination_url, forward_to_id, id, is_imported, is_internal, is_wildcard, source_md5, source_url) FROM stdin; content/view/full/2 0 12 1 1 0 d41d8cd98f00b204e9800998ecf8427e content/view/full/5 0 13 1 1 0 9bc65c2abec141778ffaa729489f3e87 users content/view/full/12 0 15 1 1 0 02d4e844e3a660857a3f81585995ffe1 users/guest_accounts content/view/full/13 0 16 1 1 0 1b1d79c16700fd6003ea7be233e754ba users/administrator_users content/view/full/14 0 17 1 1 0 0bb9dd665c96bbc1cf36b79180786dea users/editors content/view/full/15 0 18 1 1 0 f1305ac5f327a19b451d82719e0c3f5d users/administrator_users/administrator_user content/view/full/43 0 20 1 1 0 62933a2951ef01f4eafd9bdf4d3cd2f0 media content/view/full/44 0 21 1 1 0 3ae1aac958e1c82013689d917d34967a users/anonymous_users content/view/full/45 0 22 1 1 0 aad93975f09371695ba08292fd9698db users/anonymous_users/anonymous_user content/view/full/48 0 25 1 1 0 a0f848942ce863cf53c0fa6cc684007d setup content/view/full/50 0 27 1 1 0 c60212835de76414f9bfd21eecb8f221 foo_bar_folder/images/vbanner content/view/full/51 0 28 1 1 0 38985339d4a5aadfc41ab292b4527046 media/images content/view/full/52 0 29 1 1 0 ad5a8c6f6aac3b1b9df267fe22e7aef6 media/files content/view/full/53 0 30 1 1 0 562a0ac498571c6c3529173184a2657c media/multimedia content/view/full/54 0 31 1 1 0 e501fe6c81ed14a5af2b322d248102d8 setup/common_ini_settings content/view/full/56 0 32 1 1 0 2dd3db5dc7122ea5f3ee539bb18fe97d design/ez_publish content/view/full/58 0 33 1 1 0 31c13f47ad87dd7baa2d558a91e0fbb9 design \. -- -- Data for Name: ezurlalias_ml; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezurlalias_ml (action, action_type, alias_redirects, id, is_alias, is_original, lang_mask, link, parent, text, text_md5) FROM stdin; nop: nop 1 14 0 0 1 14 0 foo_bar_folder 0288b6883046492fa92e4a84eb67acc9 eznode:58 eznode 1 25 0 1 3 25 0 Design 31c13f47ad87dd7baa2d558a91e0fbb9 eznode:48 eznode 1 13 0 1 3 13 0 Setup2 475e97c0146bfb1c490339546d9e72ee nop: nop 1 17 0 0 1 17 0 media2 50e2736330de124f6edea9b008556fe6 eznode:43 eznode 1 9 0 1 3 9 0 Media 62933a2951ef01f4eafd9bdf4d3cd2f0 nop: nop 1 21 0 0 1 21 0 setup3 732cefcf28bf4547540609fb1a786a30 nop: nop 1 3 0 0 1 3 0 users2 86425c35a33507d479f71ade53a669aa eznode:5 eznode 1 2 0 1 3 2 0 Users 9bc65c2abec141778ffaa729489f3e87 eznode:14 eznode 1 6 0 1 3 6 2 Editors a147e136bfa717592f2bd70bd4b53b17 eznode:44 eznode 1 10 0 1 3 10 2 Anonymous-Users c2803c3fa1b0b5423237b4e018cae755 eznode:13 eznode 1 5 0 1 3 5 2 Administrator-users f89fad7f8a3abc8c09e1deb46a420007 nop: nop 1 11 0 0 1 11 3 anonymous_users2 505e93077a6dde9034ad97a14ab022b1 eznode:14 eznode 1 29 0 0 1 6 3 editors a147e136bfa717592f2bd70bd4b53b17 nop: nop 1 7 0 0 1 7 3 administrator_users2 a7da338c20bf65f9f789c87296379c2a eznode:13 eznode 1 27 0 0 1 5 3 administrator_users aeb8609aa933b0899aa012c71139c58c eznode:44 eznode 1 30 0 0 1 10 3 anonymous_users e9e5ad0c05ee1a43715572e5cc545926 eznode:53 eznode 1 20 0 1 3 20 9 Multimedia 2e5bc8831f7ae6a29530e7f1bbf2de9c eznode:52 eznode 1 19 0 1 3 19 9 Files 45b963397aa40d4a0063e0d85e4fe7a1 eznode:51 eznode 1 18 0 1 3 18 9 Images 59b514174bffe4ae402b3d63aad79fe0 eznode:45 eznode 1 12 0 1 3 12 10 Anonymous-User ccb62ebca03a31272430bc414bd5cd5b eznode:45 eznode 1 31 0 0 1 12 11 anonymous_user c593ec85293ecb0e02d50d4c5c6c20eb eznode:54 eznode 1 22 0 1 2 22 13 Common-INI-settings 4434993ac013ae4d54bb1f51034d6401 nop: nop 1 15 0 0 1 15 14 images 59b514174bffe4ae402b3d63aad79fe0 eznode:50 eznode 1 16 0 1 2 16 15 vbanner c54e2d1b93642e280bdc5d99eab2827d eznode:53 eznode 1 34 0 0 1 20 17 multimedia 2e5bc8831f7ae6a29530e7f1bbf2de9c eznode:52 eznode 1 33 0 0 1 19 17 files 45b963397aa40d4a0063e0d85e4fe7a1 eznode:51 eznode 1 32 0 0 1 18 17 images 59b514174bffe4ae402b3d63aad79fe0 eznode:54 eznode 1 35 0 0 1 22 21 common_ini_settings e59d6834e86cee752ed841f9cd8d5baf eznode:56 eznode 1 37 0 0 2 24 25 eZ-publish 10e4c3cb527fb9963258469986c16240 eznode:56 eznode 1 24 0 1 2 24 25 Plain-site 49a39d99a955d95aa5d636275656a07a eznode:60 eznode 1 39 0 1 2 39 0 footer 251d164643533a527361dbe1a7b9235d eznode:15 eznode 1 28 0 0 0 8 7 administrator_user a3cca2de936df1e2f805710399989971 eznode:15 eznode 1 8 0 1 3 8 5 Administrator-User 5a9d7b0ec93173ef4fedee023209cb61 eznode:2 eznode 1 1 0 1 3 1 0 d41d8cd98f00b204e9800998ecf8427e eznode:59 eznode 1 38 0 1 3 38 0 eZ-Publish 10e4c3cb527fb9963258469986c16240 eznode:59 eznode 1 40 0 0 3 38 0 Home 106a6c241b8797f52e1e77317b96a201 eznode:61 eznode 1 41 0 1 3 41 2 Partners 7896f8fa69398c56d86a65357615c41f eznode:12 eznode 1 26 0 0 0 4 3 guest_accounts 70bb992820e73638731aa8de79b3329e eznode:12 eznode 1 4 0 1 3 4 2 Members d2e3083420929d8bfae81f58fa4594cb eznode:12 eznode 1 42 0 0 3 4 2 Guest-accounts e57843d836e3af8ab611fde9e2139b3a \. -- -- Data for Name: ezurlalias_ml_incr; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezurlalias_ml_incr (id) FROM stdin; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 \. -- -- Name: ezurlalias_ml_incr_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezurlalias_ml_incr_s', 42, true); -- -- Name: ezurlalias_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezurlalias_s', 33, true); -- -- Data for Name: ezurlwildcard; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezurlwildcard (destination_url, id, source_url, type) FROM stdin; \. -- -- Name: ezurlwildcard_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezurlwildcard_s', 1, false); -- -- Data for Name: ezuser; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezuser (contentobject_id, email, login, password_hash, password_hash_type) FROM stdin; 10 nospam@ez.no anonymous 4e6f6184135228ccd45f8233d72a0363 2 14 admin@at.com admin c78e3b0f3d9244ed8c6d1c29464bdff9 2 \. -- -- Data for Name: ezuser_accountkey; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezuser_accountkey (hash_key, id, "time", user_id) FROM stdin; \. -- -- Name: ezuser_accountkey_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezuser_accountkey_s', 1, false); -- -- Data for Name: ezuser_discountrule; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezuser_discountrule (contentobject_id, discountrule_id, id, name) FROM stdin; \. -- -- Name: ezuser_discountrule_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezuser_discountrule_s', 1, false); -- -- Data for Name: ezuser_role; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezuser_role (contentobject_id, id, limit_identifier, limit_value, role_id) FROM stdin; 12 25 2 11 28 1 42 31 1 13 32 Subtree /1/2/ 3 13 33 Subtree /1/43/ 3 11 34 5 59 35 4 59 36 5 59 37 1 13 38 5 \. -- -- Name: ezuser_role_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezuser_role_s', 38, true); -- -- Data for Name: ezuser_setting; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezuser_setting (is_enabled, max_login, user_id) FROM stdin; 1 1000 10 1 10 14 \. -- -- Data for Name: ezuservisit; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezuservisit (current_visit_timestamp, failed_login_attempts, last_visit_timestamp, login_count, user_id) FROM stdin; 1470902571 0 1470840324 2 14 \. -- -- Data for Name: ezvatrule; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezvatrule (country_code, id, vat_type) FROM stdin; \. -- -- Data for Name: ezvatrule_product_category; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezvatrule_product_category (product_category_id, vatrule_id) FROM stdin; \. -- -- Name: ezvatrule_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezvatrule_s', 1, false); -- -- Data for Name: ezvattype; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezvattype (id, name, percentage) FROM stdin; 1 Std 0 \. -- -- Name: ezvattype_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezvattype_s', 1, true); -- -- Data for Name: ezview_counter; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezview_counter (count, node_id) FROM stdin; \. -- -- Data for Name: ezwaituntildatevalue; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezwaituntildatevalue (contentclass_attribute_id, contentclass_id, id, workflow_event_id, workflow_event_version) FROM stdin; \. -- -- Name: ezwaituntildatevalue_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezwaituntildatevalue_s', 1, false); -- -- Data for Name: ezwishlist; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezwishlist (id, productcollection_id, user_id) FROM stdin; \. -- -- Name: ezwishlist_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezwishlist_s', 1, false); -- -- Data for Name: ezworkflow; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezworkflow (created, creator_id, id, is_enabled, modified, modifier_id, name, version, workflow_type_string) FROM stdin; \. -- -- Data for Name: ezworkflow_assign; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezworkflow_assign (access_type, as_tree, id, node_id, workflow_id) FROM stdin; \. -- -- Name: ezworkflow_assign_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezworkflow_assign_s', 1, false); -- -- Data for Name: ezworkflow_event; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezworkflow_event (data_int1, data_int2, data_int3, data_int4, data_text1, data_text2, data_text3, data_text4, data_text5, description, id, placement, version, workflow_id, workflow_type_string) FROM stdin; \. -- -- Name: ezworkflow_event_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezworkflow_event_s', 1, false); -- -- Data for Name: ezworkflow_group; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezworkflow_group (created, creator_id, id, modified, modifier_id, name) FROM stdin; 1024392098 14 1 1024392098 14 Standard \. -- -- Data for Name: ezworkflow_group_link; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezworkflow_group_link (group_id, group_name, workflow_id, workflow_version) FROM stdin; \. -- -- Name: ezworkflow_group_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezworkflow_group_s', 1, true); -- -- Data for Name: ezworkflow_process; Type: TABLE DATA; Schema: public; Owner: ezp -- COPY ezworkflow_process (activation_date, content_id, content_version, created, event_id, event_position, event_state, event_status, id, last_event_id, last_event_position, last_event_status, memento_key, modified, node_id, parameters, process_key, session_key, status, user_id, workflow_id) FROM stdin; \. -- -- Name: ezworkflow_process_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezworkflow_process_s', 1, false); -- -- Name: ezworkflow_s; Type: SEQUENCE SET; Schema: public; Owner: ezp -- SELECT pg_catalog.setval('ezworkflow_s', 1, false); -- -- Name: ezapprove_items_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezapprove_items ADD CONSTRAINT ezapprove_items_pkey PRIMARY KEY (id); -- -- Name: ezbasket_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezbasket ADD CONSTRAINT ezbasket_pkey PRIMARY KEY (id); -- -- Name: ezbinaryfile_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezbinaryfile ADD CONSTRAINT ezbinaryfile_pkey PRIMARY KEY (contentobject_attribute_id, version); -- -- Name: ezcobj_state_group_language_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcobj_state_group_language ADD CONSTRAINT ezcobj_state_group_language_pkey PRIMARY KEY (contentobject_state_group_id, real_language_id); -- -- Name: ezcobj_state_group_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcobj_state_group ADD CONSTRAINT ezcobj_state_group_pkey PRIMARY KEY (id); -- -- Name: ezcobj_state_language_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcobj_state_language ADD CONSTRAINT ezcobj_state_language_pkey PRIMARY KEY (contentobject_state_id, language_id); -- -- Name: ezcobj_state_link_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcobj_state_link ADD CONSTRAINT ezcobj_state_link_pkey PRIMARY KEY (contentobject_id, contentobject_state_id); -- -- Name: ezcobj_state_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcobj_state ADD CONSTRAINT ezcobj_state_pkey PRIMARY KEY (id); -- -- Name: ezcollab_group_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_group ADD CONSTRAINT ezcollab_group_pkey PRIMARY KEY (id); -- -- Name: ezcollab_item_group_link_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_item_group_link ADD CONSTRAINT ezcollab_item_group_link_pkey PRIMARY KEY (collaboration_id, group_id, user_id); -- -- Name: ezcollab_item_message_link_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_item_message_link ADD CONSTRAINT ezcollab_item_message_link_pkey PRIMARY KEY (id); -- -- Name: ezcollab_item_participant_link_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_item_participant_link ADD CONSTRAINT ezcollab_item_participant_link_pkey PRIMARY KEY (collaboration_id, participant_id); -- -- Name: ezcollab_item_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_item ADD CONSTRAINT ezcollab_item_pkey PRIMARY KEY (id); -- -- Name: ezcollab_item_status_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_item_status ADD CONSTRAINT ezcollab_item_status_pkey PRIMARY KEY (collaboration_id, user_id); -- -- Name: ezcollab_notification_rule_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_notification_rule ADD CONSTRAINT ezcollab_notification_rule_pkey PRIMARY KEY (id); -- -- Name: ezcollab_profile_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_profile ADD CONSTRAINT ezcollab_profile_pkey PRIMARY KEY (id); -- -- Name: ezcollab_simple_message_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcollab_simple_message ADD CONSTRAINT ezcollab_simple_message_pkey PRIMARY KEY (id); -- -- Name: ezcontent_language_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontent_language ADD CONSTRAINT ezcontent_language_pkey PRIMARY KEY (id); -- -- Name: ezcontentbrowsebookmark_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentbrowsebookmark ADD CONSTRAINT ezcontentbrowsebookmark_pkey PRIMARY KEY (id); -- -- Name: ezcontentbrowserecent_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentbrowserecent ADD CONSTRAINT ezcontentbrowserecent_pkey PRIMARY KEY (id); -- -- Name: ezcontentclass_attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentclass_attribute ADD CONSTRAINT ezcontentclass_attribute_pkey PRIMARY KEY (id, version); -- -- Name: ezcontentclass_classgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentclass_classgroup ADD CONSTRAINT ezcontentclass_classgroup_pkey PRIMARY KEY (contentclass_id, contentclass_version, group_id); -- -- Name: ezcontentclass_name_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentclass_name ADD CONSTRAINT ezcontentclass_name_pkey PRIMARY KEY (contentclass_id, contentclass_version, language_id); -- -- Name: ezcontentclass_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentclass ADD CONSTRAINT ezcontentclass_pkey PRIMARY KEY (id, version); -- -- Name: ezcontentclassgroup_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentclassgroup ADD CONSTRAINT ezcontentclassgroup_pkey PRIMARY KEY (id); -- -- Name: ezcontentobject_attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentobject_attribute ADD CONSTRAINT ezcontentobject_attribute_pkey PRIMARY KEY (id, version); -- -- Name: ezcontentobject_link_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentobject_link ADD CONSTRAINT ezcontentobject_link_pkey PRIMARY KEY (id); -- -- Name: ezcontentobject_name_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentobject_name ADD CONSTRAINT ezcontentobject_name_pkey PRIMARY KEY (contentobject_id, content_version, content_translation); -- -- Name: ezcontentobject_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentobject ADD CONSTRAINT ezcontentobject_pkey PRIMARY KEY (id); -- -- Name: ezcontentobject_trash_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentobject_trash ADD CONSTRAINT ezcontentobject_trash_pkey PRIMARY KEY (node_id); -- -- Name: ezcontentobject_tree_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentobject_tree ADD CONSTRAINT ezcontentobject_tree_pkey PRIMARY KEY (node_id); -- -- Name: ezcontentobject_version_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcontentobject_version ADD CONSTRAINT ezcontentobject_version_pkey PRIMARY KEY (id); -- -- Name: ezcurrencydata_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezcurrencydata ADD CONSTRAINT ezcurrencydata_pkey PRIMARY KEY (id); -- -- Name: ezdiscountrule_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezdiscountrule ADD CONSTRAINT ezdiscountrule_pkey PRIMARY KEY (id); -- -- Name: ezdiscountsubrule_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezdiscountsubrule ADD CONSTRAINT ezdiscountsubrule_pkey PRIMARY KEY (id); -- -- Name: ezdiscountsubrule_value_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezdiscountsubrule_value ADD CONSTRAINT ezdiscountsubrule_value_pkey PRIMARY KEY (discountsubrule_id, value, issection); -- -- Name: ezenumobjectvalue_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezenumobjectvalue ADD CONSTRAINT ezenumobjectvalue_pkey PRIMARY KEY (contentobject_attribute_id, contentobject_attribute_version, enumid); -- -- Name: ezenumvalue_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezenumvalue ADD CONSTRAINT ezenumvalue_pkey PRIMARY KEY (id, contentclass_attribute_id, contentclass_attribute_version); -- -- Name: ezforgot_password_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezforgot_password ADD CONSTRAINT ezforgot_password_pkey PRIMARY KEY (id); -- -- Name: ezgeneral_digest_user_settings_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezgeneral_digest_user_settings ADD CONSTRAINT ezgeneral_digest_user_settings_pkey PRIMARY KEY (id); -- -- Name: ezgmaplocation_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezgmaplocation ADD CONSTRAINT ezgmaplocation_pkey PRIMARY KEY (contentobject_attribute_id, contentobject_version); -- -- Name: ezimagefile_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezimagefile ADD CONSTRAINT ezimagefile_pkey PRIMARY KEY (id); -- -- Name: ezinfocollection_attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezinfocollection_attribute ADD CONSTRAINT ezinfocollection_attribute_pkey PRIMARY KEY (id); -- -- Name: ezinfocollection_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezinfocollection ADD CONSTRAINT ezinfocollection_pkey PRIMARY KEY (id); -- -- Name: ezisbn_group_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezisbn_group ADD CONSTRAINT ezisbn_group_pkey PRIMARY KEY (id); -- -- Name: ezisbn_group_range_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezisbn_group_range ADD CONSTRAINT ezisbn_group_range_pkey PRIMARY KEY (id); -- -- Name: ezisbn_registrant_range_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezisbn_registrant_range ADD CONSTRAINT ezisbn_registrant_range_pkey PRIMARY KEY (id); -- -- Name: ezkeyword_attribute_link_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezkeyword_attribute_link ADD CONSTRAINT ezkeyword_attribute_link_pkey PRIMARY KEY (id); -- -- Name: ezkeyword_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezkeyword ADD CONSTRAINT ezkeyword_pkey PRIMARY KEY (id); -- -- Name: ezm_block_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezm_block ADD CONSTRAINT ezm_block_pkey PRIMARY KEY (id); -- -- Name: ezm_pool_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezm_pool ADD CONSTRAINT ezm_pool_pkey PRIMARY KEY (block_id, object_id); -- -- Name: ezmedia_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezmedia ADD CONSTRAINT ezmedia_pkey PRIMARY KEY (contentobject_attribute_id, version); -- -- Name: ezmessage_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezmessage ADD CONSTRAINT ezmessage_pkey PRIMARY KEY (id); -- -- Name: ezmodule_run_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezmodule_run ADD CONSTRAINT ezmodule_run_pkey PRIMARY KEY (id); -- -- Name: ezmultipricedata_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezmultipricedata ADD CONSTRAINT ezmultipricedata_pkey PRIMARY KEY (id); -- -- Name: eznode_assignment_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY eznode_assignment ADD CONSTRAINT eznode_assignment_pkey PRIMARY KEY (id); -- -- Name: eznotificationcollection_item_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY eznotificationcollection_item ADD CONSTRAINT eznotificationcollection_item_pkey PRIMARY KEY (id); -- -- Name: eznotificationcollection_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY eznotificationcollection ADD CONSTRAINT eznotificationcollection_pkey PRIMARY KEY (id); -- -- Name: eznotificationevent_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY eznotificationevent ADD CONSTRAINT eznotificationevent_pkey PRIMARY KEY (id); -- -- Name: ezoperation_memento_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezoperation_memento ADD CONSTRAINT ezoperation_memento_pkey PRIMARY KEY (id, memento_key); -- -- Name: ezorder_item_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezorder_item ADD CONSTRAINT ezorder_item_pkey PRIMARY KEY (id); -- -- Name: ezorder_nr_incr_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezorder_nr_incr ADD CONSTRAINT ezorder_nr_incr_pkey PRIMARY KEY (id); -- -- Name: ezorder_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezorder ADD CONSTRAINT ezorder_pkey PRIMARY KEY (id); -- -- Name: ezorder_status_history_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezorder_status_history ADD CONSTRAINT ezorder_status_history_pkey PRIMARY KEY (id); -- -- Name: ezorder_status_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezorder_status ADD CONSTRAINT ezorder_status_pkey PRIMARY KEY (id); -- -- Name: ezpackage_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpackage ADD CONSTRAINT ezpackage_pkey PRIMARY KEY (id); -- -- Name: ezpaymentobject_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpaymentobject ADD CONSTRAINT ezpaymentobject_pkey PRIMARY KEY (id); -- -- Name: ezpdf_export_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpdf_export ADD CONSTRAINT ezpdf_export_pkey PRIMARY KEY (id, version); -- -- Name: ezpending_actions_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpending_actions ADD CONSTRAINT ezpending_actions_pkey PRIMARY KEY (id); -- -- Name: ezpolicy_limitation_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpolicy_limitation ADD CONSTRAINT ezpolicy_limitation_pkey PRIMARY KEY (id); -- -- Name: ezpolicy_limitation_value_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpolicy_limitation_value ADD CONSTRAINT ezpolicy_limitation_value_pkey PRIMARY KEY (id); -- -- Name: ezpolicy_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpolicy ADD CONSTRAINT ezpolicy_pkey PRIMARY KEY (id); -- -- Name: ezpreferences_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpreferences ADD CONSTRAINT ezpreferences_pkey PRIMARY KEY (id); -- -- Name: ezprest_authcode_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezprest_authcode ADD CONSTRAINT ezprest_authcode_pkey PRIMARY KEY (id); -- -- Name: ezprest_authorized_clients_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezprest_authorized_clients ADD CONSTRAINT ezprest_authorized_clients_pkey PRIMARY KEY (id); -- -- Name: ezprest_clients_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezprest_clients ADD CONSTRAINT ezprest_clients_pkey PRIMARY KEY (id); -- -- Name: ezprest_token_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezprest_token ADD CONSTRAINT ezprest_token_pkey PRIMARY KEY (id); -- -- Name: ezproductcategory_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezproductcategory ADD CONSTRAINT ezproductcategory_pkey PRIMARY KEY (id); -- -- Name: ezproductcollection_item_opt_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezproductcollection_item_opt ADD CONSTRAINT ezproductcollection_item_opt_pkey PRIMARY KEY (id); -- -- Name: ezproductcollection_item_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezproductcollection_item ADD CONSTRAINT ezproductcollection_item_pkey PRIMARY KEY (id); -- -- Name: ezproductcollection_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezproductcollection ADD CONSTRAINT ezproductcollection_pkey PRIMARY KEY (id); -- -- Name: ezpublishingqueueprocesses_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezpublishingqueueprocesses ADD CONSTRAINT ezpublishingqueueprocesses_pkey PRIMARY KEY (ezcontentobject_version_id); -- -- Name: ezrole_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezrole ADD CONSTRAINT ezrole_pkey PRIMARY KEY (id); -- -- Name: ezrss_export_item_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezrss_export_item ADD CONSTRAINT ezrss_export_item_pkey PRIMARY KEY (id, status); -- -- Name: ezrss_export_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezrss_export ADD CONSTRAINT ezrss_export_pkey PRIMARY KEY (id, status); -- -- Name: ezrss_import_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezrss_import ADD CONSTRAINT ezrss_import_pkey PRIMARY KEY (id, status); -- -- Name: ezscheduled_script_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezscheduled_script ADD CONSTRAINT ezscheduled_script_pkey PRIMARY KEY (id); -- -- Name: ezsearch_object_word_link_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezsearch_object_word_link ADD CONSTRAINT ezsearch_object_word_link_pkey PRIMARY KEY (id); -- -- Name: ezsearch_search_phrase_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezsearch_search_phrase ADD CONSTRAINT ezsearch_search_phrase_pkey PRIMARY KEY (id); -- -- Name: ezsearch_word_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezsearch_word ADD CONSTRAINT ezsearch_word_pkey PRIMARY KEY (id); -- -- Name: ezsection_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezsection ADD CONSTRAINT ezsection_pkey PRIMARY KEY (id); -- -- Name: ezsession_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezsession ADD CONSTRAINT ezsession_pkey PRIMARY KEY (session_key); -- -- Name: ezsite_data_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezsite_data ADD CONSTRAINT ezsite_data_pkey PRIMARY KEY (name); -- -- Name: ezstarrating_data_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezstarrating_data ADD CONSTRAINT ezstarrating_data_pkey PRIMARY KEY (id); -- -- Name: ezstarrating_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezstarrating ADD CONSTRAINT ezstarrating_pkey PRIMARY KEY (contentobject_id, contentobject_attribute_id); -- -- Name: ezsubtree_notification_rule_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezsubtree_notification_rule ADD CONSTRAINT ezsubtree_notification_rule_pkey PRIMARY KEY (id); -- -- Name: eztipafriend_counter_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY eztipafriend_counter ADD CONSTRAINT eztipafriend_counter_pkey PRIMARY KEY (node_id, requested); -- -- Name: eztrigger_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY eztrigger ADD CONSTRAINT eztrigger_pkey PRIMARY KEY (id); -- -- Name: ezurl_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezurl ADD CONSTRAINT ezurl_pkey PRIMARY KEY (id); -- -- Name: ezurlalias_ml_incr_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezurlalias_ml_incr ADD CONSTRAINT ezurlalias_ml_incr_pkey PRIMARY KEY (id); -- -- Name: ezurlalias_ml_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezurlalias_ml ADD CONSTRAINT ezurlalias_ml_pkey PRIMARY KEY (parent, text_md5); -- -- Name: ezurlalias_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezurlalias ADD CONSTRAINT ezurlalias_pkey PRIMARY KEY (id); -- -- Name: ezurlwildcard_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezurlwildcard ADD CONSTRAINT ezurlwildcard_pkey PRIMARY KEY (id); -- -- Name: ezuser_accountkey_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezuser_accountkey ADD CONSTRAINT ezuser_accountkey_pkey PRIMARY KEY (id); -- -- Name: ezuser_discountrule_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezuser_discountrule ADD CONSTRAINT ezuser_discountrule_pkey PRIMARY KEY (id); -- -- Name: ezuser_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezuser ADD CONSTRAINT ezuser_pkey PRIMARY KEY (contentobject_id); -- -- Name: ezuser_role_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezuser_role ADD CONSTRAINT ezuser_role_pkey PRIMARY KEY (id); -- -- Name: ezuser_setting_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezuser_setting ADD CONSTRAINT ezuser_setting_pkey PRIMARY KEY (user_id); -- -- Name: ezuservisit_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezuservisit ADD CONSTRAINT ezuservisit_pkey PRIMARY KEY (user_id); -- -- Name: ezvatrule_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezvatrule ADD CONSTRAINT ezvatrule_pkey PRIMARY KEY (id); -- -- Name: ezvatrule_product_category_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezvatrule_product_category ADD CONSTRAINT ezvatrule_product_category_pkey PRIMARY KEY (vatrule_id, product_category_id); -- -- Name: ezvattype_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezvattype ADD CONSTRAINT ezvattype_pkey PRIMARY KEY (id); -- -- Name: ezview_counter_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezview_counter ADD CONSTRAINT ezview_counter_pkey PRIMARY KEY (node_id); -- -- Name: ezwaituntildatevalue_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezwaituntildatevalue ADD CONSTRAINT ezwaituntildatevalue_pkey PRIMARY KEY (id, workflow_event_id, workflow_event_version); -- -- Name: ezwishlist_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezwishlist ADD CONSTRAINT ezwishlist_pkey PRIMARY KEY (id); -- -- Name: ezworkflow_assign_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezworkflow_assign ADD CONSTRAINT ezworkflow_assign_pkey PRIMARY KEY (id); -- -- Name: ezworkflow_event_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezworkflow_event ADD CONSTRAINT ezworkflow_event_pkey PRIMARY KEY (id, version); -- -- Name: ezworkflow_group_link_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezworkflow_group_link ADD CONSTRAINT ezworkflow_group_link_pkey PRIMARY KEY (workflow_id, group_id, workflow_version); -- -- Name: ezworkflow_group_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezworkflow_group ADD CONSTRAINT ezworkflow_group_pkey PRIMARY KEY (id); -- -- Name: ezworkflow_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezworkflow ADD CONSTRAINT ezworkflow_pkey PRIMARY KEY (id, version); -- -- Name: ezworkflow_process_pkey; Type: CONSTRAINT; Schema: public; Owner: ezp; Tablespace: -- ALTER TABLE ONLY ezworkflow_process ADD CONSTRAINT ezworkflow_process_pkey PRIMARY KEY (id); -- -- Name: authcode_client_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX authcode_client_id ON ezprest_authcode USING btree (client_id); -- -- Name: client_id_unique; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE UNIQUE INDEX client_id_unique ON ezprest_clients USING btree (client_id, version); -- -- Name: client_user; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX client_user ON ezprest_authorized_clients USING btree (rest_client_id, user_id); -- -- Name: contentobject_id_contentobject_attribute_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX contentobject_id_contentobject_attribute_id ON ezstarrating_data USING btree (contentobject_id, contentobject_attribute_id); -- -- Name: expiration_time; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX expiration_time ON ezsession USING btree (expiration_time); -- -- Name: ezbasket_session_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezbasket_session_id ON ezbasket USING btree (session_id); -- -- Name: ezco_link_from; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezco_link_from ON ezcontentobject_link USING btree (from_contentobject_id, from_contentobject_version, contentclassattribute_id); -- -- Name: ezco_link_to_co_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezco_link_to_co_id ON ezcontentobject_link USING btree (to_contentobject_id); -- -- Name: ezcobj_state_group_identifier; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE UNIQUE INDEX ezcobj_state_group_identifier ON ezcobj_state_group USING btree (identifier); -- -- Name: ezcobj_state_group_lmask; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_state_group_lmask ON ezcobj_state_group USING btree (language_mask); -- -- Name: ezcobj_state_identifier; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE UNIQUE INDEX ezcobj_state_identifier ON ezcobj_state USING btree (group_id, identifier); -- -- Name: ezcobj_state_lmask; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_state_lmask ON ezcobj_state USING btree (language_mask); -- -- Name: ezcobj_state_priority; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_state_priority ON ezcobj_state USING btree (priority); -- -- Name: ezcobj_trash_co_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_trash_co_id ON ezcontentobject_trash USING btree (contentobject_id); -- -- Name: ezcobj_trash_depth; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_trash_depth ON ezcontentobject_trash USING btree (depth); -- -- Name: ezcobj_trash_modified_subnode; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_trash_modified_subnode ON ezcontentobject_trash USING btree (modified_subnode); -- -- Name: ezcobj_trash_p_node_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_trash_p_node_id ON ezcontentobject_trash USING btree (parent_node_id); -- -- Name: ezcobj_trash_path; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_trash_path ON ezcontentobject_trash USING btree (path_string); -- -- Name: ezcobj_trash_path_ident; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_trash_path_ident ON ezcontentobject_trash USING btree (path_identification_string); -- -- Name: ezcobj_version_creator_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_version_creator_id ON ezcontentobject_version USING btree (creator_id); -- -- Name: ezcobj_version_status; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcobj_version_status ON ezcontentobject_version USING btree (status); -- -- Name: ezcollab_group_depth; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcollab_group_depth ON ezcollab_group USING btree (depth); -- -- Name: ezcollab_group_path; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcollab_group_path ON ezcollab_group USING btree (path_string); -- -- Name: ezcontent_language_name; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontent_language_name ON ezcontent_language USING btree (name); -- -- Name: ezcontentbrowsebookmark_user; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentbrowsebookmark_user ON ezcontentbrowsebookmark USING btree (user_id); -- -- Name: ezcontentbrowserecent_user; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentbrowserecent_user ON ezcontentbrowserecent USING btree (user_id); -- -- Name: ezcontentclass_attr_ccid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentclass_attr_ccid ON ezcontentclass_attribute USING btree (contentclass_id); -- -- Name: ezcontentclass_identifier; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentclass_identifier ON ezcontentclass USING btree (identifier, version); -- -- Name: ezcontentclass_version; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentclass_version ON ezcontentclass USING btree (version); -- -- Name: ezcontentobject_attribute_co_id_ver_lang_code; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_attribute_co_id_ver_lang_code ON ezcontentobject_attribute USING btree (contentobject_id, version, language_code); -- -- Name: ezcontentobject_attribute_language_code; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_attribute_language_code ON ezcontentobject_attribute USING btree (language_code); -- -- Name: ezcontentobject_classattr_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_classattr_id ON ezcontentobject_attribute USING btree (contentclassattribute_id); -- -- Name: ezcontentobject_classid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_classid ON ezcontentobject USING btree (contentclass_id); -- -- Name: ezcontentobject_currentversion; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_currentversion ON ezcontentobject USING btree (current_version); -- -- Name: ezcontentobject_lmask; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_lmask ON ezcontentobject USING btree (language_mask); -- -- Name: ezcontentobject_name_cov_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_name_cov_id ON ezcontentobject_name USING btree (content_version); -- -- Name: ezcontentobject_name_lang_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_name_lang_id ON ezcontentobject_name USING btree (language_id); -- -- Name: ezcontentobject_name_name; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_name_name ON ezcontentobject_name USING btree (name); -- -- Name: ezcontentobject_owner; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_owner ON ezcontentobject USING btree (owner_id); -- -- Name: ezcontentobject_pub; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_pub ON ezcontentobject USING btree (published); -- -- Name: ezcontentobject_remote_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE UNIQUE INDEX ezcontentobject_remote_id ON ezcontentobject USING btree (remote_id); -- -- Name: ezcontentobject_status; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_status ON ezcontentobject USING btree (status); -- -- Name: ezcontentobject_tree_co_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_tree_co_id ON ezcontentobject_tree USING btree (contentobject_id); -- -- Name: ezcontentobject_tree_depth; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_tree_depth ON ezcontentobject_tree USING btree (depth); -- -- Name: ezcontentobject_tree_p_node_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_tree_p_node_id ON ezcontentobject_tree USING btree (parent_node_id); -- -- Name: ezcontentobject_tree_path; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_tree_path ON ezcontentobject_tree USING btree (path_string); -- -- Name: ezcontentobject_tree_path_ident; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_tree_path_ident ON ezcontentobject_tree USING btree (path_identification_string); -- -- Name: ezcontentobject_tree_remote_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontentobject_tree_remote_id ON ezcontentobject_tree USING btree (remote_id); -- -- Name: ezcontobj_version_obj_status; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcontobj_version_obj_status ON ezcontentobject_version USING btree (contentobject_id, status); -- -- Name: ezcurrencydata_code; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezcurrencydata_code ON ezcurrencydata USING btree (code); -- -- Name: ezenumvalue_co_cl_attr_id_co_class_att_ver; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezenumvalue_co_cl_attr_id_co_class_att_ver ON ezenumvalue USING btree (contentclass_attribute_id, contentclass_attribute_version); -- -- Name: ezforgot_password_user; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezforgot_password_user ON ezforgot_password USING btree (user_id); -- -- Name: ezgeneral_digest_user_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE UNIQUE INDEX ezgeneral_digest_user_id ON ezgeneral_digest_user_settings USING btree (user_id); -- -- Name: ezimagefile_coid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezimagefile_coid ON ezimagefile USING btree (contentobject_attribute_id); -- -- Name: ezimagefile_file; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezimagefile_file ON ezimagefile USING btree (filepath); -- -- Name: ezinfocollection_attr_cca_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezinfocollection_attr_cca_id ON ezinfocollection_attribute USING btree (contentclass_attribute_id); -- -- Name: ezinfocollection_attr_co_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezinfocollection_attr_co_id ON ezinfocollection_attribute USING btree (contentobject_id); -- -- Name: ezinfocollection_attr_coa_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezinfocollection_attr_coa_id ON ezinfocollection_attribute USING btree (contentobject_attribute_id); -- -- Name: ezinfocollection_attr_ic_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezinfocollection_attr_ic_id ON ezinfocollection_attribute USING btree (informationcollection_id); -- -- Name: ezinfocollection_co_id_created; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezinfocollection_co_id_created ON ezinfocollection USING btree (contentobject_id, created); -- -- Name: ezkeyword_attr_link_kid_oaid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezkeyword_attr_link_kid_oaid ON ezkeyword_attribute_link USING btree (keyword_id, objectattribute_id); -- -- Name: ezkeyword_attr_link_oaid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezkeyword_attr_link_oaid ON ezkeyword_attribute_link USING btree (objectattribute_id); -- -- Name: ezkeyword_keyword; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezkeyword_keyword ON ezkeyword USING btree (keyword); -- -- Name: ezm_block__is_removed; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezm_block__is_removed ON ezm_block USING btree (is_removed); -- -- Name: ezm_block__node_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezm_block__node_id ON ezm_block USING btree (node_id); -- -- Name: ezm_pool__block_id__ts_hidden; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezm_pool__block_id__ts_hidden ON ezm_pool USING btree (block_id, ts_hidden); -- -- Name: ezm_pool__block_id__ts_publication__priority; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezm_pool__block_id__ts_publication__priority ON ezm_pool USING btree (block_id, ts_publication, priority); -- -- Name: ezm_pool__block_id__ts_visible; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezm_pool__block_id__ts_visible ON ezm_pool USING btree (block_id, ts_visible); -- -- Name: ezmodule_run_workflow_process_id_s; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE UNIQUE INDEX ezmodule_run_workflow_process_id_s ON ezmodule_run USING btree (workflow_process_id); -- -- Name: ezmultipricedata_coa_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezmultipricedata_coa_id ON ezmultipricedata USING btree (contentobject_attr_id); -- -- Name: ezmultipricedata_coa_version; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezmultipricedata_coa_version ON ezmultipricedata USING btree (contentobject_attr_version); -- -- Name: ezmultipricedata_currency_code; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezmultipricedata_currency_code ON ezmultipricedata USING btree (currency_code); -- -- Name: eznode_assignment_co_version; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX eznode_assignment_co_version ON eznode_assignment USING btree (contentobject_version); -- -- Name: eznode_assignment_coid_cov; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX eznode_assignment_coid_cov ON eznode_assignment USING btree (contentobject_id, contentobject_version); -- -- Name: eznode_assignment_is_main; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX eznode_assignment_is_main ON eznode_assignment USING btree (is_main); -- -- Name: eznode_assignment_parent_node; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX eznode_assignment_parent_node ON eznode_assignment USING btree (parent_node); -- -- Name: ezoperation_memento_memento_key_main; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezoperation_memento_memento_key_main ON ezoperation_memento USING btree (memento_key, main); -- -- Name: ezorder_is_archived; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_is_archived ON ezorder USING btree (is_archived); -- -- Name: ezorder_is_tmp; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_is_tmp ON ezorder USING btree (is_temporary); -- -- Name: ezorder_item_order_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_item_order_id ON ezorder_item USING btree (order_id); -- -- Name: ezorder_item_type; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_item_type ON ezorder_item USING btree (type); -- -- Name: ezorder_status_active; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_status_active ON ezorder_status USING btree (is_active); -- -- Name: ezorder_status_history_mod; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_status_history_mod ON ezorder_status_history USING btree (modified); -- -- Name: ezorder_status_history_oid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_status_history_oid ON ezorder_status_history USING btree (order_id); -- -- Name: ezorder_status_history_sid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_status_history_sid ON ezorder_status_history USING btree (status_id); -- -- Name: ezorder_status_name; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_status_name ON ezorder_status USING btree (name); -- -- Name: ezorder_status_sid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezorder_status_sid ON ezorder_status USING btree (status_id); -- -- Name: ezpending_actions_action; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezpending_actions_action ON ezpending_actions USING btree (action); -- -- Name: ezpending_actions_created; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezpending_actions_created ON ezpending_actions USING btree (created); -- -- Name: ezpolicy_limit_value_limit_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezpolicy_limit_value_limit_id ON ezpolicy_limitation_value USING btree (limitation_id); -- -- Name: ezpolicy_limitation_value_val; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezpolicy_limitation_value_val ON ezpolicy_limitation_value USING btree (value); -- -- Name: ezpolicy_original_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezpolicy_original_id ON ezpolicy USING btree (original_id); -- -- Name: ezpolicy_role_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezpolicy_role_id ON ezpolicy USING btree (role_id); -- -- Name: ezpreferences_name; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezpreferences_name ON ezpreferences USING btree (name); -- -- Name: ezpreferences_user_id_idx; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezpreferences_user_id_idx ON ezpreferences USING btree (user_id, name); -- -- Name: ezproductcollection_item_contentobject_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezproductcollection_item_contentobject_id ON ezproductcollection_item USING btree (contentobject_id); -- -- Name: ezproductcollection_item_opt_item_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezproductcollection_item_opt_item_id ON ezproductcollection_item_opt USING btree (item_id); -- -- Name: ezproductcollection_item_productcollection_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezproductcollection_item_productcollection_id ON ezproductcollection_item USING btree (productcollection_id); -- -- Name: ezrss_export_rsseid; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezrss_export_rsseid ON ezrss_export_item USING btree (rssexport_id); -- -- Name: ezscheduled_script_timestamp; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezscheduled_script_timestamp ON ezscheduled_script USING btree (last_report_timestamp); -- -- Name: ezsearch_object_word_link_frequency; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsearch_object_word_link_frequency ON ezsearch_object_word_link USING btree (frequency); -- -- Name: ezsearch_object_word_link_identifier; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsearch_object_word_link_identifier ON ezsearch_object_word_link USING btree (identifier); -- -- Name: ezsearch_object_word_link_integer_value; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsearch_object_word_link_integer_value ON ezsearch_object_word_link USING btree (integer_value); -- -- Name: ezsearch_object_word_link_object; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsearch_object_word_link_object ON ezsearch_object_word_link USING btree (contentobject_id); -- -- Name: ezsearch_object_word_link_word; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsearch_object_word_link_word ON ezsearch_object_word_link USING btree (word_id); -- -- Name: ezsearch_search_phrase_count; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsearch_search_phrase_count ON ezsearch_search_phrase USING btree (phrase_count); -- -- Name: ezsearch_search_phrase_phrase; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE UNIQUE INDEX ezsearch_search_phrase_phrase ON ezsearch_search_phrase USING btree (phrase); -- -- Name: ezsearch_word_obj_count; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsearch_word_obj_count ON ezsearch_word USING btree (object_count); -- -- Name: ezsearch_word_word_i; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsearch_word_word_i ON ezsearch_word USING btree (word); -- -- Name: ezsession_user_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsession_user_id ON ezsession USING btree (user_id); -- -- Name: ezsubtree_notification_rule_user_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezsubtree_notification_rule_user_id ON ezsubtree_notification_rule USING btree (user_id); -- -- Name: eztipafriend_request_created; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX eztipafriend_request_created ON eztipafriend_request USING btree (created); -- -- Name: eztipafriend_request_email_rec; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX eztipafriend_request_email_rec ON eztipafriend_request USING btree (email_receiver); -- -- Name: eztrigger_def_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE UNIQUE INDEX eztrigger_def_id ON eztrigger USING btree (module_name, function_name, connect_type); -- -- Name: eztrigger_fetch; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX eztrigger_fetch ON eztrigger USING btree (name, module_name, function_name); -- -- Name: ezurl_ol_coa_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurl_ol_coa_id ON ezurl_object_link USING btree (contentobject_attribute_id); -- -- Name: ezurl_ol_coa_version; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurl_ol_coa_version ON ezurl_object_link USING btree (contentobject_attribute_version); -- -- Name: ezurl_ol_url_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurl_ol_url_id ON ezurl_object_link USING btree (url_id); -- -- Name: ezurl_url; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurl_url ON ezurl USING btree (url); -- -- Name: ezurlalias_desturl; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_desturl ON ezurlalias USING btree (destination_url); -- -- Name: ezurlalias_forward_to_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_forward_to_id ON ezurlalias USING btree (forward_to_id); -- -- Name: ezurlalias_imp_wcard_fwd; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_imp_wcard_fwd ON ezurlalias USING btree (is_imported, is_wildcard, forward_to_id); -- -- Name: ezurlalias_ml_act_org; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_ml_act_org ON ezurlalias_ml USING btree (action, is_original); -- -- Name: ezurlalias_ml_actt_org_al; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_ml_actt_org_al ON ezurlalias_ml USING btree (action_type, is_original, is_alias); -- -- Name: ezurlalias_ml_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_ml_id ON ezurlalias_ml USING btree (id); -- -- Name: ezurlalias_ml_par_act_id_lnk; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_ml_par_act_id_lnk ON ezurlalias_ml USING btree (action, id, link, parent); -- -- Name: ezurlalias_ml_par_lnk_txt; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_ml_par_lnk_txt ON ezurlalias_ml USING btree (parent, text, link); -- -- Name: ezurlalias_ml_text; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_ml_text ON ezurlalias_ml USING btree (text, id, link); -- -- Name: ezurlalias_ml_text_lang; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_ml_text_lang ON ezurlalias_ml USING btree (text, lang_mask, parent); -- -- Name: ezurlalias_source_md5; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_source_md5 ON ezurlalias USING btree (source_md5); -- -- Name: ezurlalias_source_url; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_source_url ON ezurlalias USING btree (source_url); -- -- Name: ezurlalias_wcard_fwd; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezurlalias_wcard_fwd ON ezurlalias USING btree (is_wildcard, forward_to_id); -- -- Name: ezuser_login; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezuser_login ON ezuser USING btree (login); -- -- Name: ezuser_role_contentobject_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezuser_role_contentobject_id ON ezuser_role USING btree (contentobject_id); -- -- Name: ezuser_role_role_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezuser_role_role_id ON ezuser_role USING btree (role_id); -- -- Name: ezuservisit_co_visit_count; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezuservisit_co_visit_count ON ezuservisit USING btree (current_visit_timestamp, login_count); -- -- Name: ezwaituntildateevalue_wf_ev_id_wf_ver; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezwaituntildateevalue_wf_ev_id_wf_ver ON ezwaituntildatevalue USING btree (workflow_event_id, workflow_event_version); -- -- Name: ezworkflow_process_process_key; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX ezworkflow_process_process_key ON ezworkflow_process USING btree (process_key); -- -- Name: hash_key; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX hash_key ON ezuser_accountkey USING btree (hash_key); -- -- Name: idx_object_version_objver; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX idx_object_version_objver ON ezcontentobject_version USING btree (contentobject_id, version); -- -- Name: latitude_longitude_key; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX latitude_longitude_key ON ezgmaplocation USING btree (latitude, longitude); -- -- Name: modified_subnode; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX modified_subnode ON ezcontentobject_tree USING btree (modified_subnode); -- -- Name: policy_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX policy_id ON ezpolicy_limitation USING btree (policy_id); -- -- Name: sort_key_int; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX sort_key_int ON ezcontentobject_attribute USING btree (sort_key_int); -- -- Name: sort_key_string; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX sort_key_string ON ezcontentobject_attribute USING btree (sort_key_string); -- -- Name: token_client_id; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX token_client_id ON ezprest_token USING btree (client_id); -- -- Name: user_id_session_key; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX user_id_session_key ON ezstarrating_data USING btree (user_id, session_key); -- -- Name: wid_version_placement; Type: INDEX; Schema: public; Owner: ezp; Tablespace: -- CREATE INDEX wid_version_placement ON ezworkflow_event USING btree (workflow_id, version, placement); -- -- Name: public; Type: ACL; Schema: -; Owner: postgres -- REVOKE ALL ON SCHEMA public FROM PUBLIC; REVOKE ALL ON SCHEMA public FROM postgres; GRANT ALL ON SCHEMA public TO postgres; GRANT ALL ON SCHEMA public TO PUBLIC; -- -- PostgreSQL database dump complete --