Woet
Woet
Explore posts from servers
DTDrizzle Team
Created by Woet on 5/12/2024 in #help
Running schema migrations on the server
Perhaps there's a way for me to do this with drizzle-kit push:pg --schema ./src/db/global/schema.ts --driver pg --connectionString $DATABASE_URL ?
3 replies
DTDrizzle Team
Created by Woet on 5/12/2024 in #help
Running schema migrations on the server
It would also work if I could somehow get the SQL output of the entire creation of my schema that would come from drizzle-kit generate:pg if no other migrations exist yet and then run that SQL code after the database creation.
3 replies
DTDrizzle Team
Created by Woet on 5/10/2024 in #help
Postgres - Unique constraint that allows null
Thanks for getting back to me on this @Mykhailo , I already found a way to fix the issue I was having. Already a couple of days ago, so I don't exactly remember what the solution was anymore, but seems to work now 🙂
5 replies
DTDrizzle Team
Created by Woet on 5/10/2024 in #help
Postgres - Unique constraint that allows null
No description
5 replies