diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2019-02-13 23:16:31 +0100 |
---|---|---|
committer | Lasse Haugen <haugen.lasse@gmail.com> | 2019-02-13 23:16:31 +0100 |
commit | 6acd3d43afa7c6f6526266e1d41e51402e5b8c38 (patch) | |
tree | efe69e77b344324410a4809528e766ad1183db50 /build/schema.sql | |
parent | 1bb5fc0f3312be948d3aefaf7ab0a28fe722a656 (diff) |
Copy current schema.sql to ansible role
Diffstat (limited to 'build/schema.sql')
-rw-r--r-- | build/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |