Compare commits

..

No commits in common. "22e70d03ad6c5399b0986dc089778e20ae03cb19" and "bf3ddcc122c2db0c7b08ffd89ba01338cc3bf483" have entirely different histories.

View File

@ -21942,11 +21942,7 @@ GO
*/
/****** Add the ApplicablePlant field to the Formats table ******/
/****** Add the ApplicablePlant field to the Formats table ******/
IF COL_LENGTH('Formats', 'ApplicablePlant') IS NULL
BEGIN
ALTER TABLE Formats ADD ApplicablePlant int NULL;
END
GO
/****** Update the Formats table with the appropriate ApplicablePlant value ******/