Is it possible to force resync schema or update the column type manually?

We have updated a few tables schema where column type changes from int8 to UUID. The schema sync does not see the changes for column type hence our reports are broken. There is a bug already reported for this issue, https://github.com/metabase/metabase/issues/7923 . My question here is, could someone help me to trigger the resync forcefully or update metabase data directly via sql?

Thanks,
-Sridharan

1 Like

Thanks for the help. I tried this option before posting the question here.

Clicking this button does not help and bug report has detailed instruction to reproduce it. I need some other way to forcefully resync the schema or change metabase data directly.

Thanks.