You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rivet/Functions/New-Migration.ps1
+7-16Lines changed: 7 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ function New-Migration
4
4
<#
5
5
.SYNOPSIS
6
6
Creates a new migration script.
7
-
7
+
8
8
.DESCRIPTION
9
9
Creates a migration script with a given name. The script is prefixed with the current timestamp (e.g. yyyyMMddHHmmss). The script is created in `$Path\$Database\Migrations`.
10
10
#>
@@ -13,7 +13,7 @@ function New-Migration
13
13
[string[]]
14
14
# The name of the migration to create.
15
15
$Name,
16
-
16
+
17
17
[Parameter(Mandatory=$true)]
18
18
[string]
19
19
# The path to the directory where the migration should be saved.
0 commit comments