📜  hasura squashmigrations - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:24.041000             🧑  作者: Mango

代码示例1
# NOTE: This command is in PREVIEW. Correctness is not guaranteed and the usage may change.

# squash all migrations from version 123 to the latest one:
hasura migrate squash --from 123

# Add a name for the new squashed migration
hasura migrate squash --name "" --from 123