display upload errors, unknown members

This commit is contained in:
Bilal Catic
2019-05-31 05:42:50 +02:00
parent 48503de853
commit 87134e4ede
12 changed files with 246 additions and 108 deletions

View File

@@ -9,8 +9,9 @@ module.exports = {
primaryKey: true,
type: Sequelize.INTEGER
},
memberName: Sequelize.STRING,
memberName: Sequelize.TEXT,
memberNumber: Sequelize.INTEGER,
memberId: Sequelize.TEXT,
event: {
type: Sequelize.ENUM,
values: ['locked', 'unlocked']