stiba
Explore posts from serversDTDrizzle Team
•Created by stiba on 6/26/2024 in #help
Migrations complain about missing relations
I get the following error when running migrations:
The weird thing is that the table gets created in the drizzle schema, so when the migration.sql file references
"public.users"
it fails. The public schema is also only mentioned once in the migration file.
If I remove the "public".
infront of "users"
the migration runs fine, but every table is created in the drizzle schema. Am I doing something wrong here?2 replies
DTDrizzle Team
•Created by stiba on 3/18/2023 in #help
Applying migrations with drizzle-orm/pg-core
How would I apply all the migrations that have not yet been applied?
I couldn't find any information in the docs
4 replies