Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/pr_comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<details><summary>Diff</summary>
<p>

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

```

</p>
</details>

This comment was last updated at 11/20/2024 10:05:59 AM
6 changes: 6 additions & 0 deletions src/diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,14 @@ Schema diff between the compare branch ([${compareBranch.name}](${compareBranchU
- Compare branch: ${compareBranch.name} ([${compareBranch.id}](${compareBranchURL})) ${compareBranch.protected ? '🔒' : ''}
- Database: ${database}

<details><summary>Diff</summary>
<p>

${diffContent}

</p>
</details>

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