Actions
Story #14824
closedpostgresql 10.x compatibility
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Updated by Lucas Di Pentima almost 6 years ago
The error was: ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column "increment_by"
Updated by Eric Biagiotti almost 6 years ago
- Related to Story #14873: [API] Update to Rails 5 added
Updated by Eric Biagiotti almost 6 years ago
This is an issue with rails after updating to postgres 10. Summarized nicely here https://help.heroku.com/WKJ027JH/rails-error-after-upgrading-to-postgres-10.
Three possible solutions:
- Update rails to 5.0.x
- Update and use the following monkey patch for our version of rails https://github.com/rails/rails/issues/28780#issuecomment-354868174
- Continue using postgres 9.6
Updated by Peter Amstutz about 5 years ago
- Status changed from New to Resolved
- Target version deleted (
To Be Groomed)
Actions