From aa3f00f2b892e510554400e506d67bbd4c5e23ff Mon Sep 17 00:00:00 2001 From: Benjamin Marler <146089920+bamarler@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:26:35 -0500 Subject: [PATCH] Update migration_routes.py --- backend/app/routes/migration_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/routes/migration_routes.py b/backend/app/routes/migration_routes.py index e1e8ab6..54da1b4 100644 --- a/backend/app/routes/migration_routes.py +++ b/backend/app/routes/migration_routes.py @@ -125,7 +125,7 @@ async def execute_migrations( async def get_tenant_connection_url( tenant_id: UUID, include_public: bool = False, - # admin=Depends(get_current_admin), + admin=Depends(get_current_admin), ) -> dict: """ Get a PostgreSQL connection URL for a specific tenant.