mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 03:24:24 +08:00
* Init db extensions to RQ * Shift all extensions to RQ * Deprecate extensions meta store * Address comments * Address comment * Address comment * Update apps/studio/components/interfaces/Database/Extensions/EnableExtensionModal.tsx Co-authored-by: Alaister Young <alaister@users.noreply.github.com> * Remove connection string check for entity-types-query and database-triggers-query * Remove connection string checks --------- Co-authored-by: Alaister Young <alaister@users.noreply.github.com>
5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
export const databaseExtensionsKeys = {
|
|
list: (projectRef: string | undefined) =>
|
|
['projects', projectRef, 'database-extensions'] as const,
|
|
}
|