chore: changes to make appflowy cloud compile under the latest appflowy collab

This commit is contained in:
Bartosz Sypytkowski 2024-10-11 08:51:49 +02:00
parent dfe1b5ad28
commit 6109e3a32d
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
{
"db_name": "PostgreSQL",
"query": "\n UPDATE auth.users\n SET role = 'supabase_admin', email_confirmed_at = NOW()\n WHERE id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": []
},
"hash": "884c44d3a87ca4e520f9e8cec6ba673ea4e196920636e4a4db9d42fad3ef4d73"
}