From a0401a0268b961c69bb30200d1e67b3b3a4d0275 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 1 Oct 2021 06:51:18 +0000 Subject: [PATCH] fddf --- schema.sql | 7 ------- 1 file changed, 7 deletions(-) diff --git a/schema.sql b/schema.sql index a28a30a2a..103a3ba66 100644 --- a/schema.sql +++ b/schema.sql @@ -1937,13 +1937,6 @@ ALTER TABLE ONLY public.notifications ADD CONSTRAINT notifications_comment_id_fkey FOREIGN KEY (comment_id) REFERENCES public.comments(id); --- --- Name: FUNCTION pg_stat_statements_reset(userid oid, dbid oid, queryid bigint); Type: ACL; Schema: public; Owner: - --- - -GRANT ALL ON FUNCTION public.pg_stat_statements_reset(userid oid, dbid oid, queryid bigint) TO doadmin WITH GRANT OPTION; - - -- -- PostgreSQL database dump complete --