keiththomas1 / Uplift

A depot for the mobile app which is a student project at University of Illinois at Chicago.
0 stars 0 forks source link

Remove User functionality #23

Closed erikboyle closed 10 years ago

erikboyle commented 10 years ago

The function currently only removes the user name but not information associated with the user. Jake, this is probably best fit to you since it's all database cleanup stuff.

maximusNullus commented 10 years ago

I'll get on this.

I'll just be a bunch of delete * FROM user_table, exercise_table, etc. WHERE user_id == 1;

maximusNullus commented 10 years ago

Ok, I've got something, but I have nothing that calls the function.

maximusNullus commented 10 years ago

I'll close this issue, pending it not working when the UI calls it.