]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
adapt alembic for the inherit_schema change sqlalchemy 2.1
authorFederico Caselli <cfederico87@gmail.com>
Mon, 25 Aug 2025 20:59:43 +0000 (22:59 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 26 Aug 2025 22:19:57 +0000 (00:19 +0200)
commitf2b605a02ac5adea32ade9e7a0d726714fddb3b3
tree8d4722bc42450f8b0bc672922ffc5fc10146b096
parent6c127072671c37c9e295eac6faedf92fcb1d239b
adapt alembic for the inherit_schema change sqlalchemy 2.1

This adapts alembic to ignore the inherit_schema argument

Change-Id: Ib0f10521fe4e22855612b0cac0d44e2edaec7b3e
alembic/ddl/mysql.py
alembic/util/sqla_compat.py
tests/test_autogen_render.py