Skip to content

Commit 84fda0b

Browse files
authored
Update 0932ab8ca14a_19_added_validtation_column_to_param.py
1 parent ab7440b commit 84fda0b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

migrations/versions/0932ab8ca14a_19_added_validtation_column_to_param.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,15 @@
1010
from alembic import op
1111

1212

13-
# revision identifiers, used by Alembic.
1413
revision = '0932ab8ca14a'
1514
down_revision = 'f8c57101c0f6'
1615
branch_labels = None
1716
depends_on = None
1817

1918

2019
def upgrade():
21-
# ### commands auto generated by Alembic - please adjust! ###
2220
op.add_column('param', sa.Column('validation', sa.String(), nullable=True))
23-
# ### end Alembic commands ###
2421

2522

2623
def downgrade():
27-
# ### commands auto generated by Alembic - please adjust! ###
2824
op.drop_column('param', 'validation')
29-
# ### end Alembic commands ###

0 commit comments

Comments
 (0)