Materia icon indicating copy to clipboard operation
Materia copied to clipboard

user_meta table necessary?

Open iturgeon opened this issue 11 years ago • 3 comments

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.

iturgeon avatar Nov 15 '13 19:11 iturgeon

Well.. is it? Seems still relevant.

jaxbot avatar Oct 20 '15 14:10 jaxbot

Our understanding is that user_meta currently isn't used in any capacity. It should probably be cleanly removed from the codebase.

clpetersonucf avatar Jun 16 '16 19:06 clpetersonucf

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

iturgeon avatar Jun 04 '19 00:06 iturgeon