Just wondering if anyone has experienced SQL errors when upgrading from v14.3 to 15.3?
i get a bunch of these when trying to upgrade and it fails to update
2021-05-24 13:40:55.639: DACPAC: DAC Message: Warning SQL72015: The type for column Id in table [dbo].[Container] is currently INT IDENTITY (1, 1) NOT NULL but is being changed to TINYINT NOT NULL. Data loss could occur.
2021-05-24 13:40:55.654: DACPAC: DAC Message: Warning SQL72015: The type for column ContainerId in table [dbo].[DevContainerStatus] is currently INT NOT NULL but is being changed to TINYINT NOT NULL. Data loss could occur.
2021-05-24 13:40:55.654: DACPAC: DAC Message: Warning SQL72015: The type for column ContainerId in table [dbo].[DeviceConfigSectionStatus] is currently INT NOT NULL but is being changed to TINYINT NOT NULL. Data loss could occur.
2021-05-24 13:40:55.654: DACPAC: DAC Message: Warning SQL72015: The column [dbo].[DeviceInstalledApp].[AppleVPPLicenseId] is being dropped, data loss could occur.
2021-05-24 13:40:55.654: DACPAC: DAC Message: Warning SQL72015: The type for column ContainerId in table [dbo].[DeviceInstalledApp] is currently INT NOT NULL but is being changed to TINYINT NOT NULL. Data loss could occur.
2021-05-24 13:40:56.982: DACPAC: DAC Message: Message SQL0: An error occurred while the batch was being executed.
2021-05-24 13:40:56.982: DACPAC: Faulted [2]: Updating database
2021-05-24 13:40:56.982: DACPAC: DAC Message: Message SQL73036: Updating database (Failed)
2021-05-24 13:40:56.982: DACPAC: Faulted [2]: Deploying package to database
2021-05-24 13:40:56.998: DACPAC: Faulted [2]: Registering metadata for database
2021-05-24 13:40:57.015: DACPAC: FAILURE: DACPAC has failed to deploy: Microsoft.SqlServer.Dac.DacServicesException: Could not deploy package.
Warning SQL72015: The type for column Id in table [dbo].[Container] is currently INT IDENTITY (1, 1) NOT NULL but is being changed to TINYINT NOT NULL. Data loss could occur.