mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-17 07:45:24 +01:00
c8265a8d53
Default target version is 1.5.0 This is mainly for VIC-appliance upgrade, and should be considered experimental for oss due to limited test. Tested with 1.2 and 1.3 harbor.cfg from VIC appliance.
5 lines
140 B
SQL
5 lines
140 B
SQL
use `registry`;
|
|
CREATE TABLE IF NOT EXISTS `alembic_version` (
|
|
`version_num` varchar(32) NOT NULL
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|