Skip to content

Changelogs? #3484

Answered by a8m
risv1 asked this question in Q&A
May 4, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @risv1 👋

Atlas uses SQL files for versioned migrations. They are generated automatically from your Ent schema (or any other ORM), using the atlas migrate diff command, and applied to the database with atlas migrate apply. These files act as your "changelog".

Does that answer your question, or is there something specific you're looking for?

Also, if you're looking for a web-based changelog, Atlas Registry provides that: you can view, diff, and track all schema changes in a visual UI. See this example: https://gh.atlasgo.cloud/dirs/4294967383

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@risv1
Comment options

Answer selected by risv1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants