Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: db schema preview files #165

Merged
merged 12 commits into from
Dec 3, 2024
Merged

chore: db schema preview files #165

merged 12 commits into from
Dec 3, 2024

Conversation

segfault-magnet
Copy link
Contributor

closes: #164
relationships

We now automatically generate .dot and .png files showing the ER diagram of the final schema of the committer db and each individual table.

If you add a migration the CI will fail until you run update_db_preview.sh and commit the changes to the png and dot files.

Copy link
Member

@digorithm digorithm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very neat 👍

Copy link
Contributor

@hal3e hal3e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@segfault-magnet segfault-magnet merged commit 9126180 into master Dec 3, 2024
12 checks passed
@segfault-magnet segfault-magnet deleted the feat/db_overview branch December 3, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: visualize the db schema
4 participants