After upgrading to v1.0.0-beta.19, I'm getting this error :
"column \"requestContext\" of relation \"mastra_scorers\" does not exist"
"column \"requestContext\" of relation \"mastra_scorers\" does not exist"
The codemod updated my code but the DB still has
runtimeContext
runtimeContext
column.
- Question: Should this be automated? init() adds new columns but doesn't rename existing ones. Should the codemod handle DB migrations, or is manual migration the expected approach?