UCDS / health4all_v2

A customizable health information system for different health care settings, using CodeIgniter and Bootstrap frameworks.
Other
9 stars 89 forks source link

Add inserted by and updated by fields to all tables in database #104

Open UCDS opened 9 years ago

UCDS commented 9 years ago

Add inserted_by(int), inserted_date (datetime), updated_by(int), updated_date(datetime) to all the tables in the database with user_id as foreign key to inserted_by and updated_by.

Change all the insert and update statements in all the models to store the user ID and the date, time in the database.