Files
Joshen Lim 6298e1e14b Chore/deprecate publications store (#19655)
* 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
2023-12-14 10:21:25 +07:00

5 lines
152 B
TypeScript

export const databasePublicationsKeys = {
list: (projectRef: string | undefined) =>
['projects', projectRef, 'database-publications'] as const,
}