summaryrefslogtreecommitdiffstats
path: root/server/migrations/20180717132233-create-group.js
diff options
context:
space:
mode:
authorUdo Walter2018-08-01 22:17:33 +0200
committerUdo Walter2018-08-01 22:17:33 +0200
commitfaf1188d03e1302dd615a118bce73dd6197be8f1 (patch)
tree207d484a6d68f3d77bc49815ea92c13f4da057c3 /server/migrations/20180717132233-create-group.js
parent[server/idoit] iDoIT api call returns now the object itself and the childs. (diff)
downloadbas-faf1188d03e1302dd615a118bce73dd6197be8f1.tar.gz
bas-faf1188d03e1302dd615a118bce73dd6197be8f1.tar.xz
bas-faf1188d03e1302dd615a118bce73dd6197be8f1.zip
[groups] add edit functionality to group infos
Diffstat (limited to 'server/migrations/20180717132233-create-group.js')
-rw-r--r--server/migrations/20180717132233-create-group.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/migrations/20180717132233-create-group.js b/server/migrations/20180717132233-create-group.js
index 71258dd..49088dd 100644
--- a/server/migrations/20180717132233-create-group.js
+++ b/server/migrations/20180717132233-create-group.js
@@ -12,7 +12,7 @@ module.exports = {
type: Sequelize.STRING
},
description: {
- type: Sequelize.STRING
+ type: Sequelize.STRING(2048)
}
})
},