Skip to content

Commit

Permalink
Fix pgroll-integration.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Nov 29, 2024
1 parent 5b3815a commit 615d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgroll-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ When using a Postgres enabled database, there will be new options to edit column

![New edit column functionality](/images/pgroll-integration/edit.png)

There will also be a new tab called Migration Editor on the Schema view page. Users can now run numerous arbitrary migrations with type safe completions, from additive changes like creating new columns, to destructive changes like changing column types. All operations supported can be found [here](https://github.com/xataio/pgroll/tree/main/docs#operations-reference) with a long list of examples [here](https://github.com/xataio/pgroll/tree/main/examples).
There will also be a new tab called Migration Editor on the Schema view page. Users can now run numerous arbitrary migrations with type safe completions, from additive changes like creating new columns, to destructive changes like changing column types. All operations supported can be found [here](https://github.com/xataio/pgroll/blob/main/docs/operations-reference.md) with a long list of examples [here](https://github.com/xataio/pgroll/tree/main/examples).

![New Migration Editor](/images/pgroll-integration/editor.png)

Expand Down

0 comments on commit 615d068

Please sign in to comment.