There was an error while loading. Please reload this page.
1 parent 71de582 commit 9e3e30aCopy full SHA for 9e3e30a
1 file changed
server/src/api/activity/content-types/activity/schema.json
@@ -31,7 +31,8 @@
31
"type": "richtext"
32
},
33
"duration": {
34
- "type": "integer"
+ "type": "decimal",
35
+ "columnType": "decimal(10,2)"
36
37
"mentor": {
38
"type": "relation",
0 commit comments