* fix: rename to group_permissions * fix: delete null collectionId records before setting non null constraint * fix: use scope with collectionId not null * fix: update model with documentId * fix: rename to GroupPermission * fix: rename collection_users to user_permissions * fix: teamPermanentDeleter test * fix: use scope with collectionId not null * fix: update model with documentId * fix: rename to UserPermission * fix: create views upon table rename for zero downtime * fix: remove comments
58 lines
1.6 KiB
TypeScript
58 lines
1.6 KiB
TypeScript
export { default as ApiKey } from "./ApiKey";
|
|
|
|
export { default as Attachment } from "./Attachment";
|
|
|
|
export { default as AuthenticationProvider } from "./AuthenticationProvider";
|
|
|
|
export { default as Backlink } from "./Backlink";
|
|
|
|
export { default as Collection } from "./Collection";
|
|
|
|
export { default as GroupPermission } from "./GroupPermission";
|
|
|
|
export { default as UserPermission } from "./UserPermission";
|
|
|
|
export { default as Comment } from "./Comment";
|
|
|
|
export { default as Document } from "./Document";
|
|
|
|
export { default as Event } from "./Event";
|
|
|
|
export { default as FileOperation } from "./FileOperation";
|
|
|
|
export { default as Group } from "./Group";
|
|
|
|
export { default as GroupUser } from "./GroupUser";
|
|
|
|
export { default as Integration } from "./Integration";
|
|
|
|
export { default as IntegrationAuthentication } from "./IntegrationAuthentication";
|
|
|
|
export { default as Notification } from "./Notification";
|
|
|
|
export { default as Pin } from "./Pin";
|
|
|
|
export { default as Revision } from "./Revision";
|
|
|
|
export { default as SearchQuery } from "./SearchQuery";
|
|
|
|
export { default as Share } from "./Share";
|
|
|
|
export { default as Star } from "./Star";
|
|
|
|
export { default as Team } from "./Team";
|
|
|
|
export { default as TeamDomain } from "./TeamDomain";
|
|
|
|
export { default as User } from "./User";
|
|
|
|
export { default as UserAuthentication } from "./UserAuthentication";
|
|
|
|
export { default as View } from "./View";
|
|
|
|
export { default as WebhookSubscription } from "./WebhookSubscription";
|
|
|
|
export { default as WebhookDelivery } from "./WebhookDelivery";
|
|
|
|
export { default as Subscription } from "./Subscription";
|