Skip to content

Commit fbd7a11

Browse files
committed
work
1 parent c2c1b41 commit fbd7a11

File tree

1 file changed

+2
-2
lines changed
  • entity-framework/core/managing-schemas/migrations

1 file changed

+2
-2
lines changed

entity-framework/core/managing-schemas/migrations/applying.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)