Remove connected account upgrade command (#19316)

This commit is contained in:
neo773
2026-04-03 21:31:21 +05:30
committed by GitHub
parent e1a58df140
commit 0b44c9e4e5
5 changed files with 122 additions and 1 deletions
@@ -31,7 +31,7 @@ export class MessageFolderEntity extends WorkspaceRelatedEntity {
@Column({ type: 'boolean', nullable: false })
isSynced: boolean;
@Column({ type: 'uuid', nullable: true })
@Column({ type: 'varchar', nullable: true })
parentFolderId: string | null;
@Column({ type: 'varchar', nullable: true })