Skip to content

Commit 2a02943

Browse files
author
matthias_schaub
committed
Notify start and finish of archive and deletion of projects.
1 parent be08c20 commit 2a02943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapswipe_workers/mapswipe_workers/firebase_to_postgres/delete_project.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ def delete_project(project_ids: list) -> None:
5959
pg_db.query(sql_query, project_id)
6060
sql_query = "DELETE FROM projects WHERE project_id = {};".format(project_id)
6161
pg_db.query(sql_query, project_id)
62+
63+
return True

0 commit comments

Comments
 (0)