Fix jwt-token

This commit is contained in:
2025-09-17 06:29:38 +02:00
parent af951a631f
commit 5e230b996b
5 changed files with 6 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ module.exports = (sequelize) => {
}
},
device_id: {
type: DataTypes.UUID,
type: DataTypes.STRING(255),
allowNull: true, // Allow null for testing
references: {
model: 'devices',