Email message update on the first email sent to the user.
backport_pg_10_support_to_rails_4.rb -
Is a file that I used to fix an issue found running the test script.
This issue appears if you're using postgres 10 or higher.
The issue reported: missing increment_by field when selecting the public.users table.
This issue occurred on MacOS Mojave 10.14.16
How to reproduce the issue:
Prerequisite: User must have postgres 10 or higher installed on the machine.
Open a terminal and CD into the project directory.
Run the following command inside of your terminal: bundle exec rake test
What you should see a series of failed select statements reporting that the increment_by field is
missing.
Email message update on the first email sent to the user. backport_pg_10_support_to_rails_4.rb -