refactor: remove public key from share model

This commit is contained in:
Mo
2023-05-14 06:34:30 -05:00
parent 1de21a7ba9
commit d532e052d6
9 changed files with 16 additions and 14 deletions
@@ -38,9 +38,10 @@ export class CreateItemShare1683714734321 implements MigrationInterface {
isNullable: true,
}),
new TableColumn({
name: 'public_key',
type: 'text',
isNullable: true,
name: 'permissions',
type: 'varchar',
length: '255',
isNullable: false,
}),
new TableColumn({
name: 'encrypted_content_key',