Skip to content

Commit

Permalink
Fixes #11736: Shorten content view puppet env foreign key name
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Sep 8, 2015
1 parent f84591f commit b2134a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20150606021722_create_puppet_modules.rb
Expand Up @@ -43,7 +43,7 @@ def up
:name => 'index_katello_cv_puppet_env_module_on_module_id_and_cvpe_id'

add_foreign_key "katello_content_view_puppet_environment_puppet_modules", "katello_puppet_modules",
:name => "katello_content_view_puppet_env_puppet_modules_puppet_module_id_fk",
:name => "katello_cv_puppet_env_puppet_modules_puppet_module_id_fk",
:column => "puppet_module_id"
add_foreign_key "katello_content_view_puppet_environment_puppet_modules", "katello_content_view_puppet_environments",
:name => "katello_content_view_puppet_env_puppet_modules_repo_id_fk",
Expand Down

0 comments on commit b2134a6

Please sign in to comment.