Skip to content

Commit 9808a7a

Browse files
committed
Edits.
1 parent d1df2a2 commit 9808a7a

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

PSql.Deploy/en-US/PSql.Deploy.dll-help.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
The Get-SqlMigrations cmdlet retrieves a list of database schema migrations from either a filesystem location or a target database.
3434
</maml:para>
3535
<maml:para>
36-
When used with no parameters or with the -Path parameter, the cmdlet lists the migrations defined in a filesystem location. The -Path parameter specifies the location; otherwise, the cmdlet uses the current directory as the location. The location must conform to the expected PSql.Deploy source directory structure, with migrations in the Migrations subdirectory. See about_PSql_Deploy for more details about the expected directory structure.
36+
When used with no parameters or with the -Path parameter, the cmdlet lists the migrations defined in a filesystem location. The -Path parameter specifies the location; without it, the cmdlet uses the current directory as the location. The location must conform to the expected PSql.Deploy source directory structure, with migrations in a Migrations subdirectory. See about_PSql_Deploy_Migrations for more details about the expected directory structure.
3737
</maml:para>
3838
<maml:para>
39-
When used with the -Target parameter, the cmdlet lists the migrations already applied to the target database. The optional -MinimumName parameter excludes applied migrations with names lesser/earlier than the specified name.
39+
When used with the -Target parameter, the cmdlet lists the migrations already applied to the specified target database. The optional -MinimumName parameter excludes applied migrations with names lesser/earlier than the specified name.
4040
</maml:para>
4141
<maml:para>
4242
The -InputObject parameter accepts pipeline input or a positional argument. The cmdlet automatically determines whether to interpret the value as a -Path or -Target argument.
@@ -95,7 +95,7 @@
9595
Value for the -Path or -Target parameter. The cmdlet determines which parameter to use.
9696
</maml:para>
9797
<maml:para>
98-
If the object is a string, the cmdlet assumes the string is a SqlClient connection string for -Target if the string contains a semicolon. Otherwise, the cmdlet assumes the string is a filesystem path -Path.
98+
If the object is a string, the cmdlet assumes the string is a SqlClient connection string for -Target if the string contains a semicolon. Otherwise, the cmdlet assumes the string is a filesystem path for -Path.
9999
</maml:para>
100100
<maml:para>
101101
If the object is not a string, the cmdlet assumes it is a value for the -Target parameter.
@@ -113,7 +113,7 @@
113113
<maml:name>Path</maml:name>
114114
<maml:description>
115115
<maml:para>
116-
Path to a directory containing database source code in the layout expected by PSql.Deploy.
116+
Path to a source directory in the layout expected by PSql.Deploy. See about_PSql_Deploy_Migrations for more details about the expected directory structure.
117117
</maml:para>
118118
</maml:description>
119119
<command:parameterValue required="true">string</command:parameterValue>
@@ -144,7 +144,7 @@
144144
</maml:listItem>
145145
<maml:listItem>
146146
<maml:para>
147-
PSql.Deploy.SqlTargetDatabase obtained by casting or construction
147+
PSql.Deploy.SqlTargetDatabase see INPUTS section for details
148148
</maml:para>
149149
</maml:listItem>
150150
</maml:list>
@@ -161,7 +161,10 @@
161161
<maml:name>MinimumName</maml:name>
162162
<maml:description>
163163
<maml:para>
164-
Minimum name of migration to return, or $null to to return all migrations registered on the target database. The default is $null.
164+
Minimum name of migration to return, or $null to to return all known migrations. The default is $null.
165+
</maml:para>
166+
<maml:para>
167+
This parameter is valid only when listing migrations applied to a target database. When listing migrations in a filesystem location, the cmdlet always lists all migrations.
165168
</maml:para>
166169
</maml:description>
167170
<command:parameterValue required="true">string</command:parameterValue>
@@ -255,7 +258,7 @@
255258
<command:noun>SqlMigrations</command:noun>
256259
<maml:description>
257260
<maml:para>
258-
Invokes database schema migrations against target databases.
261+
Applies database schema migrations to target databases.
259262
</maml:para>
260263
</maml:description>
261264
</command:details>

0 commit comments

Comments
 (0)