diff --git a/docs/pr_comment.md b/docs/pr_comment.md index 43d559d..95286af 100644 --- a/docs/pr_comment.md +++ b/docs/pr_comment.md @@ -15,6 +15,9 @@ and the base branch ([br-misty-resonance-a5jvokot](https://console.neon.tech/app/projects/holy-wind-90398863/branches/br-misty-resonance-a5jvokot)) - Database: neondb +
Diff +

+ ```diff Index: neondb-schema.sql =================================================================== @@ -44,4 +47,7 @@ Index: neondb-schema.sql ``` +

+
+ This comment was last updated at 11/20/2024 10:05:59 AM diff --git a/src/diff.ts b/src/diff.ts index b1fe66f..15e1938 100644 --- a/src/diff.ts +++ b/src/diff.ts @@ -177,8 +177,14 @@ Schema diff between the compare branch ([${compareBranch.name}](${compareBranchU - Compare branch: ${compareBranch.name} ([${compareBranch.id}](${compareBranchURL})) ${compareBranch.protected ? '🔒' : ''} - Database: ${database} +
Diff +

+ ${diffContent} +

+
+ This comment was last updated at ${new Date().toUTCString()} ` }