added type to folder entity (#10786)

This commit is contained in:
Midhun G S 2024-09-19 21:21:06 +05:30 committed by GitHub
parent b924ea3e94
commit 4a71d40abd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,9 @@ export class Folder {
@PrimaryGeneratedColumn('uuid')
id: string;
@Column()
type: string;
@Column()
name: string;