Open iturgeon opened 11 years ago
Well.. is it? Seems still relevant.
Our understanding is that user_meta
currently isn't used in any capacity. It should probably be cleanly removed from the codebase.
https://github.com/ucfopen/Materia/blob/master/fuel/app/migrations/022_clean_user_metadata.php looks like it moves everything over to the user table, let's get rid of this table
Issue by JLoppert from Tue Mar 19 16:54:43 2013 Originally opened as https://github.com/ucfcdl/Materia/issues/634
Looks like it's not used. Since users now use a model, the profile/meta data is stored as a serialized php object in the users table.