On some of our developer machines rake db:migrate
adds trailing whitespace to structure.sql
which is really annoying because every time a change is made to the database we have to first remove all trailing whitespace from the file.
Anyone know what could be up with that? Where would the whitespace come from? Has it to do with PostgreSQL or is it something else?