bigman80
Explore posts from serversDTDrizzle Team
•Created by bigman80 on 12/28/2023 in #help
Running complex migrations
got it, thanks for the help!
18 replies
DTDrizzle Team
•Created by bigman80 on 12/28/2023 in #help
Running complex migrations
ah my bad didn't see that, that's perfect. Slightly related, I don't see any documentation related to migration rollbacks, could you point me to any guides on best way to handle that? Specifically in local dev it's very helpful for testing changes and then rolling back
18 replies
DTDrizzle Team
•Created by bigman80 on 12/28/2023 in #help
Running complex migrations
I'm using a PostgreSQL db with the node-postgres driver
18 replies
DTDrizzle Team
•Created by bigman80 on 12/28/2023 in #help
Running complex migrations
At what point does drizzle create that table and save the migration into the table? I created my first migration and ran it on an empty database. The migration ran successfully, but I don't see any tables called
__drizzle_migrations
Also thanks for the speedy response!18 replies