Fix jwt-token

This commit is contained in:
2025-09-15 14:51:34 +02:00
parent ecaff2b6ff
commit baa88a1226
2 changed files with 27 additions and 14 deletions

View File

@@ -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',