harbor/make/migrations/postgresql/0050_2.2.0_schema.up.sql
Wenkai Yin(尹文开) 8b9727f53f
Support store the cron type in the schedule (#13097)
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>
2020-09-24 16:48:56 +08:00

1 line
68 B
SQL

ALTER TABLE schedule ADD COLUMN IF NOT EXISTS cron_type varchar(64);