diff options
Diffstat (limited to 'alembic/templates/generic/alembic.ini.mako')
-rw-r--r-- | alembic/templates/generic/alembic.ini.mako | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alembic/templates/generic/alembic.ini.mako b/alembic/templates/generic/alembic.ini.mako index 8aa47b1..f541b17 100644 --- a/alembic/templates/generic/alembic.ini.mako +++ b/alembic/templates/generic/alembic.ini.mako @@ -51,6 +51,11 @@ prepend_sys_path = . # version_path_separator = space version_path_separator = os # Use os.pathsep. Default configuration used for new projects. +# set to 'true' to search source files recursively +# in each "version_locations" directory +# new in Alembic version 1.10 +# recursive_version_locations = false + # the output encoding used when revision files # are written from script.py.mako # output_encoding = utf-8 |