UserPermission and GroupPermission models (#5860)
* 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
This commit is contained in:
@@ -8,9 +8,9 @@ export { default as Backlink } from "./Backlink";
|
||||
|
||||
export { default as Collection } from "./Collection";
|
||||
|
||||
export { default as CollectionGroup } from "./CollectionGroup";
|
||||
export { default as GroupPermission } from "./GroupPermission";
|
||||
|
||||
export { default as CollectionUser } from "./CollectionUser";
|
||||
export { default as UserPermission } from "./UserPermission";
|
||||
|
||||
export { default as Comment } from "./Comment";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user