Fix jwt-token

This commit is contained in:
2025-09-22 06:11:00 +02:00
parent 69081233e0
commit 6914b79a5d
2 changed files with 22 additions and 8 deletions

View File

@@ -503,14 +503,6 @@ module.exports = {
type: Sequelize.TEXT,
allowNull: true
},
conditions: {
type: Sequelize.JSON,
allowNull: false
},
actions: {
type: Sequelize.JSON,
allowNull: false
},
device_ids: {
type: Sequelize.JSON,
allowNull: true,