feat!: added PDF and screenshot archive support
This commit is contained in:
-1
@@ -24,7 +24,6 @@ CREATE TABLE "UsersAndCollections" (
|
||||
"userId" INTEGER NOT NULL,
|
||||
"collectionId" INTEGER NOT NULL,
|
||||
"canCreate" BOOLEAN NOT NULL,
|
||||
"canRead" BOOLEAN NOT NULL,
|
||||
"canUpdate" BOOLEAN NOT NULL,
|
||||
"canDelete" BOOLEAN NOT NULL,
|
||||
|
||||
@@ -36,7 +36,6 @@ model UsersAndCollections {
|
||||
collectionId Int
|
||||
|
||||
canCreate Boolean
|
||||
canRead Boolean
|
||||
canUpdate Boolean
|
||||
canDelete Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user