migra icon indicating copy to clipboard operation
migra copied to clipboard

Add table and column descriptions on diff

Open felipe31 opened this issue 9 months ago • 1 comments

Table and column descriptions are useful for async teams and are easy to see in frontends like Supabase. Currently, I can list the descriptions with \d+ table_name and \dt+ using psql, but they are not included in the diffs.

felipe31 avatar Apr 30 '24 12:04 felipe31

This PR https://github.com/djrobstep/migra/pull/237 adds support for comments for all database objects

joshainglis avatar May 01 '24 02:05 joshainglis