Moving through the update chain from 0.34.0 to 0.35.0 >
Hey All, I'm starting to start the chore up upgrading through the chain of releases. At the moment, I'm running into another migrations issue. I wish there was a core migrations checker/sync. It seems from time to time a migration is missed and it totally nukes the entire app.
Anyways, upon the upgrade command I see this failed query:
SELECT * FROM "information_schema"."columns" WHERE "table_schema" = 'workspace_xxxxxxxxxxxxxxxxxx' AND "table_name" = 'person' AND "column_name" = 'phonesPrimaryPhoneCallingCode'
SELECT * FROM "information_schema"."columns" WHERE "table_schema" = 'workspace_xxxxxxxxxxxxxxxxxx' AND "table_name" = 'person' AND "column_name" = 'phonesPrimaryPhoneCallingCode'
`
At the moment, I don't see any other errors. The app just hangs. Any ideas whats going on here?