]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - test/sql/roundcube.sql
test/sql: set default_with_oids=false everywhere.
[mailshears.git] / test / sql / roundcube.sql
index 36e0a6c8def9e3e73a9d8d6784b03e938036504c..2004ffae23b3c434b638c7d4ed0712d681051e7a 100644 (file)
@@ -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: