diff --git a/.sqlx/query-1d9240522b8abfc4b7f5c417d6fd39ea5dba817d4bdf2b06676b2042eeca4adb.json b/.sqlx/query-15b177321fc6b28e249bd1ae6863bda18a7d0e4461f2239c25e6ee448b279d3e.json similarity index 71% rename from .sqlx/query-1d9240522b8abfc4b7f5c417d6fd39ea5dba817d4bdf2b06676b2042eeca4adb.json rename to .sqlx/query-15b177321fc6b28e249bd1ae6863bda18a7d0e4461f2239c25e6ee448b279d3e.json index 2d2d3926..a0a6f111 100644 --- a/.sqlx/query-1d9240522b8abfc4b7f5c417d6fd39ea5dba817d4bdf2b06676b2042eeca4adb.json +++ b/.sqlx/query-15b177321fc6b28e249bd1ae6863bda18a7d0e4461f2239c25e6ee448b279d3e.json @@ -1,6 +1,6 @@ { "db_name": "PostgreSQL", - "query": "\n UPDATE public.af_workspace_invitation\n SET status = 1\n WHERE invitee = (SELECT uid FROM public.af_user WHERE uuid = $2)\n AND id = $1\n ", + "query": "\n UPDATE public.af_workspace_invitation\n SET status = 1\n WHERE invitee = (SELECT uid FROM public.af_user WHERE uuid = $1)\n AND id = $2\n ", "describe": { "columns": [], "parameters": { @@ -11,5 +11,5 @@ }, "nullable": [] }, - "hash": "1d9240522b8abfc4b7f5c417d6fd39ea5dba817d4bdf2b06676b2042eeca4adb" + "hash": "15b177321fc6b28e249bd1ae6863bda18a7d0e4461f2239c25e6ee448b279d3e" } diff --git a/.sqlx/query-5144da61424400216e10d9327f5136f77d96a83d462bf815f13ebe70d88fada3.json b/.sqlx/query-f18d6e075a522b0ce5935351dd57ab0dda4d8b4ed3881c2ad0bc09c07c43e6fe.json similarity index 74% rename from .sqlx/query-5144da61424400216e10d9327f5136f77d96a83d462bf815f13ebe70d88fada3.json rename to .sqlx/query-f18d6e075a522b0ce5935351dd57ab0dda4d8b4ed3881c2ad0bc09c07c43e6fe.json index 3d251f0a..61361749 100644 --- a/.sqlx/query-5144da61424400216e10d9327f5136f77d96a83d462bf815f13ebe70d88fada3.json +++ b/.sqlx/query-f18d6e075a522b0ce5935351dd57ab0dda4d8b4ed3881c2ad0bc09c07c43e6fe.json @@ -1,6 +1,6 @@ { "db_name": "PostgreSQL", - "query": "\n INSERT INTO af_collab_snapshot (oid, blob, len, encrypt, workspace_id) \n VALUES ($1, $2, $3, $4, $5)\n RETURNING sid AS snapshot_id, oid AS object_id, created_at\n ", + "query": "\n INSERT INTO af_collab_snapshot (oid, blob, len, encrypt, workspace_id)\n VALUES ($1, $2, $3, $4, $5)\n RETURNING sid AS snapshot_id, oid AS object_id, created_at\n ", "describe": { "columns": [ { @@ -34,5 +34,5 @@ false ] }, - "hash": "5144da61424400216e10d9327f5136f77d96a83d462bf815f13ebe70d88fada3" + "hash": "f18d6e075a522b0ce5935351dd57ab0dda4d8b4ed3881c2ad0bc09c07c43e6fe" } diff --git a/.sqlx/query-eff32b7631cb1b715776c66749706943c7ba23eac358cae6d36537991a8f8975.json b/.sqlx/query-f409626142553d4496d15b5dfa7da8a5a238da86f56c930c09a261f2efa1f55c.json similarity index 73% rename from .sqlx/query-eff32b7631cb1b715776c66749706943c7ba23eac358cae6d36537991a8f8975.json rename to .sqlx/query-f409626142553d4496d15b5dfa7da8a5a238da86f56c930c09a261f2efa1f55c.json index 2f4c119e..4e14b48b 100644 --- a/.sqlx/query-eff32b7631cb1b715776c66749706943c7ba23eac358cae6d36537991a8f8975.json +++ b/.sqlx/query-f409626142553d4496d15b5dfa7da8a5a238da86f56c930c09a261f2efa1f55c.json @@ -1,6 +1,6 @@ { "db_name": "PostgreSQL", - "query": "\n SELECT sid as \"snapshot_id\", oid as \"object_id\", created_at\n FROM af_collab_snapshot \n WHERE oid = $1 AND deleted_at IS NULL\n ORDER BY created_at DESC;\n ", + "query": "\n SELECT sid as \"snapshot_id\", oid as \"object_id\", created_at\n FROM af_collab_snapshot\n WHERE oid = $1 AND deleted_at IS NULL\n ORDER BY created_at DESC;\n ", "describe": { "columns": [ { @@ -30,5 +30,5 @@ false ] }, - "hash": "eff32b7631cb1b715776c66749706943c7ba23eac358cae6d36537991a8f8975" + "hash": "f409626142553d4496d15b5dfa7da8a5a238da86f56c930c09a261f2efa1f55c" }