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

Fix alembic tooling #42

Merged
merged 1 commit into from
Feb 2, 2021
Merged

Fix alembic tooling #42

merged 1 commit into from
Feb 2, 2021

Conversation

ttung
Copy link
Contributor

@ttung ttung commented Feb 1, 2021

Description

Autogenerate requires the include_schemas=True to work.

Issue

ch65314

Test plan

Generated some migrations.

@shortcut-integration
Copy link

This pull request has been linked to Clubhouse Story #65314: Standup dummy version of APP + DB for GenEpi MVP.

@@ -1,6 +1,8 @@
import os
from logging.config import fileConfig

from sqlalchemy import create_engine
Copy link
Contributor

Choose a reason for hiding this comment

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

looks like this appears twice now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

### Description
Autogenerate requires the `include_schemas=True` to work.

#### Issue
[ch65314](https://app.clubhouse.io/genepi/stories/space/65314)

### Test plan
Generated some migrations.
@ttung ttung merged commit 51772ca into trunk Feb 2, 2021
@ttung ttung deleted the ttung/alembic branch February 2, 2021 17:26
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.

2 participants