Skip to content

Commit 166a03c

Browse files
committed
adding creator by id to schema
1 parent 3926619 commit 166a03c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/template_folder/template_folder_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"properties": {
88
"name": {"type": "string", "minLength": 1},
99
"parent_id": nullable_uuid,
10+
"created_by_id": uuid,
1011
},
1112
"required": ["name", "parent_id"],
1213
}

0 commit comments

Comments
 (0)