feat: include schedule config

This commit is contained in:
karishmas6
2024-10-22 18:34:38 +05:30
parent da3f731341
commit 5b0229c199

View File

@@ -95,6 +95,10 @@ Robot.init(
type: DataTypes.STRING,
allowNull: true,
},
schedule: {
type: DataTypes.JSONB,
allowNull: true,
},
},
{
sequelize,