fix
This commit is contained in:
parent
5015d3b6db
commit
75bd56ba1a
@ -16,7 +16,8 @@ begin
|
||||
else
|
||||
ALTER USER $LOGIN WITH PASSWORD '$PASSWORD';
|
||||
end if;
|
||||
GRANT ALL PRIVILEGES ON DATABASE $DATABASE TO $LOGIN;
|
||||
grant select on application_t to $LOGIN;
|
||||
grant insert on measurement_t to $LOGIN;
|
||||
end
|
||||
\$\$
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user