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

HOTFIX: DB creation script #134

Merged
merged 1 commit into from
Dec 24, 2024
Merged

HOTFIX: DB creation script #134

merged 1 commit into from
Dec 24, 2024

Conversation

elucherini
Copy link
Collaborator

Description

docker exec -it datasci-earthquake-backend-1 python backend/database/init_db.py stopped working properly after my last commit. This PR fixes the bug I introduced.

Type of changes

  • Bugfix
  • Chore
  • New Feature

Testing

  • I added automated tests
  • I think tests are unnecessary

How to test

docker exec -it datasci-earthquake-backend-1 python backend/database/init_db.py

See that it outputs the CREATE_TABLE statements it just executed.

@elucherini
Copy link
Collaborator Author

Bypassing review as this is very straightforward hot fix

@elucherini elucherini merged commit 879db9f into master Dec 24, 2024
3 checks passed
@elucherini elucherini deleted the db-hotfix branch December 24, 2024 17:24
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.

1 participant