Resolve SQL errors
This commit is contained in:
Vendored
-8
@@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user