Resolve SQL errors

This commit is contained in:
calebmer
2015-11-12 07:38:11 -05:00
parent b8b073810f
commit 1061854f35
-8
View File
@@ -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; SET search_path = test, pg_catalog;
CREATE FUNCTION public.always_true(test.items) RETURNS boolean CREATE FUNCTION public.always_true(test.items) RETURNS boolean
@@ -514,10 +510,6 @@ ALTER TABLE ONLY auth
SET search_path = private, pg_catalog; SET search_path = private, pg_catalog;
ALTER TABLE ONLY articles
ADD CONSTRAINT articles_pkey PRIMARY KEY (id);
SET search_path = postgrest, pg_catalog; SET search_path = postgrest, pg_catalog;