mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
refactor: remove public key from share model
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user