Update backend 2
All checks were successful
Deploy to Production / deploy (push) Successful in 19s

This commit is contained in:
silverpro89
2026-02-25 20:05:00 +07:00
parent 085f36078a
commit 47ab75f264
4 changed files with 47 additions and 6 deletions

View File

@@ -19,6 +19,11 @@ const Story = sequelize.define('stories', {
allowNull: false,
comment: 'Story title/name'
},
thumbnail: {
type: DataTypes.TEXT,
allowNull: true,
comment: 'URL to story thumbnail image'
},
logo: {
type: DataTypes.TEXT,
allowNull: true,