Skip to content

3-Enable database migration with alembic#5

Merged
Timelessprod merged 6 commits intomainfrom
3-enable-database-migration-with-alembic
Apr 27, 2025
Merged

3-Enable database migration with alembic#5
Timelessprod merged 6 commits intomainfrom
3-enable-database-migration-with-alembic

Conversation

@Timelessprod
Copy link
Owner

Changes:

  • Add Alembic config to support database migrations
  • Create base ORM model to use with Alembic
  • Update the entrypoint script to perform migrations on startup
  • Add test script to check migration on CI

@Timelessprod Timelessprod added the enhancement New feature or request label Apr 27, 2025
@Timelessprod Timelessprod self-assigned this Apr 27, 2025
@Timelessprod Timelessprod linked an issue Apr 27, 2025 that may be closed by this pull request
Copy link
Owner Author

@Timelessprod Timelessprod left a comment

Choose a reason for hiding this comment

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

Tests are passing, approving.

@Timelessprod Timelessprod merged commit ac018da into main Apr 27, 2025
1 check passed
@Timelessprod Timelessprod deleted the 3-enable-database-migration-with-alembic branch April 29, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable database migration with Alembic

1 participant