Database can't be seeded
While migrations are working again since #199 (closed) is fixed, it is still not possible to seed the database. We've previously added mandatory properties to the conference that were not added to db/seeds.rb
.
It should be possible to use db/seeds.rb
to seed the database to be able to log in.