Skip to content

Commit 3dd1541

Browse files
authored
Merge pull request topcoder-archive#40 from 52cs/issue-453
topcoder-x-ui/issues/453
2 parents 7e24575 + 2844caf commit 3dd1541

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

models/Project.js

Lines changed: 5 additions & 0 deletions
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: Array,
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)