Errore PG durante la ricostruzione: la colonna "token" della relazione "email_tokens" non esiste

Please can someone with this issue try running this on the rails console, and share your result:

./launcher enter app
rails c

DB.query "SELECT table_schema, table_name, column_name FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name='email_tokens' AND column_name='token';"
1 Mi Piace