alphagov / need-o-tron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'rake db:setup' fails

sabernar opened this issue · comments

I get the following error:

Mysql2::Error: Table 'needotron_development.evidence_types' doesn't exist: SHOW FULL FIELDS FROM evidence_types

after running the rake command. It looks like the evidence_types table is never created.

Take a look at #19

The last migration deletes that table

This is fixed in #19.