mirror of
https://github.com/supabase/supabase.git
synced 2026-05-09 02:09:50 -04:00
6c592dec99
* 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 <joshenlimek@gmail.com>
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
export const fdwKeys = {
|
|
list: (projectRef: string | undefined) => ['projects', projectRef, 'fdws'] as const,
|
|
}
|