diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-02-13 23:42:19 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-02-13 23:42:19 +0100 |
commit | 5f28425a4285cadcaf4309aed482a97e9017d0de (patch) | |
tree | 3fd1e4807a26a9cbf24457b1e9178a2f0311e8fb /build | |
parent | b1be02f16de651555ae5d071acc750690ca1edeb (diff) | |
parent | 6acd3d43afa7c6f6526266e1d41e51402e5b8c38 (diff) |
Merge branch 'master' of github.com:gathering/gondul
Diffstat (limited to 'build')
-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 |