mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-04 01:30:15 +01:00
9ae35dbc50
add migration script for 2.7 Signed-off-by: yminer <yminer@vmware.com>
5 lines
168 B
Python
5 lines
168 B
Python
import os
|
|
|
|
MIGRATION_BASE_DIR = os.path.dirname(__file__)
|
|
|
|
accept_versions = {'1.9.0', '1.10.0', '2.0.0', '2.1.0', '2.2.0', '2.3.0', '2.4.0', '2.5.0', '2.6.0', '2.7.0'} |