Skip to content

Commit 6d18284

Browse files
committed
improve naming
1 parent 9b9043d commit 6d18284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/alembic/versions/36e9220ab794_update_kg_trigger_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
def _get_tenant_contextvar(session: Session) -> str:
22-
"""Set the tenant contextvar to the default schema"""
22+
"""Get the current schema for the migration"""
2323
current_tenant = session.execute(text("SELECT current_schema()")).scalar()
2424
if isinstance(current_tenant, str):
2525
return current_tenant

0 commit comments

Comments
 (0)