Closed theganyo closed 1 year ago
GORM-compatible scheme migration tools to investigate:
Per additional discussions, we've decided not to to ahead with full migration control at this time. For now, we will simplify our database migration strategy to simply be:
We believe that our migrations for the time being will be simple and we can try to ensure they are non-destructive, backward compatible. In the future, if this becomes impossible and we need a more complex migration strategy, we will address at that time.
We must be able to roll database forward and backward on releases with the admin api.