summaryrefslogtreecommitdiff
path: root/models/participant_ext.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/participant_ext.js')
-rw-r--r--models/participant_ext.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/models/participant_ext.js b/models/participant_ext.js
index abcb5ed..6622359 100644
--- a/models/participant_ext.js
+++ b/models/participant_ext.js
@@ -8,10 +8,6 @@ module.exports = function(sequelize, DataTypes) {
primaryKey: true,
autoIncrement: true
},
- series: {
- type: DataTypes.STRING(191),
- allowNull: false
- },
participant_api_id: {
type: DataTypes.STRING(191),
allowNull: false,