Remove spurious actions from DB template

This commit is contained in:
D. Berge
2022-03-16 21:30:32 +01:00
parent 0d1f2b207c
commit aa2b158088

View File

@@ -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 ALTER TABLE ONLY public.queue_items
ADD CONSTRAINT queue_items_parent_id_fkey FOREIGN KEY (parent_id) REFERENCES public.queue_items(item_id); 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 -- PostgreSQL database dump complete
-- --