Removed migration on SQL Server for changing SCRIPT.GROUP_ID and SCRIPT.ID columns to VARCHAR(40) from VARCHAR(36) since these columns make up the Primary Key. This is not allowed on SQL Server without first dropping the Primary Key, so this migration step for SQL Server is being left off. The create script will still use a length of 40. Issue: MIRTH-1779