]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix multidb `alembic.ini` template.
authorBhushan Mohanraj <50306448+bhushan-mohanraj@users.noreply.github.com>
Sat, 13 Jan 2024 21:27:07 +0000 (16:27 -0500)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2024 21:27:07 +0000 (16:27 -0500)
alembic/templates/multidb/alembic.ini.mako

index c7fbe48228a4c0af4f121bf8cc984ea7f889af7c..95c7c84299877cfe4ab506696d665d661aadbe54 100644 (file)
@@ -49,7 +49,9 @@ prepend_sys_path = .
 # version_path_separator = :
 # version_path_separator = ;
 # version_path_separator = space
-version_path_separator = os  # Use os.pathsep. Default configuration used for new projects.
+#
+# Use os.pathsep. Default configuration used for new projects.
+version_path_separator = os
 
 # set to 'true' to search source files recursively
 # in each "version_locations" directory