mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
added type to folder entity (#10786)
This commit is contained in:
parent
b924ea3e94
commit
4a71d40abd
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ export class Folder {
|
|||
@PrimaryGeneratedColumn('uuid')
|
||||
id: string;
|
||||
|
||||
@Column()
|
||||
type: string;
|
||||
|
||||
@Column()
|
||||
name: string;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue