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