Issue migrating a vector field
evelyn % npx prisma migrate dev
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-us-east-1.pooler.supabase.com:5432"
Error: P3006
Migration `20250331035432_add_calendar_subscription` failed to apply cleanly to the shadow database.
Error:
ERROR: type "vector" does not exist
0: sql_schema_connector::validate_migrations
with namespaces=None
at schema-engine/connectors/sql-schema-connector/src/lib.rs:364
1: schema_core::state::DevDiagnostic
at schema-engine/core/src/state.rs:275evelyn % npx prisma migrate dev
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-us-east-1.pooler.supabase.com:5432"
Error: P3006
Migration `20250331035432_add_calendar_subscription` failed to apply cleanly to the shadow database.
Error:
ERROR: type "vector" does not exist
0: sql_schema_connector::validate_migrations
with namespaces=None
at schema-engine/connectors/sql-schema-connector/src/lib.rs:364
1: schema_core::state::DevDiagnostic
at schema-engine/core/src/state.rs:275Would appreciate some help, I already reset my database