comparison schema/roles.sql @ 1300:e2e87bf152bb

merge
author Markus Kottlaender <markus@intevation.de>
date Fri, 23 Nov 2018 10:24:50 +0100
parents 6590208e3ee1
children 2304778c4432
comparison
equal deleted inserted replaced
1299:2738a6ae9ad8 1300:e2e87bf152bb
1 -- This is Free Software under GNU Affero General Public License v >= 3.0
2 -- without warranty, see README.md and license for details.
3
4 -- SPDX-License-Identifier: AGPL-3.0-or-later
5 -- License-Filename: LICENSES/AGPL-3.0.txt
6
7 -- Copyright (C) 2018 by via donau
8 -- – Österreichische Wasserstraßen-Gesellschaft mbH
9 -- Software engineering by Intevation GmbH
10
11 -- Author(s):
12 -- * Tom <tom@intevation.de>
13
1 -- 14 --
2 -- Primary GEMMA roles 15 -- Primary GEMMA roles
3 -- 16 --
4 CREATE ROLE waterway_user; 17 CREATE ROLE waterway_user;
5 CREATE ROLE waterway_admin IN ROLE waterway_user; 18 CREATE ROLE waterway_admin IN ROLE waterway_user;