Swap FK geo_node_namespace_links.namespace_id to namespaces.id for LFK
Summary
As part of our "sharding key" efforts we need to mark the geo_node_namespace_links table as exempt from sharding, but it has foreign key references. The table with foreign key references is: namespaces. We are going to replace the foreign keys with "loose foreign keys".