From a6b272b5bcf59864f1e860e4ed8b1b9a71717474 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Tue, 4 Jan 2022 09:56:48 -0800 Subject: [PATCH] Update schema.sql --- schema.sql | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/schema.sql b/schema.sql index 4ebdb59af..14dd8f074 100644 --- a/schema.sql +++ b/schema.sql @@ -1709,16 +1709,3 @@ ALTER TABLE ONLY public.flags 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 --- -