CCAFS / ccafs-ap

CCAFS P&R is a platform to assist in the planning and reporting of CCAFS-related research projects. Migrated from https://code.google.com/p/ccafs-ap/
GNU General Public License v3.0
2 stars 1 forks source link

Unique keys in LOG tables #379

Closed htobon closed 8 years ago

htobon commented 9 years ago

There is an issue in the tables that have unique keys componed by two columns. Since the log table will have lot of same records, it cause a mysql integrity exception in the database.

Thus, we need to ignore those unique keys in the log tables.

This is a critical issue.

htobon commented 9 years ago

I guess the only table with this problem is "project_partner_contributions". Then, we need to track changes on it as well.

htobon commented 8 years ago

table "project_partner_contributions" was fixed.