ita-social-projects / Home

Home - is an all-in-one social service that will cover all aspects of your communication with your home and neighbors.
http://www.home-project-engineering.tech/api/0/apidocs/index.html
MIT License
26 stars 31 forks source link

Fix data duplication for user #490

Open vladyslavyarets opened 2 years ago

vladyslavyarets commented 2 years ago

Refactor user related models. Now data related for user stores in the tables users and user_credantials. The same fields e.g. email, password stores in the both tables and we should keep an eye to actualize this data. By this task we need to separate this fields in the user_credantials table only and set relation by this credentials for user entity.