Skip to content

Commit c0a7682

Browse files
committed
Fixed downgrade
1 parent 1c36e83 commit c0a7682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/alembic/versions/36c4ecbfd11a_add_pdp_users_full_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def upgrade():
2121

2222

2323
def downgrade():
24-
pass
24+
op.drop_column("pdp_users", "full_name")

0 commit comments

Comments
 (0)