merge

alembic.command.merge(config: Config, revisions: str, message: str = None, branch_label: str = None, rev_id: str = None) → Optional[Script]

Merge two revisions together. Creates a new migration file.

将两个修订合并在一起。 创建一个新的迁移文件。

Parameters:

  • config – a Config instance
  • message – string message to apply to the revision
  • branch_label – string label name to apply to the new revision
  • rev_id – hardcoded revision identifier instead of generating a new one.

See also: Working with Branches

参数:

  • config – 一个 Config 实例.
  • message – 应用于修订的字符串 消息
  • branch_label – 应用于新修订的字符串标签名称
  • rev_id – 硬编码的修订标识符,而不是生成一个新的。

同样参考: 使用分支