mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
The psql command constant uses -A -t (--no-align --tuples-only) but the help text and code comments only showed --no-align. Without --tuples-only, psql prints column headers into migrations.log, corrupting it.