Fix jwt-token

This commit is contained in:
2025-09-23 06:43:39 +02:00
parent af81402284
commit 21f7cdbd95

View File

@@ -407,7 +407,7 @@ module.exports = {
comment: 'Signal strength in dBm' comment: 'Signal strength in dBm'
}, },
freq: { freq: {
type: Sequelize.INTEGER, type: Sequelize.BIGINT,
allowNull: true, allowNull: true,
comment: 'Frequency detected' comment: 'Frequency detected'
}, },