【发布时间】:2014-04-16 01:31:27
【问题描述】:
我有一个应用程序,我想今天为它创建一个新的迁移。当我跑步时
$ alembic revision -m "__name__"
我收到一条消息
Only a single head is supported. The script directory has multiple heads (due branching), which must be resolved by manually editing the revision files to form a linear sequence.
Run `alembic branches` to see the divergence(s).
跑步
alembic branches
什么都不做
我是 Alembic 的新手。有 2 个开发人员在开发这个应用程序,我们有 2 个 git 分支 - master 和 develop(我不确定这是否与它有关)。
有什么线索吗?
【问题讨论】: