📌  相关文章
📜  hasura v3 迁移适用 - 无论代码示例

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

代码示例1
# first apply metadata, this will connect Hasura to the configured databases.
hasura metadata apply
# now we can apply migrations to the connected databases.
hasura migrate apply --all-databases
# follow it with a metadata reload to make sure Hasura is aware of any newly created database objects.
hasura metadata reload