summaryrefslogtreecommitdiff
path: root/models/match.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-05-15 13:03:20 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-05-15 13:03:20 +0200
commit3948fe1ad7e651a0f6c7e6922f1f159518e37dd1 (patch)
treef35e7876369690b4f13dbd5564b75ac8e4bf179c /models/match.js
parentd14ebf9491391366dd07104ddecaf95f0b08c00b (diff)
downloadorm-3948fe1ad7e651a0f6c7e6922f1f159518e37dd1.tar.gz
orm-3948fe1ad7e651a0f6c7e6922f1f159518e37dd1.zip
add participant_phases; extend shard id length
Diffstat (limited to 'models/match.js')
-rw-r--r--models/match.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/match.js b/models/match.js
index 0b9f6d9..a8d78bf 100644
--- a/models/match.js
+++ b/models/match.js
@@ -9,7 +9,7 @@ module.exports = function(sequelize, DataTypes) {
autoIncrement: true
},
shard_id: {
- type: DataTypes.STRING(5),
+ type: DataTypes.STRING(191),
allowNull: false
},
api_id: {