speakerinnen_liste
speakerinnen_liste copied to clipboard
Actual database schema
old database scheme: https://github.com/rubymonsters/speakerinnen_liste/issues/613
@zaziemo update database please
We don't have twitter
, city
, website
in the Profiles tables any more.
What about talks
or media_url
?
And languages
seems to be iso_languages
nowadays. ( see: https://github.com/rubymonsters/speakerinnen_liste/pull/526 and https://github.com/rubymonsters/speakerinnen_liste/commit/ed2f801e19a87b84458398b244b1e9203a5f7e8f )
And we have to remove city
, twitter
, website
, main_topic
and bio
from the profile database because those are all translated fields and moved to the profile_translations
table.
All in Profiles table:
- [ ] languages
- [ ] city
- [ ] website
- [ ] main_topic
- [ ] bio
Yes, that is true. I think we wanted to keep those fields a little while because we did many migrations and were not sure whether everything works out properly. But now 1 year has passed and nobody complained ;) Can be deleted!
city, twitter, website, main_topic, bio and languages are no longer in the profile table, look at pull request #733
Maybe we can use this to create an actual db schema: https://github.com/voormedia/rails-erd
https://github.com/rubymonsters/speakerinnen_liste/tree/anja-create-db-schema
@tyranja do we want to stick to that gem? It think some tables are missing there. Or should I update the PPT-Doc?