mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
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;
|