diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9b218ff..7af9911 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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.) diff --git a/README.md b/README.md index fdad34f..1e9b826 100644 --- a/README.md +++ b/README.md @@ -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)