diff --git a/pgbelt/cmd/schema.py b/pgbelt/cmd/schema.py index 7e06765..2190a8c 100644 --- a/pgbelt/cmd/schema.py +++ b/pgbelt/cmd/schema.py @@ -121,4 +121,7 @@ async def create_indexes(config_future: Awaitable[DbupgradeConfig]) -> None: load_constraints, dump_constraints, remove_constraints, + dump_indexes, + remove_indexes, + create_indexes, ]