tapis-project / pods_service

Network Accessible Pods API.
https://tapis.readthedocs.io/en/latest/technical/pods.html
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

KG 0.41 - Improve migrations. #22

Closed NotChristianGarcia closed 1 year ago

NotChristianGarcia commented 2 years ago

A bit confusing current as multiple tenants loop over one function to upgrade. Need to add in some other options for later down the line when we don't want every schema to match exactly. For example when dealing with the image allowlist.

NotChristianGarcia commented 1 year ago

Single upgrade function for all tenants now rather than a function per tenant. Migrations are created at runtime automatically and are now very easy to upgrade/modify. Complete for now.