From: Michael Bayer Date: Wed, 6 Nov 2024 23:43:17 +0000 (-0500) Subject: Merge branch 'main' into main X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=073cbd9b076fffa78be3b374e20ece4a2562f7bd;p=thirdparty%2Fsqlalchemy%2Falembic.git Merge branch 'main' into main --- 073cbd9b076fffa78be3b374e20ece4a2562f7bd diff --cc alembic/templates/async/alembic.ini.mako index 9de74ee4,02ddb9e1..f97e2d66 --- a/alembic/templates/async/alembic.ini.mako +++ b/alembic/templates/async/alembic.ini.mako @@@ -47,9 -47,8 +47,10 @@@ prepend_sys_path = # version_path_separator = : # version_path_separator = ; # version_path_separator = space + # version_path_separator = newline -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 diff --cc alembic/templates/generic/alembic.ini.mako index 413d14df,fb709232..4fc5d01a --- a/alembic/templates/generic/alembic.ini.mako +++ b/alembic/templates/generic/alembic.ini.mako @@@ -49,9 -49,8 +49,10 @@@ prepend_sys_path = # version_path_separator = : # version_path_separator = ; # version_path_separator = space + # version_path_separator = newline -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 diff --cc alembic/templates/multidb/alembic.ini.mako index 95c7c842,687da570..116bd4a8 --- a/alembic/templates/multidb/alembic.ini.mako +++ b/alembic/templates/multidb/alembic.ini.mako @@@ -49,9 -49,8 +49,10 @@@ prepend_sys_path = # version_path_separator = : # version_path_separator = ; # version_path_separator = space + # version_path_separator = newline -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