cfwheels-dbmigrate-plugin
cfwheels-dbmigrate-plugin copied to clipboard
fix the foreign key toSQL()
This should fix the issue #76 Error when creating references. The code was already in adapters.Abstract.cfc. Just need to call it from ForeignKeyDefinition
I think this can be closed/deleted as it appears the changes have found their way into core
https://github.com/cfwheels/cfwheels/blob/master/wheels/migrator/ForeignKeyDefinition.cfc#L26-L35