mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
5 lines
140 B
MySQL
5 lines
140 B
MySQL
|
use `registry`;
|
||
|
CREATE TABLE IF NOT EXISTS `alembic_version` (
|
||
|
`version_num` varchar(32) NOT NULL
|
||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|