Details
Description
There are columns which are using deprecated data type "IMAGE".
Definition of those columns are coming from old instances (able to reproduce with migration: `4.5.7 -> 5.6.7 -> 6.7.7 -> 7.9.6` ).
Object dbo.file_sources.binary_data uses deprecated data type TEXT, IMAGE or NTEXT which will be discontinued for future versions of SQL Server. For more details, please see: Line 9, Column 5. Object dbo.issues.locations uses deprecated data type TEXT, IMAGE or NTEXT which will be discontinued for future versions of SQL Server. For more details, please see: Line 26, Column 5. Object dbo.notifications.data uses deprecated data type TEXT, IMAGE or NTEXT which will be discontinued for future versions of SQL Server. For more details, please see: Line 2, Column 5. Object dbo.project_measures.measure_data uses deprecated data type TEXT, IMAGE or NTEXT which will be discontinued for future versions of SQL Server. For more details, please see: Line 8, Column 5.
Column type should be changed to not use deprecated type IMAGE, VARBINARY(MAX) should be used instead.