diff --git a/alembic/versions/36116bb7a69b_add_the_url_field_to_project.py b/alembic/versions/36116bb7a69b_add_the_url_field_to_project.py index 27784ef..334d1d2 100644 --- a/alembic/versions/36116bb7a69b_add_the_url_field_to_project.py +++ b/alembic/versions/36116bb7a69b_add_the_url_field_to_project.py @@ -24,6 +24,6 @@ def upgrade(): def downgrade(): - ''' Remove the column merge_status from the table projects. + ''' Remove the column url from the table projects. ''' op.drop_column('projects', 'url')