Update schema.sql

remotes/1693045480750635534/spooky-22
Aevann1 2022-01-04 09:56:48 -08:00 committed by GitHub
parent c800fb185f
commit a6b272b5bc
1 changed files with 0 additions and 13 deletions

View File

@ -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
--