Fix jwt-token

This commit is contained in:
2025-08-17 06:05:25 +02:00
parent 8a5978438e
commit c38336fe9a
2 changed files with 6 additions and 7 deletions

View File

@@ -5,8 +5,9 @@ module.exports = (sequelize) => {
id: {
type: DataTypes.INTEGER,
primaryKey: true,
autoIncrement: true,
allowNull: false,
comment: 'Unique device identifier from hardware'
comment: 'Unique device identifier'
},
name: {
type: DataTypes.STRING,