From 4b1fa77489c77b40daa9096384a133b9105c7fb2 Mon Sep 17 00:00:00 2001 From: zurdi Date: Fri, 9 May 2025 15:59:37 +0000 Subject: [PATCH] refactor: comment out post_write_hooks section in alembic.ini for clarity --- backend/alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/alembic.ini b/backend/alembic.ini index 3944cdf1d..78c10646c 100644 --- a/backend/alembic.ini +++ b/backend/alembic.ini @@ -63,7 +63,7 @@ version_path_separator = os # Use os.pathsep. Default configuration used for ne sqlalchemy.url = '' -; [post_write_hooks] +# [post_write_hooks] # post_write_hooks defines scripts or Python functions that are run # on newly generated revision scripts. See the documentation for further # detail and examples