From cb7711cc9f76fe4211538bad74de68c57cd07e83 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Tue, 31 Jul 2018 02:20:37 +0000 Subject: [groups] add edit form for groups; add description to groups and clients --- server/migrations/20180717132233-create-group.js | 3 +++ server/migrations/20180717132333-create-client.js | 3 +++ 2 files changed, 6 insertions(+) (limited to 'server/migrations') diff --git a/server/migrations/20180717132233-create-group.js b/server/migrations/20180717132233-create-group.js index 720a1e7..71258dd 100644 --- a/server/migrations/20180717132233-create-group.js +++ b/server/migrations/20180717132233-create-group.js @@ -10,6 +10,9 @@ module.exports = { }, name: { type: Sequelize.STRING + }, + description: { + type: Sequelize.STRING } }) }, diff --git a/server/migrations/20180717132333-create-client.js b/server/migrations/20180717132333-create-client.js index 79552c4..955f2f9 100644 --- a/server/migrations/20180717132333-create-client.js +++ b/server/migrations/20180717132333-create-client.js @@ -11,6 +11,9 @@ module.exports = { name: { type: Sequelize.STRING }, + description: { + type: Sequelize.STRING + }, ip: { type: Sequelize.STRING }, -- cgit v1.2.3-55-g7522