mirror of
https://github.com/supabase/supabase.git
synced 2026-05-09 02:09:50 -04:00
2815dac7e0
* init * hovercard * adds button to install index advisor * hover card now now insert indexes * update * moved hook * align alert dialog to design syste, * Update index-advisor.utils.ts * shows all index statements now * Update query-performance.tsx * Some refactors * Clean up * Fix * One last nit refactor --------- Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
5 lines
174 B
TypeScript
5 lines
174 B
TypeScript
export const databaseIndexesKeys = {
|
|
list: (projectRef: string | undefined, schema?: string) =>
|
|
['projects', projectRef, 'database-indexes', schema].filter(Boolean),
|
|
}
|