Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/version' into version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydawka committed Nov 10, 2023
2 parents 24544be + b8d2677 commit 802558c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions alembic/versions/72ac2b020c7c_delete_dataset_readme_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@


# revision identifiers, used by Alembic.
revision: str = '72ac2b020c7c'
revision: str = "72ac2b020c7c"
down_revision: Union[str, None] = None
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None


def upgrade() -> None:
alembic.op.drop_table('dataset_readme')


alembic.op.drop_table("dataset_readme")

0 comments on commit 802558c

Please sign in to comment.