Multi-platform support: add Version.files field #189

Merged
Oleg-Komarov merged 1 commits from version-add-files into main 2024-06-17 15:01:44 +02:00
Owner

See #74

This is step 1 of moving from Version.file to Version.files:

  1. start double-writing into Version.files + update existing records
  2. change all reads from Version.file to Version.files, expecting a single
    file, then drop Version.file
  3. implement support for multiple uploads per Version

File.version is renamed to File.legacy_version to simplify further cleanup in
step 2.

See #74 This is step 1 of moving from Version.file to Version.files: 1. start double-writing into Version.files + update existing records 2. change all reads from Version.file to Version.files, expecting a single file, then drop Version.file 3. implement support for multiple uploads per Version File.version is renamed to File.legacy_version to simplify further cleanup in step 2.
Oleg-Komarov added 1 commit 2024-06-17 14:44:55 +02:00
This is step 1 of moving from Version.file to Version.files:

1. start double-writing into Version.files + update existing records
2. change all reads from Version.file to Version.files, expecting a single
   file, then drop Version.file
3. implement support for multiple uploads per Version

File.version is renamed to File.legacy_version to simplify further cleanup in
step 2.
Anna Sirota approved these changes 2024-06-17 14:59:02 +02:00
Oleg-Komarov merged commit c443592a51 into main 2024-06-17 15:01:44 +02:00
Oleg-Komarov deleted branch version-add-files 2024-06-17 15:01:44 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/extensions-website#189
No description provided.