Open jdisser opened 6 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.
Remove
demographic
andenabled
from theUser
entity and the database. Update ModelMapper PropertyMap configurations.