-
-
Save kaniak274/dcdb705f7e9377964301e48b87ec24f6 to your computer and use it in GitHub Desktop.
Upgrade example for the article
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
def upgrade(): | |
with op.get_context().autocommit_block(): | |
op.execute("ALTER TYPE status ADD VALUE 'REJECTED'") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment