# Track Schema Changes Automatically in Your Pull Requests

DevFeed: [Track Schema Changes Automatically in Your Pull Requests](<https://devfeed.tech/articles/track-schema-changes-automatically-in-your-pull-requests-5835.md>)

Original publisher: [Read original article](<https://neon.com/blog/track-schema-changes-automatically-in-your-pull-requests>)

Author: Luis Tavares

Published: 2024-11-28T17:09:53Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [github](<https://devfeed.tech/tags/github.md>), [migration](<https://devfeed.tech/tags/migration.md>), [product](<https://devfeed.tech/tags/product.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [testing](<https://devfeed.tech/tags/testing.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

Neon launched a Schema Diff GitHub Action that compares schemas between a main branch and child branch, then keeps a pull-request comment updated with database-structure changes.

## Source excerpt

We just launched the Schema Diff GitHub Action, a tool that simplifies schema migrations by automatically tracking schema changes as a comment in your pull requests. Check out our docs for step-by-step instructions to get started. Neon branches are great for many things, but test...