mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
127 stars 41 forks source link

[Task]: Remove `Version.git_hash` #15188

Open diox opened 1 day ago

diox commented 1 day ago

Description

Once https://github.com/mozilla/addons/issues/15150 is done, we should remove the Version.git_hash field.

Since it's not currently nullable, we should:

Acceptance Criteria

  ### Milestones/checkpoints
  - [ ] A migration exists making `git_hash` nullable
  - [ ] The field is gone from the model (but the migration to remove the column not yet committed)

Checks

┆Issue is synchronized with this Jira Task