mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 22:56:07 +08:00
Merge 128e069d93
into 595b28ba62
This commit is contained in:
commit
44715cf57e
|
@ -78,14 +78,8 @@ export const SubscriptionModel = sequelize.define<SubscriptionInstance>(
|
|||
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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user