mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 19:56:09 +01:00
2 lines
97 B
MySQL
2 lines
97 B
MySQL
|
ALTER TABLE schedule ADD COLUMN IF NOT EXISTS revision integer;
|
||
|
UPDATE schedule set revision = 0;
|