Actions
Bug #3669
closedMigration: Unable to migrate db, if Katello engine is included
Description
The Katello engine extends the Foreman User. As a result, if the Katello engine is included, it is not currently possible to successfully run 'rake db:migrate' to run all Foreman+Katello migrations.
The primary issue exists with db/migrate/20100628123400_add_internal_auth.rb which attempts to create an initial User, but finds conflicts as the business logic is reliant on schema is not available until a later migration.
This issue is to minimize the definition of User that is pulled in to the model to avoid this and possible future issues.
Updated by Dominic Cleal about 11 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.10.0
Updated by Dominic Cleal about 11 years ago
- Translation missing: en.field_release set to 2
Updated by Brad Buckingham about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset fea5a7a41755f59783c1621bbd111f8b10d43901.
Actions