Skip to content

Commit

Permalink
fix bug (do Invoke-DbaDbDataGenerator)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjordan committed Jun 23, 2023
1 parent 1a7a7b3 commit d0a9d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/Invoke-DbaDbDataGenerator.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ function Invoke-DbaDbDataGenerator {
$randomParams = @{
RandomizerType = $columnobject.MaskingType
RandomizerSubtype = $columnobject.SubType
DataType = $columnobject.ColumnType
CharacterString = $charstring
Locale = $Locale
Min = $columnobject.MinValue
Expand Down

0 comments on commit d0a9d68

Please sign in to comment.