diff --git a/test/fixtures/schema.sql b/test/fixtures/schema.sql index de2122959..32129873f 100755 --- a/test/fixtures/schema.sql +++ b/test/fixtures/schema.sql @@ -450,10 +450,6 @@ SET search_path = private, pg_catalog; - -SELECT pg_catalog.setval('articles_id_seq', 1, false); - - SET search_path = test, pg_catalog; CREATE FUNCTION public.always_true(test.items) RETURNS boolean @@ -514,10 +510,6 @@ ALTER TABLE ONLY auth SET search_path = private, pg_catalog; -ALTER TABLE ONLY articles - ADD CONSTRAINT articles_pkey PRIMARY KEY (id); - - SET search_path = postgrest, pg_catalog;