add medreport schema
This commit is contained in:
@@ -49,6 +49,7 @@ function useFetchInitialNotifications(props: { accountIds: string[] }) {
|
||||
queryKey: ['notifications', ...props.accountIds],
|
||||
queryFn: async () => {
|
||||
const { data } = await client
|
||||
.schema('medreport')
|
||||
.from('notifications')
|
||||
.select(
|
||||
`id,
|
||||
|
||||
Reference in New Issue
Block a user