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

Add DB migrations functionality #92

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Add DB migrations functionality #92

merged 2 commits into from
Aug 20, 2024

Conversation

cmelone
Copy link
Collaborator

@cmelone cmelone commented Aug 20, 2024

Gantry will inevitably deviate from our initial db schema, so we need the ability to apply migrations.

Changes to the schema should be added to the migrations/ folder and added to gantry/__main__.py as documented in docs/deploy.md

@alecbcs we'll need this merged before I can add cost measurements

Gantry will inevitably deviate from our initial db schema, so we the ability to apply migrations.

Changes to the schema should be added to the `migrations/` folder and added to `gantry/__main__.py` as documented in [docs/deploy.md](docs/deploy.md)
@cmelone cmelone requested a review from alecbcs August 20, 2024 17:48
@cmelone cmelone self-assigned this Aug 20, 2024
@github-actions github-actions bot added the docs Improvements or additions to documentation label Aug 20, 2024
@cmelone cmelone added the feature New feature or request label Aug 20, 2024
Copy link
Member

@alecbcs alecbcs left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@alecbcs alecbcs merged commit 77e9f04 into develop Aug 20, 2024
5 checks passed
@alecbcs alecbcs deleted the add/migrations branch August 20, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants