File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818### Added
1919
20- - Added ` Install-Package ` parameter for IgnoreWithNocheckOnCheckConstraints and IgnoreWithNocheckOnForeignKeys .
20+ - Added ` Install-Package ` parameter for IgnoreWithNocheckOnCheckConstraints, IgnoreWithNocheckOnForeignKeys and ScriptNewConstraintValidation .
2121
2222## [ 1.6.0] - 2023-08-24
2323
Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ public SwitchParameter IgnoreWithNocheckOnCheckConstraints
7171 set { DeployOptions . IgnoreWithNocheckOnCheckConstraints = value . IsPresent ; }
7272 }
7373
74+ [ Parameter ( ) ]
75+ public SwitchParameter SkipNewConstraintValidation
76+ {
77+ set { DeployOptions . ScriptNewConstraintValidation = ! value . IsPresent ; }
78+ }
79+
7480 #region Timeouts
7581
7682 [ Parameter ( ) ]
You can’t perform that action at this time.
0 commit comments