Commit 8429bf7
authored
When there are dashes (-) in the Postgres username, the schematool fails
with an exception. In Postgres, dashes are legal in usernames, so the
verifying pattern is adapted accordingly.
Signed-off-by: Bauer, Johannes <johannes.bauer@uk-erlangen.de>
1 parent 5b26a1b commit 8429bf7
File tree
1 file changed
+1
-1
lines changed- fhir-database-utils/src/main/java/org/linuxforhealth/fhir/database/utils/common
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments