diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-30 21:34:58 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-30 21:34:58 +0530 |
| commit | 37c16ecf9fd64fc7644e82d8619584d0f64d694e (patch) | |
| tree | dfa3cdcef7294f17687d476415658d5adee16e97 /models/player.js | |
| parent | 4e4597e14f5a4a70c6e81ec431946abbafe7ceb2 (diff) | |
| download | processor-37c16ecf9fd64fc7644e82d8619584d0f64d694e.tar.gz processor-37c16ecf9fd64fc7644e82d8619584d0f64d694e.zip | |
Pushed shard_id to all the tables as shard + api_id is the unique combination
Diffstat (limited to 'models/player.js')
| -rw-r--r-- | models/player.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/player.js b/models/player.js index 4f24f56..af56432 100644 --- a/models/player.js +++ b/models/player.js @@ -23,7 +23,7 @@ module.exports = function(sequelize, DataTypes) { }, shard_id: { type: DataTypes.STRING(191), - allowNull: true + allowNull: false }, last_match_created_date: { type: DataTypes.TIME, |
