Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Currently the CLI looks for `!include` directives in `tables` and
There are some changes to `migrations` and `seeds` project directories
in `config v3`. Projects will have child directories corresponding to
Migrations for each connected database. Look at the following example,
the `` `migrations `` directory has a sub directory `default` which
the `migrations` directory has a sub directory `default` which
corresponds to the connected database.

```bash
Expand Down Expand Up @@ -205,7 +205,7 @@ process.
1. `Config V3` is expected to be used with Hasura GraphQL Engine
versions `v2.0.0-alpha.1` and above.
2. During the update process CLI uses the server as the source of
truth, so make sure your server is upto date.
truth, so make sure your server is up to date.
3. The update process replaces project Metadata with Metadata on the
server.

Expand Down