Skip to content

Commit

Permalink
migration
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Dec 9, 2024
1 parent 28af882 commit 61abd1c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-12-09 14:25:45.024814+00:00
"""
import sqlalchemy as sa
from alembic import op

# revision identifiers, used by Alembic.
Expand All @@ -15,9 +16,7 @@


def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.execute("ALTER TYPE pricingplanclassification ADD VALUE 'LICENSE'")
# ### end Alembic commands ###
op.execute(sa.DDL("ALTER TYPE pricingplanclassification ADD VALUE 'LICENSE'"))


def downgrade():
Expand Down

0 comments on commit 61abd1c

Please sign in to comment.