Understand OpenFGA migration behavior and limitations
devThe current implementation of fga_migrations has the following characteristics:
- Scope: Only authorization models can be migrated; tuple migrations are not yet supported.
- Immutability: Applying a migration pushes a new authorization model to the OpenFGA store and sets it as the default. Because OpenFGA models are immutable, previous models are neither deleted nor altered.
- Rollbacks: Since there are currently no tuples to migrate, rolling back to migration
n, applying migrationn, and running all migrations up tonare functionally identical operations.