修复项目无法删除问题

This commit is contained in:
2026-08-13 20:42:09 +08:00
parent cb88a69012
commit a407e69ba7
18 changed files with 623 additions and 63 deletions

View File

@@ -71,6 +71,7 @@ type Project struct {
ExperiencedPeopleStart int `gorm:"column:experienced_people_start;not null;default:0"`
DisplayTokenHash *string `gorm:"type:char(64)"`
DeviceSimulationMode string `gorm:"size:16;not null"`
ArchivedAt *time.Time
CreatedAt time.Time
UpdatedAt time.Time
}