update alembic migrations

This commit is contained in:
qananasikq
2026-04-16 18:01:29 +03:00
parent 32824dca5f
commit 8140fb6f41
7 changed files with 98 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ depends_on: Union[str, Sequence[str], None] = None
def upgrade() -> None:
# Таблица cars — аукционные машины с IAAI
# Таблица cars — автомобили с Encar
op.create_table(
"cars",
sa.Column("id", sa.BigInteger, primary_key=True, autoincrement=True),