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
I've just got the same thing after running the generator. The DBs are set up in postgres fine, it looks like the migrations are missing if you use the generator.
To resolve just create a new migration using the contents of the migration file in the repo
I am getting this error first time trying the server:
PG::UndefinedTable at /
ERROR: relation "visitors" does not exist
LINE 5: WHERE a.attrelid = '"visitors"'::regclass
I ran rake db:reset also. It doesn't seem to be working properly. Anyone know what this is?
The text was updated successfully, but these errors were encountered: