diff --git a/back/data/subscription.ts b/back/data/subscription.ts index a3877033..97c50ea4 100644 --- a/back/data/subscription.ts +++ b/back/data/subscription.ts @@ -78,14 +78,8 @@ export const SubscriptionModel = sequelize.define( unique: 'compositeIndex', type: DataTypes.STRING, }, - schedule: { - unique: 'compositeIndex', - type: DataTypes.STRING, - }, - interval_schedule: { - unique: 'compositeIndex', - type: DataTypes.JSON, - }, + schedule: DataTypes.STRING, + interval_schedule: DataTypes.JSON, type: DataTypes.STRING, whitelist: DataTypes.STRING, blacklist: DataTypes.STRING,