mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:47:07 +00:00
Remove spurious actions from DB template
This commit is contained in:
@@ -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
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user