Actions
Bug #25125
openRename migrations timestamp to avoid collision
Status:
Ready For Testing
Priority:
Normal
Assignee:
Category:
DB migrations
Target version:
-
Description
#25102 was merged recently and it contains a number of migrations with the exact same timestamp as some previously existing migrations in REX.
This causes an error when you upgrade a system where REX was installed before (db:migrate):
ActiveRecord::DuplicateMigrationVersionError: Multiple migrations have the version number 20150616080015.
I can't see a reason why this wouldn't happen on production too during an upgrade, even if we remove the migrations from REX, the timestamps are still saved in memory.
Updated by Daniel Lobato Garcia over 6 years ago
- Related to Feature #25102: Formalize template inputs added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/6111 added
Actions