Bug #4075
closedUnused Environment vs System Groups association still exists
Description
While reviewing #2416 I noticed the following association.
```diff
+ add_foreign_key_deferred 'environment_system_groups', 'environments',
+ :name => 'environment_system_groups_environment_id_fk'
+ add_foreign_key_deferred 'environment_system_groups', 'system_groups',
+ :name => 'environment_system_groups_system_group_id_fk'
```
From what I gather this association between enviroments and system groups should no longer should exist.
Created: parthaa on July 02, 2013 20:09 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/2576
Comment 1
needs to get resolved in https://github.com/Katello/katello/pull/3390/files
Created: parthaa on January 10, 2014 20:18 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/comments/32061936