team-quizki / quizki-backend

Quizki is a question and answer database which generates exams.
2 stars 15 forks source link

Remove Demographic and Enabled fields from the User Entity and database #25

Open jdisser opened 6 years ago

jdisser commented 6 years ago

Remove demographic and enabled from the User entity and the database. Update ModelMapper PropertyMap configurations.

haxwell commented 5 years ago

We need to see what is involved here. We should be able to just make the change to the backend code, and the code which populates the DB, and that should be enough. Developers would just have to reinitialize their DBs when they ran the backend locally.

Once we are in Production, this would be the perfect case for a database migration. We would use a tool like Liquibase to get it done.