feat: Security
This commit is contained in:
@@ -41,4 +41,10 @@ export class MessageEntity {
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
linkMetadata!: string | null;
|
||||
|
||||
@Column('integer', { default: 0 })
|
||||
revision!: number;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
headHash!: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user