Actions
Refactor #3752
closedMove all data addition in DB migrations into a seed script
Description
Our DB migrations perform a number of database setup tasks, from loading default templates through to creating the default user.
These can be difficult to maintain as the codebase evolves, plus makes it harder for us to update the default data provided in Foreman so moving to a separate seed script should make life easier.
Updated by Dominic Cleal about 11 years ago
- Blocks Feature #3272: Separate internal admin account from user admin accounts added
Updated by Lukas Zapletal about 11 years ago
Requirement from Katello experiences: Make sure the seed script is idempotent.
Updated by Dominic Cleal about 11 years ago
Updated by Dominic Cleal about 11 years ago
- Target version set to 1.10.0
- Translation missing: en.field_release set to 2
Updated by Dominic Cleal about 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Dominic Cleal about 11 years ago
- Target version changed from 1.10.0 to 1.9.3
Updated by Dominic Cleal almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 0fa5d146b72778c33f760c8b67c5cb9008c52231.
Actions