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.40 - Migrations break when there's a new tenant. #21

Closed NotChristianGarcia closed 2 years ago

NotChristianGarcia commented 2 years ago

Migrations were written per tenant and then deployed. That was not smart.

NotChristianGarcia commented 2 years ago

Fixed. Migrations are now using one per_tenant upgrade/downgrade function. But each tenant runs the function.