Comment 0 for bug 1709680

Revision history for this message
Octave Orgeron (octave-orgeron) wrote : Add get_fk_name to utils

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.