Skip to content

Commit

Permalink
[MOSIP-31951] Updated 1.1.5.5_to_1.2.0.1-B1_upgrade.sql (#1207)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanraj209 <[email protected]>
  • Loading branch information
Mohanraj209 authored Mar 13, 2024
1 parent 4cb80a5 commit 5a2f179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ALTER DATABASE mosip_resident SET search_path TO resident,pg_catalog,public;
CREATE ROLE residentuser WITH
INHERIT
LOGIN
PASSWORD :dbuserpwd;
PASSWORD 'dbuserpwd';

GRANT CONNECT
ON DATABASE mosip_resident
Expand Down

0 comments on commit 5a2f179

Please sign in to comment.