mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Use real timestamp IDs for resource allocation migrations
The migrations used a date plus a fake incrementing hour counter (e.g. 20260602120000, ...130000, ...140000) rather than real timestamps. Those synthetic IDs risk colliding with migrations added elsewhere in the app. Rename them to their actual file creation time: 20260602120000 -> 20260602152805 add_users 20260602130000 -> 20260602152807 create_..._journals 20260602140000 -> 20260602170908 add_filter_name create_resource_allocations already had a real timestamp and is left unchanged. Order and resulting schema are preserved.
This commit is contained in:
Reference in New Issue
Block a user