Incremental Deliverable 2 Formal Database Migrations Prototype Inspection - SeoulSKY/safe-zone-system GitHub Wiki

PR

Date

  • October 14th

Length

  • 15 minutes

Participants

  • Bathiya(reviewer)
  • Jeremie(notetaker, reviewer)
  • Jorgen(reader, reviewer)
  • Josh(author)
  • Lucas(reviewer)
  • Sahngwoo(reviewer)
  • Zack(reviewer)

Agenda

  • Prototype review

Notes

  • Alembic will work for our database migration needs
  • Can generates migrations automatically when changing models
  • Will need to have our microservices automatically run these migrations on startup
  • We can have a combined models or individual models
    • Planning on having separate ones because our databases for microservices isn't planned to have a lot of overlap