Hi.
We are trying to upgrade swift 1.23 to 1.26 (while updating from 9.16.7 to 9.17.3)
We get multiple SQL errors regarding the cssdecorations column, but I cannot find evidence of a migration script in the swift repo
example
System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'CssDecorations'.
If this is the ONLY change in the db, then we can patch this ourselves ofc, but if there are others ones we might encounter later, then we would like to know about it.
Cheers
//Steve