You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated issue, originally created by Michael Bayer (@zzzeek)
e.g. "alembic revision ... --depends-on=foo --depends-on=bar" , plus need "depends_on" added to MigrationScript constructor. depends_on seems to be present in ScriptDirectory.generate_revision() as well as the script.py.mako, so that's already there, odd that it isn't in the command interface.
The text was updated successfully, but these errors were encountered:
Added new multiple-capable argument --depends-on to the alembic revision command, allowing depends_on to be
established at the command line level rather than having to edit
the file after the fact. depends_on identifiers may also be
specified as branch names at the command line or directly within
the migration file. The values may be specified as partial
revision numbers from the command line which will be resolved to
full revision numbers in the output file.
fixes depends_on needs to be built into alembic revision + internal API #311
Migrated issue, originally created by Michael Bayer (@zzzeek)
e.g. "alembic revision ... --depends-on=foo --depends-on=bar" , plus need "depends_on" added to MigrationScript constructor. depends_on seems to be present in ScriptDirectory.generate_revision() as well as the script.py.mako, so that's already there, odd that it isn't in the command interface.
The text was updated successfully, but these errors were encountered: