File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
entity-framework/core/managing-schemas/migrations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,10 @@ Options:
222222| ` --no-color ` | | Don't colorize output. |
223223| ` --prefix-output ` | | Prefix output with level. |
224224
225- The following example applies migrations to a local SQL Server instance using the specified username and password.
225+ The following example applies migrations to a local SQL Server instance using the specified username and credentials:
226226
227227``` powershell
228- .\efbundle.exe --connection 'Data Source=(local)\MSSQLSERVER;Initial Catalog=Blogging;User ID=myUsername;Password=myPassword '
228+ .\efbundle.exe --connection 'Data Source=(local)\MSSQLSERVER;Initial Catalog=Blogging;User ID=myUsername;Password={;'$Credential;'here'} '
229229```
230230
231231> [ !WARNING]
You can’t perform that action at this time.
0 commit comments