From 6acd3d43afa7c6f6526266e1d41e51402e5b8c38 Mon Sep 17 00:00:00 2001 From: Lasse Haugen Date: Wed, 13 Feb 2019 23:16:31 +0100 Subject: Copy current schema.sql to ansible role --- build/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/schema.sql') diff --git a/build/schema.sql b/build/schema.sql index d40bad1..60b312b 100644 --- a/build/schema.sql +++ b/build/schema.sql @@ -161,7 +161,7 @@ CREATE TABLE public.metrics ( ); -ALTER TABLE public.metrics OWNER TO postgres; +ALTER TABLE public.metrics OWNER TO nms; -- -- Name: networks; Type: TABLE; Schema: public; Owner: nms -- cgit v1.2.3