update context image should be text
All checks were successful
Deploy to Production / deploy (push) Successful in 20s

This commit is contained in:
silverpro89
2026-02-10 17:43:17 +07:00
parent 5957636b07
commit 09e72e37e7
3 changed files with 10 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ const Context = sequelize.define('Context', {
},
image: {
type: DataTypes.TEXT,
comment: 'Array of image URLs'
comment: 'Single image URL string'
},
type_context: {
type: DataTypes.STRING(50),