mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
fix error in migration docs (#2691)
This commit is contained in:
parent
52bf885f14
commit
2d4f91472f
@ -59,9 +59,9 @@ Hasura migrations. You can commit this directory to version control.
|
||||
.. note::
|
||||
|
||||
In case there is an admin secret set, you can set it as an environment
|
||||
variable ``HASURA_GRAPHQL_ADMIN_SECRET=<your-admin-secret`` on the local
|
||||
variable ``HASURA_GRAPHQL_ADMIN_SECRET=<your-admin-secret>`` on the local
|
||||
machine and the the CLI will use it. You can also use it as a flag to CLI:
|
||||
``--admin-secret "<your-admin-secret>"``.
|
||||
``--admin-secret '<your-admin-secret>'``.
|
||||
|
||||
Step 3: Initialize the migrations as per your current state
|
||||
-----------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user