update context image should be text
All checks were successful
Deploy to Production / deploy (push) Successful in 20s
All checks were successful
Deploy to Production / deploy (push) Successful in 20s
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user