mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复日志目录逻辑
This commit is contained in:
+1
-1
@@ -44,5 +44,5 @@ export const EnvModel = sequelize.define<EnvInstance>('Env', {
|
||||
position: DataTypes.NUMBER,
|
||||
name: { type: DataTypes.STRING, unique: 'compositeIndex' },
|
||||
remarks: DataTypes.STRING,
|
||||
isPinned: { type: DataTypes.NUMBER, field: 'is_pinned' },
|
||||
isPinned: DataTypes.NUMBER,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user