mirror of
https://github.com/supabase/supabase.git
synced 2026-08-10 00:20:21 -04:00
* foreign-key-constraints * update entity-types stale time * schemas query * deprecate useExecuteSqlQuery * users count query * database size query * indexes query * keywords query * migrations query * table columns * database functions * database roles query * fdws query * replication lag query * ongoing queries query * vault secrets query * remove unneeded staleTime: 0 * max connections query * fix entity types key in tests * Some fixes --------- Co-authored-by: Joshen Lim <[email protected]>
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
export const fdwKeys = {
|
|
list: (projectRef: string | undefined) => ['projects', projectRef, 'fdws'] as const,
|
|
}
|