summaryrefslogtreecommitdiff
path: root/models/participant_stats.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-22 14:29:55 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-22 14:29:55 +0200
commit5cbc55a1a441a098393cc44e50f7e2be4e8473e2 (patch)
treec8b66fe19651dab480515ccc3287c9d066066669 /models/participant_stats.js
parentc10a7c594b89de94ddcf4b8396971d4fec2203db (diff)
downloadorm-5cbc55a1a441a098393cc44e50f7e2be4e8473e2.tar.gz
orm-5cbc55a1a441a098393cc44e50f7e2be4e8473e2.zip
import
Diffstat (limited to 'models/participant_stats.js')
-rw-r--r--models/participant_stats.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/models/participant_stats.js b/models/participant_stats.js
index 6986bc7..91487d7 100644
--- a/models/participant_stats.js
+++ b/models/participant_stats.js
@@ -174,15 +174,15 @@ module.exports = function(sequelize, DataTypes) {
allowNull: true
},
item_uses: {
- type: DataTypes.STRING(191),
+ type: DataTypes.STRING(455),
allowNull: true
},
item_grants: {
- type: DataTypes.STRING(191),
+ type: DataTypes.STRING(455),
allowNull: true
},
item_sells: {
- type: DataTypes.STRING(191),
+ type: DataTypes.STRING(455),
allowNull: true
}
}, {