You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"query": "\n SELECT\n id,\n title,\n family_id,\n default_status,\n (SELECT hash FROM icons WHERE id = icon_id) AS icon_hash,\n fill_color,\n border_color,\n version\n FROM categories\n WHERE NOT (id = ANY($1)) AND family_id = ANY($2)\n ",