---
number: 27988
slug: 27988-dashboard-weekly-updates-08-07-24-15-07-24
published: 2024-07-15
discussion: https://github.com/orgs/supabase/discussions/27988
labels:
  - frontend
page: https://supabase.com/changelog/27988-dashboard-weekly-updates-08-07-24-15-07-24
---

# Dashboard Weekly Updates [08/07/24 - 15/07/24]

### Option to use a dedicated `api` schema for your project

![image](https://github.com/supabase/supabase/assets/19742402/93b68ad0-2c9c-43c2-9411-d800a1473bda)

By default, the `public` schema is used to generate API routes for your database. In some cases, it's better to use a custom schema - this is important if you use tools that generate tables in the `public` schema to prevent accidental exposure of your data.

The dashboard supports this workflow through 2 options: either at the project creation step under "Security Options", or in the project's API settings after your project has been created. More information about this workflow in our documentation [here](https://supabase.com/docs/guides/database/hardening-data-api)!

Link: [https://supabase.com/dashboard/project/_/settings/api](https://supabase.com/dashboard/project/_/settings/api)

PR: [https://github.com/supabase/supabase/pull/27918](https://github.com/supabase/supabase/pull/27918)

### Other bug fixes and improvements

[SQL Editor](https://supabase.com/dashboard/project/_/sql/new)
- Text area under AI assistant is now expandable for better UX with multi-line prompts ([PR](https://github.com/supabase/supabase/pull/27930))

[Database](https://supabase.com/dashboard/project/_/database/functions)
- Added placeholder for function body editor section to hint the syntax if language selected is plpgsql ([PR](https://github.com/supabase/supabase/pull/27922))

[Logs Explorer](https://supabase.com/dashboard/project/_/logs/explorer)
- Fixed logs explorer placeholder query for local set up ([PR](https://github.com/supabase/supabase/pull/27861/files))
