From aa2b1580887130262dcb222bb46c80df89608a25 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Wed, 16 Mar 2022 21:30:32 +0100 Subject: [PATCH] Remove spurious actions from DB template --- etc/db/database-template.sql | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/etc/db/database-template.sql b/etc/db/database-template.sql index fec22c7..149135d 100644 --- a/etc/db/database-template.sql +++ b/etc/db/database-template.sql @@ -449,42 +449,6 @@ CREATE TRIGGER real_time_inputs_tg AFTER INSERT ON public.real_time_inputs FOR E ALTER TABLE ONLY public.queue_items ADD CONSTRAINT queue_items_parent_id_fkey FOREIGN KEY (parent_id) REFERENCES public.queue_items(item_id); - --- --- Name: TABLE layer; Type: ACL; Schema: topology; Owner: postgres --- - -REVOKE SELECT ON TABLE topology.layer FROM "204800"; - - --- --- Name: TABLE topology; Type: ACL; Schema: topology; Owner: postgres --- - -REVOKE SELECT ON TABLE topology.topology FROM "204800"; - - --- --- Name: TABLE geography_columns; Type: ACL; Schema: public; Owner: postgres --- - -REVOKE SELECT ON TABLE public.geography_columns FROM "204800"; - - --- --- Name: TABLE geometry_columns; Type: ACL; Schema: public; Owner: postgres --- - -REVOKE SELECT ON TABLE public.geometry_columns FROM "204800"; - - --- --- Name: TABLE spatial_ref_sys; Type: ACL; Schema: public; Owner: postgres --- - -REVOKE SELECT ON TABLE public.spatial_ref_sys FROM "204800"; - - -- -- PostgreSQL database dump complete --