-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description Enumtables require entries to be put there after the table is created, but there is not a convenient sqlalchemy way to do so. This dedups the logic that I've been sprinkling all over the codebase to do this work after table creation. This is now done automatically by `enumtables.EnumTable`. #### Issue [ch64743](https://app.clubhouse.io/genepi/stories/space/64743) ### Test plan Dropped the database and created it from scratch. Verified that one of the enumtables had the correct values.
- Loading branch information
Tony Tung
authored
Feb 10, 2021
1 parent
b300400
commit 9959048
Showing
5 changed files
with
43 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters