TeenageHelpline / Progress

Progress HR solution. Built in PHP for maximum flexibility, let Progress manage all of your HR needs.
1 stars 1 forks source link

Split user migration into two tables #6

Closed BnMcG closed 9 years ago

BnMcG commented 9 years ago

The user migration should be split into "users" and "people" as two separate objects and tables. This is because each person does not need a login, therefore we can reduce the number of irrelevant table columns and make sure our data is more clearly defined:

eg: the users table is only for storing authentication details, the people table is only for storing personal data.

BnMcG commented 9 years ago

Also split models