Activity log for bug #1709680

Date Who What changed Old value New value Message
2017-08-09 17:26:14 Octave Orgeron bug added bug
2017-08-09 17:26:23 Octave Orgeron oslo.db: assignee Octave Orgeron (octave-orgeron)
2017-08-11 17:06:19 Octave Orgeron summary Add get_fk_name to utils Add get_foreign_key_constraint_name to utils
2017-08-11 17:06:42 Octave Orgeron description There are many use cases where foreign key constraints are dropped and recreated while doing table changes to keys, indexes, etc. This fix will implement a get_fk_name function to grab the foreign key constraint name and make it easier for consumers to do the drop and recreation step. There are many use cases where foreign key constraints are dropped and recreated while doing table changes to keys, indexes, etc. This fix will implement a get_foreign_key_constraint_name function to grab the foreign key constraint name and make it easier for consumers to do the drop and recreation step.
2017-08-11 20:01:19 Octave Orgeron oslo.db: status New In Progress