mirror of
https://github.com/supabase/supabase.git
synced 2026-05-08 18:00:20 -04:00
6298e1e14b
* Hide RLS assistant features for orgs with HIPAA * Replace all usage of meta.publications with react query * Deprecate publications store from meta store mobx, shift updateTableRealtime logic to SidePanelEditor * Address comments
5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
export const databasePublicationsKeys = {
|
|
list: (projectRef: string | undefined) =>
|
|
['projects', projectRef, 'database-publications'] as const,
|
|
}
|