From 21f7cdbd9572ce15eeda4e2342a8d0d23d491116 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Tue, 23 Sep 2025 06:43:39 +0200 Subject: [PATCH] Fix jwt-token --- server/migrations/20250820000001-create-initial-tables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/migrations/20250820000001-create-initial-tables.js b/server/migrations/20250820000001-create-initial-tables.js index fdc402e..11e89f1 100644 --- a/server/migrations/20250820000001-create-initial-tables.js +++ b/server/migrations/20250820000001-create-initial-tables.js @@ -407,7 +407,7 @@ module.exports = { comment: 'Signal strength in dBm' }, freq: { - type: Sequelize.INTEGER, + type: Sequelize.BIGINT, allowNull: true, comment: 'Frequency detected' },