feat(api): EE small change to trigger re-build
This commit is contained in:
parent
6d0d96df6d
commit
fdeb6b09fb
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue