mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Give up on migrations in tests
This commit is contained in:
parent
b4a3a87e6e
commit
60382b8eab
5 changed files with 6 additions and 18 deletions
|
|
@ -17,6 +17,7 @@ engine = create_async_engine(
|
|||
database=settings.DB_NAME,
|
||||
),
|
||||
pool_pre_ping=True,
|
||||
future=True,
|
||||
)
|
||||
|
||||
DBSession = sessionmaker(autocommit=False, autoflush=False, bind=engine, class_=AsyncSession, expire_on_commit=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue