完善新建订阅页面

This commit is contained in:
whyour
2022-05-14 19:21:24 +08:00
parent 419c5a7c5b
commit 5a21247cbb
7 changed files with 110 additions and 38 deletions
+1 -1
View File
@@ -80,6 +80,6 @@ export const SubscriptionModel = sequelize.define<SubscriptionInstance>(
isDisabled: DataTypes.NUMBER,
log_path: DataTypes.STRING,
schedule_type: DataTypes.STRING,
alias: DataTypes.STRING,
alias: { type: DataTypes.STRING, unique: 'alias' },
},
);