Open tchan09 opened 2 months ago
Facing the same issue:
ActiveRecord::StatementInvalid in Visits#index
Showing /var/app/app/views/visits/_modal.html.erb where line #20 raised:
PG::UndefinedTable: ERROR: relation "place_visits" does not exist
LINE 10: WHERE a.attrelid = '"place_visits"'::regclass
^
Trace of template inclusion: #<ActionView::Template app/views/visits/_visit.html.erb locals=["visit"]>, #<ActionView::Template app/views/visits/index.html.erb locals=[]>
Rails.root: /var/app
Describe the bug On the beta visits page, clicking on the
suggested
button triggers an ActiveRecord error:Version 0.14.1 via docker
To Reproduce Steps to reproduce the behavior:
Visits
page from the navigation tabExpected behavior I expect to suggested visits.
Logs From
dawarich_app
: