Actions
Bug #29504
closedDB creation fails if the plugin extends graphql types
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin integration
Target version:
-
Description
If the plugin extends graphql types, eg. https://github.com/theforeman/foreman_omaha/blob/ed679561e9bbc3d02e4f2e813ef1b3d14136b80b/lib/foreman_omaha/engine.rb#L100-L103, bundle exec rake db:create
command fails with error message:
ActiveRecord::NoDatabaseError: FATAL: database "foreman_development" does not exist
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7577 added
Updated by Anonymous almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1f9a13ddcdb686ba7185f71b9acc2cd8d9f40f59.
Actions