Skip to content

Commit

Permalink
do not import const from backend package in migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Feb 21, 2025
1 parent 94a1e6a commit a396d13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
from alembic import op
from sqlalchemy.sql import text

from ai.backend.common.defs import DEFAULT_DOMAIN_NAME

# revision identifiers, used by Alembic.
revision = "d7df3baf3779"
down_revision = "5d92c9cc930c"
branch_labels = None
depends_on = None

DEFAULT_DOMAIN_NAME = "default"


def upgrade():
conn = op.get_bind()
Expand Down

0 comments on commit a396d13

Please sign in to comment.