Hi all,
I am wondering if there is a way we can get the diff between two branches?
Hi all,
I am wondering if there is a way we can get the diff between two branches?
There’s no built-in tooling in Neon’s console to do this yet. You could use pg_dump to dump each and compare them using a diff tool, e.g PostgreSQL diff Explained | HackerNoon
PgAdmin provides a schema diff tool:
I’ve used this to compare schema changes between databases on different branches.