Skip to content

Commit 9e3e30a

Browse files
authored
make duration decimal (#155)
1 parent 71de582 commit 9e3e30a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • server/src/api/activity/content-types/activity

server/src/api/activity/content-types/activity/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"type": "richtext"
3232
},
3333
"duration": {
34-
"type": "integer"
34+
"type": "decimal",
35+
"columnType": "decimal(10,2)"
3536
},
3637
"mentor": {
3738
"type": "relation",

0 commit comments

Comments
 (0)