summaryrefslogtreecommitdiffstats
path: root/models/users.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-11 22:47:11 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-11 22:47:11 +0300
commitb4402b72ac8beb93528b789d3d319d44dd483f29 (patch)
treeace57f5bf6d12522548a5bbc8813c00d91af6121 /models/users.js
parent6742dd05853352d68fdfbad1eec71365b4e53732 (diff)
parent23a35d9707f82391c74afbfbe47173815646e589 (diff)
downloadwekan-b4402b72ac8beb93528b789d3d319d44dd483f29.tar.gz
wekan-b4402b72ac8beb93528b789d3d319d44dd483f29.tar.bz2
wekan-b4402b72ac8beb93528b789d3d319d44dd483f29.zip
Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edge
Diffstat (limited to 'models/users.js')
-rw-r--r--models/users.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/models/users.js b/models/users.js
index f8ccb030..4f2184e4 100644
--- a/models/users.js
+++ b/models/users.js
@@ -89,10 +89,6 @@ Users.attachSchema(new SimpleSchema({
type: [String],
optional: true,
},
- 'profile.tags': {
- type: [String],
- optional: true,
- },
'profile.icode': {
type: String,
optional: true,