Skip to content

Commit

Permalink
dummy upgradew
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Nov 21, 2024
1 parent a63bfcd commit fe58429
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions backend/alembic/versions/ae2bd6f24796_perm_sync_user_override.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"""perm_sync_user_override
Revision ID: ae2bd6f24796
Revises: 4ee1287bd26a
Create Date: 2024-11-21 11:31:19.921096
"""

# revision identifiers, used by Alembic.
revision = "ae2bd6f24796"
down_revision = "4ee1287bd26a"
branch_labels = None
depends_on = None


def upgrade() -> None:
pass


def downgrade() -> None:
pass

0 comments on commit fe58429

Please sign in to comment.