From 0e01887df031c6c4c1f39568b8325aab427bd850 Mon Sep 17 00:00:00 2001 From: what Date: Mon, 30 Oct 2023 16:43:45 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/cron.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/cron.go b/base/cron.go index 5e47906..030962d 100644 --- a/base/cron.go +++ b/base/cron.go @@ -11,6 +11,7 @@ type Cron struct { Day string `db:"day"` Month string `db:"mo"` Week string `db:"wk"` + OwnedUser string `db:"owned_user"` UpdatedAt string `db:"updated_at"` CreatedAt string `db:"created_at"` }