diff --git a/Rivet/Functions/New-Migration.ps1 b/Rivet/Functions/New-Migration.ps1 index 125acca9..546a74a5 100644 --- a/Rivet/Functions/New-Migration.ps1 +++ b/Rivet/Functions/New-Migration.ps1 @@ -45,7 +45,7 @@ function New-Migration if (-not (Test-Path -Path $schemaPs1Path)) { $script:defaultSchemaPs1Content | Set-Content -Path $schemaPs1Path - $msg = "Rivet created ""$($schemaPs1Path | Resolve-Path -Relative)"", a file where Rivet to stores the " + + $msg = "Rivet created ""$($schemaPs1Path | Resolve-Path -Relative)"", a file where Rivet stores the " + 'database''s baseline schema. PLEASE CHECK THIS FILE INTO SOURCE CONTROL.' Write-Warning $msg }