migration
Prisma Migrate: Consolidate / Squash Migrations
25/09/2021
When working on a new feature requiring schema updates, you may end up creating multiple fragments of migrations. This YouTube video explains how you could consolidate or squash these migrations without having to lose your local data.
Heroku PostgreSQL database backup and restore
29/05/2021
If you are new to Heroku and PostgreSQL and need to backup/restore data to and from your PostgreSQL database in Heroku, it might be overwhelming to get it right. This post has everything you will need to do just that.