xHergz / TheMakeupApp

Capstone project for SET
0 stars 0 forks source link

Create User/Session Log Schema #7

Closed xHergz closed 5 years ago

xHergz commented 5 years ago

Description:

Create the table to log user actions (Create, update, delete) and session actions (session created, session closed)

Tasks:

xHergz commented 5 years ago

Blocked by #6 , needs User and Session tables completed.

xHergz commented 5 years ago

No longer blocked by #6, User and Session tables completed.

xHergz commented 5 years ago

Also added 2 views, Full_Session_Log and Full_User_Log for viewing the logs easier.