Activity overview
Latest activity by JohnathanSmith
Hey folks — I’ve been working with migration scripts and ran into the “Unable to generate migration scripts” error when using the refresh/import flow. I found that one of the biggest hidden issues was referencing an external database inside a procedure, which the shadow database couldn’t access. Once I caught that, I resolved it by isolating those references and updating the script manually before letting it run. It might be worth verifying any cross-database dependencies and cleaning up unresolved objects before proceeding with refresh. / comments
Hey folks — I’ve been working with migration scripts and ran into the “Unable to generate migration scripts” error when using the refresh/import flow. I found that one of the biggest hidden issues ...