Delete start projects and commit session in delete_start_projects function
This commit is contained in:
parent
5f05ec9283
commit
2e320bd9bb
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ def delete_start_projects(session):
|
|||
).all()
|
||||
for flow in flows:
|
||||
session.delete(flow)
|
||||
session.commit()
|
||||
|
||||
|
||||
def create_or_update_starter_projects():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue