X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fsql%2Froundcube.sql;h=2004ffae23b3c434b638c7d4ed0712d681051e7a;hp=36e0a6c8def9e3e73a9d8d6784b03e938036504c;hb=905ae8ab18c0422229246b39c6318775477cf6ae;hpb=39a5ff1e638bd28a17ca7fb9a66ea083202e4f31 diff --git a/test/sql/roundcube.sql b/test/sql/roundcube.sql index 36e0a6c..2004ffa 100644 --- a/test/sql/roundcube.sql +++ b/test/sql/roundcube.sql @@ -26,7 +26,7 @@ SET search_path = public, pg_catalog; SET default_tablespace = ''; -SET default_with_oids = true; +SET default_with_oids = false; -- -- Name: cache; Type: TABLE; Schema: public; Owner: postgres; Tablespace: @@ -145,7 +145,7 @@ CREATE SEQUENCE contactgroups_ids ALTER TABLE public.contactgroups_ids OWNER TO postgres; -SET default_with_oids = true; +SET default_with_oids = false; -- -- Name: contacts; Type: TABLE; Schema: public; Owner: postgres; Tablespace: @@ -182,7 +182,7 @@ CREATE TABLE dictionary ( ALTER TABLE public.dictionary OWNER TO postgres; -SET default_with_oids = true; +SET default_with_oids = false; -- -- Name: identities; Type: TABLE; Schema: public; Owner: postgres; Tablespace: @@ -251,7 +251,7 @@ CREATE TABLE searches ( ALTER TABLE public.searches OWNER TO postgres; -SET default_with_oids = true; +SET default_with_oids = false; -- -- Name: session; Type: TABLE; Schema: public; Owner: postgres; Tablespace: @@ -296,7 +296,7 @@ CREATE SEQUENCE user_ids ALTER TABLE public.user_ids OWNER TO postgres; -SET default_with_oids = true; +SET default_with_oids = false; -- -- Name: users; Type: TABLE; Schema: public; Owner: postgres; Tablespace: