Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow dabase password to be null (#37418)
The current implementation demands the password to be a string, not null. However a password is not required when working on local environments or when using socks. For that reason the password in the schema importing and exporting tooling should also allow for nullable database passwords.
- Loading branch information