# Alembic configuration file # Job ID: MTAD-IMPL-2025-11-18-CL [alembic] # path to migration scripts script_location = migrations # template used to generate migration file names; The default value is %%(rev)s_%%(slug)s # Uncomment the line below if you want the files to be prepended with date and time #file_template = %%(rev)s_%%(created_at)s_%%(slug)s # sys.path path, will be prepended to sys.path if present # defaults to the current directory prepend_sys_path = . # timezone to use when rendering the date within the migration file # as well as the filename. # string value is passed to datetime.tz module. If left blank # the fixed offset in sqlalchemy.sql.sqltypes.DateTime is used. # If this doesn't work, file can be edited manually with proper timezone spec. # leave blank for localtime # timezone = # max length of characters to apply to the # "slug" field if asking for an abbreviated # version of revision name (branch names) # truncate_slug_length = 40 # set to 'true' to run the environment during # the 'revision' command, regardless of autogenerate # revision_environment = false # set to 'true' to allow .pyc and .pyo files without # a source .py file to be detected as revisions in the # versions/ directory # sourceless = false # If 'on', the -x considerations are bypassed, and only Alembic # revision files created by this script are run sqlalchemy_compare_type = false # If 'on', the -x considerations are bypassed, and only Alembic # revision files created by this script are run sqlalchemy_compare_server_default = false [loggers] keys = root,sqlalchemy [handlers] keys = console [formatters] keys = generic [logger_root] level = WARN handlers = console qualname = [logger_sqlalchemy] level = WARN handlers = qualname = sqlalchemy.engine [handler_console] class = StreamHandler args = (sys.stderr,) level = NOTSET formatter = generic [formatter_generic] format = %(levelname)-5.5s [%(name)s] %(message)s datefmt = %H:%M:%S