04/26 Fixed migration file
This commit is contained in:
@@ -12,7 +12,7 @@ from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
revision = 'c3d4e5f6a7b8'
|
||||
down_revision = 'a1b2c3d4e5f6'
|
||||
down_revision = 'b2c3d4e5f6a7'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
@@ -24,4 +24,4 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
op.drop_column('vault_items', 'iv_name')
|
||||
op.drop_column('vault_items', 'enc_name')
|
||||
op.drop_column('vault_items', 'enc_name')
|
||||
Reference in New Issue
Block a user