Skip to content

Commit

Permalink
Update db/subscription.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sumire (菫) <151038614+sumire88@users.noreply.github.com>
  • Loading branch information
EkkoG and sumire88 committed Jan 29, 2024
1 parent 1f21fce commit ad49781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Subscription struct {
UpdatedAt time.Time `gorm:"not null"`
Link string `gorm:"not null"`
CronExp string `gorm:"default:10 */6 * * *"`
CronEnable bool `gorm:"default:true"`
CronEnable bool `gorm:"default:true"`
Status string `gorm:"not null"` // Latency, error info, etc.
Info string `gorm:"not null"` // Maybe include some info from provider

Expand Down

0 comments on commit ad49781

Please sign in to comment.