Following the instructions on https://www.cockroachlabs.com/docs/v24.2/build-a-nodejs-app-with-cockroachdb-prisma and
node_modules/.bin/prisma migrate dev --name init results in the following error:
ERROR: "defaultdb.public.crdb_internal_region" is a multi-region enum and cannot be modified directly
HINT: try ALTER DATABASE defaultdb DROP REGION crdb_internal_region
The hint results in the following error:
"crdb_internal_region" has not been added to the database
Is there a workaround to this?
Following the instructions on https://www.cockroachlabs.com/docs/v24.2/build-a-nodejs-app-with-cockroachdb-prisma and
node_modules/.bin/prisma migrate dev --name initresults in the following error:ERROR: "defaultdb.public.crdb_internal_region" is a multi-region enum and cannot be modified directlyHINT: try ALTER DATABASE defaultdb DROP REGION crdb_internal_regionThe hint results in the following error:
"crdb_internal_region" has not been added to the databaseIs there a workaround to this?