aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2019-02-13 23:42:19 +0100
committerKristian Lyngstol <kly@kly.no>2019-02-13 23:42:19 +0100
commit5f28425a4285cadcaf4309aed482a97e9017d0de (patch)
tree3fd1e4807a26a9cbf24457b1e9178a2f0311e8fb /build
parentb1be02f16de651555ae5d071acc750690ca1edeb (diff)
parent6acd3d43afa7c6f6526266e1d41e51402e5b8c38 (diff)
Merge branch 'master' of github.com:gathering/gondul
Diffstat (limited to 'build')
-rw-r--r--build/schema.sql2
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