feat(api): EE small change to trigger re-build

This commit is contained in:
Taha Yassine Kraiem 2022-01-13 20:52:23 +01:00
parent 6d0d96df6d
commit fdeb6b09fb

View file

@ -187,8 +187,7 @@ def delete(tenant_id, user_id, project_id):
return {"errors": ["unauthorized"]}
with pg_client.PostgresClient() as cur:
cur.execute(
cur.mogrify("""\
UPDATE public.projects
cur.mogrify("""UPDATE public.projects
SET
deleted_at = timezone('utc'::text, now()),
active = FALSE