feat: added attachment section

This commit is contained in:
2026-07-27 18:34:36 +03:30
parent eb8d87bd48
commit 366e2e2a92
12 changed files with 166 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export class Organ extends BaseEntity {
name: string;
@Column({
type: 'varchar',
type: 'text',
})
logo: string;