Skip to content

Commit a756c24

Browse files
committed
feat: modify updatable_fields at Job model
Signed-off-by: ImMin5 <[email protected]>
1 parent 2f42566 commit a756c24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/spaceone/identity/model/job/database.py

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class Job(MongoModel):
2222
meta = {
2323
"updatable_fields": [
2424
"status",
25+
"options",
26+
"error_message",
2527
"updated_at",
2628
"finished_at",
2729
],

0 commit comments

Comments
 (0)