How do you update the Azure SQL for the new tables

I read that Hangfire 1.8 has different database tables than earlier versions.

I’ve tried both the automatic upgrade routine and manual upgrade routines to turn our tables into the new tables. But neither are working on Azure SQL.

I’m guessing this is the reason that some of our jobs aren’t running on Azure but work fine on localhost (see my earlier questions over the past few months)

The error message makes no sense as we don’t use any mirroring or availabiity on a development server.

The operation cannot be performed on database “XXX” because it is involved in a database mirroring session or an availability group. Some operations are not allowed on a database that is participating in a database mirroring session or in an availability group.

Hence my question, how do we upgrade the Azure SQL server for the new tables?