How to use name parameter in alembic.command.revision #1703
-
I'm trying to use the recipe in the cookbook for running multiple environments from one file (https://alembic.sqlalchemy.org/en/latest/cookbook.html#run-multiple-alembic-environments-from-one-ini-file). That indicates that specifying the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, I believe that name changes the value set in https://alembic.sqlalchemy.org/en/latest/api/config.html#alembic.config.Config.params.ini_section, that's accessed via https://alembic.sqlalchemy.org/en/latest/api/config.html#alembic.config.Config.config_ini_section |
Beta Was this translation helpful? Give feedback.
Hi,
I believe that name changes the value set in https://alembic.sqlalchemy.org/en/latest/api/config.html#alembic.config.Config.params.ini_section, that's accessed via https://alembic.sqlalchemy.org/en/latest/api/config.html#alembic.config.Config.config_ini_section