Skip to content
代码片段 群组 项目
提交 f68dc220 编辑于 作者: pbair's avatar pbair 提交者: Albert Salim
浏览文件

Run migrations in reverse order in CI check

In the CI job that validates migration schema changes, the current
behavior did not account for multiple migrations in one MR, and so ran
the migrations based on the output of `git diff`.

This change fixes that, so all migrations in `post_migrate` will run
first in reverse timestamp order, and then migrations in `migrate` will
run in reverse timestamp order.
上级 00526c7b
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册