Schema update and Schema shrink using SQL command

Hi,

We are using an Azure pipeline to deploy our packages using Intragen.

Currently we are using change labels to do the changes in our system.

For a change I am currently working on we need to extend the length of an attribute, I used the following SQL code for this:

'

ALTER TABLE <Table>
ALTER COLUMN <Column> VARCHAR(2048);

GO

EXEC QBM_PColumnSchemaDataTypeCorr 'CCC'

Now also need to update and shrink the OneIdentity Schema in our synchronization project (Generic LDAP Connector).

Is there an SQL command to do the schema update, shink and commit the changes so we can use this in our pipeline?

Thanks a lot!

Kind Regards,

Patrick Schaffer

Parents Reply Children
No Data