|
|
|
@ -128,7 +128,7 @@ async def create(*, db_session: DbSession, overhaul_activty_in: OverhaulActivity
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Execute the statement
|
|
|
|
# Execute the statement
|
|
|
|
db_session.execute(stmt)
|
|
|
|
await db_session.execute(stmt)
|
|
|
|
await db_session.execute(
|
|
|
|
await db_session.execute(
|
|
|
|
sqlUpdate(OverhaulActivity)
|
|
|
|
sqlUpdate(OverhaulActivity)
|
|
|
|
.where(OverhaulActivity.overhaul_scope_id == overhaul_session_id)
|
|
|
|
.where(OverhaulActivity.overhaul_scope_id == overhaul_session_id)
|
|
|
|
|