Skyvern/alembic/versions/2025_11_06_0914-39e16cf92225_oss_sync_alembic.py
Marc Kelechava 3db5ec6cd7
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
[SKY-6974] Browser Profiles [2/3] Marc/backend browser session profiles (#3923)
2025-11-06 01:24:39 -08:00

27 lines
655 B
Python

"""oss sync alembic
Revision ID: 39e16cf92225
Revises: 7581811d57b1
Create Date: 2025-11-06 09:14:11.912223+00:00
"""
from typing import Sequence, Union
# revision identifiers, used by Alembic.
revision: str = "39e16cf92225"
down_revision: Union[str, None] = "7581811d57b1"
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None
def upgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###
def downgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###