pgmigrate
pgmigrate copied to clipboard
'--table-name' flag is ignored
It looks like the --table-name flag is ignored (at least for apply).
The TableName is set to the DefaultTableName but isn't updated: https://github.com/peterldowns/pgmigrate/blob/main/migrator.go#L68
You are entirely correct — thank you for the bug report, I will fix this.
Should be fixed now!