Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ba03387

Browse files
authored
Merge pull request #42 from topcoder-platform/develop
Version 1.2.2
2 parents a1731db + 4e53825 commit ba03387

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

models/Project.js

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ const schema = new Schema({
2323
type: Number,
2424
required: true
2525
},
26+
tags: {
27+
type: String,
28+
required: true,
29+
default: ''
30+
},
2631
rocketChatWebhook: {type: String, required: false},
2732
rocketChatChannelName: {type: String, required: false},
2833
archived: {type: String, required: true},

0 commit comments

Comments
 (0)