When running the SQL Server 2017+ installation script on a SQL Server 2019 database, it fails due to two invalid references to a non-existing "auto_drop" column defined in two views.
If I comment them out, the installation script works fine. No other objects in the installation script reference these columns.
When running the SQL Server 2017+ installation script on a SQL Server 2019 database, it fails due to two invalid references to a non-existing "auto_drop" column defined in two views.
If I comment them out, the installation script works fine. No other objects in the installation script reference these columns.