MigratePhase
Two-phase migrate selector. Implements the NAP requirement that SECURITY DEFINER functions referenced by RLS policies be created out of band between structural DDL and policy creation.
public enum MigratePhase
Values
| Name | Description |
|---|---|
All |
Apply every operation (default). |
Structural |
Apply only structural operations (tables, columns, indexes, FKs, |
Rls |
Apply only RLS operations (enable/disable, force/no-force, create/drop |