mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 19:56:09 +01:00
8b9727f53f
There is requirement that show the cron type(daily, weekly, etc.) on the UI, this commit adds the support for storing the cron type in the schedule model Signed-off-by: Wenkai Yin <yinw@vmware.com>
1 line
68 B
SQL
1 line
68 B
SQL
ALTER TABLE schedule ADD COLUMN IF NOT EXISTS cron_type varchar(64); |