From a8d6faef753d434a6883aac5797c2b0cb952e86a Mon Sep 17 00:00:00 2001 From: Varjitt Jeeva Date: Fri, 6 Oct 2023 15:06:12 -0400 Subject: [PATCH] fix: index commands need to surface as CLI commands too (#275) --- pgbelt/cmd/schema.py | 3 +++ 1 file changed, 3 insertions(+) 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, ]