-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Welcome!
- Yes, I have searched for similar issues on GitHub and found none.
What did you do?
Run
docker-compose up -d
What did you expect?
New kafka migration created sucefully
What did you observe instead of what you expected?
The migrtation for create kafka in postgreSQL prisma point to 'public' instead create on default schema
When he associate the 'instance' table not exist because never has create a instance in 'public'
Screenshots/Videos
`igration name: 20250918182355_add_kafka_integration
Database error code: 42P01
Database error:
ERROR: relation "public.Instance" does not exist
DbError { severity: "ERROR", parsed_severity: Some(Error), code: SqlState(E42P01), message: "relation "public.Instance" does not exist", detail: None, hint: None, position: None, where_: None, schema: None, table: None, column: None, datatype: None, constraint: None, file: Some("namespace.c"), line: Some(428), routine: Some("RangeVarGetRelidExtended") }
`
Which version of the API are you using?
Version 2.3.4
What is your environment?
Windows
Other environment specifications
No response
If applicable, paste the log output
No response
Additional Notes
No response