mentorship-backend icon indicating copy to clipboard operation
mentorship-backend copied to clipboard

Doc: Add Run Migration Script instruction to README.md when new version is added to the repo.

Open mtreacy002 opened this issue 3 years ago • 2 comments

Description

As a contributor, I need to add instruction on how to run migration script when a new version of migration script is added to the repo, so that the contributors can update their db schemas when there is a schema update.

Acceptance Criteria

Update [Required]

  • [ ] add a section on Run migration script to README.md for when a new migration script is added to the repo.

Definition of Done

  • [ ] All of the required items are completed.
  • [ ] Approval by 1 mentor.

Estimation

1 hr

mtreacy002 avatar May 02 '21 21:05 mtreacy002

@mtreacy002 hey how this different from issue #996 and PR #1038

vj-codes avatar May 03 '21 18:05 vj-codes

🤔 , @vj-codes , I think #996 is addressing what contributors should do after they make changes to the db aka they need to create a new migration script within the PR where the db models are being changed. Whereas this issue is addressing what other contributors should do as an impact of a new migration script being merged to the repo when they pull the latest update from the repo. I will modify this issue title and description so to reflect this. Thanks for making me aware of the other issue and pr 😉 . cc @isabelcosta and @epicadk

mtreacy002 avatar May 03 '21 20:05 mtreacy002