Compare commits
No commits in common. "626170964f88bff3cf71d2d5e830e6ea0f923b7f" and "b39d9ada27fd54effcfaac747e01763e6ad2c32e" have entirely different histories.
626170964f
...
b39d9ada27
@ -15,7 +15,7 @@ engine = create_engine(
|
||||
SQLALCHEMY_DATABASE_URL, connect_args={"check_same_thread": False}
|
||||
)
|
||||
|
||||
SessionLocal = sessionmaker(bind=engine, autoflush=True, autocommit=False, expire_on_commit=False)
|
||||
SessionLocal = sessionmaker(bind=engine, expire_on_commit=False)
|
||||
|
||||
database = SessionLocal()
|
||||
Base = declarative_base()
|
Loading…
x
Reference in New Issue
Block a user