Fix jwt-token
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = (sequelize) => {
|
||||
comment: 'Whether the device is approved to send data'
|
||||
},
|
||||
tenant_id: {
|
||||
type: DataTypes.INTEGER,
|
||||
type: DataTypes.UUID,
|
||||
allowNull: true,
|
||||
references: {
|
||||
model: 'tenants',
|
||||
|
||||
Reference in New Issue
Block a user