You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: