From eafb45c056272357c85c5aae087fd2fa07792149 Mon Sep 17 00:00:00 2001 From: Bryce Plunkett <130488190+bplunkett-stripe@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:28:00 -0700 Subject: [PATCH] Update docs (#55) --- .github/pull_request_template.md | 2 ++ README.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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)