Skip to content

Commit

Permalink
Update docs (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
bplunkett-stripe authored Aug 10, 2023
1 parent c082d55 commit eafb45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[//]: # (README: Ensure you've read the CONTRIBUTING.MD and that your commits are signed)

### Description
[//]: # (A clear and concise description of the purpose of this Pull Request. What is being changed? Include any relevant background for this change.)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ pg-schema-diff plan --dsn "postgres://postgres:postgres@localhost:5432/postgres"
*Broad support for diffing & applying arbitrary postgres schemas defined in declarative DDL:*
- Tables
- Columns
- Check Constraints
- Check constraints
- Foreign keys
- Indexes
- Partitions
- Functions/Triggers (functions created by extensions are ignored)
Expand Down

0 comments on commit eafb45c

Please sign in to comment.