You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patrick Bolger edited this page Nov 14, 2017
·
4 revisions
The full error output looks like this:
Failure/Error: self.class.connection.execute("SELECT nextval('membership_number_seq')").getvalue(0,0).to_s
ActiveRecord::StatementInvalid:
PG::UndefinedTable: ERROR: relation "membership_number_seq" does not exist
LINE 1: SELECT nextval('membership_number_seq')
This is typically due to the schema not being up to date in the test DB. To fix: