mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 04:52:48 +08:00
* Shift all usage of database functions from pg meta store to RQ * Remove functions store from pg meta mobx store * fix * Fix * Fixes * fix * Address comments
4 lines
142 B
TypeScript
4 lines
142 B
TypeScript
export const databaseFunctionsKeys = {
|
|
list: (projectRef: string | undefined) => ['projects', projectRef, 'database-functions'] as const,
|
|
}
|