summaryrefslogtreecommitdiff
path: root/models/participant.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/participant.js')
-rw-r--r--models/participant.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/participant.js b/models/participant.js
index efcb7dd..d48874b 100644
--- a/models/participant.js
+++ b/models/participant.js
@@ -13,6 +13,10 @@ module.exports = function(sequelize, DataTypes) {
allowNull: false,
unique: true
},
+ shard_id: {
+ type: DataTypes.STRING(191),
+ allowNull: false
+ },
player_api_id: {
type: DataTypes.STRING(191),
allowNull: false