29th / personnel-v3

Personnel management system version 3
https://www.29th.org
2 stars 6 forks source link

Remove legacy enlistment fields after transition #253

Open wilson29thid opened 6 months ago

wilson29thid commented 6 months ago

239 deprecated fields like last_name, steam_id in the Enlistment model, in favour of the equivalent fields in the User model. We'll hang on to them so that v2 enlistment viewing/managing still works, but once we've transitioned, we can remove those columns altogether.

Might be worth doing a quick query first to find any cases where the enlistment fields don't match their corresponding user fields, so that we don't lose visibility of any discrepancies or dishonest enlistments.